Every Compat (Stone Zone)

Every Compat (Stone Zone)

74 Downloads

[πŸ—ƒ]: Create compat incomplete

VoidLeech opened this issue Β· 11 comments

commented

Version - Loader

1.20.1 - FORGE

Supported Mod Version

0.5.1j

Supported mod's Curseforge

https://www.curseforge.com/minecraft/mc-mods/create

Details

2024-12-11_18 43 17
Looking at the available blocks to set via setblock, only three variants are available:
cut_TYPE
cut_TYPE_slab
cut_TYPE_stairs
Meanwhile, Create also has:
cut_TYPE_wall
polished_cut_TYPE
polished_cut_TYPE_slab
polished_cut_TYPE_stairs
polished_cut_TYPE_wall
cut_TYPE_bricks
cut_TYPE_brick_slab
cut_TYPE_brick_stairs
cut_TYPE_brick_wall
small_TYPE_bricks
small_TYPE_brick_slab
small_TYPE_brick_stairs
small_TYPE_brick_wall
layered_TYPE
TYPE_pillar

commented

All the ids I listed are stone variants that Create adds (and that the stone mod doesn't already). See:
image

Setblock lists no blocks under the "stonezone" id. As shown in the initial report they're registered under the everycomp id.
image
There'd be suggested blocks popping up if they were registered under stonezone. Compare with:
image
If they're supposed to show up under stonezone I guess that's another bug (:

commented

Thanks for the report.

Can you tell me which stone mod have the polish stuff. I'll need to see if it's possible to support Polish blocks.

EDIT
In the latest version of StoneZone

And oh use "stonezone" instead of "everycomp". the generateed block for stone are added to "stonezone"

commented

FYI,

STONE MOD (just like wood mod that add types, example: Biomes O' Plenty)

FURNITURE MOD are: Create, twigs, Stoneworks, or BUilding But Better.

I cannot find a good stone mod to see if i can include polished stones

commented

one more thing:

Setblock lists no blocks under the "stonezone" id. As shown in the initial report they're registered under the everycomp id.

Yea I thought v2.7.0 would have it under stonezone. it's fixed in v2.7.1

commented

I cannot find a good stone mod to see if i can include polished stones

Uhh wait so what do you need exactly?

  • STONE MOD
  • Adds a polished_TYPE? This is a vanilla variant so I don't expect you to add it. (Create's own TYPES---limestone, asurine, veridium, crimsite, ochrum, scoria & scorchia---don't have these either but still have the polished_cut_TYPE that Create adds)
  • Adds a polished_cut_TYPE? I don't think there is a single mod that adds a polished_cut_TYPE besides Create, tbh.
  • Adds something else?
commented

I took another look at the Create, I don't know it has StoneTypes. I am going to run a test with Twigs to see if it can be used with Create's StoneType.


(just so you know these have stoneTypes that I can use to test, if you use a different stone mod aside below. that's what I want to know)
STONE MOD:

  • Create
  • Strata
  • TerraFirmaCraft

Create not supported blocks:

  • polished_type
  • polished_cut
  • cut_type_wall (forgot to add this)

anything else I missed?

commented

if you use a different stone mod aside below. that's what I want to know

Ah, like that, okay yeah I see. There's actually quite a bunch haha, just off the top of my head:

  • Quark
  • Undergarden
  • Aether
  • Deep Aether
    I think there might be some stones that are undetected (or things that I wouldn't personally classify as stone getting detected) as well but I'd have to check.

These are the Create stone variant blocks that stone zone does not support, where TYPE should be a StoneType

  • cut_TYPE_wall
  • polished_cut_TYPE
  • polished_cut_TYPE_slab
  • polished_cut_TYPE_stairs
  • polished_cut_TYPE_wall
  • cut_TYPE_bricks
  • cut_TYPE_brick_slab
  • cut_TYPE_brick_stairs
  • cut_TYPE_brick_wall
  • small_TYPE_bricks
  • small_TYPE_brick_slab
  • small_TYPE_brick_stairs
  • small_TYPE_brick_wall
  • layered_TYPE
  • TYPE_pillar

@VoidLeech (EDITED BY XEL)

VoidLeech

i'm done with the blocks above.

commented

wow. lot of blocks from Create :O

commented

Enhanced in v2.7.1

commented

@VoidLeech

I am going to run a test with Twigs to see if it can be used with Create's StoneType.

There are no problem with Create's StoneType. it got detected and supported with other supported mods like Building But Better

commented

There are no problem with Create's StoneType. it got detected and supported with other supported mods like Building But Better

That’s good to know! And awesome stuff with the enhancements and fixes so quick already; I am beyond excited for this mod.