Every Compat (Stone Zone)

Every Compat (Stone Zone)

39.2k Downloads

[๐Ÿ“ฆ]: Blocks You Need

lunakibby opened this issue ยท 10 comments

commented

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

commented

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?

commented

Interesting. I'll take a look at the StoneType and stone-gem mixes.

commented

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

commented

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
commented

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.

commented
Images Image

The mod is almost finished. just need to add other blocks for laid_sandstone, stairs, slab, and wall

commented

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.

commented

ADDED in v2.8.11

commented

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.

commented

Alright. that's fine. As long as the ResourceLocation for the recipe haven't changed. SZ will use the new recipe.