-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performances, compatibility, and fix some things.
- Loading branch information
1 parent
51e5c9a
commit 58422f9
Showing
10 changed files
with
169 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/main/resources/assets/aurorasdeco/blockstates/stump/yttr/squeeze.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "aurorasdeco:block/stump/yttr/squeeze", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "aurorasdeco:block/stump/yttr/squeeze" | ||
}, | ||
{ | ||
"model": "aurorasdeco:block/stump/yttr/squeeze", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "aurorasdeco:block/stump/yttr/squeeze", | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/resources/assets/aurorasdeco/models/block/stump/cherry_brown_mushroom.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"parent": "aurorasdeco:block/template/log_stump_brown_mushroom", | ||
"textures": { | ||
"log_side": "minecraft:block/cherry_log", | ||
"log_top": "minecraft:block/cherry_log_top", | ||
"leaf": "aurorasdeco:block/cherry_log_stump_leaf", | ||
"mushroom": "minecraft:block/brown_mushroom_block" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/resources/assets/aurorasdeco/models/block/stump/cherry_red_mushroom.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"parent": "aurorasdeco:block/template/log_stump_red_mushroom", | ||
"textures": { | ||
"log_side": "minecraft:block/cherry_log", | ||
"log_top": "minecraft:block/cherry_log_top", | ||
"leaf": "aurorasdeco:block/cherry_log_stump_leaf", | ||
"mushroom": "minecraft:block/red_mushroom_block" | ||
} | ||
} |