diff --git a/config/attributefix.json b/config/attributefix.json index fa73753..332a0b0 100644 --- a/config/attributefix.json +++ b/config/attributefix.json @@ -1155,17 +1155,6 @@ "value": 10000 } }, - "spells_and_shields:generic.max_mana": { - "enabled": false, - "min": { - "default": 0, - "value": 0 - }, - "max": { - "default": 1024, - "value": 1024 - } - }, "not_enough_glyphs:not_enough_glyphs.perk.mana_discount": { "enabled": false, "min": { @@ -1188,6 +1177,17 @@ "value": 1 } }, + "spells_and_shields:generic.max_mana": { + "enabled": false, + "min": { + "default": 0, + "value": 0 + }, + "max": { + "default": 1024, + "value": 1024 + } + }, "confluence:armor_pass": { "enabled": false, "min": { diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini index 342d0e0..8145717 100644 --- a/config/jei/ingredient-list-mod-sort-order.ini +++ b/config/jei/ingredient-list-mod-sort-order.ini @@ -295,7 +295,6 @@ Nether's Delight Nomadic Tents Not Enough Glyphs Not Enough Sourcelinks -Nyf's Quiver Obscure API Occultism Occultism Delight diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini index 860a0af..6aed424 100644 --- a/config/jei/recipe-category-sort-order.ini +++ b/config/jei/recipe-category-sort-order.ini @@ -410,4 +410,8 @@ tconstruct:part_builder tconstruct:severing tconstruct:tool_recipes tconstruct:worktable -quark:influence +minecraft:tag_recipes/block +minecraft:tag_recipes/entity_type +minecraft:tag_recipes/fluid +minecraft:tag_recipes/item +minecraft:tag_recipes/worldgen/biome diff --git a/config/quark-common.toml b/config/quark-common.toml index 03157ca..0a4b672 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -1824,10 +1824,10 @@ Backpack = true Crate = true Magnets = true - "Matrix Enchanting" = true + "Matrix Enchanting" = false Pipes = true "Tiny Potato" = true - "Totem Of Holding" = true + "Totem Of Holding" = false [oddities.backpack] #Set this to true to allow the backpacks to be unequipped even with items in them @@ -1940,7 +1940,7 @@ [oddities.totem_of_holding] #Set this to false to remove the behaviour where totems destroy themselves if the player dies again. - "Dark Souls Mode" = true + "Dark Souls Mode" = false #Totem will always spawn if the player killer is themselves. "Spawn Totem on PVP Kill" = false #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped diff --git a/config/sedparties-common.toml b/config/sedparties-common.toml index 8fde81b..8b69483 100644 --- a/config/sedparties-common.toml +++ b/config/sedparties-common.toml @@ -47,7 +47,7 @@ #For a blacklist, all stages that aren't in the list will be syncable. useSyncLists = false #Uses FTB Teams to handle party management instead. Commands will be disabled. - useFTBTeams = false + useFTBTeams = true [boss-module] #The boss module allows you to alter boss attributes and loot depending on the number of players from various types of sources. diff --git a/mods/classicbar-1.20.1-4.jar b/mods/classicbar-1.20.1-4.jar new file mode 100644 index 0000000..94185ad Binary files /dev/null and b/mods/classicbar-1.20.1-4.jar differ diff --git a/mods/nyfsquiver-1.20.1-forge-1.0.1.jar b/mods/nyfsquiver-1.20.1-forge-1.0.1.jar deleted file mode 100644 index 399637e..0000000 Binary files a/mods/nyfsquiver-1.20.1-forge-1.0.1.jar and /dev/null differ diff --git a/mods/spells_and_shields-1.20.1-2.16.0.jar b/mods/spells_and_shields-1.20.1-2.16.0.jar deleted file mode 100644 index 9866bdb..0000000 Binary files a/mods/spells_and_shields-1.20.1-2.16.0.jar and /dev/null differ