Fix sap side

This commit is contained in:
drcrazy 2019-04-09 17:04:51 +03:00
parent 2a180cb5c2
commit f906aaa3cd
2 changed files with 22 additions and 18 deletions

View file

@ -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 }
}
}