GTNewHorizons / GT-New-Horizons-Modpack

New Modpack with Gregtech, Thaumcraft and Witchery
https://www.gtnewhorizons.com/
Other
945 stars 296 forks source link

Journey Map Does not Render Long Grass Block from BoP #17212

Open StoneLegion opened 1 week ago

StoneLegion commented 1 week ago

Your GTNH Discord Username

StoneLegion

Your Pack Version

2.7.622 Nightly

Your Server

StoneLegion

Java Version

Java 21

Type of Server

Vanilla Forge

Your Expectation

To be able to render Long Grass Block from BoP on jMap. Just as grass (green)

The Reality

It seems to be transparent so instead it renders the block under it. image

Your Proposal

Just make it like any other green grass block. Maybe give it a slight tint change so it slightly diff color then other grass so you can tell the diff via the map.

Final Checklist

StoneLegion commented 1 week ago

I also checked the colorpalette and it seems fine in there. I compared it to minecraft grass itself:

{
  "name": "Grass Block",
  "uid": "minecraft:grass",
  "meta": 0,
  "color": "#939393"
},

{
  "name": "Long Grass Block",
  "uid": "BiomesOPlenty:longGrass",
  "meta": 0,
  "color": "#4a7c49"
},