Update init.lua

This commit is contained in:
Stvk imension 2022-09-15 13:39:26 +07:00 committed by GitHub
parent 8e4c55736f
commit 50c1832773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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},