Aang23 / UndergroundBiomesConstructs

Underground Biomes Constructs for Minecraft 1.12.2 / 1.13.2
Other
12 stars 15 forks source link

Recipe Conflict w/ Cobblestone Walls #170

Open WenXin20 opened 5 years ago

WenXin20 commented 5 years ago

UBC v1.0-53 Minecraft v1.14.4

With the update fixing UBC cobblestones and recipe compatiblity, now the recipe to convert UBC Cobblestone to Vanilla Cobblestone conflicts with the recipe for Vanilla Cobblestone Walls.

With this conflict, it's impossible to convert cobblestone to it's vanilla variant.

Maybe use a 2x2 or 3x3 recipe instead?

Edit: It also conflicts with UBC Walls.

WenXin20 commented 5 years ago

The stonecutter could also be another method to convert it to regular cobblestone, along with implantation of crafting the wall and stair variants, such as using the stonecutter to craft soapstone cobble to soapstone cobble stairs.

UncleSam139 commented 5 years ago

Same goes for Minecraft 1.14.4 if you try to make UBC Cobblestone Stairs or UBC Cobblestone Walls you only get the Vanilla Variant.

AfterRebelion commented 4 years ago

Here is the reason why it breaks. imagen The best why I see to fix this is in Forge itself, removing that recipe. I don't really understand why anyone would want that recipe inside forge. If you add your own type of cobblestone, you will likely want to add your own cobblestone wall variant (Like this mod does) Same with slabs, even if this mod doesn't add any yet, if that changes in the future, it will conflict.

AfterRebelion commented 4 years ago

PR made. Take into account that this only fixes one part of the problem (Vanilla cobblestone wall recipe conflicting with UBC cobblestone wall recipes) The other part (UBC walls recipe conflicting with the UBC cobblestone to vanilla cobblestone recipe) needs to be addressed separatly in this mod.

Aang23 commented 4 years ago

That's where the issue comes from... I can disable Forge's recipe in UBC though, but non-oredict recipes should be prioritized (I think. Btw thanks for the PR to forge it'll prevent having another workaround if it gets accepted). The way to get vanilla stuff is gonna change but figuring out one that will work in the long run isn't that easy.