mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-03 19:20:35 +02:00
commit
0c590ce7b6
@ -4,7 +4,7 @@ dofile(minetest.get_modpath("builtin_falling") .. "/func.lua") -- Not EDIT THAT
|
|||||||
--
|
--
|
||||||
|
|
||||||
-- Protect in realtime the lava flowing (can be slow)
|
-- Protect in realtime the lava flowing (can be slow)
|
||||||
PROTECT_LAVA_REALTIME = 1 -- 0 for OFF , 1 for ON
|
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 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
|
PROTECT_WATER_REALTIME = 0 -- 0 for OFF , 1 for ON
|
||||||
|
|
||||||
@ -18,4 +18,4 @@ add_protected_bukket_liquid("bucket:bucket_lava","default:lava_source") -- lava
|
|||||||
add_protected_bukket_liquid("bucket:bucket_water","default:water_source") -- water bukket
|
add_protected_bukket_liquid("bucket:bucket_water","default:water_source") -- water bukket
|
||||||
|
|
||||||
-- Not EDIT AFTER
|
-- Not EDIT AFTER
|
||||||
dofile(minetest.get_modpath("builtin_falling") .. "/rewirting.lua") -- Not EDIT THAT
|
dofile(minetest.get_modpath("builtin_falling") .. "/rewirting.lua") -- Not EDIT THAT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user