[๐]: Fix Regions Unexplored ALPHA wood
Qwerty97475 opened this issue ยท 2 comments
Version - Loader
1.21.1 - NEOFORGE
Supported Mod Version
v0.5.6.1
Supported mod's Curseforge
https://www.curseforge.com/minecraft/mc-mods/regions-unexplored
Details
Regions Unexplored adds the ALPHA wood type, which doesn't have a full blockset. It can be used to make slabs and stairs, but not doors/trapdoors/signs/stripped logs/boats etc
instead, for the missing variants, alpha wood is used to craft normal oak wood stuff
therefore, there are 2 missing compat features that need to be done:
- Firstly, Alpha Planks/Slabs/Stairs/Logs need to be valid crafting ingredients in modded oak blocks, for example, the FD OAK CABINET can't be crafted using ALPHA SLABS when it should be able to
- Secondly, Every Compat should generate no/almost no variants for alpha wood, as it's clearly the mod author's intention that alpha wood only has the variants it did in the alpha version of minecraft. (possible exceptions to this might be generating vertical slabs, but we do not need create windows/decorative blocks palisades)
Also, SUPPLEMENTARIES will need to not generate WAY SIGNS for the alpha woodset, it doesn't even have a normal sign to begin with.
Firstly, Alpha Planks/Slabs/Stairs/Logs need to be valid crafting ingredients in modded oak blocks, for example, the FD OAK CABINET can't be crafted using ALPHA SLABS when it should be able to
Secondly, Every Compat should generate no/almost no variants for alpha wood, as it's clearly the mod author's intention that alpha wood only has the variants it did in the alpha version of minecraft. (possible exceptions to this might be generating vertical slabs, but we do not need create windows/decorative blocks palisades)
Ok. The second point is pretty much "blacklist Alpha". U can use everycomp-hazardous.toml to blacklist one woodtype from Regions Unexplored. and i'm going to check out the first point.
for now, the solution is to use Polymorph so you can craft FD's oak_cabinet or the other one, Alpha. it sounds like a conflict recipe.

