Replace some spell books dropped by mobs and found in library ruins with ruined spell books

This commit is contained in:
Electroblob77
2020-09-09 23:22:56 +01:00
parent 0981768c72
commit 2e49f1d06b
2 changed files with 11 additions and 1 deletions
@@ -26,7 +26,7 @@
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 20,
"weight": 15,
"functions": [
{
"function": "ebwizardry:random_spell",
@@ -34,6 +34,11 @@
}
]
},
{
"type": "item",
"name": "ebwizardry:ruined_spell_book",
"weight": 5
},
{
"type": "item",
"name": "ebwizardry:scroll",
@@ -28,6 +28,11 @@
]
}
]
},
{
"type": "item",
"name": "ebwizardry:ruined_spell_book",
"weight": 1
}
]
}