Move sea lantern and prismarine stuff to mcl_ocean
This commit is contained in:
parent
05294f27b6
commit
0110ec95c6
14 changed files with 108 additions and 101 deletions
|
@ -119,20 +119,6 @@ minetest.register_craftitem("mcl_core:bowl",{
|
|||
groups = { craftitem = 1 },
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mcl_core:prismarine_crystals", {
|
||||
description = "Prismarine Crystals",
|
||||
inventory_image = "default_prismarine_crystals.png",
|
||||
stack_max = 64,
|
||||
groups = { craftitem = 1 },
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mcl_core:prismarine_shard", {
|
||||
description = "Prismarine Shard",
|
||||
inventory_image = "default_prismarine_shard.png",
|
||||
stack_max = 64,
|
||||
groups = { craftitem = 1 },
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mcl_core:apple", {
|
||||
description = "Apple",
|
||||
wield_image = "default_apple.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue