-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup some tfc stuff, backport the model changes
- Loading branch information
1 parent
d15090a
commit a19af31
Showing
109 changed files
with
202 additions
and
337 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
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/betterfoliage/models/block/cactus.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,4 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"parent": "minecraft:block/cactus" | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/acacia_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/acacia_leaves", | ||
"fluff": "betterfoliage:block/acacia_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/azalea_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/azalea_leaves", | ||
"fluff": "betterfoliage:block/azalea_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/birch_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/birch_leaves", | ||
"fluff": "betterfoliage:block/birch_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/dark_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/dark_oak_leaves", | ||
"fluff": "betterfoliage:block/dark_oak_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/flowering_azalea_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/flowering_azalea_leaves", | ||
"fluff": "betterfoliage:block/flowering_azalea_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/jungle_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/jungle_leaves", | ||
"fluff": "betterfoliage:block/jungle_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/oak_leaves", | ||
"fluff": "betterfoliage:block/oak_fluff" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/minecraft/models/block/spruce_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,6 @@ | ||
{ | ||
"__comment__": "This file was automatically created by mcresources", | ||
"loader": "betterfoliage:leaves", | ||
"leaves": "minecraft:block/spruce_leaves", | ||
"fluff": "betterfoliage:block/spruce_fluff" | ||
} |
17 changes: 0 additions & 17 deletions
17
src/main/resources/assets/tfc/blockstates/plant/cherry_leaves.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/assets/tfc/blockstates/plant/green_apple_leaves.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/assets/tfc/blockstates/plant/lemon_leaves.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/assets/tfc/blockstates/plant/olive_leaves.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.