generated from FabricMC/fabric-example-mod
-
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.
Added Amethyst music disc to the Music Disc item tag, making it playable Changed amethyst.ogg to mono
- Loading branch information
1 parent
13e889d
commit d2eb204
Showing
13 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/130e22669e8a615864dab95e7f6486375d972043
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
src/main/generated/.cache/517b32aa3b70974ceff8833c3e0d8067fc37e319
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
src/main/generated/.cache/65bfa0da695c72a1ede5f07ea05a47f7fb8fdb51
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,3 +1,3 @@ | ||
// 1.20.4 2024-02-16T01:02:43.64447 Titanium/Tags for minecraft:block | ||
// 1.20.4 2024-02-16T10:09:34.0970136 Titanium/Tags for minecraft:block | ||
40a22829dc45910fc144676bb4bd94f2ed21c46b data\minecraft\tags\blocks\mineable\pickaxe.json | ||
40a22829dc45910fc144676bb4bd94f2ed21c46b data\minecraft\tags\blocks\needs_iron_tool.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/89f2127b6a78ac60efe9eb6d1a02ce770428ebeb
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,4 +1,4 @@ | ||
// 1.20.4 2024-02-16T01:02:43.6384542 Titanium/Advancements | ||
// 1.20.4 2024-02-16T10:09:34.0909988 Titanium/Advancements | ||
ecb8798f3abcbed913c874c0f875d6fdd85a56cc data\minecraft\advancements\titanium\titanium_armor.json | ||
b2a37f8191984a79b7bcf7972e9f69b29fc77923 data\minecraft\advancements\titanium\get_titanium.json | ||
cfa35b7f8f81e2536edf0792b980f5cbc3678881 data\minecraft\advancements\titanium\titanium_tools.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/9da30a99369c7e8c68716a98fd12271ee4da4d59
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
src/main/generated/.cache/ed130a9d2fc861ab1cf43e733b1c2beffb974a94
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
3 changes: 2 additions & 1 deletion
3
src/main/generated/.cache/fc0e456a828b0d3ff0de7c436f29639954b07e94
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,6 +1,7 @@ | ||
// 1.20.4 2024-02-16T01:02:43.6284274 Titanium/Tags for minecraft:item | ||
// 1.20.4 2024-02-16T10:09:34.0809715 Titanium/Tags for minecraft:item | ||
2a186cdc91b83a46ade5894dc10cd043cef0c7cc data\fabric\tags\items\swords.json | ||
758fc896a1c5fb6a5ca958cef5066c539ebc193f data\fabric\tags\items\axes.json | ||
89b0efee69794169293c204cbbf104952bcc8544 data\fabric\tags\items\shovels.json | ||
49490c758ba9aaee94e1f6192fc4a2eb56bde4d8 data\fabric\tags\items\hoes.json | ||
ab93c62885c7a9aaf84f8aa8c17a2530ea0dd93e data\fabric\tags\items\pickaxes.json | ||
5954df4ab7bd92ee03d4f1f4fa11ed3169b247af data\minecraft\tags\items\music_discs.json |
6 changes: 6 additions & 0 deletions
6
src/main/generated/data/minecraft/tags/items/music_discs.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"titanium:music_disc_amethyst" | ||
] | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...atom596/titanium/item/TitaniumSounds.java → ...tom596/titanium/sound/TitaniumSounds.java
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
Binary file not shown.