mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-18 09:35:11 +00:00
Add ender pearl dummy item
This commit is contained in:
parent
22d8aa7a41
commit
4af543d920
3 changed files with 8 additions and 0 deletions
7
mods/mcl_ender_pearl/init.lua
Normal file
7
mods/mcl_ender_pearl/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
minetest.register_craftitem("mcl_ender_pearl:ender_pearl", {
|
||||||
|
description = "Ender Pearl",
|
||||||
|
wield_image = "mcl_ender_pearl_ender_pearl.png",
|
||||||
|
inventory_image = "mcl_ender_pearl_ender_pearl.png",
|
||||||
|
stack_max = 64,
|
||||||
|
})
|
||||||
|
|
1
mods/mcl_ender_pearl/mod.conf
Normal file
1
mods/mcl_ender_pearl/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = mcl_ender_pearl
|
BIN
mods/mcl_ender_pearl/textures/mcl_ender_pearl_ender_pearl.png
Normal file
BIN
mods/mcl_ender_pearl/textures/mcl_ender_pearl_ender_pearl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
Loading…
Reference in a new issue