Tech Reborn

Tech Reborn

30M Downloads

[MC 1.15.2 - TechReborn 3.3.3+build.182] Possible Blocks Conflict

Dragonsissiy opened this issue · 2 comments

commented

Describe the bug
Ores and possibly other items conflict with Simple BC Pipes. The ores will still be present in the game, but when looking at them via REI, mouse-over or MC creative menu they don't exist.

Steps to Reproduce
Steps to reproduce the behavior:

    1. Install Simple BC Pipes
    1. Look at ores in game, try to spawn with creative mode, try to use REI menu for the ores and cables.

Screenshots
If applicable, add screenshots to help explain your problem.

CurrentModsList

LookingAtMCIron

LookingAtTR_TinOre

LookingAtMenu_MissingBlocks

Environment (please complete the following information with the version):

  • Minecraft: 1.15.2
  • Mod Loader: Fabric

Logs
Pastebin the log [e.g. logs/latest.log] and link it below:
No crashes as of yet.

Additional context

Thank you for making this mod! I really appreciate it and use it heavily. I was excited to finally have a pipe mod to go along side this, only for these two mods to conflict. I wanted to include it here as well in case a collaborative effort becomes necessary. Please let me know if there is any other information I can try to provide.

Other thread for reference:
AlexIIL/SimplePipes#36

commented

After some debugging it turns out this is an issue with how SimplePipes scans blocks for facades - essentially it scans the block just after it is registered (but before the item is registered) and calls Block.asItem(), which then looks up the item to find... nothing. It then caches nothing for next time (woops) and then the correct item is registered.

So it's a SimplePipes bug.

commented

Thanks for looking into this. Glad we found the issue.