mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Round Trees 7.1 for 1.19.4
This commit is contained in:
7
assets/minecraft/blockstates/cherry_log.json
Normal file
7
assets/minecraft/blockstates/cherry_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/cherry_log" },
|
||||
"axis=z": { "model": "block/cherry_log", "x": 90 },
|
||||
"axis=x": { "model": "block/cherry_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/cherry_log.json
Normal file
8
assets/minecraft/models/block/cherry_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "block/cherry_log_top",
|
||||
"side": "block/cherry_log",
|
||||
"particle": "block/cherry_log"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 9,
|
||||
"description": "§2Version 7.0 §aby Motschen §e©Motschen 2022 | MIT Licence"
|
||||
"pack_format": 13,
|
||||
"description": "§2Version 7.1 §aby Motschen §e©Motschen 2023 | MIT Licence"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user