Fix sap side
This commit is contained in:
parent
2a180cb5c2
commit
f906aaa3cd
2 changed files with 22 additions and 18 deletions
|
@ -12,17 +12,17 @@
|
|||
"axis=y,facing=north,hassap=false": { "model": "techreborn:block/rubber_log" },
|
||||
"axis=z,facing=north,hassap=false": { "model": "techreborn:block/rubber_log", "x": 90 },
|
||||
"axis=x,facing=north,hassap=false": { "model": "techreborn:block/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=east,hassap=true": { "model": "techreborn:block/rubber_log_with_sap" },
|
||||
"axis=z,facing=east,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90 },
|
||||
"axis=x,facing=east,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90, "y": 90 },
|
||||
"axis=y,facing=south,hassap=true": { "model": "techreborn:block/rubber_log_with_sap" },
|
||||
"axis=z,facing=south,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90 },
|
||||
"axis=x,facing=south,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90, "y": 90 },
|
||||
"axis=y,facing=west,hassap=true": { "model": "techreborn:block/rubber_log_with_sap" },
|
||||
"axis=z,facing=west,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90 },
|
||||
"axis=x,facing=west,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90, "y": 90 },
|
||||
"axis=y,facing=east,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "y": 90 },
|
||||
"axis=z,facing=east,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90 },
|
||||
"axis=x,facing=east,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=south,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "y": 180 },
|
||||
"axis=z,facing=south,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90 },
|
||||
"axis=x,facing=south,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=west,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "y": 270 },
|
||||
"axis=z,facing=west,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90 },
|
||||
"axis=x,facing=west,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=north,hassap=true": { "model": "techreborn:block/rubber_log_with_sap" },
|
||||
"axis=z,facing=north,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90 },
|
||||
"axis=x,facing=north,hassap=true": { "model": "techreborn:block/rubber_log_with_sap", "x": 90, "y": 90 }
|
||||
"axis=z,facing=north,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90 },
|
||||
"axis=x,facing=north,hassap=true": { "model": "techreborn:block/rubber_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue