[๐ฆ]: Blocks You Need
lunakibby opened this issue ยท 10 comments
Code Of Conduct
- See (LINK WILL BE ADDED IN FUTURE) if someone already suggested a mod that you are going to suggest.
FOR NOW check out the issues - The mod MUST contain variant StoneType: STONE or other vanilla StoneTypes for ITEM or BLOCK
Curseforge (Normal)
https://www.curseforge.com/minecraft/mc-mods/blocks-you-need
Curseforge-Fabric (Optional)
No response
Version Loader Availability
- 1.20.1 | FABRIC
- 1.21.1 | FABRIC
- 1.20.1 | FORGE
- 1.21.1 | NEOFORGE
MODID
blocksyouneed_luna
Types
BLOCK:
- stone_path
- laid_sandstone
UNDETECTED STONETYPE:
- Shale
- Scorchstone
- Regalith
- Sooty Regalith (not a StoneType)
- Achoria (detected) - don't need to add this
- Syenite
- Glance
- Sodalite
- Moonstone
- Sunstone
Optional Information
No response
I have actually one more block type that can be put, laid_sandstone / laid_cobblestone
there's also the elder_prismarine stone type, but I wasn't sure if prismarine counted as a traditional stone
And an interesting question, as the mod has stone-gem mixes such as banded_sandstone or ornate_dripstone where both the gem & matching stone have synergy, would this necessarily be something for either mod, both or neither?
About these:
- Shale
- Scorchstone
- Regalith
- Sooty Regalith
- Achoria (detected) - i don't need to add this
- Syenite
- Glance
- Sodalite
- Moonstone
- Sunstone
Next time, you create a new issue for undetected StoneType, use "Undetected StoneType
EDIT: there is also "stone_path" which i can support
Ok. The stone-gem mixes is not really a StoneType because the definition of StoneType is a block that you can mine from the nature: stone, granite, andesite so on.
non-stoneType
- Sodalite
- Sunstone
- Glance
- Bluestone
is a stonetype:
- Shale (it was mixed with stoneType, just like concrete is made of, should be fine)
- achoria
- moonstone
- scorchstone
- syenite
I've added stone_path, but about laid_sandstone, is it really a decorative blocks?
EDIT: if it is. Then you should add "laid_stone".
just a NOTE: you can use one class for all of blocks. like "laid_sandstone", "laid_sunstone", so on. to have the same class but different properties
this way you can modify one class for all of blocks BUT if you have 16+ class for 16 blocks, it will be a lot of works.
ok the mod is finished. I can't add stone_path because of the recipe is using laid_cobblestone as an ingredient. you need to change it cobblestone instead of laid_cobblestone.
let me know if you've updated the mod to correct it or leave it alone.
recipe will be changed to a shapeless 7 cobblestone for 12 stone path in 1.11, but i can't give an ETA on when that update will be as i'm taking a small break right now.
