Creation of 1.16.3 branch
Initial publishing of the 1.16.3 branch of the mod. A lot of systems are missing (such as Rituals and Living Armour), but enough is present for a decent Alpha release.
This commit is contained in:
parent
0e02b983f1
commit
d617911d7a
1662 changed files with 18791 additions and 85075 deletions
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_altar"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_will": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:basemonstersoul"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_altar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_will",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_blank"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_weak_orb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:weakbloodorb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_blank"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_weak_orb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_capacity"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_imbued_slate": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:infusedslate"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_capacity"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_imbued_slate",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_charging"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_master_orb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:masterbloodorb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_charging"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_master_orb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_orb"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_master_orb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:masterbloodorb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_orb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_master_orb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_sacrifice"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_apprentice_orb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:apprenticebloodorb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_sacrifice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_apprentice_orb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_self_sacrifice"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_apprentice_orb": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:apprenticebloodorb"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_self_sacrifice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_apprentice_orb",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:blood_rune_speed"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_blank_rune": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "bloodmagic:blankrune"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:blood_rune_speed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_blank_rune",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:sacrificial_dagger"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_glass": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:sacrificial_dagger"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:soul_forge"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_gold": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:soul_forge"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_gold",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bloodmagic:soul_snare"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bloodmagic:soul_snare"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_redstone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:accelerationrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "bloodmagic:alchemyarray",
|
||||
"rolls": 1.0,
|
||||
"entries": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:altar"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:altarcapacityrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:bettercapacityrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:blankrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "bloodmagic:bloodlight",
|
||||
"rolls": 1.0,
|
||||
"entries": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:chargingrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:dislocationrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:orbcapacityrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:sacrificerune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:selfsacrificerune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:soulforge"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "bloodmagic:speedrune"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"tag": "forge:storage_blocks/redstone"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:apprenticebloodorb"
|
||||
},
|
||||
"upgradeLevel": 1,
|
||||
"altarSyphon": 5000,
|
||||
"consumptionRate": 5,
|
||||
"drainRate": 5
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:daggerofsacrifice"
|
||||
},
|
||||
"upgradeLevel": 1,
|
||||
"altarSyphon": 3000,
|
||||
"consumptionRate": 5,
|
||||
"drainRate": 5
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:demonslate"
|
||||
},
|
||||
"upgradeLevel": 3,
|
||||
"altarSyphon": 15000,
|
||||
"consumptionRate": 20,
|
||||
"drainRate": 20
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
},
|
||||
"upgradeLevel": 2,
|
||||
"altarSyphon": 5000,
|
||||
"consumptionRate": 15,
|
||||
"drainRate": 10
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"tag": "forge:storage_blocks/gold"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:magicianbloodorb"
|
||||
},
|
||||
"upgradeLevel": 2,
|
||||
"altarSyphon": 25000,
|
||||
"consumptionRate": 20,
|
||||
"drainRate": 20
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"upgradeLevel": 2,
|
||||
"altarSyphon": 2000,
|
||||
"consumptionRate": 5,
|
||||
"drainRate": 5
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"upgradeLevel": 0,
|
||||
"altarSyphon": 1000,
|
||||
"consumptionRate": 5,
|
||||
"drainRate": 5
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:altar",
|
||||
"input": {
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:weakbloodorb"
|
||||
},
|
||||
"upgradeLevel": 0,
|
||||
"altarSyphon": 2000,
|
||||
"consumptionRate": 2,
|
||||
"drainRate": 1
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/airsigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentair"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:airsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/lightsigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentbloodlight"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:bloodlightsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/divinationsigil.png",
|
||||
"baseinput": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:divinationsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/fastminersigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentfastminer"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:miningsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/growthsigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentgrowth"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:growthsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/lavasigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentlava"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:lavasigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/magnetismsigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentmagnetism"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:sigilofmagnetism"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/voidsigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentvoid"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:voidsigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "bloodmagic:array",
|
||||
"texture": "bloodmagic:textures/models/alchemyarrays/watersigil.png",
|
||||
"baseinput": {
|
||||
"item": "bloodmagic:reagentwater"
|
||||
},
|
||||
"addedinput": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:watersigil"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"a a",
|
||||
"aba",
|
||||
"cdc"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"c": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"d": {
|
||||
"item": "bloodmagic:basemonstersoul"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:altar"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"sos",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"s": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"o": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 1
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aba",
|
||||
"bcb",
|
||||
"ada"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"c": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
},
|
||||
"d": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:altarcapacityrune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RsR",
|
||||
"GrG",
|
||||
"ReR"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"r": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
},
|
||||
"s": {
|
||||
"item": "bloodmagic:demonslate"
|
||||
},
|
||||
"e": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 4
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:dusts/glowstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:chargingrune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aba",
|
||||
"cdc",
|
||||
"aba"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 1
|
||||
},
|
||||
"c": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
},
|
||||
"d": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:orbcapacityrune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aba",
|
||||
"cdc",
|
||||
"aea"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"c": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"d": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
},
|
||||
"e": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:sacrificerune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aba",
|
||||
"cdc",
|
||||
"aea"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
},
|
||||
"d": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
},
|
||||
"e": {
|
||||
"type": "bloodmagic:bloodorb",
|
||||
"orb_tier": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:selfsacrificerune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aba",
|
||||
"cdc",
|
||||
"aba"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"b": {
|
||||
"item": "bloodmagic:blankslate"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"d": {
|
||||
"item": "bloodmagic:blankrune"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:speedrune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ggg",
|
||||
" Gg",
|
||||
"i g"
|
||||
],
|
||||
"key": {
|
||||
"g": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:sacrificialdagger"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"i i",
|
||||
"sgs",
|
||||
"sos"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"tag": "forge:stone"
|
||||
},
|
||||
"g": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron"
|
||||
},
|
||||
"o": {
|
||||
"tag": "forge:storage_blocks/iron"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:soulforge"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"sis",
|
||||
"iri",
|
||||
"sis"
|
||||
],
|
||||
"key": {
|
||||
"r": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"s": {
|
||||
"tag": "forge:string"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bloodmagic:soulsnare",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:dyes/white"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:gunpowder"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "minecraft:coals"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:arcaneashes",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"minimumDrain": 0.0,
|
||||
"drain": 0.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "bloodmagic:soulgemlesser"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:storage_blocks/gold"
|
||||
},
|
||||
"input3": {
|
||||
"item": "bloodmagic:infusedslate"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:soulgemcommon"
|
||||
},
|
||||
"minimumDrain": 240.0,
|
||||
"drain": 50.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "bloodmagic:soulgempetty"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:storage_blocks/redstone"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:storage_blocks/lapis"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:soulgemlesser"
|
||||
},
|
||||
"minimumDrain": 60.0,
|
||||
"drain": 20.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:gems/lapis"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:soulgempetty"
|
||||
},
|
||||
"minimumDrain": 1.0,
|
||||
"drain": 1.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "minecraft:iron_pickaxe"
|
||||
},
|
||||
"input1": {
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
"input2": {
|
||||
"item": "minecraft:iron_shovel"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:gunpowder"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentfastminer"
|
||||
},
|
||||
"minimumDrain": 128.0,
|
||||
"drain": 20.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"tag": "minecraft:saplings"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "minecraft:saplings"
|
||||
},
|
||||
"input2": {
|
||||
"item": "minecraft:sugar_cane"
|
||||
},
|
||||
"input3": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentgrowth"
|
||||
},
|
||||
"minimumDrain": 128.0,
|
||||
"drain": 20.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "minecraft:lava_bucket"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:dusts/redstone"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:cobblestone"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:storage_blocks/coal"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentlava"
|
||||
},
|
||||
"minimumDrain": 32.0,
|
||||
"drain": 10.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"tag": "forge:string"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:storage_blocks/iron"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentmagnetism"
|
||||
},
|
||||
"minimumDrain": 600.0,
|
||||
"drain": 10.0
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"input1": {
|
||||
"tag": "forge:string"
|
||||
},
|
||||
"input2": {
|
||||
"tag": "forge:string"
|
||||
},
|
||||
"input3": {
|
||||
"tag": "forge:gunpowder"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentvoid"
|
||||
},
|
||||
"minimumDrain": 64.0,
|
||||
"drain": 10.0
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"input1": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"input2": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:reagentwater"
|
||||
},
|
||||
"minimumDrain": 10.0,
|
||||
"drain": 3.0
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "bloodmagic:soulforge",
|
||||
"input0": {
|
||||
"item": "bloodmagic:soulgempetty"
|
||||
},
|
||||
"input1": {
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:soulsword",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"minimumDrain": 0.0,
|
||||
"drain": 0.0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue