Round Trees 7.1 for 1.19.4

This commit is contained in:
Motschen
2023-03-12 17:47:35 +01:00
parent 3b2584ef51
commit 70948d0e92
3 changed files with 17 additions and 2 deletions

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

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "block/cherry_log_top",
"side": "block/cherry_log",
"particle": "block/cherry_log"
}
}

View File

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