Updated libreforge
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.25.0'
|
compileOnly 'com.willfp:eco:6.25.0'
|
||||||
implementation 'com.willfp:libreforge:3.19.0'
|
implementation 'com.willfp:libreforge:3.19.1'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||||
|
|
||||||
|
|||||||
@@ -41,3 +41,14 @@ point-names: # If you have point names that look ugly (eg g_souls) then you can
|
|||||||
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
|
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
|
||||||
raytrace-distance: 80 # The distance that alt_click should check for a location
|
raytrace-distance: 80 # The distance that alt_click should check for a location
|
||||||
block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes)
|
block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes)
|
||||||
|
|
||||||
|
potions:
|
||||||
|
icon:
|
||||||
|
permanent: true
|
||||||
|
triggered: true
|
||||||
|
ambient:
|
||||||
|
permanent: false
|
||||||
|
triggered: true
|
||||||
|
particles:
|
||||||
|
permanent: false
|
||||||
|
triggered: true
|
||||||
|
|||||||
Reference in New Issue
Block a user