CB: Compressed Blocks

CB: Compressed Blocks

2M Downloads

[1.19.4] 1.2.2 Bugs

HalcyonSeas73 opened this issue ยท 5 comments

commented

Mod Version 1.2.2
forge Version 45.0.64

Describe the bug

  • Many crates are named item.compressedblocks.crated_end_rod for example, and have no item texture, just the crate (as with SNAPSHOT)
  • the compressed blocks have tags of c0, the crates do not
  • A few missing items/blocks from suggested list:
    • Smooth stone
    • Amethyst block
    • Podzol
    • Glowstone (Block)
    • Grass Block
    • Glass Block
    • Snow Block
    • Melon Block
    • Quartz Block

How did it happen?
Viewing items via JEI.

Screenshots
image
image

commented

The supplementaries thing is not a issue related to Compressed Blocks itself

It rather tries to create a sign variant of the newly added compressed Wood types, if there's a way to exclude blocks/mods in supplementaties I'd recommend doing so.

It seems that assets didn't get committed correctly to GitHub, I'll fix this.

Also crates aren't meant to be placable, they are just items

Ingots and nuggets have been removed and won't be added as it's a) useless and b) there would be a recipe conflict people would have to deal with

commented

I've updated the main post, removing that information.

commented

I've updated the main post, removing that information.

Some time later I might look into what Supplementaries is doing, but that's not planned atm

Also as you asked if the crates are placable...

I might be thinking about changing it from items to blocks, that way I don't have to create every texture by hand too which saves a lot of time tho

commented

Some time later I might look into what Supplementaries is doing, but that's not planned atm

Supplementaries, I suspect, is dynamically adding wood things based on woods in the game, to be compatible with other mods that add their own unique woods.

commented

addressed in d9d16cd