1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs/data/industrialforegoing/recipes/conveyor.json

41 lines
800 B
JSON
Raw Normal View History

2021-01-23 20:36:55 +00:00
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:conveyor",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"ppp",
"iri",
"ppp"
],
"key": {
"p": {
"tag": "forge:plastic"
},
"i": {
"tag": "forge:ingots/iron_aluminum"
},
"r": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "industrialforegoing:conveyor",
"count": 6
}
}
}
]
}