Skip to content

Commit

Permalink
Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Dec 24, 2024
1 parent 49cbdbd commit fd0901b
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "create:splashing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "immersiveengineering"
}
],
"ingredients": [
{
"item": "create:crushed_raw_aluminum"
}
],
"results": [
{
"count": 9,
"item": "immersiveengineering:nugget_aluminum"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"conditions": [
{
"type": "forge:false"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "create:splashing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "immersiveengineering"
}
],
"ingredients": [
{
"item": "create:crushed_raw_uranium"
}
],
"results": [
{
"count": 9,
"item": "immersiveengineering:nugget_uranium"
}
]
}

0 comments on commit fd0901b

Please sign in to comment.