Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Starexify committed Nov 21, 2024
1 parent 6dde42b commit 766604f
Show file tree
Hide file tree
Showing 48 changed files with 78 additions and 78 deletions.
20 changes: 0 additions & 20 deletions src/generated/resources/assets/big_swords_addon/lang/en_us.json

This file was deleted.

20 changes: 20 additions & 0 deletions src/generated/resources/assets/bsrxcc/lang/en_us.json
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parent": "big_swords:item/template_shield",
"overrides": [
{
"model": "big_swords_addon:item/titanium_shield_blocking",
"model": "bsrxcc:item/gilded_lonsdaleite_shield_blocking",
"predicate": {
"minecraft:blocking": 1.0
}
}
],
"textures": {
"layer0": "big_swords_addon:item/titanium_shield"
"layer0": "bsrxcc:item/gilded_lonsdaleite_shield"
}
}
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parent": "big_swords:item/template_shield",
"overrides": [
{
"model": "big_swords_addon:item/gilded_titanium_shield_blocking",
"model": "bsrxcc:item/gilded_titanium_shield_blocking",
"predicate": {
"minecraft:blocking": 1.0
}
}
],
"textures": {
"layer0": "big_swords_addon:item/gilded_titanium_shield"
"layer0": "bsrxcc:item/gilded_titanium_shield"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parent": "big_swords:item/template_shield",
"overrides": [
{
"model": "big_swords_addon:item/lonsdaleite_shield_blocking",
"model": "bsrxcc:item/lonsdaleite_shield_blocking",
"predicate": {
"minecraft:blocking": 1.0
}
}
],
"textures": {
"layer0": "big_swords_addon:item/lonsdaleite_shield"
"layer0": "bsrxcc:item/lonsdaleite_shield"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"parent": "big_swords:item/template_shield",
"overrides": [
{
"model": "big_swords_addon:item/gilded_lonsdaleite_shield_blocking",
"model": "bsrxcc:item/titanium_shield_blocking",
"predicate": {
"minecraft:blocking": 1.0
}
}
],
"textures": {
"layer0": "big_swords_addon:item/gilded_lonsdaleite_shield"
"layer0": "bsrxcc:item/titanium_shield"
}
}
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"
}
}
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"
]
}
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"
]
}
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"
]
}
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"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"conditions": {
"items": [
{
"items": "big_swords_addon:lonsdaleite_shield"
"items": "bsrxcc:lonsdaleite_shield"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "big_swords_addon:gilded_lonsdaleite_shield"
"recipe": "bsrxcc:gilded_lonsdaleite_shield"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"big_swords_addon:gilded_lonsdaleite_shield"
"bsrxcc:gilded_lonsdaleite_shield"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "big_swords_addon:gilded_titanium_shield"
"recipe": "bsrxcc:gilded_titanium_shield"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_titanium_shield": {
"conditions": {
"items": [
{
"items": "big_swords_addon:titanium_shield"
"items": "bsrxcc:titanium_shield"
}
]
},
Expand All @@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"big_swords_addon:gilded_titanium_shield"
"bsrxcc:gilded_titanium_shield"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "big_swords_addon:titanium_big_sword_from_smelting"
"recipe": "bsrxcc:titanium_big_sword_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_titanium_big_sword": {
"conditions": {
"items": [
{
"items": "big_swords_addon:titanium_big_sword"
"items": "bsrxcc:titanium_big_sword"
}
]
},
Expand All @@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"big_swords_addon:titanium_big_sword_from_smelting"
"bsrxcc:titanium_big_sword_from_smelting"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "big_swords_addon:titanium_nugget_from_smelting"
"recipe": "bsrxcc:titanium_nugget_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_titanium_glaive": {
"conditions": {
"items": [
{
"items": "big_swords_addon:titanium_glaive"
"items": "bsrxcc:titanium_glaive"
}
]
},
Expand All @@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"items": "big_swords_addon:titanium_scythe"
"items": "bsrxcc:titanium_scythe"
}
]
},
Expand All @@ -37,7 +37,7 @@
],
"rewards": {
"recipes": [
"big_swords_addon:titanium_nugget_from_smelting"
"bsrxcc:titanium_nugget_from_smelting"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "equipment",
"key": {
"#": {
"item": "big_swords_addon:lonsdaleite_shield"
"item": "bsrxcc:lonsdaleite_shield"
},
"X": {
"item": "minecraft:gold_ingot"
Expand All @@ -16,6 +16,6 @@
],
"result": {
"count": 1,
"id": "big_swords_addon:gilded_lonsdaleite_shield"
"id": "bsrxcc:gilded_lonsdaleite_shield"
}
}
Loading

0 comments on commit 766604f

Please sign in to comment.