update beta 8 fucks up the recipes .....again
wackoamd1 opened this issue ยท 1 comments
Describe the bug
Error parsing recipe techreborn:implosion_compressor/yellow_garnet_gem_alt[techreborn:implosion_compressor]: {"type":"techreborn:implosion_compressor","power":30,"time":2000,"ingredients":[{"item":"techreborn:yellow_garnet_dust","count":4},{"item":"minecraft:end_crystal","count":4}],"results":[{"item":"techreborn:yellow_garnet_gem","count":3},{"item":"techreborn:ender_eye_small_dust","count":4}]}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe modern_industrialization:compat/techreborn/steel_curved_plate[techreborn:compressor]: {"type":"techreborn:compressor","power":10,"time":300,"ingredients":[{"tag":"c:steel_plates"}],"results":[{"item":"modern_industrialization:steel_curved_plate"}],"fabric:load_conditions":[{"condition":"fabric:all_mods_loaded","values":["techreborn"]}]}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:industrial_electrolyzer/peridot_dust[techreborn:industrial_electrolyzer]: {"type":"techreborn:industrial_electrolyzer","power":60,"time":1600,"ingredients":[{"count":9,"tag":"c:peridot_dusts"},{"item":"techreborn:cell","count":3,"nbt":"empty"}],"results":[{"item":"techreborn:magnesium_dust","count":2},{"item":"minecraft:raw_iron","count":2},{"item":"techreborn:cell","nbt":{"fluid":"techreborn:silicon"}},{"item":"techreborn:cell","count":2,"nbt":{"fluid":"techreborn:compressed_air"}}]}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:scrapbox/auto/red_mushroom_block[techreborn:scrapbox]: {"power":10,"time":20,"ingredients":[{"item":"techreborn:scrap_box"}],"results":[{"item":"minecraft:red_mushroom_block"}],"type":"techreborn:scrapbox"}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:extractor/orange_dye[techreborn:extractor]: {"type":"techreborn:extractor","power":10,"time":300,"ingredients":[{"item":"minecraft:orange_tulip"}],"results":[{"item":"minecraft:orange_dye","count":2}]}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:industrial_grinder/lead_ingot_with_mercury[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":16,"time":40,"tank":{"fluid":"techreborn:mercury","amount":1000},"ingredients":[{"tag":"c:lead_ingots"}],"results":[{"item":"techreborn:raw_lead"}]}: java.lang.NoSuchMethodException: no such constructor: techreborn.api.recipe.recipes.IndustrialGrinderRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:scrapbox/auto/copper_nugget[techreborn:scrapbox]: {"power":10,"time":20,"ingredients":[{"item":"techreborn:scrap_box"}],"results":[{"item":"techreborn:copper_nugget"}],"type":"techreborn:scrapbox"}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(RebornRecipeType,class_2960)void/newInvokeSpecial
[19:33:39] [Worker-Main-2/WARN]: Error parsing recipe techreborn:scrapbox/auto/acacia_boat[techreborn:scrapbox]: {"power":10,"time":20,"ingredients":[{"item":"techreborn:scrap_box"}],"results":[{"item":"minecraft:acacia_boat"}],"type":"techreborn:scrapbox"}: java.lang.NoSuchMethodException: no such constructor: reborncore.common.crafting.RebornRecipe.(R
and a million like this in my server log
Steps to Reproduce
upgrade from beta 5 to beta 8 since beta 5 is the only one that works
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information with the version):
- Minecraft: 1.18.1
- Mod Loader: fabric 1.12.2
Logs
Pastebin the log [e.g. logs/latest.log
] and link it below:
Additional context
Add any other context about the problem here.