mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Update init.lua
This commit is contained in:
parent
8e4c55736f
commit
50c1832773
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ minetest.register_node("barrier:barrier", {
|
||||||
pointable = false,
|
pointable = false,
|
||||||
diggable = false
|
diggable = false
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
floodable: false,
|
floodable = false,
|
||||||
drop = "",
|
drop = "",
|
||||||
sounds = default.node_sound_defaults(),
|
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