Create
Create copied to clipboard
[Forge Mod] Building Tools and Aesthetic Technology
### Description https://github.com/user-attachments/assets/01b9626c-d55c-4059-bb2b-ebc87f135f1c ### Game Log https://mclo.gs/bgHxRHL ### Debug Information Client Info ``` Create: Mod Version: 6.0.8 Mod Git Commit: 5f1b407a97467157e7a0da0c560c7d1d5f378929 Ponder Version: 1.0.64 NeoForge Version: 21.1.213 Minecraft Version: 1.21.1...
### Description Those are erroring with input and/or output with inexistent items create:crushing/compat/biomeswevegone/blue_nether_gold_ore create:crushing/compat/biomeswevegone/blue_nether_quartz_ore create:crushing/compat/biomeswevegone/brimstone_nether_gold_ore create:crushing/compat/biomeswevegone/brimstone_nether_quartz_ore create:crushing/compat/biomeswevegone/cryptic_redstone_ore create:crushing/compat/silentgems/alexandrite_end_ore create:crushing/compat/silentgems/alexandrite_nether_ore create:crushing/compat/silentgems/ammolite_end_ore create:crushing/compat/silentgems/ammolite_nether_ore create:crushing/compat/silentgems/black_diamond_end_ore create:crushing/compat/silentgems/black_diamond_nether_ore create:crushing/compat/silentgems/carnelian_end_ore create:crushing/compat/silentgems/carnelian_nether_ore create:crushing/compat/silentgems/citrine_end_ore create:crushing/compat/silentgems/citrine_nether_ore create:crushing/compat/silentgems/heliodor_end_ore create:crushing/compat/silentgems/heliodor_nether_ore create:crushing/compat/silentgems/iolite_end_ore...
Because of the constructor logic, Track Location Node suffers precision error at coordinates larger than the float significand. https://github.com/Creators-of-Create/Create/blob/f741b5b86e6e474fcb0de0aeb9286565f9b73c6c/src/main/java/com/simibubi/create/content/trains/graph/TrackNodeLocation.java#L33 When x coord and z coord are converted to integers, if...
Applys the same fix Thundxr made to Chutes. Attached image to show it works. I forgot to show nbt data for the chute but it has no items in it....
This PR contains small addition to the `Contraption` and associated `MovementBehaviour` API that allows implementations to have simultaneous access to both the BlockEntity and the `AbstractContraptionEntity` in specific contexts where...
With the expectation that the various method signatures accurately describe their functions, the "dropItem" was exceptionally hard to doubt and had been considered for several months before concluding that perhaps...
DynamicTrees 1.21.1 is still in beta, but it's stable enough to add back the support.
My solution for #9066: - Moved most of `BasinRecipe` functionality to a new `AbstractBasinRecipe` class, which is an extension of `ProcessingRecipe` instead of `StandardProcessingRecipe` and has `` type parameter. -...
This is a quick, slightly messy fix for #7598. It changes how the station pushes packages to the trains cargo. Two new schedule conditions have been added "Retrieve Package" and...
added new behavior that acts like ScrollOptionBehavior that stores values per side instead of for the enttire block added new constructor to AllIcons to create custom icons with your own...