Compare commits

...

4 Commits

Author SHA1 Message Date
copygirl 24ec351027 Disable Mending trade 1 month ago
copygirl f9a999f3af Disable Elytra boosts using Rockets 1 month ago
copygirl 63a12944cb Enable Quark experimental game nerfs 1 month ago
copygirl bf8247ed7f Add new dependencies for EMI Loot 1 month ago
  1. 4
      config/forgery/features.ini
  2. 8
      config/quark-common.toml
  3. 13
      mods/fzzy-config.pw.toml
  4. 13
      mods/kotlin-for-forge.pw.toml

@ -1514,7 +1514,7 @@
;
; Prevent Elytra boosting using firework rockets.
;
extra.disable_elytra_boost=unset
extra.disable_elytra_boost=true
; Server Only
;
@ -1528,7 +1528,7 @@
;
; Stops new villagers from offering mending.
;
extra.disable_mending_trade=unset
extra.disable_mending_trade=true
; Server Only
;

@ -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

@ -0,0 +1,13 @@
name = "Fzzy Config"
filename = "fzzy_config-0.4.1-fix1+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hYykXjDp/versions/HHVxpHiX/fzzy_config-0.4.1-fix1%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "46a6004b947e6400650e26a8b6d333dd1f131025e25b9528f18ce41a7a91dbd657cb3a3223804c369e5fc9ac8f83926c63d409107bf72b5bef1f959c11e4c8cb"
[update]
[update.modrinth]
mod-id = "hYykXjDp"
version = "HHVxpHiX"

@ -0,0 +1,13 @@
name = "Kotlin for Forge"
filename = "kotlinforforge-4.11.0-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar"
hash-format = "sha512"
hash = "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c"
[update]
[update.modrinth]
mod-id = "ordsPcFz"
version = "hmeyC41q"
Loading…
Cancel
Save