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
e3734f65b1
commit
43e736341d
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ local S = minetest.get_translator("barrier")
|
||||||
|
|
||||||
minetest.register_node("stvk:barrier", {
|
minetest.register_node("stvk:barrier", {
|
||||||
description = S("Barrier"),
|
description = S("Barrier"),
|
||||||
inventory_image = "ignore.png^air.png",
|
inventory_image = "barrier.png",
|
||||||
wield_image = "ignore.png^air.png",
|
wield_image = "barrier.png",
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue