-
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
Showing
16 changed files
with
42 additions
and
50 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
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/2c5d265332a4538e94c2db5a1ac8d00b70f37007
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.20.5 2024-06-03T19:05:20.8373791 Armour Bundles/Model Definitions | ||
// 1.21 2024-06-13T14:22:24.738260322 Armour Bundles/Model Definitions | ||
39530e3e6a62cfc8f57c9125df332d10c76ee1ee assets/armourbundles/models/item/armour_bundle_filled.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/97c8eef60f94c8ca80dc0a076132503a09b8b9b0
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.20.5 2024-06-03T19:05:20.839345172 Armour Bundles/Language (en_us) | ||
// 1.21 2024-06-13T14:22:24.73956727 Armour Bundles/Language (en_us) | ||
b695aa25a0f50d7be46c7e5ba21766584179b8fe assets/armourbundles/lang/en_us.json |
6 changes: 3 additions & 3 deletions
6
src/main/generated/.cache/bafe9696d1eb88a84db2d0ab301b452e928f1586
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.5 2024-06-03T19:05:20.838835695 Armour Bundles/Recipes | ||
f11a03a58f40b23178f533beef5fe764ca1c12e4 data/armourbundles/advancements/recipes/combat/armour_bundle.json | ||
e4279ec21c63935a74f5262f0fc626124c1bdfcb data/armourbundles/recipes/armour_bundle.json | ||
// 1.21 2024-06-13T14:22:24.73920794 Armour Bundles/Recipes | ||
f11a03a58f40b23178f533beef5fe764ca1c12e4 data/armourbundles/advancement/recipes/combat/armour_bundle.json | ||
e4279ec21c63935a74f5262f0fc626124c1bdfcb data/armourbundles/recipe/armour_bundle.json |
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/d3941efddf55d1e2834506260d7449992be18e06
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.20.5 2024-06-03T19:05:20.838380805 Armour Bundles/Tags for minecraft:item | ||
c013dba0137b2f23f55282fc0893a0d5e9fc3859 data/armourbundles/tags/items/armor_bundle_insertable.json | ||
// 1.21 2024-06-13T14:22:24.738957302 Armour Bundles/Tags for minecraft:item | ||
c013dba0137b2f23f55282fc0893a0d5e9fc3859 data/armourbundles/tags/item/armor_bundle_insertable.json |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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/java/com/auroali/armourbundles/items/tooltipdata/ArmourBundleTooltipData.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package com.auroali.armourbundles.items.tooltipdata; | ||
|
||
import com.auroali.armourbundles.items.ArmourBundleInventory; | ||
import net.minecraft.client.item.TooltipData; | ||
import net.minecraft.item.tooltip.TooltipData; | ||
|
||
public record ArmourBundleTooltipData(ArmourBundleInventory inventory) implements TooltipData { | ||
} |
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