This commit is contained in:
HuTao今天吃什么 2022-09-12 22:04:08 +08:00
parent 4fcf817a6b
commit 02513698df
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "botania:livingwood_bow"
},
"output": {
"nbt": {
"Damage": 0
},
"item": "extrabotany:livingwood_shortbow"
},
"mana": 2000
}

View File

@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "minecraft:coal"
},
"output": {
"item": "extrabotany:nightmare_fuel"
},
"mana": 1000
}