Applied Energistics 2

Applied Energistics 2

137M Downloads

Custom Entrophy Manipulator Recipes

benbenlaw opened this issue · 9 comments

commented

Describe the bug

When adding custom entrophy recipes the first time the recipe works
image
once i do the recipe once the recipe stops working completly
image
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

commented

Yeah that sounds like a bug on our end 🤔

commented

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

commented

p.s.: the same bug applies not only to custom entropy manipulator reipces, but also to our own item-based ones. ooops!

commented

This is likely us forgetting a copy() on the itemstack

commented

does this effect the inscriber as well

commented

custom recipes in the inscriber are not consuming the top and bottom items but that may have been fixed based on your edit

commented

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.

commented

That is actually intended. You need to set the mode in the recipe to control whether top and bottom are consumed

commented

oh ok my bad