mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-15 06:45:22 +01:00
Removed falling protection inhibiting the engine
- All nodes inhibited now produce logs and are compatible with other mods
This commit is contained in:
@@ -8,12 +8,6 @@ PROTECT_LAVA_REALTIME = 0 -- 0 for OFF , 1 for ON
|
||||
-- Protect in realtime the water flowing (can be very slow, because some water in this world :p)
|
||||
PROTECT_WATER_REALTIME = 0 -- 0 for OFF , 1 for ON
|
||||
|
||||
--
|
||||
-- List of your node need to rewirte
|
||||
--
|
||||
add_falling_protect_item("default:sand")
|
||||
add_falling_protect_item("default:gravel")
|
||||
|
||||
add_protected_bukket_liquid("bucket:bucket_lava","default:lava_source") -- lava bukket
|
||||
add_protected_bukket_liquid("bucket:bucket_water","default:water_source") -- water bukket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user