mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
Round Trees 7.0 - Round Mangrove Log, Fix BYG compat
This commit is contained in:
7
assets/minecraft/blockstates/mangrove_log.json
Normal file
7
assets/minecraft/blockstates/mangrove_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/mangrove_log" },
|
||||
"axis=z": { "model": "block/mangrove_log", "x": 90 },
|
||||
"axis=x": { "model": "block/mangrove_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/stripped_mangrove_log.json
Normal file
7
assets/minecraft/blockstates/stripped_mangrove_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_mangrove_log" },
|
||||
"axis=z": { "model": "block/stripped_mangrove_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_mangrove_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/mangrove_log.json
Normal file
8
assets/minecraft/models/block/mangrove_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "block/mangrove_log_top",
|
||||
"side": "block/mangrove_log",
|
||||
"particle": "block/mangrove_log"
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"to": [0, 12, -0.01],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 1, 12], "texture": "#texture", "cullface": "north"}
|
||||
"north": {"uv": [15, 4, 16, 12], "texture": "#texture", "cullface": "north"}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -25,7 +25,7 @@
|
||||
"to": [17, 12, -0.01],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [24, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 4, 16, 12], "texture": "#texture", "cullface": "north"}
|
||||
"north": {"uv": [0, 4, 1, 12], "texture": "#texture", "cullface": "north"}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -33,7 +33,7 @@
|
||||
"to": [12, 17, -0.01],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, -1, 12, 0], "texture": "#texture", "cullface": "north"}
|
||||
"north": {"uv": [4, 0, 12, 1], "texture": "#texture", "cullface": "north"}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -41,7 +41,7 @@
|
||||
"to": [12, 0, -0.01],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 0, 12, 1], "texture": "#texture", "cullface": "north"}
|
||||
"north": {"uv": [4, 15, 12, 16], "texture": "#texture", "cullface": "north"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
8
assets/minecraft/models/block/stripped_mangrove_log.json
Normal file
8
assets/minecraft/models/block/stripped_mangrove_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "block/stripped_mangrove_log_top",
|
||||
"side": "block/stripped_mangrove_log",
|
||||
"particle": "block/stripped_mangrove_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user