Rename farming mod to mcl_farming
This commit is contained in:
parent
89b30ae108
commit
1314e31abc
64 changed files with 193 additions and 187 deletions
|
@ -16,7 +16,7 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{'mcl_mobitems:milk_bucket', 'mcl_mobitems:milk_bucket', 'mcl_mobitems:milk_bucket'},
|
||||
{'default:sugar', 'mcl_throwing:egg', 'default:sugar'},
|
||||
{'farming:wheat_harvested', 'farming:wheat_harvested', 'farming:wheat_harvested'},
|
||||
{'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested', 'mcl_farming:wheat_harvested'},
|
||||
},
|
||||
replacements = {
|
||||
{"mcl_mobitems:milk_bucket", "bucket:bucket_empty"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue