mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-04-20 10:50:34 +02:00
Fix invisible.png bug
This commit is contained in:
parent
0e63715989
commit
2e1a57da55
1
init.lua
1
init.lua
@ -388,7 +388,6 @@ minetest.register_craftitem("moreblocks:jungle_stick", {
|
||||
})
|
||||
|
||||
minetest.register_craftitem("moreblocks:nothing", {
|
||||
inventory_image = "invisible.png",
|
||||
on_use = minetest.item_eat(0),
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user