Skip to content

Commit

Permalink
Make Modular Explosives easier to craft,
Browse files Browse the repository at this point in the history
added Modular Explosives entry to equipment as well
  • Loading branch information
f-raZ0R committed Nov 19, 2024
1 parent a31d49c commit c70ea93
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"criteria": {
"collected_stratine_gem": {
"collected_stratine": {
"trigger": "revelationary:advancement_gotten",
"conditions": {
"advancement_identifier": "spectrum:hidden/collect_stratine_gem"
"advancement_identifier": "spectrum:midgame/collect_stratine"
}
},
"collected_midnight_chip": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "book.spectrum.guidebook.modular_explosives.name",
"condition": {
"type": "modonomicon:advancement",
"advancement_id": "spectrum:unlocks/blocks/modular_explosives"
},
"icon": "spectrum:parametric_mining_device",
"category": "spectrum:equipment",
"hide_while_locked": true,
"parents": [],
"background_u_index": 0,
"background_v_index": 0,
"x": 3,
"y": 6,
"pages": [
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.name",
"text": "book.spectrum.guidebook.modular_explosives.page0.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page1.title",
"text": "book.spectrum.guidebook.modular_explosives.page1.text"
},
{
"type": "spectrum:pedestal_crafting",
"text": "book.spectrum.guidebook.modular_explosives.page2.text",
"recipe_id": "spectrum:pedestal/tier3/boom/threat_conflux"
},
{
"type": "spectrum:pedestal_crafting",
"text": "book.spectrum.guidebook.modular_explosives.page3.text",
"recipe_id": "spectrum:pedestal/tier3/boom/parametric_mining_device"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page4.title",
"text": "book.spectrum.guidebook.modular_explosives.page4.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page5.title",
"text": "book.spectrum.guidebook.modular_explosives.page5.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page6.title",
"text": "book.spectrum.guidebook.modular_explosives.page6.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page7.title",
"text": "book.spectrum.guidebook.modular_explosives.page7.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page8.title",
"text": "book.spectrum.guidebook.modular_explosives.page8.text"
},
{
"type": "modonomicon:text",
"title": "book.spectrum.guidebook.modular_explosives.page9.title",
"text": "book.spectrum.guidebook.modular_explosives.page9.text"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"parents": [],
"background_u_index": 0,
"background_v_index": 0,
"x": 3,
"y": 6,
"x": 2,
"y": 4,
"pages": [
{
"type": "modonomicon:text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"black": 1,
"experience": 1.0,
"pattern": [
"MGM",
"GSG",
"MGM"
"SGS",
"GMG",
"SGS"
],
"key": {
"M": {
Expand All @@ -21,7 +21,7 @@
"item": "minecraft:gunpowder"
},
"S": {
"item": "spectrum:stratine_gem"
"item": "spectrum:stratine_fragments"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"black": 1,
"experience": 1.0,
"pattern": [
" M ",
"MGM",
"GSG"
" S ",
"SGS",
"GMG"
],
"key": {
"M": {
Expand All @@ -21,7 +21,7 @@
"item": "minecraft:gunpowder"
},
"S": {
"item": "spectrum:stratine_gem"
"item": "spectrum:stratine_fragments"
}
},
"result": {
Expand Down

0 comments on commit c70ea93

Please sign in to comment.