Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detach Ore Prefixes from Meta Items (#43)
* this doesnt run-NPE at MetaOrePrefix.java:100 * ITS DONE, Materials have been expanded to id 32766 * Changes auto id methods in CTMaterialRegistry to start at id 32000 * Yeeted SimpleDustMaterial * add cauldron in-world functionality * set MetaItem offsets to 0 * Refractor MetaItem1 and MetaItem2 * Fix misc issues * Fix crash caused by b03b8f1 * integrate old simple materials into id list * break wires, pipes, and cables into their own items/blocks * fix advancement errors * clean up pipe impl. NOTE IN DESC: remove the `IPipeType<NodeDataType>` from the generic signature once item pipes are done, as the unimplemented Inventory Pipes are the only reason why it needs both `IPipeType` and `IMaterialPipeType` right now * fix pipe models, rename `medium` to `normal` * fix empty prefix model errors rename to `MetaPrefixItem` * refactor SimpleFluidMaterial to not need IMaterial * remove IMaterial * fix root steam advancement * rename normal pipe crafting component * fix meta bracket handler, gt util hand Co-authored-by: Tech22 <[email protected]> Co-authored-by: TechLord22 <[email protected]> Co-authored-by: DStrand1 <[email protected]>
- Loading branch information