Skip to content

Commit

Permalink
Detach Ore Prefixes from Meta Items (#43)
Browse files Browse the repository at this point in the history
* 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
4 people authored Jul 22, 2021
1 parent 2e66c68 commit ccc2c36
Show file tree
Hide file tree
Showing 86 changed files with 1,592 additions and 1,914 deletions.
101 changes: 0 additions & 101 deletions src/main/java/gregtech/api/items/materialitem/DustMetaItem.java

This file was deleted.

Loading

0 comments on commit ccc2c36

Please sign in to comment.