generated from NeoForgeMDKs/MDK-1.21-NeoGradle
-
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
48 changed files
with
78 additions
and
78 deletions.
There are no files selected for viewing
20 changes: 0 additions & 20 deletions
20
src/generated/resources/assets/big_swords_addon/lang/en_us.json
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
{ | ||
"bsrxcc:gilded_lonsdaleite_shield.perk": "Special Perk: Kinetic Wave", | ||
"bsrxcc:gilded_lonsdaleite_shield.weakness": "Weakness: Enchantment Singularity", | ||
"bsrxcc:gilded_titanium_shield.perk": "Special Perk: Titanic Slam", | ||
"bsrxcc:gilded_titanium_shield.weakness": "Weakness: Heavy", | ||
"bsrxcc:lonsdaleite_shield.perk": "Special Perk: Kinetic Wave", | ||
"bsrxcc:lonsdaleite_shield.weakness": "Weakness: Enchantment Singularity", | ||
"bsrxcc:titanium_shield.perk": "Special Perk: Titanic Slam", | ||
"bsrxcc:titanium_shield.weakness": "Weakness: Heavy", | ||
"item.bsrxcc.gilded_lonsdaleite_shield": "Gilded Lonsdaleite Shield", | ||
"item.bsrxcc.gilded_titanium_shield": "Gilded Titanium Shield", | ||
"item.bsrxcc.lonsdaleite_big_sword": "Lonsdaleite Big Sword", | ||
"item.bsrxcc.lonsdaleite_glaive": "Lonsdaleite Glaive", | ||
"item.bsrxcc.lonsdaleite_scythe": "Lonsdaleite Scythe", | ||
"item.bsrxcc.lonsdaleite_shield": "Lonsdaleite Shield", | ||
"item.bsrxcc.titanium_big_sword": "Titanium Big Sword", | ||
"item.bsrxcc.titanium_glaive": "Titanium Glaive", | ||
"item.bsrxcc.titanium_scythe": "Titanium Scythe", | ||
"item.bsrxcc.titanium_shield": "Titanium Shield" | ||
} |
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
...m/gilded_lonsdaleite_shield_blocking.json → ...m/gilded_lonsdaleite_shield_blocking.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/template_shield_blocking", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/gilded_lonsdaleite_shield" | ||
"layer0": "bsrxcc:item/gilded_lonsdaleite_shield" | ||
} | ||
} |
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
...item/gilded_titanium_shield_blocking.json → ...item/gilded_titanium_shield_blocking.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/template_shield_blocking", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/gilded_titanium_shield" | ||
"layer0": "bsrxcc:item/gilded_titanium_shield" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...on/models/item/lonsdaleite_big_sword.json → ...cc/models/item/lonsdaleite_big_sword.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/lonsdaleite_big_sword" | ||
"layer0": "bsrxcc:item/lonsdaleite_big_sword" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...addon/models/item/lonsdaleite_glaive.json → ...srxcc/models/item/lonsdaleite_glaive.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/handheld_glaive", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/lonsdaleite_glaive" | ||
"layer0": "bsrxcc:item/lonsdaleite_glaive" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...addon/models/item/lonsdaleite_scythe.json → ...srxcc/models/item/lonsdaleite_scythe.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/lonsdaleite_scythe" | ||
"layer0": "bsrxcc:item/lonsdaleite_scythe" | ||
} | ||
} |
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
...els/item/lonsdaleite_shield_blocking.json → ...els/item/lonsdaleite_shield_blocking.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/template_shield_blocking", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/lonsdaleite_shield" | ||
"layer0": "bsrxcc:item/lonsdaleite_shield" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...addon/models/item/titanium_big_sword.json → ...srxcc/models/item/titanium_big_sword.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/titanium_big_sword" | ||
"layer0": "bsrxcc:item/titanium_big_sword" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ds_addon/models/item/titanium_glaive.json → ...s/bsrxcc/models/item/titanium_glaive.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/handheld_glaive", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/titanium_glaive" | ||
"layer0": "bsrxcc:item/titanium_glaive" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ds_addon/models/item/titanium_scythe.json → ...s/bsrxcc/models/item/titanium_scythe.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/titanium_scythe" | ||
"layer0": "bsrxcc:item/titanium_scythe" | ||
} | ||
} |
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
...models/item/titanium_shield_blocking.json → ...models/item/titanium_shield_blocking.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "big_swords:item/template_shield_blocking", | ||
"textures": { | ||
"layer0": "big_swords_addon:item/titanium_shield" | ||
"layer0": "bsrxcc:item/titanium_shield" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/data/big_swords/tags/item/big_swords.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"values": [ | ||
"big_swords_addon:titanium_big_sword", | ||
"big_swords_addon:lonsdaleite_big_sword" | ||
"bsrxcc:titanium_big_sword", | ||
"bsrxcc:lonsdaleite_big_sword" | ||
] | ||
} |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/data/big_swords/tags/item/glaives.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"values": [ | ||
"big_swords_addon:titanium_glaive", | ||
"big_swords_addon:lonsdaleite_glaive" | ||
"bsrxcc:titanium_glaive", | ||
"bsrxcc:lonsdaleite_glaive" | ||
] | ||
} |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/data/big_swords/tags/item/scythes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"values": [ | ||
"big_swords_addon:titanium_scythe", | ||
"big_swords_addon:lonsdaleite_scythe" | ||
"bsrxcc:titanium_scythe", | ||
"bsrxcc:lonsdaleite_scythe" | ||
] | ||
} |
8 changes: 4 additions & 4 deletions
8
src/generated/resources/data/big_swords/tags/item/shields.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"values": [ | ||
"big_swords_addon:titanium_shield", | ||
"big_swords_addon:gilded_titanium_shield", | ||
"big_swords_addon:lonsdaleite_shield", | ||
"big_swords_addon:gilded_lonsdaleite_shield" | ||
"bsrxcc:titanium_shield", | ||
"bsrxcc:gilded_titanium_shield", | ||
"bsrxcc:lonsdaleite_shield", | ||
"bsrxcc:gilded_lonsdaleite_shield" | ||
] | ||
} |
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
Oops, something went wrong.