Skip to content

Commit

Permalink
Crushing wheel recipes for spectrum ores (#660)
Browse files Browse the repository at this point in the history
* Create crushing recipes for blackslag and gemstone ores
* Crushing recipes for the other spectrum ores
  • Loading branch information
Robotgiggle authored Jan 28, 2025
1 parent cdb838e commit 8699a58
Show file tree
Hide file tree
Showing 34 changed files with 1,310 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:amethyst_ore"
}
],
"processingTime": 250,
"results": [
{
"count": 3,
"item": "minecraft:amethyst_shard"
},
{
"chance": 0.5,
"item": "minecraft:amethyst_shard"
},
{
"count": 2,
"item": "spectrum:amethyst_powder"
},
{
"chance": 0.6,
"item": "spectrum:amethyst_powder"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "minecraft:cobblestone"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:azurite_ore"
}
],
"processingTime": 350,
"results": [
{
"item": "spectrum:raw_azurite"
},
{
"chance": 0.75,
"item": "spectrum:raw_azurite"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "minecraft:cobblestone"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_amethyst_ore"
}
],
"processingTime": 425,
"results": [
{
"count": 4,
"item": "minecraft:amethyst_shard"
},
{
"chance": 0.25,
"item": "minecraft:amethyst_shard"
},
{
"count": 4,
"item": "spectrum:amethyst_powder"
},
{
"chance": 0.25,
"item": "spectrum:amethyst_powder"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_azurite_ore"
}
],
"processingTime": 525,
"results": [
{
"count": 2,
"item": "spectrum:raw_azurite"
},
{
"chance": 0.25,
"item": "spectrum:raw_azurite"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_citrine_ore"
}
],
"processingTime": 425,
"results": [
{
"count": 4,
"item": "spectrum:citrine_shard"
},
{
"chance": 0.25,
"item": "spectrum:citrine_shard"
},
{
"count": 4,
"item": "spectrum:citrine_powder"
},
{
"chance": 0.25,
"item": "spectrum:citrine_powder"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_coal_ore"
}
],
"processingTime": 375,
"results": [
{
"count": 2,
"item": "minecraft:coal"
},
{
"chance": 0.25,
"item": "minecraft:coal"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_copper_ore"
}
],
"processingTime": 425,
"results": [
{
"count": 7,
"item": "create:crushed_raw_copper"
},
{
"chance": 0.25,
"item": "create:crushed_raw_copper"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_diamond_ore"
}
],
"processingTime": 525,
"results": [
{
"count": 2,
"item": "minecraft:diamond"
},
{
"chance": 0.25,
"item": "minecraft:diamond"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_emerald_ore"
}
],
"processingTime": 525,
"results": [
{
"count": 2,
"item": "minecraft:emerald"
},
{
"chance": 0.25,
"item": "minecraft:emerald"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "spectrum:blackslag_gold_ore"
}
],
"processingTime": 425,
"results": [
{
"count": 2,
"item": "create:crushed_raw_gold"
},
{
"chance": 0.25,
"item": "create:crushed_raw_gold"
},
{
"chance": 0.75,
"count": 2,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "spectrum:cobbled_blackslag"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"create"
]
}
]
}
Loading

0 comments on commit 8699a58

Please sign in to comment.