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
|
@ -420,14 +420,14 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = 'mcl_core:haybale',
|
||||
recipe = {
|
||||
{'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested'},
|
||||
{'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested'},
|
||||
{'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested'},
|
||||
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
|
||||
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
|
||||
{'mcl_farming:wheat_item', 'mcl_farming:wheat_item', 'mcl_farming:wheat_item'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_farming:wheat_harvested 9',
|
||||
output = 'mcl_farming:wheat_item 9',
|
||||
recipe = {
|
||||
{'mcl_core:haybale'},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue