Move hay bale to mcl_farming
This commit is contained in:
parent
8aff6fdbb5
commit
5827b15ec5
6 changed files with 35 additions and 35 deletions
|
@ -408,22 +408,6 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_core:haybale',
|
||||
recipe = {
|
||||
{'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_item 9',
|
||||
recipe = {
|
||||
{'mcl_core:haybale'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_core:coalblock',
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue