Ender-Development / Embers-Extended-Life

Continuation of Embers Rekindled, a dwarven magic mod for Minecraft 1.12.2.
https://curseforge.com/minecraft/mc-mods/embers-extended-life
MIT License
8 stars 5 forks source link

Fluid Extractor has no recipe; Fluid Pipe has a wrong recipe #27

Closed LunexLunertic closed 4 months ago

LunexLunertic commented 5 months ago

The recipe for the fluid extractor is incorrect, it instead makes a fluid pipe. It's a simple error but it does affect progression. This is on the version: embers_extended_life-1.23.1

Here's the picture of the incorrect recipe that would have resulted in the fluid extractor: 2024-04-03_13 51 01

MasterEnderman commented 5 months ago

Thanks for pointing that out. Here is the responsible code

src/main/java/teamroots/embers/recipe/RecipeRegistry.java#440

I need to change the output from PIPE to PUMP.

Please let me know if you encounter any other broken recipe.