Skip to content

Commit

Permalink
Changes sag mill recipes to use Thermal's quartz dust instead of Ende…
Browse files Browse the repository at this point in the history
…rIO's. (#142)
  • Loading branch information
Muddr authored Jan 7, 2025
1 parent 7a7bd6a commit 5deeb43
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "enderio:sag_milling",
"bonus": "chance_only",
"energy": 2400,
"input": {
"tag": "forge:gems/quartz"
},
"outputs": [
{
"chance": 1.0,
"item": {
"item": "thermal:quartz_dust"
},
"optional": false
},
{
"chance": 0.1,
"item": {
"item": "thermal:quartz_dust"
},
"optional": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"type": "enderio:sag_milling",
"energy": 2400,
"input": {
"tag": "forge:ores/quartz"
},
"outputs": [
{
"chance": 1.0,
"item": {
"count": 2,
"item": "minecraft:quartz"
},
"optional": false
},
{
"chance": 0.1,
"item": {
"item": "thermal:quartz_dust"
},
"optional": false
},
{
"chance": 0.15,
"item": {
"item": "minecraft:netherrack"
},
"optional": false
}
]
}

0 comments on commit 5deeb43

Please sign in to comment.