-
Notifications
You must be signed in to change notification settings - Fork 8
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
c93c36a
commit f68889a
Showing
16 changed files
with
185 additions
and
18 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
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
6 changes: 6 additions & 0 deletions
6
.../resources/assets/arcanuscontinuum/models/item/battle_mage_upgrade_smithing_template.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "arcanuscontinuum:item/battle_mage_upgrade_smithing_template" | ||
} | ||
} |
Binary file added
BIN
+378 Bytes
...assets/arcanuscontinuum/textures/item/battle_mage_upgrade_smithing_template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/arcanuscontinuum/damage_type/magic_projectile.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 @@ | ||
{ | ||
"exhaustion": 0.0, | ||
"message_id": "arcanuscontinuum.magic", | ||
"scaling": "when_caused_by_living_non_player" | ||
} |
25 changes: 25 additions & 0 deletions
25
...s/data/arcanuscontinuum/recipes/crafting_table/battle_mage_upgrade_smithing_template.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,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"C": { | ||
"item": "minecraft:smooth_basalt" | ||
}, | ||
"S": { | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
} | ||
}, | ||
"pattern": [ | ||
"#S#", | ||
"#C#", | ||
"###" | ||
], | ||
"result": { | ||
"count": 2, | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
}, | ||
"show_notification": true | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/arcanuscontinuum/recipes/smithing_table/battle_mage_boots.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,15 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"addition": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"base": { | ||
"item": "minecraft:iron_boots" | ||
}, | ||
"result": { | ||
"item": "arcanuscontinuum:battle_mage_boots" | ||
}, | ||
"template": { | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/arcanuscontinuum/recipes/smithing_table/battle_mage_chestplate.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,15 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"addition": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"base": { | ||
"item": "minecraft:iron_chestplate" | ||
}, | ||
"result": { | ||
"item": "arcanuscontinuum:battle_mage_chestplate" | ||
}, | ||
"template": { | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/arcanuscontinuum/recipes/smithing_table/battle_mage_helmet.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,15 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"addition": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"base": { | ||
"item": "minecraft:iron_helmet" | ||
}, | ||
"result": { | ||
"item": "arcanuscontinuum:battle_mage_helmet" | ||
}, | ||
"template": { | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/arcanuscontinuum/recipes/smithing_table/battle_mage_leggings.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,15 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"addition": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"base": { | ||
"item": "minecraft:iron_leggings" | ||
}, | ||
"result": { | ||
"item": "arcanuscontinuum:battle_mage_leggings" | ||
}, | ||
"template": { | ||
"item": "arcanuscontinuum:battle_mage_upgrade_smithing_template" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/minecraft/tags/damage_type/avoids_guardian_thorns.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,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"arcanuscontinuum:magic", | ||
"arcanuscontinuum:magic_projectile" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/minecraft/tags/damage_type/is_projectile.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": [ | ||
"arcanuscontinuum:magic_projectile" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/data/minecraft/tags/damage_type/witch_resistant_to.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,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"arcanuscontinuum:magic", | ||
"arcanuscontinuum:magic_projectile" | ||
] | ||
} |