age-series / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Other
65 stars 30 forks source link

Fix recipes bug #319

Open Eternal130 opened 5 months ago

Eternal130 commented 5 months ago

Re-add recipes that were mistakenly not added; Modify recipes of LED vuMeter and Analog vuMeter to allow crafting with all types of planks instead of just 4 types; Add recipes for the following items: Voltage controlled amplifier, Thermistor, Low Current Relay, Medium Current Relay, High Current Relay, Multicolor LED vuMeter, Rolling Shaft Machine, Crank Shaft, Animal Filter, Christmas Tree (only available during Christmas), Holiday Candle (only available during Christmas), String Lights (only available during Christmas)

jrddunbr commented 3 months ago

Also, mildly curious what line fixes the bug; was it just macerator recipes I broke? Probably related: #314

Eternal130 commented 3 months ago

Also, mildly curious what line fixes the bug; was it just macerator recipes I broke? Probably related: #314

https://github.com/age-series/ElectricalAge/commit/9be406a9a3b440259e4d4972b72e6abd42a119e4 In this commit, you transferred the recipes registration to CraftingRecipes.kt, but did not call the relevant methods in Eln.java