Skip to content

Commit

Permalink
Round Trees 7.1 for 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Mar 12, 2023
1 parent 3b2584e commit 70948d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/minecraft/blockstates/cherry_log.json
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions assets/minecraft/models/block/cherry_log.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "block/cherry_log_top",
"side": "block/cherry_log",
"particle": "block/cherry_log"
}
}
4 changes: 2 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 70948d0

Please sign in to comment.