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
8e4c55736f
commit
50c1832773
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ minetest.register_node("barrier:barrier", {
|
|||
pointable = false,
|
||||
diggable = false
|
||||
buildable_to = true,
|
||||
floodable: false,
|
||||
floodable = false,
|
||||
drop = "",
|
||||
sounds = default.node_sound_defaults(),
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
|
|
Loading…
Add table
Reference in a new issue