mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
Add more missing items in mobs_mc_gameconfig
This commit is contained in:
parent
9fb0e6ce29
commit
22bdfa877e
@ -68,6 +68,7 @@ mobs_mc.override.items = {
|
|||||||
glass_bottle = "mcl_potions:glass_bottle",
|
glass_bottle = "mcl_potions:glass_bottle",
|
||||||
sugar = "mcl_core:sugar",
|
sugar = "mcl_core:sugar",
|
||||||
wheat = "mcl_farming:wheat_item",
|
wheat = "mcl_farming:wheat_item",
|
||||||
|
cookie = "mcl_farming:cookie",
|
||||||
potato = "mcl_farming:potato_item",
|
potato = "mcl_farming:potato_item",
|
||||||
hay_bale = "mcl_farming:hay_bale",
|
hay_bale = "mcl_farming:hay_bale",
|
||||||
prismarine_shard = "mcl_ocean:prismarine_shard",
|
prismarine_shard = "mcl_ocean:prismarine_shard",
|
||||||
@ -75,6 +76,7 @@ mobs_mc.override.items = {
|
|||||||
apple = "mcl_core:apple",
|
apple = "mcl_core:apple",
|
||||||
golden_apple = "mcl_core:apple_gold",
|
golden_apple = "mcl_core:apple_gold",
|
||||||
rabbit_foot = "mcl_mobitems:rabbit_foot",
|
rabbit_foot = "mcl_mobitems:rabbit_foot",
|
||||||
|
wet_sponge = "mcl_sponges:sponge_wet",
|
||||||
|
|
||||||
-- Other
|
-- Other
|
||||||
nether_brick_block = "mcl_nether:nether_brick",
|
nether_brick_block = "mcl_nether:nether_brick",
|
||||||
|
Loading…
Reference in New Issue
Block a user