Project Red - Exploration

Project Red - Exploration

27M Downloads

Stone Bricks substituted

nightmare2018 opened this issue ยท 2 comments

commented

When you enable moss spread in the configs for project red it disables the normal stone brick block. Also disabling blood magic's blood altar from working.
And we had resolved the issue realizing the issue is moss spread.
Case here
WayofTime/BloodMagic#356 (comment)
and he referenced code
here

GameRegistry.addSubstitutionAlias("minecraft:stonebrick", GameRegistry.Type.BLOCK, dynBrick)

and here
if (Configurator.gen_SpreadingMoss)

commented

Adding to this, I believe the route cause is this as well: #809

commented

Again, this is caused by the broken alias system in forge. It has since been fixed in latest MrTJPCore