MehVahdJukaar / WoodGood

Other
54 stars 33 forks source link

[🗃]: Painted planks from Regions Unexplored #677

Closed Jay420blaze closed 1 week ago

Jay420blaze commented 2 weeks ago

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!

Xelbayria commented 2 weeks ago

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.

MehVahdJukaar commented 2 weeks ago

do those block provide AT LEAST vanilla wood variant blocks (stairs, fences, boats,signs..)?

Xelbayria commented 2 weeks ago

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 1) create a resource pack and create JSON file with name "planks" via ~/data/tags/minecraft/blocks/... and ~/data/tags/minecraft/items/... IIRC

2) Use KubeJS or CraftTweaker to add the tags to these planks from wood mods.

Xelbayria commented 1 week ago

The planks from other wood mods are now added with the tags so you can use them to get painted planks.

ENHANCED IN v2.6.90


What i said in my previous is a temporary solution until i got the time to add this. All done.