Custom Entrophy Manipulator Recipes
benbenlaw opened this issue · 9 comments
Describe the bug
When adding custom entrophy recipes the first time the recipe works
once i do the recipe once the recipe stops working completly
after doing a /reload the recipe once again works then stops again
How to reproduce the bug
add a custom recipe
example:
{
"type": "ae2:entropy",
"input": {
"block": {
"id": "minecraft:iron_block"
}
},
"mode": "cool",
"output": {
"drops": [
{
"item": "minecraft:diamond"
}
]
}
}
do a /reload to load the recipe
try the recipe once
recipe now doesn't work
Expected behavior
recipe continues to work even after used once
Additional details
No response
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
can provide using the F3+C if needed
yeah its a wierd one, i had a simialar issue in one of my mods and if i recall it was something in the to/from network stuff in the recipe class
p.s.: the same bug applies not only to custom entropy manipulator reipces, but also to our own item-based ones. ooops!
custom recipes in the inscriber are not consuming the top and bottom items but that may have been fixed based on your edit
does this effect the inscriber as well
Is that a question or statement?
edit: There was a bug with nameplates in the inscriber duping iron ingots, but that has been fixed.
That is actually intended. You need to set the mode in the recipe to control whether top and bottom are consumed