Create/src/main/java/com/simibubi/create/foundation/tileEntity
PepperBell 6c390977d8 Init Cleanup
- Refactor AllContainerTypes to use Registrate
- Replace RegistryEntry in AllEntityTypes and AllFluids with EntityEntry and FluidEntry, respectively
- Make AllEntityTypes use Registrate to register entity renderers instead of a separate method
- Refactor AllColorHandlers
- Fix error when a POI block is moved by a contraption
- Rename some static final fields to be upper snake case
- Make static fields in Create and CreateClient final
- Add I prefix to Coordinate interface
- Fix typo (BracketedTileEntityBehaviour#isBacketPresent)
- Make mixins go in alphabetical order
- Make pack.mcmeta use 2 spaces for indents
2021-05-22 18:00:10 -07:00
..
behaviour Init Cleanup 2021-05-22 18:00:10 -07:00
renderer Housekeeping 2021-04-08 19:22:11 +02:00
ComparatorUtil.java Refactor comparator overrides 2021-03-03 17:59:27 +01:00
SmartTileEntity.java Better support for partially safe NBT writing 2021-05-21 20:33:28 -04:00
SyncedTileEntity.java Housekeeping 2021-04-08 19:22:11 +02:00
TileEntityBehaviour.java Better support for partially safe NBT writing 2021-05-21 20:33:28 -04:00