Rename mcl_farming:wheat_harvested to mcl_farming:wheat_item
This commit is contained in:
parent
acb3127899
commit
3cbb39b1fb
4 changed files with 10 additions and 10 deletions
|
@ -16,7 +16,7 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{'mcl_mobitems:milk_bucket', 'mcl_mobitems:milk_bucket', 'mcl_mobitems:milk_bucket'},
|
||||
{'mcl_core:sugar', 'mcl_throwing:egg', 'mcl_core:sugar'},
|
||||
{'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested'},
|
||||
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
|
||||
},
|
||||
replacements = {
|
||||
{"mcl_mobitems:milk_bucket", "bucket:bucket_empty"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue