Changed the .gitignore, and started adding a few recipe changes

Got distracted due to wanting to change the Hellfire Forge recipes.
This commit is contained in:
WayofTime 2021-01-17 14:34:24 -05:00
parent 1fa7f88a77
commit 99792acbb7
12 changed files with 72 additions and 51 deletions

View file

@ -417,7 +417,7 @@ c0907e611e09ccc924452070519006add21f3d12 assets/bloodmagic/models/item/woodbrick
1de444baa270a146dcd33c784b08f75a3d745421 assets/bloodmagic/models/item/woodtilepath.json
c8ea88c439c91d0eeee3e6204a3c50f8cfd36758 assets/bloodmagic/models/item/wornstonebrickpath.json
2d9dab8ebc036473d82eb044eb7a7bba0d0937a4 assets/bloodmagic/models/item/wornstonetilepath.json
04faf23bcb783a306c3b7a8a375ac2bf87c1072b data/bloodmagic/advancements/recipes/bloodmagictab/alchemy_table.json
273f8363ef906c87c67ae8aeb21a7d9d2834bbc6 data/bloodmagic/advancements/recipes/bloodmagictab/alchemy_table.json
e6a3ac3998653b10ee09780be9099a9d0c5b3917 data/bloodmagic/advancements/recipes/bloodmagictab/arc.json
828c0f89e747d48d37c6a86030a8ec59ca5c29cb data/bloodmagic/advancements/recipes/bloodmagictab/blood_altar.json
80cf1e0f026565be99279c46306b92be06bda65c data/bloodmagic/advancements/recipes/bloodmagictab/blood_rune_acceleration.json
@ -527,7 +527,7 @@ f748a5ba8838b50de0502f132fe2a65f4726dae6 data/bloodmagic/loot_tables/blocks/soul
9ab0aac56f75e7811f9641a6a20ff8d9dd78876a data/bloodmagic/loot_tables/blocks/wornstonebrickpath.json
4a7395079f874ae08af94f64a8a00211a56e906a data/bloodmagic/loot_tables/blocks/wornstonetilepath.json
c95cd70b7ca320e18618c07827add555984b0e45 data/bloodmagic/loot_tables/test.json
2df19ff659705a5408ce0819a947764673404388 data/bloodmagic/recipes/alchemy_table.json
966981b01944985f1fe5cfa72b21c9ceeebd9cc4 data/bloodmagic/recipes/alchemy_table.json
a343604b5a75e1b3810df97d024813fb041cffb6 data/bloodmagic/recipes/alchemytable/basic_cutting_fluid.json
cc28a48ec4b21be99c4ec13f6e560c322012192c data/bloodmagic/recipes/alchemytable/bow_power_anointment.json
6a93bcd65cf2636fc684276777f56630f82d710c data/bloodmagic/recipes/alchemytable/bread.json
@ -570,6 +570,7 @@ d79a96eb3eed597f1c18a8983764a6362a24748c data/bloodmagic/recipes/altar/dusk_tool
5996888ae6e4ae9afc86a5d629a729d624fc4372 data/bloodmagic/recipes/altar/masterbloodorb.json
30d84c946ad9235f6e59f1046edbe8d44acc799e data/bloodmagic/recipes/altar/reinforcedslate.json
584d01dff4d64bb88bd3783751a29723700f1728 data/bloodmagic/recipes/altar/slate.json
5e6289a1c8deb414202bba0f16fc09f9fdf7add0 data/bloodmagic/recipes/altar/soul_snare.json
926d4a0e165c87a15a609744d832d2f5f04a40d0 data/bloodmagic/recipes/altar/water_tool.json
dd59da50b674ec8f680e01a91261bf34091075cf data/bloodmagic/recipes/altar/weakbloodorb.json
5807b2515f4a2dc9855327940e6055f6947f0749 data/bloodmagic/recipes/arc.json

View file

@ -6,12 +6,12 @@
]
},
"criteria": {
"has_weak_orb": {
"has_blank_slate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "bloodmagic:weakbloodorb"
"item": "bloodmagic:blankslate"
}
]
}
@ -25,7 +25,7 @@
},
"requirements": [
[
"has_weak_orb",
"has_blank_slate",
"has_the_recipe"
]
]

View file

@ -7,7 +7,7 @@
],
"key": {
"b": {
"tag": "forge:rods/blaze"
"tag": "forge:ingots/iron"
},
"s": {
"tag": "forge:stone"
@ -19,8 +19,7 @@
"tag": "forge:ingots/gold"
},
"o": {
"type": "bloodmagic:bloodorb",
"orb_tier": 1
"item": "bloodmagic:blankslate"
}
},
"result": {

View file

@ -0,0 +1,13 @@
{
"type": "bloodmagic:altar",
"input": {
"tag": "forge:string"
},
"output": {
"item": "bloodmagic:soulsnare"
},
"upgradeLevel": 0,
"altarSyphon": 500,
"consumptionRate": 5,
"drainRate": 1
}