-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- infuse material to craft pure blood infused vampire sword
- Loading branch information
1 parent
639c02b
commit f5db9c4
Showing
335 changed files
with
9,339 additions
and
515 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
17 changes: 17 additions & 0 deletions
17
src/generated/resources/assets/vampirism/blockstates/blood_infuser.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,17 @@ | ||
{ | ||
"multipart": [ | ||
{ | ||
"apply": { | ||
"model": "vampirism:block/blood_infuser/infuser" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "vampirism:block/blood_infuser/infuser_blood" | ||
}, | ||
"when": { | ||
"active": "true" | ||
} | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_diamond.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/blood_infused_diamond" | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_enhanced_iron_ingot.json
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_gold_ingot.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/blood_infused_gold_ingot" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_netherite_ingot.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/blood_infused_netherite_ingot" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_raw_gold.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/blood_infused_raw_gold" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infused_raw_iron.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/blood_infused_raw_iron" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/blood_infuser.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:block/blood_infuser/infuser" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...vampirism/items/heart_striker_normal.json → ...vampirism/items/diamond_heart_seeker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/heart_striker_normal" | ||
"model": "vampirism:item/diamond_heart_seeker" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/diamond_heart_striker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/diamond_heart_striker" | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/items/heart_seeker_enhanced.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/items/heart_seeker_ultimate.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/items/heart_striker_enhanced.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/items/heart_striker_ultimate.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../vampirism/items/heart_seeker_normal.json → ...ts/vampirism/items/iron_heart_seeker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/heart_seeker_normal" | ||
"model": "vampirism:item/iron_heart_seeker" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/iron_heart_striker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/iron_heart_striker" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/netherite_heart_seeker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/netherite_heart_seeker" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/items/netherite_heart_striker.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 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "vampirism:item/netherite_heart_striker" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_diamond.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": "vampirism:item/blood_infused_diamond" | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_enhanced_iron_ingot.json
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_gold_ingot.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": "vampirism:item/blood_infused_gold_ingot" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_netherite_ingot.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": "vampirism:item/blood_infused_netherite_ingot" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_raw_gold.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": "vampirism:item/blood_infused_raw_gold" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/vampirism/models/item/blood_infused_raw_iron.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": "vampirism:item/blood_infused_raw_iron" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
...vampire/heart_seeker_enhanced_repair.json → .../combat/heart_seeker_enhanced_pure_0.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,32 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_heart_seeker": { | ||
"has_blood_infused_diamond": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vampirism:heart_seeker_enhanced" | ||
"items": "vampirism:blood_infused_diamond" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vampirism:vampire/heart_seeker_enhanced_repair" | ||
"recipe": "minecraft:heart_seeker_enhanced_pure_0" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_heart_seeker" | ||
"has_blood_infused_diamond" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vampirism:vampire/heart_seeker_enhanced_repair" | ||
"minecraft:heart_seeker_enhanced_pure_0" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/minecraft/advancement/recipes/combat/heart_seeker_enhanced_pure_1.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_blood_infused_diamond": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vampirism:blood_infused_diamond" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:heart_seeker_enhanced_pure_1" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blood_infused_diamond" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:heart_seeker_enhanced_pure_1" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/minecraft/advancement/recipes/combat/heart_seeker_enhanced_pure_2.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_blood_infused_diamond": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vampirism:blood_infused_diamond" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:heart_seeker_enhanced_pure_2" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blood_infused_diamond" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:heart_seeker_enhanced_pure_2" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/minecraft/advancement/recipes/combat/heart_seeker_enhanced_pure_3.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_blood_infused_diamond": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vampirism:blood_infused_diamond" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:heart_seeker_enhanced_pure_3" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blood_infused_diamond" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:heart_seeker_enhanced_pure_3" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/minecraft/advancement/recipes/combat/heart_seeker_enhanced_pure_4.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_blood_infused_diamond": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vampirism:blood_infused_diamond" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:heart_seeker_enhanced_pure_4" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blood_infused_diamond" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:heart_seeker_enhanced_pure_4" | ||
] | ||
} | ||
} |
Oops, something went wrong.