mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 06:16:07 +01:00
06ddb1fa35
- 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
17 lines
No EOL
377 B
JSON
17 lines
No EOL
377 B
JSON
{
|
|
"forge_marker": 1,
|
|
"variants": {
|
|
"powered": {
|
|
"true": { "model": "create:block/contact_powered" },
|
|
"false": { "model": "create:block/contact" }
|
|
},
|
|
"facing": {
|
|
"north": { "x": 90 },
|
|
"south": { "x": 90, "y": 180 },
|
|
"west": { "x": 90, "y": 270 },
|
|
"up": { },
|
|
"down": { "x": 180 },
|
|
"east": { "x": 90, "y": 90 }
|
|
}
|
|
}
|
|
} |