Incorrect block ID's in overlays (and a few other overlay issues)
Toatrika opened this issue ยท 5 comments
I found some incorrect block IDs in the overlays. Some of the things listed might of course be me missing some sort of functionality, but to my understanding only actual block ID's used by Minecraft work here. I have of course tried to see if incorrect ID's work in-game anyway and they do not (at least for me).
List by affected connectBlocks
:
-
basalt
dirt
is listed twicegrass_path
is listed twicegrass_path
should bedirt_path
silver_glazed_terracotta
does not existsandstone_stairs
do exist, but cause clipping; additionally, no other stairs are mentioned inbasalt
-
bricks
concrete
does not existterracotta
is listed twice
-
calcite
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
coarse_dirt
- the line starting with
concrete=
does not seem to do anything grass_path
does not exist (dirt_path
is already included)
- the line starting with
-
crimson_nylium
dirt
is listed twicegrass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
diorite
pointed_dripstone
does not seem to do anything
-
rooted_dirt
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existstained_hardened_clay
does not exist
-
grass_block
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
gravel
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
hay_block
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
moss
/moss_block
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existstained_hardened_clay
does not exist
-
mud
- does not have a
.properties
file
- does not have a
-
mycelium
dirt
is listed twicegrass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
packed_mud
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existstained_hardened_clay
does not exist
-
podzol
dirt
is listed twicecobblestone_mossy_beach
does not existcobblestone_mossy_birch
does not existcobblestone_mossy_coldbeach
does not existcobblestone_mossy_darkoak
does not existcobblestone_mossy_desert
does not existcobblestone_mossy_extremehills
does not existcobblestone_mossy_forest
does not existcobblestone_mossy_iceplains
does not existcobblestone_mossy_jungle
does not existcobblestone_mossy_mushroom
does not existcobblestone_mossy_plains
does not existcobblestone_mossy_swamp
does not existcobblestone_mossy_taiga
does not existconcrete
does not existgrass_path
should bedirt_path
hardened_clay
does not existplanks
does not existpodzol
does not seem to do anything (same block)silver_glazed_terracotta
does not existstained_hardened_clay
does not existstonebrick
does not exist (stone_bricks
is already included)cyan_terracotta
is listed twicedirt
is listed twicegrass_path
is listed twicegrass_path
should bedirt_path
sandstone_stairs
do exist, but cause clipping; additionally, no other stairs are mentioned inred_sand
silver_glazed_terracotta
does not exist
-
reinforced_deepslate
- does not have a
.properties
file
- does not have a
-
sand
dirt
is listed twicegrass_path
is listed twicegrass_path
should bedirt_path
silver_glazed_terracotta
does not exist
-
warped_nylium
dirt
is listed twicegrass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
amethyst_block
/budding_amethyst
dirt
is listed twicegrass_path
should bedirt_path
hardened_clay
does not existplanks
does not existsilver_glazed_terracotta
does not existstained_hardened_clay
does not exist
-
deepslate
/deepslate_*_ore
1.properties
has emptymatchTiles=
20.properties
has emptymatchTiles=
-
dirt
/rooted_dirt
grass_path
should bedirt_path
hardened_clay
does not existplanks
does not existstained_hardened_clay
does not exist
I had a plan to programmatically create my overlays but I had some work to do to parse every files I have currently. This should be really powerful et mitigate any current and upcoming issues. For your information, every texture/blocks mentioned are blocks that were present at a point. These are likely gonna stay to keep being compatible with older versions.
That makes sense to me. I'll try and fix the other stuff myself and submit a pull request (i have no idea how that works lol, but I'll figure it out)
Noticed a bunch of connected textures (mainly grass) weren't working, but only with Sodium for some reason @xalixilax
Though I suppose some overlays not working with sodium could be a separate issue?