-
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
1 parent
fcafbb9
commit e8ca9c7
Showing
73 changed files
with
2,175 additions
and
299 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
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks
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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/compat/betternether/treated_wart_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks
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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/compat/betternether/treated_willow_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_palm_planks
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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/compat/terrestria/treated_yucca_palm_planks" | ||
} | ||
} | ||
} |
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/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks
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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/compat/betternether/treated_wart_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks
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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/compat/betternether/treated_willow_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_palm_planks
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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/compat/terrestria/treated_yucca_palm_planks" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks
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,3 @@ | ||
{ | ||
"parent": "rounded:block/compat/betternether/treated_wart_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks
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,3 @@ | ||
{ | ||
"parent": "rounded:block/compat/betternether/treated_willow_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_palm_planks
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,3 @@ | ||
{ | ||
"parent": "rounded:block/compat/terrestria/treated_yucca_palm_planks" | ||
} |
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
Oops, something went wrong.