mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 05:43:43 +01:00
Remove temp. ender pearl recipe
This commit is contained in:
parent
15652b439b
commit
91d04bb2c0
@ -51,12 +51,6 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "mcl_throwing:ender_pearl",
|
||||
recipe = { "mcl_core:emeraldblock", "mcl_core:diamondblock", "mcl_core:goldblock", }
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_mobitems:blaze_rod",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user