Go to file
simibubi 06ddb1fa35 SmartTileEntities and TileEntityBehaviour
- Added a TileEntity behaviour Interface
- Added SmartTileEntities, able to execute behaviours via delegation, replacing old Interface-based approaches
- Re-Implemented Filterable tiles/blocks as a TEBehaviour
- Re-Implemented Redstone-Linkable tiles/blocks as a TEBehaviour
- Added a base block for directional logistical attachments
- Belt Funnels are now Funnels
- Funnels can now face any direction
- Added Transposer blocks and Linked Transposer blocks (missing extraction behaviour)
- Unified in-world itemslot rendering used by filters and links
- Re-designed funnel, belt funnel and belt observer to match the extractor
- Started work on improved logistical casings
2020-01-05 19:41:38 +01:00
gradle/wrapper Setup Infrastructure 2019-07-11 09:03:08 +02:00
src/main SmartTileEntities and TileEntityBehaviour 2020-01-05 19:41:38 +01:00
.gitattributes Initial commit 2019-07-11 08:29:24 +02:00
.gitignore Setup Infrastructure 2019-07-11 09:03:08 +02:00
build.gradle Omnidirectional Extractors 2019-12-22 01:31:40 +01:00
gradle.properties Addressing Todos 2019-10-13 21:30:25 +02:00
gradlew Setup Infrastructure 2019-07-11 09:03:08 +02:00
gradlew.bat Setup Infrastructure 2019-07-11 09:03:08 +02:00
LICENSE Setup Infrastructure 2019-07-11 09:03:08 +02:00