mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 06:13:17 -04:00
Update init.lua
This commit is contained in:
parent
99eb9fe064
commit
8e4c55736f
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ minetest.register_node("barrier:barrier", {
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
floodable: false,
|
floodable: false,
|
||||||
drop = "",
|
drop = "",
|
||||||
|
sounds = default.node_sound_defaults(),
|
||||||
groups = {not_in_creative_inventory = 1},
|
groups = {not_in_creative_inventory = 1},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue