diff --git a/assets/minecraft/blockstates/cherry_log.json b/assets/minecraft/blockstates/cherry_log.json new file mode 100644 index 0000000..c49b732 --- /dev/null +++ b/assets/minecraft/blockstates/cherry_log.json @@ -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 } + } +} diff --git a/assets/minecraft/models/block/cherry_log.json b/assets/minecraft/models/block/cherry_log.json new file mode 100644 index 0000000..ef4e81c --- /dev/null +++ b/assets/minecraft/models/block/cherry_log.json @@ -0,0 +1,8 @@ +{ + "parent": "block/log", + "textures": { + "top": "block/cherry_log_top", + "side": "block/cherry_log", + "particle": "block/cherry_log" + } +} diff --git a/pack.mcmeta b/pack.mcmeta index a5074b5..269b6d6 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -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" } }