From 63a12944cbd067aafbf5a791179deffd085416cb Mon Sep 17 00:00:00 2001 From: copygirl Date: Fri, 13 Sep 2024 11:24:53 +0200 Subject: [PATCH] Enable Quark experimental game nerfs - Disable discounts for de-zombified villagers - Disable iron golems dropping iron ingots - Disable boats from working on ice roads - Enable selective mob griefing (creepers, endermen) - Fix falling block dupe - Fix piston dupe (TNT duping) - Fix mushroms removing blocks - Fix tripwire dupe --- config/quark-common.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/quark-common.toml b/config/quark-common.toml index c48eb5e..1a779c7 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -1673,7 +1673,7 @@ #to the netherite_pickaxe.json item model, whose value will be the enchantment level. "Enchantment Predicates" = false "Enchantments Begone" = false - "Game Nerfs" = false + "Game Nerfs" = true "Narrator Readout" = false "Overlay Shader" = false "Spawner Replacer" = false @@ -1721,7 +1721,7 @@ [experimental.game_nerfs] #Makes Mending act like the Unmending mod #https://www.curseforge.com/minecraft/mc-mods/unmending - "Nerf Mending" = true + "Nerf Mending" = false #Makes Mending II still work even if mending is nerfed. #If you want Mending II, disable the sanity check on Ancient Tomes and add minecraft:mending to the tomes. "No Nerf for Mending II" = false @@ -1732,11 +1732,11 @@ #Makes Boats not glide on ice "Disable Ice Roads" = true #Makes Sheep not drop Wool when killed - "Disable Wool Drops" = true + "Disable Wool Drops" = false #Disables mob griefing for only specific entities "Enable Selective Mob Griefing" = true #Force Elytra to only work in specific dimensions - "Enable Dimension Locked Elytra" = true + "Enable Dimension Locked Elytra" = false #Makes falling blocks not able to be duped via dimension crossing "Disable Falling Block Dupe" = true #Fixes several piston physics exploits, most notably including TNT duping