adapter/recipes.lua

31 lines
552 B
Lua

recipelist =
{
{
type = "shapeless",
output = "farming:raspberries",
recipe = {"farming_plus:raspberry_item"}
},
{
type = "shapeless",
output = "farming_plus:raspberry_item",
recipe = {"farming:raspberries"}
},
{
type = "shapeless",
output = "bushes:blueberry",
recipe = {"food_sweet:blueberry"}
},
{
type = "shapeless",
output = "food_sweet:blueberry",
recipe = {"bushes:blueberry"}
}
} -- recipelist