Skip to content

Commit

Permalink
feat(recipes): add new creative recipes for various mods
Browse files Browse the repository at this point in the history
- Introduce recipes for AE2 Creative Energy Cell, Botania Creative Pool, and
  Creative Mana Tablet.
- Update recipes for Draconic Evolution Creative Capacitor and Creative OP
  Capacitor.
- Include new recipes for EIO Creative Power, Mekanism Creative Bin, Creative  Chemical Tank, Creative Energy Cube, and Creative Fluid Tank.
- Add infinity totem recipe with damage tag for consistency.

BREAKING CHANGE: Some recipes now require additional ingredients from other
mods, which may affect existing crafting patterns.
  • Loading branch information
cnlimiter committed Jun 17, 2024
1 parent ceaff92 commit 16fe469
Show file tree
Hide file tree
Showing 25 changed files with 897 additions and 234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
"C": {
"item": "avaritia:infinity_ingot"
},
"X": [],
"Y": []
"X": {
"item": "ae2:engineering_processor"
},
"Y": {
"item": "ae2:dense_energy_cell"
}
},
"pattern": [
"CCCCXCCCC",
Expand All @@ -30,7 +34,7 @@
"CCCCXCCCC"
],
"result": {
"item": "minecraft:air"
"item": "ae2:creative_energy_cell"
},
"show_notification": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,24 @@
"type": "avaritia:shaped_extreme_craft",
"category": "equipment",
"key": {
"C": [],
"E": [],
"F": [],
"C": {
"item": "botania:mana_pool"
},
"E": {
"item": "botania:dragonstone_block"
},
"F": {
"item": "botania:mana_tablet"
},
"N": {
"item": "avaritia:neutron_ingot"
},
"X": {
"item": "avaritia:infinity_catalyst"
},
"Y": []
"Y": {
"item": "botania:fabulous_pool"
}
},
"pattern": [
"NNNNNNNNN",
Expand All @@ -35,7 +43,7 @@
"NNNNNNNNN"
],
"result": {
"item": "minecraft:air"
"item": "botania:creative_pool"
},
"show_notification": true
}
Expand Down
84 changes: 62 additions & 22 deletions src/generated/resources/data/avaritia/recipes/bot_mana_tablet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,70 @@
"recipe": {
"type": "avaritia:shaped_extreme_craft",
"category": "equipment",
"group": "{creative:1b,mana:500000}",
"key": {
"A": {
"item": "avaritia:infinity_ingot"
},
"B": [],
"C": [],
"D": [],
"E": [],
"F": [],
"G": [],
"H": [],
"I": [],
"J": [],
"K": [],
"L": [],
"M": [],
"N": [],
"O": [],
"P": [],
"Q": [],
"R": [],
"S": [],
"T": [],
"U": []
"B": {
"item": "botania:rune_envy"
},
"C": {
"item": "botania:rune_gluttony"
},
"D": {
"item": "botania:rune_winter"
},
"E": {
"item": "botania:rune_lust"
},
"F": {
"item": "botania:rune_pride"
},
"G": {
"item": "botania:rune_wrath"
},
"H": {
"item": "botania:rune_greed"
},
"I": {
"item": "botania:rune_sloth"
},
"J": {
"item": "botania:infinite_fruit"
},
"K": {
"item": "botania:flight_tiara"
},
"L": {
"item": "botania:king_key"
},
"M": {
"item": "botania:flugel_eye"
},
"N": {
"item": "botania:odin_ring"
},
"O": {
"item": "botania:spawner_mover"
},
"P": {
"item": "botania:mana_mirror"
},
"Q": {
"item": "botania:thor_ring"
},
"R": {
"item": "botania:mana_tablet"
},
"S": {
"item": "botania:dice"
},
"T": {
"item": "botania:fabulous_pool"
},
"U": {
"item": "botania:terrasteel_block"
}
},
"pattern": [
"BAAACAAAD",
Expand All @@ -49,7 +88,8 @@
"GAAAHAAAA"
],
"result": {
"item": "minecraft:air"
"item": "botania:mana_tablet",
"nbt": "{creative:1b,mana:500000}"
},
"show_notification": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@
"A": {
"item": "avaritia:infinity_ingot"
},
"B": [],
"C": [],
"D": [],
"E": [],
"F": []
"B": {
"item": "draconicevolution:chaotic_crafting_injector"
},
"C": {
"item": "draconicevolution:reactor_stabilizer"
},
"D": {
"item": "draconicevolution:reactor_core"
},
"E": {
"item": "draconicevolution:chaotic_core"
},
"F": {
"item": "draconicevolution:chaotic_capacitor"
}
},
"pattern": [
"AAAACAAAA",
Expand All @@ -33,7 +43,7 @@
"AAAACAAAA"
],
"result": {
"item": "minecraft:air"
"item": "draconicevolution:creative_capacitor"
},
"show_notification": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
"B": {
"item": "avaritia:infinity"
},
"C": [],
"D": [],
"E": []
"C": {
"item": "draconicevolution:reactor_stabilizer"
},
"D": {
"item": "draconicevolution:reactor_core"
},
"E": {
"item": "draconicevolution:creative_capacitor"
}
},
"pattern": [
"BBCCCCCBB",
Expand All @@ -34,7 +40,7 @@
"BBCCCCCBB"
],
"result": {
"item": "minecraft:air"
"item": "draconicevolution:creative_op_capacitor"
},
"show_notification": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "ernderio"
}
],
"recipe": {
"type": "avaritia:shaped_extreme_craft",
"category": "equipment",
"key": {
"C": {
"item": "ernderio:ender_crystal"
},
"E": {
"item": "ernderio:sentient_ender"
},
"I": {
"item": "avaritia:infinity_ingot"
},
"N": {
"item": "avaritia:neutron_ingot"
},
"V": {
"item": "ernderio:vibrant_capacitor_bank"
},
"W": {
"item": "ernderio:weather_crystal"
},
"Z": {
"item": "ernderio:frank_n_zombie"
}
},
"pattern": [
"INIIIIINI",
"NZEEEEEZN",
"IECWWWCEI",
"IEWZIZWEI",
"IEWIVIWEI",
"IEWZIZWEI",
"IECWWWCEI",
"NZEEEEEZN",
"INIIIIINI"
],
"result": {
"item": "ernderio:creative_power"
},
"show_notification": true
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
" C "
],
"result": {
"item": "avaritia:infinity_totem"
"item": "avaritia:infinity_totem",
"nbt": "{Damage:0}"
},
"show_notification": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "mekanism"
}
],
"recipe": {
"type": "avaritia:shaped_extreme_craft",
"category": "equipment",
"key": {
"A": {
"item": "mekanism:fusion_reactor_frame"
},
"B": {
"item": "mekanism:ultimate_energy_cube"
},
"C": {
"item": "mekanism:ultimate_fluid_tank"
},
"D": {
"item": "mekanism:ultimate_chemical_tank"
},
"E": {
"item": "mekanism:ultimate_bin"
},
"I": {
"item": "avaritia:infinity_ingot"
},
"S": {
"item": "avaritia:infinity_catalyst"
}
},
"pattern": [
"AAAAAAAAA",
"AEIIIIIEA",
"AEIIIIIEA",
"AEIIIIIEA",
"AEEESEEEA",
"AEEEEEEEA",
"AEBCDCBEA",
"AEBCDCBEA",
"AAAAAAAAA"
],
"result": {
"item": "mekanism:creative_bin"
},
"show_notification": true
}
}
]
}
Loading

0 comments on commit 16fe469

Please sign in to comment.