FTBTeam / FTB-Modpack-Issues

Any and all FTB Modpack issues are here! Please create a new issue, add to an existing one or maybe even suggest a feature in the discussions
https://feed-the-beast.com/modpack
38 stars 10 forks source link

Missing thermal hive hopper and charcoal block recipes and JEI mismatch #4631

Open Mundif opened 7 months ago

Mundif commented 7 months ago

Modpack

FTB Presents Direwolf20 1.19

Modpack version

1.13.0

Log Files

No response

Describe the bug

Thermal hive hopper is completely missing both as recipe and from jei, solved it for myself partialy by

event.shaped('thermal:device_hive_extractor', ['WIW','GSG','WRW'], { W: '#minecraft:planks', G: '#forge:glass', I: '#forge:gears/iron', S: 'minecraft:shears', R: 'thermal:redstone_servo' })

in kubejs server scripts at recipes_misc, still does not appear in JEI but crafting works, can bookmark it and craft from there for some reason though.

Charcoal block that is shown in JEI is Mekanism one, having no recipe, trying to craft charcoal block(3/3/3 charcoal) in fresh and new 1.13.0 instance returns Thermal charcoal block, while in an updated instance from 1.12.0 to 1.13.0 recipe is completely missing, cant craft charcoal block at all, which I solved for myself with below at recipes_misc:

event.shaped('mekanism:block_charcoal', ['RRR','RRR','RRR'], { R: 'minecraft:charcoal' })

Steps to reproduce

above, I guess

Expected behaviour

return missing crafting recipes and fix JEI mismatch

Screenshots

No response

Additional information

No response

Mundif commented 7 months ago

Was digging a bit and removed 'thermal:charcoal_block', entry in kubejs/startup_scripts/global.js - result thermal charcoal block is only one being shown in JEI and is craftable with the usual 3x3 charcoal recipe, marked with 'almost unified' mod icon, (did this after removing previous 'fix' with adding recipe to mek charcoal block).

Still no clue how to return hive hopper to JEI and make it craftable without forcing recipe, but after above I suspect some unifying is meddling with things, as hive hopper recipe and JEI entry was just fine in version 1.12.0