[1.20] Meat Feeder Recipe
Apollonu opened this issue ยท 0 comments
**Industrial Foregoing Version:3.5.19, 3.5.20 has no changelog
**Titanium Version:3.8.32
The plastic in the Meat Feeder recipe does not use the tag but instead the plastic item from this mod. This is the only recipe that does this regarding plastic from what I can see. I checked the recipe in data as well, it is not using the tag. It can be seen below, this is more of a nitpick issue but thought it should be resolved anyways.
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:item_exists",
"item": "industrialforegoing:meat_feeder"
}
]
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"g": {
"item": "minecraft:glass_bottle"
},
"i": {
"tag": "forge:ingots/iron"
},
"p": {
"item": "industrialforegoing:plastic"
}
},
"pattern": [
"pip",
"gig",
" i "
],
"result": {
"item": "industrialforegoing:meat_feeder"
},
"show_notification": true
}
}
]
}