mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 10:35:09 +01:00
Read textures from original model files
Improved mod support :)
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
|
||||
"axis=z,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
|
||||
"axis=z,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
|
||||
"axis=z,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
|
||||
"axis=z,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 90 },
|
||||
"axis=z,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 180 },
|
||||
"axis=z,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 270 },
|
||||
"axis=z,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
|
||||
"axis=y,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap" },
|
||||
"axis=z,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
|
||||
"axis=x,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "techreborn:block/rubber/rubber_log_stripped" },
|
||||
"axis=z": { "model": "techreborn:block/rubber/rubber_log_stripped", "x": 90 },
|
||||
"axis=x": { "model": "techreborn:block/rubber/rubber_log_stripped", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "techreborn:block/rubber_log_top",
|
||||
"side": "techreborn:block/rubber_log_side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user