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
main
copygirl 1 month ago
parent bf8247ed7f
commit 63a12944cb
  1. 8
      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

Loading…
Cancel
Save