Skip to content

Commit

Permalink
Remove ways to get Silver from Occultism (#132)
Browse files Browse the repository at this point in the history
* Remove Occult Siver over Ore

* Remove Occult Silver from Raw

* Remove Occult Silver from Dust

* Remove Occult Silver from Imbuement

* Update imbuement_silver_transmute.json

---------

Co-authored-by: Darkosto <[email protected]>
  • Loading branch information
linuxchr and Darkosto authored Jan 7, 2025
1 parent 057159c commit 8b9bfd1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "ars_nouveau:imbuement",
"count": 1,
"input": {
"item": "minecraft:gold_ingot"
},
"output": "thermal:silver_ingot",
"pedestalItems": [
{
"item": {
"item": "ars_nouveau:manipulation_essence"
}
},
{
"item": {
"item": "occultism:datura"
}
},
{
"item": {
"item": "occultism:spirit_attuned_gem"
}
}
],
"source": 2000
}
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"
}
]
}

0 comments on commit 8b9bfd1

Please sign in to comment.