Skip to content

Commit

Permalink
add new spells to loot tables
Browse files Browse the repository at this point in the history
  • Loading branch information
reoseah committed Nov 1, 2024
1 parent 35b3eb3 commit 306a958
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
{
"type": "minecraft:item",
"weight": 10,
"name": "magisterium:dispel_magic_page"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "magisterium:glyphic_ignition_page"
},
{
Expand All @@ -32,6 +37,11 @@
"type": "minecraft:item",
"weight": 5,
"name": "magisterium:illusory_wall_page"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "magisterium:arcane_lift_page"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,32 @@
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "magisterium:spell_book",
"functions": [
{
"function": "set_components",
"components": {
"magisterium:contents": [
{
"id": "magisterium:illusory_wall_page",
"count": 1
},
{
"id": "magisterium:arcane_lift_page",
"count": 1
},
{
"id": "magisterium:dispel_magic_page",
"count": 1
}
]
}
}
]
}
]
}
Expand Down

0 comments on commit 306a958

Please sign in to comment.