Update init.lua

This commit is contained in:
Stvk imension 2022-09-15 12:44:30 +07:00 committed by GitHub
parent 99eb9fe064
commit 8e4c55736f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,6 @@ minetest.register_node("barrier:barrier", {
buildable_to = true,
floodable: false,
drop = "",
sounds = default.node_sound_defaults(),
groups = {not_in_creative_inventory = 1},
})