-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
199 additions
and
113 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
72 changes: 72 additions & 0 deletions
72
src/main/resources/assets/blossom/items/flowering_oak_leaves.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,72 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"block_state_property": "age", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/flowering_oak_leaves_stage0", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
|
||
}, | ||
"when": "0" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/flowering_oak_leaves_stage1a", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "1" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/flowering_oak_leaves_stage2b", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "2" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/flowering_oak_leaves_stage3", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "3" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/flowering_oak_leaves_stage0", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"property": "minecraft:block_state" | ||
} | ||
} |
123 changes: 123 additions & 0 deletions
123
src/main/resources/assets/blossom/items/fruiting_oak_leaves.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,123 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:select", | ||
"block_state_property": "age", | ||
"cases": [ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage0", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "0" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage1", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "1" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage2", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "2" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage3", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "3" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage4", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "4" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage5", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "5" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage6", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "6" | ||
}, | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage7", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"when": "7" | ||
} | ||
], | ||
"fallback": { | ||
"type": "minecraft:model", | ||
"model": "blossom:block/fruiting_oak_leaves_stage0", | ||
"tints": [ | ||
{ | ||
"type": "minecraft:constant", | ||
"value": -12012264 | ||
} | ||
] | ||
}, | ||
"property": "minecraft:block_state" | ||
} | ||
} |
29 changes: 0 additions & 29 deletions
29
src/main/resources/assets/blossom/models/item/flowering_oak_leaves.json
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
src/main/resources/assets/blossom/models/item/fruiting_oak_leaves.json
This file was deleted.
Oops, something went wrong.