forked from terrarium-earth/Handcrafted
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8fed040
commit 4c542b1
Showing
45 changed files
with
256 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
- Fixed 1.21.1 crash when placing blocks with containers | ||
- Fixed desk displaying the wrong tooltip (#112) | ||
- Fixed desk displaying the wrong tooltip (#112) | ||
- Added colored items to dye tags |
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/2857e23e27fe7a23fbd858a2f2d9cd46438d9fe5
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.21 2024-06-14T15:39:18.292406 Tags for minecraft:painting_variant mod id handcrafted | ||
// 1.21.1 2024-08-11T00:28:41.650577 Tags for minecraft:painting_variant mod id handcrafted | ||
254a729019ba5730471f7bcca1e333f1b34eb7b8 data/handcrafted/tags/painting_variant/paintings.json |
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/34e724f7bfdec2bf14377da0e28a0c3601a9c94f
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/4f820cfde673b8b178d1e7534bbfbfc8c92e2fff
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/6a0a31d3752318b8df579c723b3b100a327dc89b
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.21 2024-06-14T15:04:48.027355 Languages: en_us for mod: handcrafted | ||
// 1.21.1 2024-08-11T00:28:41.65612 Languages: en_us for mod: handcrafted | ||
40c2f03e3cc82e0105e51050a1d6fdd77cc72bd9 assets/handcrafted/lang/en_us.json |
18 changes: 17 additions & 1 deletion
18
common/src/main/generated/resources/.cache/9c93d98e764faf9e6b3a9f796e820b558c226b9f
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
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
2 changes: 1 addition & 1 deletion
2
common/src/main/generated/resources/.cache/d60991a6fb71d37d1d9acc66e836564e99560c20
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
18 changes: 17 additions & 1 deletion
18
common/src/main/generated/resources/.cache/d92fab55179a6614c04306098c1491a4f494f922
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
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/black.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:black_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/blue.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:blue_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/brown.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:brown_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/cyan.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:cyan_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/gray.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:gray_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/green.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:green_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/light_blue.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:light_blue_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/light_gray.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:light_gray_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/lime.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:lime_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/magenta.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:magenta_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/orange.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:orange_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/pink.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:pink_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/purple.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:purple_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/red.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:red_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/white.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:white_cushion" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
common/src/main/generated/resources/data/c/tags/block/dyed/yellow.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,5 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:yellow_cushion" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/black.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:black_cushion", | ||
"handcrafted:black_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/blue.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:blue_cushion", | ||
"handcrafted:blue_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/brown.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:brown_cushion", | ||
"handcrafted:brown_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/cyan.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:cyan_cushion", | ||
"handcrafted:cyan_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/gray.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:gray_cushion", | ||
"handcrafted:gray_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/green.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:green_cushion", | ||
"handcrafted:green_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/light_blue.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:light_blue_cushion", | ||
"handcrafted:light_blue_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/light_gray.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:light_gray_cushion", | ||
"handcrafted:light_gray_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/lime.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:lime_cushion", | ||
"handcrafted:lime_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/magenta.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:magenta_cushion", | ||
"handcrafted:magenta_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/orange.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:orange_cushion", | ||
"handcrafted:orange_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/pink.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:pink_cushion", | ||
"handcrafted:pink_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/purple.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:purple_cushion", | ||
"handcrafted:purple_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/red.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:red_cushion", | ||
"handcrafted:red_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/white.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:white_cushion", | ||
"handcrafted:white_sheet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/generated/resources/data/c/tags/item/dyed/yellow.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 @@ | ||
{ | ||
"values": [ | ||
"handcrafted:yellow_cushion", | ||
"handcrafted:yellow_sheet" | ||
] | ||
} |
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