mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Downgraded raillike group's feature in MinetestForFun Game
This commit is contained in:
parent
43253578dc
commit
4b6d3e9a7b
@ -2112,7 +2112,7 @@ minetest.register_node("default:rail", {
|
||||
-- but how to specify the dimensions for curved and sideways rails?
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
|
||||
},
|
||||
groups = {bendy=2,dig_immediate=2,attached_node=1,connect_to_raillike=minetest.raillike_group("rail")},
|
||||
groups = {bendy=2,dig_immediate=2,attached_node=1,connect_to_raillike=1}, -- //MFF Temporary fix (Mg|06/21/2015) connect_to_raillike=minetest.raillike_group("rail")},
|
||||
})
|
||||
|
||||
minetest.register_node("default:brick", {
|
||||
|
0
mods/ambience_modpack/ambience/sounds/Interlude.ogg
Normal file → Executable file
0
mods/ambience_modpack/ambience/sounds/Interlude.ogg
Normal file → Executable file
Loading…
Reference in New Issue
Block a user