Create icon indicating copy to clipboard operation
Create copied to clipboard

[Forge Mod] Building Tools and Aesthetic Technology

Results 382 Create issues
Sort by recently updated
recently updated
newest added

### Description Display links can write long lines of text to signs, much longer than the normal limit. Attempting to edit a sign with way too much text crashes the...

type: bug
type: crash
status: confirmed

Block setting methods of WorldInstructions do not make SmartBlockEntity virtual, which leads to `WorldInstructions#propagatePipeChange` -> `PumpBlockEntity#onSpeedChanged` -> `PumpBlockEntity#updatePressureChange` call chain break. https://github.com/Creators-of-Create/Create/blob/7d91f416b45962b4d56674f9399df0b88bf716a4/src/main/java/com/simibubi/create/content/fluids/pump/PumpBlockEntity.java#L92-L95 And this bug could potentially lead to more...

pr type: fix
pr flag: simple

This is a 1.21.1 specific issue. FluidTank is empty in some ponder scenes (known: pumps and valves) where it should have contained fluids. This is due to outdated data format...

pr type: fix
pr flag: simple

This is a 1.21.1 specific bug. This bug together with #8316 , make PonderScene of pipes hardly working as expect. Pump that connects with pipe cannot work properly since codes...

pr type: fix
pr flag: simple

This PR - Adds a game setting, `enableAdvancedRegex`, which requires a world reload to enable. - Adds buttons to several UIs of logistics-related devices to allow regex-based package and station...

pr type: feature

This is a possible solution for #8306, I'm unsure if the same may be needed for secondary outputs.

pr type: fix
pr flag: simple

### Description A `SimpleRegistry` should be added for the special fuel so they don't share the same super burn time, the remaining normal burn time after super burning ends should...

area: api

### Context **Summary of incident :** When passing a liquid through a transparent tube (after using a wrench). The set closes with error code `-1073741819`. NOTE: The problem seems to...

type: crash

### Description Just as the title describes. You can check scenes `PipeScenes::smart`, `PipeScenes::flow` and `PipeScenes::interaction`. In most time, the fluid pump doesn't work at all. ### Game Log https://mclo.gs/bAjscc5 ###...

type: bug
status: confirmed

### Description Packagers know when the contents of a package won't fit into their attached storage, and reject it. This works fine with belts and funnels, but as it is...

type: bug