Tag support for xp bottles
MuteTiefling opened this issue ยท 2 comments
Is there an existing proposal for this?
- I did not find any existing requests.
Explain your idea
Currently, this recipe requires enderio xp fluid. It would be nice if it accepted any xp fluid by tag instead.
Why do you thing this feature belongs in Ender IO.
General compatibility.
Are there any alternatives?
No response
Any Additional Information?
No response
We are, but only as a workaround for this :D https://github.com/EnigmaticaModpacks/Enigmatica10/blob/master/kubejs/server_scripts/recipes/enderio/tank.js
Hmm, in order to do this I think we might need to do some reconfiguring of the tank recipes - I'd have to make the emptying recipes use the FluidIngredient class, but we wouldn't be able to use this for the filling recipes.
This would result in a breaking change.
I know what needs to be done for this, but I'd love to know who's using custom tank recipes before I go ahead and break this.