Create/src/generated/resources/assets/create/blockstates/data_gatherer.json
simibubi 39b51821aa Big Data
- Added the Display Board
- Added the Data Gatherer
- Nixie Tubes no longer animate text from "dynamic" vanilla text components
- Trains now keep travel time statistics for prediction purposes
- Created "Data-target" behaviour for Signs, Display Boards, Lecterns and Nixie Tubes
- Created "Data-source" behaviour for Train Stations, Clocks, Nixie Tubes, Content Observers, Stockpile Switches, Respawn Anchors, Depots, Belts, Belt Tunnels and Command Blocks
2022-04-05 19:04:04 +02:00

56 lines
No EOL
1.4 KiB
JSON

{
"variants": {
"facing=down,powered=false": {
"model": "create:block/data_gatherer/block",
"x": 180
},
"facing=up,powered=false": {
"model": "create:block/data_gatherer/block"
},
"facing=north,powered=false": {
"model": "create:block/data_gatherer/block",
"x": 90
},
"facing=south,powered=false": {
"model": "create:block/data_gatherer/block",
"x": 90,
"y": 180
},
"facing=west,powered=false": {
"model": "create:block/data_gatherer/block",
"x": 90,
"y": 270
},
"facing=east,powered=false": {
"model": "create:block/data_gatherer/block",
"x": 90,
"y": 90
},
"facing=down,powered=true": {
"model": "create:block/data_gatherer/block_powered",
"x": 180
},
"facing=up,powered=true": {
"model": "create:block/data_gatherer/block_powered"
},
"facing=north,powered=true": {
"model": "create:block/data_gatherer/block_powered",
"x": 90
},
"facing=south,powered=true": {
"model": "create:block/data_gatherer/block_powered",
"x": 90,
"y": 180
},
"facing=west,powered=true": {
"model": "create:block/data_gatherer/block_powered",
"x": 90,
"y": 270
},
"facing=east,powered=true": {
"model": "create:block/data_gatherer/block_powered",
"x": 90,
"y": 90
}
}
}