Skip to content

Commit

Permalink
Add xp conversion compat recipe for Ender IO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Dec 17, 2023
1 parent fc90904 commit 9c4589d
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "enderio"
}
],
"type": "create:mixing",
"ingredients": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "enderio:xp_juice",
"amount": 200
}
],
"results": [
{
"item": "create_enchantment_industry:experience_rotor"
},
{
"fluid": "create_enchantment_industry:experience",
"amount": 10
}
]
}

0 comments on commit 9c4589d

Please sign in to comment.