mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-10 06:16:31 +01:00
5abfc15e9e
- Added the hose pulley - Added creative tanks - Fixed sails not getting consumed when placed against each other - Items can now be inserted onto belts regardless of it moving or not - Fixed item duplication on stopped belts - Refactored fluid block rendering in JEI - Reworked model of the schematic table
19 lines
No EOL
375 B
JSON
19 lines
No EOL
375 B
JSON
{
|
|
"variants": {
|
|
"facing=north": {
|
|
"model": "create:block/hose_pulley/block"
|
|
},
|
|
"facing=south": {
|
|
"model": "create:block/hose_pulley/block",
|
|
"y": 180
|
|
},
|
|
"facing=west": {
|
|
"model": "create:block/hose_pulley/block",
|
|
"y": 270
|
|
},
|
|
"facing=east": {
|
|
"model": "create:block/hose_pulley/block",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |