Dennis C

Results 24 issues of Dennis C

This PR allows `EntityRenderers` and `BlockEntityRenderers` to render custom glowing outlines, bypassing the heavily limited automatic outline rendering on entities based on `Entity#isCurrentlyGlowing()` and the entity's team color. --- Without...

Feature
Rendering
Assigned
1.19

The current system makes it hard to implement the `IFacade` system without making CTM a hard dependency in the progress. The old "workaround" of including a copy of the interface...

bug

The Pillar CTM type currently does not use the IFacade API to work with camo blocks or cable facade style blocks as can be seen from this screenshot (the center...

### Suggestion Currently, the implementation of `BasicRecipeTransferHandler` is limited to transferring a single item per target slot (which is fine for vanilla crafting systems like the crafting table). This however...

enhancement

### Describe the bug Holding the guide hotkey on an item in the filter slots of a storage bus, import bus, etc. causes the bar progress to fluctuate in the...

bug

I noticed this while looking at the log of a user in the Forge Discord. The data structures used by `ItemProperties` are not thread-safe and as such must be enqueued...

bug
fixed in latest - backport needed

This PR fixes the `Rarity` enum (which is made extensible by NeoForge) using the wrong `Codec` and `StreamCodec` and crashing when a non-vanilla rarity is encountered.

bug
1.20.6

### Describe the Bug When a contraption collects the shapes of its blocks, the blocks don't have access to their `BlockEntity` in the call to `BlockBehavior#getCollisionShape()`, which causes blocks whose...

type: bug
status: confirmed

### Describe the Bug The connected textures system only calls `IForgeBlock#getAppearance()` on the block being connected to but not on the connecting block. This prevents fake blocks (i.e. Create's own...

type: bug
status: confirmed

This PR adds a debug command for listing the data components of the held item, showing which components were added, modified, removed or left at their default value. The individual...

enhancement
1.21