Skip to content

Commit

Permalink
Fix mod compat recipes (including AllTheMods/ATM-8#1766)
Browse files Browse the repository at this point in the history
(cherry picked from commit e12ce41)
  • Loading branch information
gizmocodes committed Nov 20, 2023
1 parent 9fdaf03 commit 3dc2336
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 36 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "thermal:pulverizer",
"conditions": [
{
"modid": "thermal_expansion",
"type": "forge:mod_loaded"
}
],
"ingredient": {
"item": "biggerreactors:deepslate_uranium_ore"
},
"result": [
{
"item": "biggerreactors:uranium_dust",
"chance": 2.0
},
{
"item": "minecraft:gravel",
"chance": 0.2
}
],
"experience": 0.35
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "thermal:pulverizer",
"conditions": [
{
"modid": "thermal_expansion",
"type": "forge:mod_loaded"
}
],
"ingredient": {
"item": "biggerreactors:uranium_chunk"
},
"result": [
{
"item": "biggerreactors:uranium_dust",
"chance": 1.25
}
],
"experience": 0.35
}

0 comments on commit 3dc2336

Please sign in to comment.