[๐]: Painted planks from Regions Unexplored
Closed this issue ยท 4 comments
Minecraft Version
1.20.1
Supported Mod Version
v0.5.6
Supported mod's Curseforge
https://www.curseforge.com/minecraft/mc-mods/regions-unexplored
Details
Regions unexplored adds 16 variants of "painted" planks. I would like to see these supported. Thanks!
Wait a min. 16 variants of "painted" planks? you meant 16 color for a woodType? It's not worth the trouble.
if you do math: with Biomes O' Plenty's 19 WoodTypes (IIRC)
that's 16 * 19 = 304 blocks added by EveryCompat.
do those block provide AT LEAST vanilla wood variant blocks (stairs, fences, boats,signs..)?
I've investigated. The system is very simple.
the tags: #minecraft:planks
and #forge:planks
can be added to planks from any wood mods. These planks with the tags can be used as ingredients to craft painted planks.
Best way to do this is
-
create a resource pack and create JSON file with name "planks" via
~/data/tags/minecraft/blocks/...
and~/data/tags/minecraft/items/...
IIRC -
Use KubeJS or CraftTweaker to add the tags to these planks from wood mods.