[๐]: Every mod that uses "<stonetype>_stone"/"<stonetype>_stone_bricks" or similar does not get detected
UnusedCactus opened this issue ยท 3 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- The undetected StoneType must have 3 unique wordings as a name. Example: enlightened_end:void_shale_bricks
- Check the undetected StoneType for the sound, if it's not BRASS_DRUM, then it's an issue on the StoneType's mod. Report it to the DEV
- Check whether there are a similar issue listed or not.
- I HAVE READ ABOVE & CONFIRMED THEM.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FABRIC
Name of Stone Mod
Ad Astra (ad_astra), Ad Extendra (ad_extendra), Hephaestus/Tinker's Construct (tconstruct), Thaumon (thaumon), etc.
List of Undetected StoneTypes
note: - [O] Detected! with the improved code
- [O] ad_astra:moon_stone (ad_astra:moon_stone_bricks)
- [O] ad_astra:mars_stone (ad_astra:mars_stone_bricks)
- [O] ad_astra:venus_stone (ad_astra:venus_stone_bricks)
- [O] ad_astra:mercury_stone (ad_astra:mercury_stone_bricks)
- [O] ad_astra:glacio_stone (ad_astra:glacio_stone_bricks)
- [O] ad_extendra:ceres_stone (ad_extendra:ceres_stone_bricks)
- [O] ad_extendra:jupiter_stone (ad_extendra:jupiter_stone_bricks)
- [O] ad_extendra:saturn_stone (ad_extendra:saturn_stone_bricks)
- [O] ad_extendra:uranus_stone (ad_extendra:uranus_stone_bricks)
- [O] ad_extendra:neptune_stone (ad_extendra:neptune_stone_bricks)
- [O] ad_extendra:orcus_stone (ad_extendra:orcus_stone_bricks)
- [O] ad_extendra:pluto_stone (ad_extendra:pluto_stone_bricks)
- [O] ad_extendra:haumea_stone (ad_extendra:haumea_stone_bricks)
- [O] ad_extendra:quaoar_stone (ad_extendra:quaoar_stone_bricks)
- [O] ad_extendra:makemake_stone (ad_extendra:makemake_stone_bricks)
- [O] ad_extendra:gonggong_stone (ad_extendra:gonggong_stone_bricks)
- [O] ad_extendra:eris_stone (ad_extendra:eris_stone_bricks)
- [O] ad_extendra:sedna_stone (ad_extendra:sedna_stone_bricks)
- [O] ad_extendra:b_stone (ad_extendra:b_stone_bricks)
- [O] tconstruct:seared_stone (tconstruct:seared_bricks)
- [O] tconstruct:scorched_stone (tconstruct:scorched_bricks)
- [O] thaumon:arcane_stone (thaumon:arcane_stone_bricks)
- [O] thaumon:eldritch_stone (thaumon:eldritch_stone_bricks)
- [O] thaumon:ancient_stone (thaumon:ancient_stone_bricks)
- bountifulfares:feldspar_block (bountifulfares:feldspar_bricks)
- Probably way more. I imagine there's a ton of mods that I don't know about or have installed that would have this same issue.
It would probably be wise to implement a secondary check for "_stone" and "_stone_bricks" instead of individually implementing them based on ID. This is a lot of blocks.
It would probably be wise to implement a secondary check for "_stone" and "_stone_bricks" instead of individually implementing them based on ID. This is a lot of blocks.
oh that's a good idea. Don't think of that. Will see what I can do about that.
Bountiful Fares' Feldspar (bountifulfares:feldspar_block, bountifulfares:feldspar_bricks)
&
Bountiful Fares is a special case since it has a feldspar item (bountifulfares:feldspar) that isn't the stone block, but is used to make the stone block.
I know what you mean. a WoodType from Garden-Of-The-Dead's whistle have the same thing. That mean I need to add the texture path for that block, too. that's an excellent information to have.