-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dyed planks (missing translations)
- Loading branch information
Showing
122 changed files
with
1,591 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,5 +66,4 @@ local.properties | |
private.gradle | ||
|
||
# Generated sources | ||
**/src/generated/ | ||
.cache |
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
common/src/generated/resources/assets/adorn/blockstates/black_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/black_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/blue_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/blue_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/brown_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/brown_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/cyan_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/cyan_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/gray_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/gray_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/green_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/green_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/light_blue_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/light_blue_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/light_gray_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/light_gray_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/lime_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/lime_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/magenta_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/magenta_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/orange_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/orange_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/pink_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/pink_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/purple_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/purple_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/red_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/red_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/white_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/white_planks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
common/src/generated/resources/assets/adorn/blockstates/yellow_planks.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "adorn:block/yellow_planks" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/black_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/black_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/blue_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/blue_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/brown_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/brown_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/cyan_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/cyan_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/gray_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/gray_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/green_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/green_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/light_blue_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/light_blue_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/light_gray_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/light_gray_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/lime_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/lime_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/magenta_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/magenta_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/orange_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/orange_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/pink_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/pink_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/purple_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/purple_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/red_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/red_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/white_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/white_planks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/generated/resources/assets/adorn/models/block/yellow_planks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "adorn:block/yellow_planks" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/black_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/black_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/blue_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/blue_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/brown_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/brown_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/cyan_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/cyan_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/gray_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/gray_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/green_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/green_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/light_blue_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/light_blue_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/light_gray_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/light_gray_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/lime_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/lime_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/magenta_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/magenta_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/orange_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/orange_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/pink_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/pink_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/purple_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/purple_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/red_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/red_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/white_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/white_planks" | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/generated/resources/assets/adorn/models/item/yellow_planks.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,3 @@ | ||
{ | ||
"parent": "adorn:block/yellow_planks" | ||
} |
Oops, something went wrong.