[๐]: Stone Zone not detecting / registering Stone Types from multitude of mods
SlayDigger opened this issue ยท 3 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Ensure the version of EveryCompat & Moonlight Lib are up to date
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
StoneZone Version
stonezone-1.20-2.7.2
Moonlight Lib Version
moonlight-1.20-2.13.41
Issue with mods
Alex's Caves
- Radrock
- Abyssmarine
- Guanostone
- Limestone
Ars Nouveau
- Sourcestone
- Smooth Sourcestone
BetterEnd
- Virid Jadestone
- Azure Jadestone
- Sandy Jadestone
Born In Chaos
- Black Argillite
Forbidden and Arcanus
- Darkstone
Galosphere
- Pink Salt
- Rose Pink Salt
- Pastel Pink Salt
Ice and Fire
- Dreadstone
IterRPG
- HIvestone
- Monolith Stone
Jaden's Nether Expansion
- Soul Slate
- Pale Soul Slate
- Smooth Netherrack
Legendary Monsters
- Ancient Dripstone
Oh The Biomes We've Gone
- Redrock
- Rocky Stone
Regions Unexplored
- Argillite
Unusual End
- Warped Stone
- Raw Purpur
Issue Detail
Currently, the only furniture mod I'm using is Create. The issue is, even though the above listed blocks are stone types and have most stone adjacent blocks, they do not get registered for Create's furniture types via this mod. If this is an issue on the mods side I will gladly reach out to them, and if there is a way to fix on my end I would love to hear how. :) Either way, I feel the above stonetypes should be supported by default.
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
Usually a stone block has a note block sound of basedrum correct?
With that assumption stone zone makes do those stone type have that sound?
StoneType's Detection System detect 2 things: BASS_DRUM (sound) and bricks block (just 2 words: <type>_bricks
). So if a StoneType met 2 things and then will be included by default
but some StoneTypes have 3 wordings: crushed_<TYPE>_bricks
, They can be added to StoneType.
@SlayDigger
can you make a list looking like below:
- [ ] aether_redux:sentrite (aether_redux:sentrite_bricks)
- [ ] rubinated_nether:altar_stone (rubinated_nether:altar_stone_bricks)
- [ ] aetherworks:suevite (aetherworks:suevite_bricks)
- [ ] deeperdarker:sculk_stone (deeperdarker:sculk_stone_bricks)
- [ ] enlightened_end:void_shale (enlightened_end:void_shale_bricks)
- [ ] alexscaves:galena (alexscaves:galena_bricks)
- [ ] alexscaves:radrock (alexscaves:radrock_bricks)
- [ ] alexscaves:abyssmarine (alexscaves:abyssmarine_bricks)
- [ ] alexscaves:guanostone (alexscaves:guanostone_bricks)