diff --git a/src/main/resources/data/magisterium/loot_table/chests/parts/common_loot.json b/src/main/resources/data/magisterium/loot_table/chests/parts/common_loot.json index 38791fb..fc807ce 100644 --- a/src/main/resources/data/magisterium/loot_table/chests/parts/common_loot.json +++ b/src/main/resources/data/magisterium/loot_table/chests/parts/common_loot.json @@ -16,6 +16,11 @@ { "type": "minecraft:item", "weight": 10, + "name": "magisterium:dispel_magic_page" + }, + { + "type": "minecraft:item", + "weight": 5, "name": "magisterium:glyphic_ignition_page" }, { @@ -32,6 +37,11 @@ "type": "minecraft:item", "weight": 5, "name": "magisterium:illusory_wall_page" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "magisterium:arcane_lift_page" } ] } diff --git a/src/main/resources/data/magisterium/loot_table/chests/parts/rare_loot.json b/src/main/resources/data/magisterium/loot_table/chests/parts/rare_loot.json index af21d52..eb81446 100644 --- a/src/main/resources/data/magisterium/loot_table/chests/parts/rare_loot.json +++ b/src/main/resources/data/magisterium/loot_table/chests/parts/rare_loot.json @@ -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 + } + ] + } + } + ] } ] }