diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-17 12:12:01 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-17 12:12:01 -0400 |
commit | 180aad05decc7eefa87e4e45d6747c48f40e5361 (patch) | |
tree | 51545197f7c94b4022acab880772c9f4fc65db0e /assets/gen/decorations | |
download | minecraftjava-180aad05decc7eefa87e4e45d6747c48f40e5361.tar.gz minecraftjava-180aad05decc7eefa87e4e45d6747c48f40e5361.tar.bz2 minecraftjava-180aad05decc7eefa87e4e45d6747c48f40e5361.zip |
Diffstat (limited to 'assets/gen/decorations')
-rwxr-xr-x | assets/gen/decorations/cactus.json | 9 | ||||
-rwxr-xr-x | assets/gen/decorations/pine.json | 24 | ||||
-rwxr-xr-x | assets/gen/decorations/tree.json | 24 |
3 files changed, 57 insertions, 0 deletions
diff --git a/assets/gen/decorations/cactus.json b/assets/gen/decorations/cactus.json new file mode 100755 index 0000000..c0c629f --- /dev/null +++ b/assets/gen/decorations/cactus.json @@ -0,0 +1,9 @@ +{
+ "blocks": {
+ "15": [
+ [0,0,0],
+ [0,1,0],
+ [0,2,0],
+ ],
+ },
+}
\ No newline at end of file diff --git a/assets/gen/decorations/pine.json b/assets/gen/decorations/pine.json new file mode 100755 index 0000000..ff3bd86 --- /dev/null +++ b/assets/gen/decorations/pine.json @@ -0,0 +1,24 @@ +{
+ "blocks": {
+ "10": [
+ [0,0,0],
+ [0,1,0],
+ [0,2,0],
+ ],
+ "12": [
+ [-1,2,-1],
+ [-1,2,0],
+ [-1,2,1],
+ [0,2,-1],
+ [0,2,1],
+ [1,2,-1],
+ [1,2,0],
+ [1,2,1],
+ [1,3,0],
+ [-1,3,0],
+ [0,3,1],
+ [0,3,-1],
+ [0,3,0],
+ ],
+ },
+}
\ No newline at end of file diff --git a/assets/gen/decorations/tree.json b/assets/gen/decorations/tree.json new file mode 100755 index 0000000..ff3bd86 --- /dev/null +++ b/assets/gen/decorations/tree.json @@ -0,0 +1,24 @@ +{
+ "blocks": {
+ "10": [
+ [0,0,0],
+ [0,1,0],
+ [0,2,0],
+ ],
+ "12": [
+ [-1,2,-1],
+ [-1,2,0],
+ [-1,2,1],
+ [0,2,-1],
+ [0,2,1],
+ [1,2,-1],
+ [1,2,0],
+ [1,2,1],
+ [1,3,0],
+ [-1,3,0],
+ [0,3,1],
+ [0,3,-1],
+ [0,3,0],
+ ],
+ },
+}
\ No newline at end of file |