[Bug]: Custom output minecraft:item don't display in REI
Bagra67 opened this issue ยท 0 comments
Bug Description
Custom craft with minecraft;item on output are not displayed correctly in REI but works properly:
{
"type": "spirit:soul_transmutation",
"entityInput": "minecraft:zombie",
"consumesActivator": false,
"itemInputs": [
{
"item": "techreborn:steel_plate"
},
{
"item": "create:mechanical_arm"
},
{
"item": "techreborn:steel_plate"
},
{
"item": "create:mechanical_arm"
},
{
"item": "create:mechanical_arm"
},
{
"item": "tconstruct:queens_slime_ingot"
},
{
"item": "tconstruct:queens_slime_ingot"
},
{
"item": "techreborn:advanced_circuit"
}
],
"entityOutput": "minecraft:item",
"outputNbt": {
"Item": {"id": "ad_astra:nasa_workbench", "Count": 1}
},
"duration": 100,
"shouldSummonMob": true
}
How to Reproduce?
- Add a craft with minecraft:item output
- Add outputNbt
- Reload with KubeJS
- See the craft
Expected Behavior
On REI, the output should be the item view
Version
2.1.8
Mod Loader Version
1.18.2 - 0.14.19
Mod Loader
Fabric
Logs or additional context
The custom craft use Ad Astra item and KubeJS but same i obtain the same result with vanilla item.
Don't know if it's a REI bug or Spirit so I try here
Code of Conduct
- I have searched the issue tracker and confirmed that the issue has not been reported
- I have checked the FAQ (if one is present) and my issue is not listed
- I have verified that I am using the latest version of the mod
- I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.