PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

57M Downloads

Dye Depot causing untextured blocks to be registered

Lykrast opened this issue ยท 2 comments

commented

Describe the bug

Dye Depot makes PNC register dyed blocks for its dyes, but since they don't have textures/models/recipes it pollutes the creative tab like this:

Image

Might be Dye Depot messing with something. Maybe compat would be nice (have already opened an issue for that on Dye The World (a dye depot compat mod) PssbleTrngle/DyeTheWorld#62), but I just wanted to report that issue here at least.

How to reproduce the bug

Install both mods and check creative/JEI/EMI

Expected behavior

Either compated blocks (maybe from an addon) or no blocks with the dye depot's dyes.

Additional details

Neoforged 47.1.104
dye_depot-1.0.0-forge

Which Minecraft version are you using?

1.20.1

Which version of PneumaticCraft: Repressurized are you using?

6.0.20

Crash log

No response

commented

Dye Depot problem. There's no such block as block.pneumaticcraft.plastic_brick_olive, and I wouldn't know why Dye Depot appears to be inventing such a block.

Update: I see. Dye Depot is presumably modifying the DyeColor enum (not an extensible enum). Well, still their problem, if they're messing with vanilla enums that aren't intended to be extended. It's up to them to provide models/translations/etc. for those blocks if they insist on doing that, I won't be.

commented

I see. Dye Depot is presumably modifying the DyeColor enum (not an extensible enum).

Ah ye I see why that was causing a similar issue in other mods.

Understandable just wanted to at least have it known.