Unknown Log

#lLTe7zq
1429 lines
Raw
1"Enable Combat" = true
2"Enable Experience" = true
3"Enable Farming" = true
4"Enable Hunger & Health" = true
5"Enable Items" = true
6"Enable Mining" = true
7"Enable Miscellaneous" = true
8"Enable Mobs" = true
9"Enable Movement" = true
10"Enable Sleep & Respawn" = true
11"Enable World" = true
12
13[World]
14 #Trees fall when cut.
15 "Enable Timber Trees" = false
16 "Enable Nether" = true
17 "Enable Berries" = true
18 #Various changes to explosions, like higher knockback and getting hit when behind blown up blocks.
19 "Enable Explosion Overhaul" = false
20 "Enable Faster Decay Leaves" = true
21 #Spawners are now a challenge. Monsters spawning from spawners ignore light.
22 "Enable Spawners" = true
23 "Enable Cyan Flower" = true
24 "Enable Coal & Fire" = true
25 "Enable Fluids" = true
26
27 #Thunderstorm Intensity and Foggy Weather. Disable them via gamerules: iguanatweaks:thunderstormIntensity and iguanatweaks:foggyWeather
28 [World.Weather]
29
30 [World.Weather."Thunderstorm Intensity"]
31 #Minimum thunderstorm intensity.
32 #Range: > 1
33 "Min Intensity" = 1
34 #Maximum thunderstorm intensity.
35 #Range: > 1
36 "Max Intensity" = 15
37 #Base duration of each intensity (in minutes). Lasts less and less the higher the intensity
38 #Range: > 1
39 "Base Duration" = 4
40
41 [World.Weather."Foggy Weather"]
42 #Minimum time (in minutes) a foggy weather can last.
43 #Range: > 1
44 "Min Time" = 5
45 #Maximum time (in minutes) a foggy weather can last.
46 #Range: > 1
47 "Max Time" = 30
48
49 #Trees fall when cut.
50 [World."Timber Trees"]
51 #Trees will timber only if an item in the minecraft:axes item tag is used
52 "Requires #minecraft:axes" = false
53
54 [World.Nether]
55 #Enables a data pack that makes the nether 128 blocks high instead of 256, effectively disabling the "Nether Roof" and reduces the 8 block ratio between nether and other dimensions to 4.
56 "Disable Nether Roof and reduce block ratio" = false
57 #If true, lava pockets in the nether are removed. If quark is installed, this is disabled
58 "Remove Lava Pockets" = true
59 #If true you cannot lit nether portals
60 "Disable Nether" = false
61 #How much time inside the portal to pass it. Vanilla is 80 ticks
62 #Range: > -2147483648
63 "Portal wait time" = 50
64 #The portal requires Crying Obsidian in the corners to turn it on (in the overworld). The block tag 'iguanatweaksreborn:portal_corners' can be used to change the required blocks for the corners
65 "Portal requires Crying Obsidian" = true
66
67 [World.Berries]
68 #Berry bushes no longer deal damage when walking in them with leggings and boots
69 "No damage if dressed" = true
70 # Makes sweet berries not plantable, requiring seeds, and also enables a data pack that makes the following changes:
71 # * Makes sweet berry bushes drop seeds
72 # * Makes sweet berry patches has less plants and plants will not be all grown up
73 # If berry good is present, a different datapack is enabled that integrates with the mod
74 #
75 "Data pack" = true
76
77 #Various changes to explosions, like higher knockback and getting hit when behind blown up blocks.
78 [World."Explosion Overhaul"]
79 #Vanilla Explosions use a random number that changes the explosion power. With this enabled the ray strength will be as the explosion size.
80 "Disable Explosion Randomness" = true
81 #Somewhere around 1.15 Mojang (for performance issues) removed the poof particles from Explosions. Keep them disabled if you have a low end PC.
82 #These particles aren't shown when explosion power is <= 1
83 "Enable Poof Particles" = true
84 #Removes the particles spawned by the explosion.
85 "Disable Emitter Particles" = true
86 #While enabled knockback is greatly increased by explosion size
87 "Knockback Scales With Size" = true
88 #Explosions will start from the middle of the entity instead of feets.
89 "Explosions at Half Entity" = true
90 #Explosions affect even entities spawned by the explosions, like TnTs or chests content. BE AWARE that containers content will get destroyed.
91 "Explosion Affect Just Spawned Entities" = false
92 #EXPERIMENTAL! This will make explosion blast blocks away. Blocks that can't land will drop the block as a TNT would have destroyed it.
93 "Enable Flying Blocks" = false
94 #If true, creepers explosions will drop no blocks.
95 "Creeper collateral" = false
96 #Number in the explosion damage calculation. Vanilla is 7. Higher = More damage
97 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
98 "Explosion Damage calculation multiplier" = 6.0
99 #Disabled if set to 0.
100 #Range: > -2147483648
101 "Limit explosion size" = 12
102 #Like pre-1.14
103 "Don't stack drops" = false
104 #If true, the overhaul will not be applied for explosions generated by non-entities. E.g. Supplementaries gunpowder
105 "Don't apply to non-entities" = true
106 #If enabled and Caverns and Chasms is present, Deepers explosions will pierce through blocks more (like Breaching creepers and Angry Creepers in Enhanced AI), knockback and damage are reduced by 25%.
107 "Caverns and Chasms Deepers" = true
108
109 [World."Faster Decay Leaves"]
110 #Range: > 1
111 "Min ticks to decay" = 20
112 #Range: > 1
113 "Max ticks to decay" = 60
114
115 #Spawners are now a challenge. Monsters spawning from spawners ignore light.
116 [World.Spawners]
117 #If true, the spawner delay is set to 'Delay' instead of using MinSpawnDelay and MaxSpawnDelay
118 "Override Spawn Delay" = true
119 #Range in which a player must be present for a spawner to work. Vanilla is 16.
120 "Required Players Range" = 16
121 #If true, monsters from spawners will spawn no matter the light level.
122 "Ignore Light" = true
123 #If true, disabled spawners can be re-enabled with a spawner reactivator item defined in the `iguanatweaksreborn:spawner_reactivator` item tag. These items get a new tooltip mentioning that they can be used to re-enable spawners.
124 "Re-enable with Spawner Reactivator" = true
125 #If enabled, spawner will play a sound effect when spawning mobs
126 "Spawning sound effect" = true
127
128 #Spawning Delay (in ticks) of the spawner. Vanilla is 200~800. Requires 'Override Spawn Delay' to be enabled.
129 [World.Spawners.Delay]
130 #Range: 1.0 ~ 1.7976931348623157E308
131 Minimum = 400.0
132 #Range: 1.0 ~ 1.7976931348623157E308
133 Maximum = 1600.0
134
135 [World.Spawners."Disable spawners"]
136 Enabled = false
137 #The minimum amount of spawnable mobs (when the spawner is basically in the same position as the world spawn). The amount of spawnable mobs before deactivating is equal to the distance divided by 8 (plus this value). E.g. At 160 blocks from spawn the max spawnable mobs will be 160 / 8 + 25 = 20 + 25 = 55
138 #Range: > 0
139 "Minimum Spawnable Mobs" = 20
140 #This multiplier increases the max mobs spawned.
141 #Range: 0.0 ~ 1.7976931348623157E308
142 "Spawnable mobs multiplier" = 1.0
143
144 [World.Spawners.Empowered]
145 #If true, spawners will generate in an empowered state. When empowered, will generate mobs really fast for a while and then will slow down.
146 Enabled = false
147 #When the spawner stops being empowered, the spawner is now disabled.
148 "Disable on end" = false
149 #How many mobs are spawned before empowered ends.
150 #Range: > 0
151 "Mobs amount" = 24
152 #When the Spawner stops being empowered, will generate loot from the iguanatweaksreborn:empowered_spawner loot table
153 "Loot Reward" = false
154 #When the Spawner stops being empowered, will play a sound effect
155 "Sound effect" = true
156
157 #Spawning Delay (in ticks) when the Spawner is empowered.
158 [World.Spawners.Empowered.Delay]
159 #Range: 1.0 ~ 1.7976931348623157E308
160 Minimum = 150.0
161 #Range: 1.0 ~ 1.7976931348623157E308
162 Maximum = 300.0
163
164 #When the Spawner stops being empowered, will generate this amount of experience
165 [World.Spawners.Empowered."Experience Reward"]
166 #Range: 0.0 ~ 1.7976931348623157E308
167 Minimum = 150.0
168 #Range: 0.0 ~ 1.7976931348623157E308
169 Maximum = 200.0
170
171 [World."Coal & Fire"]
172 #Chance for logs to release charcoal layer when burnt
173 #Range: 0.0 ~ 1.0
174 "Charcoal from burnt logs chance" = 0.8
175 #If enabled, a data pack will be enabled that:
176 #* Removes the Charcoal recipe from smelting
177 #* Makes Coal Ore require an Iron Pickaxe or better to mine
178 #* Replaces Flint and Steel in the overworld with firestarter
179 #* Changes flint and steel recipe to require blaze powder
180 "No charcoal smelting and iron coal" = false
181 #If true, campfires must be lit
182 "Unlit campfire" = true
183 #If true, campfires will be extinguished when it starts to rain
184 "Campfire turn off under rain" = true
185
186 [World."Coal & Fire"."Two flint fire starter"]
187 #If true, two flints (on per hand) can start a fire
188 Enabled = true
189 #Chance to ignite a block when using two flints
190 #Range: 0.0 ~ 1.0
191 "Ignite Chance" = 0.35
192 #Chance for the flint to break when using two flints
193 #Range: 0.0 ~ 1.0
194 "Break Chance" = 0.3
195
196 [World.Fluids]
197 #If enabled, water will deal fall damage if too shallow
198 "Water fall damage" = false
199 #How strong does water push entities. Vanilla is 0.014
200 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
201 "Water push force" = 0.014
202 #If true water pushes entities down with the same strength as there are no blocks around
203 "Water pushes when no blocks are around" = false
204 #If true, water and lava will have 0 explosion resistance allowing waterlogged block to be destroyed by explosions
205 "[EXPERIMENTAL] No explosion resistance" = false
206 #If true, entities will float in water
207 "[EXPERIMENTAL] Floaty entities" = false
208
209["Sleep & Respawn"]
210 #Changes to respawning. Adds the doLooseRespawn gamerule that can disable the loose spawn range
211 "Enable Respawn" = true
212 #Prevents the player from sleeping if has not enough Hunger and gives him effects on wake up. Effects on wake up are controlled via json in this feature's folder
213 "Enable Sleeping Effects" = true
214 #Prevents sleeping if the player is not tired. Tiredness is gained by gaining exhaustion. Allows you to sleep during daytime if too tired. Energy Boost Items are controlled via json in this feature's folder
215 "Enable Tiredness" = false
216 #Changes to sleeping and spawn points
217 "Enable Sleeping and Spawn Point" = true
218 #Add graves on death, and lose items on death. Controlled via game rules. Also adds a bounty system for the mob that killed the player. Graves can be disabled with the iguanatweaks:deathGrave game rule. Items percentage lost can be configured with the iguanatweaks:deathLoseItemsPercentage and iguanatweaks:deathLoseItemsEnchanted game rules.
219 "Enable Death" = true
220 #Zombies drop cloth instead of Rotten Flesh. Cloth is used to make beds and various other stuff.
221 "Enable Cloth" = false
222
223 #Changes to respawning. Adds the doLooseRespawn gamerule that can disable the loose spawn range
224 ["Sleep & Respawn".Respawn]
225 #Mobs in this range from the player will be despawned when respawning at world spawn.
226 #Range: > 0
227 "Despawn mobs on world respawn" = 64
228 #Mobs in this range from the player will be despawned when respawning at bed spawn.
229 #Range: > 0
230 "Despawn mobs on bed respawn" = 32
231 #If enabled, respawning will try to place you on land and not in fluids
232 "Don't respawn on fluid" = true
233 #If enabled, sleeping a bed when sneaking will overwrite obelisk spawn point
234 "Allow obelisk spawn point overwrite with beds when sneaking" = true
235 #Data pack that makes respawn obelisks generate in the world
236 "Respawn obelisks" = true
237
238 #The range from world spawn where players will respawn.
239 ["Sleep & Respawn".Respawn."Loose World Spawn Range"]
240 #Range: 0.0 ~ 1.7976931348623157E308
241 Minimum = 0.0
242 #Range: 0.0 ~ 1.7976931348623157E308
243 Maximum = 0.0
244
245 #The range from beds where players will respawn.
246 ["Sleep & Respawn".Respawn."Loose Bed Spawn Range"]
247 #Range: 0.0 ~ 1.7976931348623157E308
248 Minimum = 0.0
249 #Range: 0.0 ~ 1.7976931348623157E308
250 Maximum = 0.0
251
252 ["Sleep & Respawn".Respawn."Stats Penalty"]
253
254 ["Sleep & Respawn".Respawn."Stats Penalty".Health]
255
256 #Min Health of respawning players
257 ["Sleep & Respawn".Respawn."Stats Penalty".Health.Minimum]
258 #Range: 0.0 ~ 20.0
259 "Easy/Peaceful" = 6.0
260 #Range: 0.0 ~ 20.0
261 Normal = 6.0
262 #Range: 0.0 ~ 20.0
263 Hard = 6.0
264
265 #How much health respawning players lose on respawn (not max health)
266 ["Sleep & Respawn".Respawn."Stats Penalty".Health."Per Death"]
267 #Range: 0.0 ~ 20.0
268 "Easy/Peaceful" = 0.0
269 #Range: 0.0 ~ 20.0
270 Normal = 0.0
271 #Range: 0.0 ~ 20.0
272 Hard = 0.0
273
274 ["Sleep & Respawn".Respawn."Stats Penalty".Hunger]
275
276 #Min Hunger of respawning players. If below this value on death will be set to this value
277 ["Sleep & Respawn".Respawn."Stats Penalty".Hunger.Minimum]
278 #Range: 0.0 ~ 20.0
279 "Easy/Peaceful" = 10.0
280 #Range: 0.0 ~ 20.0
281 Normal = 8.0
282 #Range: 0.0 ~ 20.0
283 Hard = 8.0
284
285 #Max Hunger of respawning players. If above this value on death will be set to this value
286 ["Sleep & Respawn".Respawn."Stats Penalty".Hunger.Maximum]
287 #Range: 0.0 ~ 20.0
288 "Easy/Peaceful" = 10.0
289 #Range: 0.0 ~ 20.0
290 Normal = 8.0
291 #Range: 0.0 ~ 20.0
292 Hard = 8.0
293
294 ["Sleep & Respawn".Respawn."Stats Penalty".Saturation]
295
296 #Min Saturation of respawning players. If below this value on death will be set to this value
297 ["Sleep & Respawn".Respawn."Stats Penalty".Saturation.Minimum]
298 #Range: 0.0 ~ 20.0
299 "Easy/Peaceful" = 0.0
300 #Range: 0.0 ~ 20.0
301 Normal = 0.0
302 #Range: 0.0 ~ 20.0
303 Hard = 0.0
304
305 #Max Saturation of respawning players. If above this value on death will be set to this value
306 ["Sleep & Respawn".Respawn."Stats Penalty".Saturation.Maximum]
307 #Range: 0.0 ~ 20.0
308 "Easy/Peaceful" = 0.0
309 #Range: 0.0 ~ 20.0
310 Normal = 0.0
311 #Range: 0.0 ~ 20.0
312 Hard = 0.0
313
314 #Prevents the player from sleeping if has not enough Hunger and gives him effects on wake up. Effects on wake up are controlled via json in this feature's folder
315 ["Sleep & Respawn"."Sleeping Effects"]
316 #How much saturation and hunger are depleted when you wake up in the morning. Setting to 0 will disable this feature.
317 #Range: 0 ~ 40
318 "Hunger & Saturation Depleted on Wake Up" = 15
319 #How much more saturation and hunger are depleted per level of Tired.
320 #Range: 0 ~ 20
321 "Tired bonus Hunger & Saturation Depleted" = 0
322 #If the player's hunger bar is below 'Hunger Depleted on Wake Up' he can't sleep.
323 "No Sleep If Hungry" = true
324 #If the player's has the hunger effect he can't sleep.
325 "No Sleep with Hunger effect" = true
326 #If the player has no hunger on wake up, beneficial effects are not applied.
327 "No beneficial effect when hungry" = true
328 #Apply the bad effects only when the Tired effect is equal or above this amplifier. -1 to disable
329 #Range: -1 ~ 255
330 "Dizzy when tired" = -1
331
332 #Prevents sleeping if the player is not tired. Tiredness is gained by gaining exhaustion. Allows you to sleep during daytime if too tired. Energy Boost Items are controlled via json in this feature's folder
333 ["Sleep & Respawn".Tiredness]
334 #Multiply the tiredness gained by this value. Normally you gain tiredness equal to the exhaustion gained. 'Effective Hunger' doesn't affect the exhaustion gained.
335 #Range: 0.0 ~ 128.0
336 "Tiredness gained multiplier" = 1.0
337 #If true the player will not set the spawn point if can't sleep.
338 "Prevent Spawn Point" = false
339 #Tiredness required to get the Tired effect and be able to sleep.
340 #Range: 0.0 ~ 1.7976931348623157E308
341 "Tiredness for effect" = 500.0
342 #Every this Tiredness above 'Tiredness for effect' will add a new level of Tired.
343 #Range: 0.0 ~ 1.7976931348623157E308
344 "Tiredness per level" = 125.0
345 #What to do with tiredness when the player dies.
346 #RESET resets the tiredness to 0
347 #KEEP keeps the current tiredness
348 #SET_AT_EFFECT keeps the current tiredness but if higher than 'Tiredness for effect' it's set to that
349 #REMOVE_ONE_LEVEL keeps the current tiredness but if higher than 'Tiredness for effect' removes one level of Tired to a minimum of I
350 #Allowed Values: RESET, KEEP, SET_AT_EFFECT, REMOVE_ONE_LEVEL
351 "On death behaviour" = "SET_AT_EFFECT"
352 #Phantoms will no longer spawn based on insomnia, but instead based off tiredness. Will spawn with Tired III.
353 "Tired phantoms" = true
354
355 ["Sleep & Respawn".Tiredness."Fake sound"]
356 #List of mobs (and optional dimension where they should play) that will have their ambience sound played when the player is tired
357 Mobs = ["minecraft:skeleton,minecraft:overworld", "minecraft:zombie,minecraft:overworld", "minecraft:spider,minecraft:overworld", "minecraft:ghast,minecraft:the_nether", "minecraft:zombified_piglin,minecraft:the_nether"]
358
359 #The cooldown (in ticks) between choosing a mob to play the fake sound. This is reduced with higher Tired effect levels
360 ["Sleep & Respawn".Tiredness."Fake sound".Cooldown]
361 #Range: 0.0 ~ 1.7976931348623157E308
362 Minimum = 12000.0
363 #Range: 0.0 ~ 1.7976931348623157E308
364 Maximum = 24000.0
365
366 #How many times will a fake sound of a mob play before going into cooldown
367 ["Sleep & Respawn".Tiredness."Fake sound".Times]
368 #Range: 0.0 ~ 1.7976931348623157E308
369 Minimum = 2.0
370 #Range: 0.0 ~ 1.7976931348623157E308
371 Maximum = 3.0
372
373 ["Sleep & Respawn".Tiredness."Energy boost"]
374 #If the player has energy boost, reduce tiredness by this value (multiplied by the effect level) each tick.
375 #Range: 0.0 ~ 1.7976931348623157E308
376 "Tiredness reduction" = 0.025
377 #By default if omitted in the json, food items will give 1 second of Energy Boost per effectiveness (hunger + saturation) of the food. This multiplies the duration of the effect
378 #Range: 0.0 ~ 1.7976931348623157E308
379 "Duration multiplier" = 5.0
380
381 #Changes to sleeping and spawn points
382 ["Sleep & Respawn"."Sleeping and Spawn Point"]
383 #If set to true the player will not be able to sleep.
384 "Disable Sleeping" = false
385 #If set to true the player spawn point cannot be changed with beds.
386 "Disable Spawn Point" = false
387 #If set to true the player will be able to sleep during day time. On wake up it will be night time. Note that with 'Tiredness' feature enabled you are still not able to sleep during day unless you're tired enough.
388 "Allow Sleeping During Day" = true
389
390 #Add graves on death, and lose items on death. Controlled via game rules. Also adds a bounty system for the mob that killed the player. Graves can be disabled with the iguanatweaks:deathGrave game rule. Items percentage lost can be configured with the iguanatweaks:deathLoseItemsPercentage and iguanatweaks:deathLoseItemsEnchanted game rules.
391 ["Sleep & Respawn".Death]
392 #If true, the player's experience is stored in the grave.
393 "Grave keeps experience" = false
394 #If true, the player's killer will not despawn and when killed will drop 4x more items and experience.
395 "Players' killer bounty" = false
396 #In how many ticks will items despawn after dropping from a grave.
397 #Range: > -2147483648
398 "Despawn time" = 240000
399
400 #Zombies drop cloth instead of Rotten Flesh. Cloth is used to make beds and various other stuff.
401 ["Sleep & Respawn".Cloth]
402 #Enables a Data Pack that integrated Cloth:
403 #* Makes zombies drop cloth instead of rotten flesh
404 #* Beds require Cloth to be crafted
405 #* Bundles can be made with Cloth
406 #* Chainmail armor is made craftable with Cloth and chains
407 #* Adds advancements for this feature and moves vanilla beds advancements to cloth advancement
408 "Data Pack" = false
409
410[Movement]
411 #Players's slides down climbable blocks faster and stands still when opening an interface. This is disabled if quark is enabled
412 "Enable Better Climbable" = true
413 "Enable Swimming" = false
414 "Enable Boats" = true
415 #Slowdown based off the terrain entities walking on. Custom Terrain Slowdown are controlled via json in this feature's folder
416 "Enable Terrain Slowdown" = false
417 #Prevents the player from placing blocks below him when in mid air.
418 "Enable No Pillaring" = false
419 #Makes flying with elytra outside the end dimension have stronger "air resistance"
420 "Enable Elytra Nerf" = true
421 #Players's slowed down when walking backwards.
422 "Enable Backwards slowdown" = false
423 #Players's slowed down for a brief moment when hit.
424 "Enable Tagging" = false
425 #Armor slows down the player. Enchantment Weights are controlled via json in this feature's folder. If you need more control over armor, use item definitions
426 "Enable Weighted Armor" = true
427
428 #Players's slides down climbable blocks faster and stands still when opening an interface. This is disabled if quark is enabled
429 [Movement."Better Climbable"]
430 #Speed at which players move up climbable blocks. Vanilla is 0.2
431 #Range: 0.0 ~ 5.0
432 "Climb Speed" = 0.3
433 #How much faster players move down climbable blocks
434 #Range: 0.0 ~ 5.0
435 "Descend Speed" = 0.2
436 #Entities will not count as on climbable when on the ground, preventing slowdown when passing through climbable blocks.
437 "Not on climbable when on ground" = true
438 #If enabled you'll only be able to climb when pressing jump and not when against a wall and moving.
439 "Only climb with jump" = true
440 #If enabled, climbables will no longer cancel fall damage. Damage is reduced by 40%.
441 "Fall damage on climbables" = true
442
443 [Movement.Swimming]
444 #Prevents swimming up really fast if swimming and holding the jump key.
445 "Prevent fast swim up with jump" = false
446
447 [Movement.Minecarts]
448 #If true, enables a data pack that makes rails cheaper and adds recipes for new rail. Also adds a global loot modifier that replaces vanilla rails with golden powered rails
449 "Data Pack" = false
450
451 [Movement.Boats]
452 #If true, boats will no longer go stupidly fast on ice. (If quark is present this is disabled)
453 "No Ice Boats" = true
454 #If true, boats will always break when falling from this height or more
455 #Range: 0.0 ~ 1.7976931348623157E308
456 "Break height" = 5.0
457
458 #Slowdown based off the terrain entities walking on. Custom Terrain Slowdown are controlled via json in this feature's folder
459 [Movement."Terrain Slowdown"]
460 "Frost walker reduces Ice slowdown" = true
461
462 #Prevents the player from placing blocks below him when in mid air.
463 [Movement."No Pillaring"]
464 #If true, pillaring will be negated only if there are monsters nearby
465 "Monsters Only" = true
466
467 #Makes flying with elytra outside the end dimension have stronger "air resistance"
468 [Movement."Elytra Nerf"]
469 #How much the player is slowed down when gliding.
470 #Range: 0.0 ~ 1.0
471 "Air Resistance" = 0.975
472
473 #Players's slowed down when walking backwards.
474 [Movement."Backwards slowdown"]
475 #How much slower will the player go when walking backwards.
476 #Range: 0.0 ~ 1.0
477 Slowdown = 0.0
478
479 #Players's slowed down for a brief moment when hit.
480 [Movement.Tagging]
481 #Which level of Slowness is applied to the player (level 0 is Slowness I).
482 #Range: 0 ~ 10
483 "Slowness level" = 0
484 #Slowness is applied for damage_taken * this_value ticks.
485 #Range: 0 ~ 100
486 "Duration multiplier" = 7
487
488 #Armor slows down the player. Enchantment Weights are controlled via json in this feature's folder. If you need more control over armor, use item definitions
489 [Movement."Weighted Armor"]
490 #Formula to calculate the slowdown of a piece of armor. Variables available are: armor, armor_toughness. This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html. Please note that 1 means 100% slowdown
491 "Slowdown formula" = "(0.02 * armor) * (1 + (armor_toughness * 0.03))"
492
493[Mobs]
494 #Change wandering trader offers. Trades can be customized via json in this feature's folder
495 "Enable Wandering Trades" = false
496 #Increase monsters health, movement speed, etc using a data pack and Mobs Properties Randomness. If Enhanced AI is installed 'Follow Range Override' and 'XRay Range Override' will be disabled. If Pehkui is installed mobs will also have different sizes, like varying zombies and smaller spiders.
497 "Enable Stats Buffs" = false
498 #Changes to mobs equipment
499 "Enable Equipment" = true
500 #Rebalance Enhanced AI config
501 "Enable EnhancedAI" = true
502 #Nerfs to villagers + change their trades via json config
503 "Enable Villagers" = true
504 #Add a brand new Echo Torch and some changes to mob spawn
505 "Enable Spawning" = true
506 "Enable Misc Mobs" = true
507
508 #Change wandering trader offers. Trades can be customized via json in this feature's folder
509 [Mobs."Wandering Trades"]
510 #Vanilla is 0 pre-23w31a experimental feature, 2 otherwise
511 #Range: > -2147483648
512 "Amount of Buying trades" = 2
513 #Vanilla is 5
514 #Range: > -2147483648
515 "Amount of Ordinary trades" = 6
516 #Vanilla is 1
517 #Range: > -2147483648
518 "Amount of Rare trades" = 2
519
520 #Changes to mobs equipment
521 [Mobs.Equipment]
522 #Set the drop chance for mobs equipment.
523 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
524 "Drop chance" = 0.0
525 #Set the drop chance for mobs equipment when spawned from spawners.
526 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
527 "Drop chance from Spawners" = 0.0
528 #Max durability of items dropped by mobs. This also fixes https://bugs.mojang.com/browse/MC-136374. Setting to 0 will disable this feature.
529 #Range: 0.0 ~ 1.0
530 "Max durability" = 0.6
531 #All drops from mobs will be disenchanted.
532 "Disenchant equipment" = true
533
534 #Nerfs to villagers + change their trades via json config
535 [Mobs.Villagers]
536 #If true, villagers will be given 1 trading experience as soon as they choose their job to lock the trades.
537 "Lock Trades" = true
538 #If true, villagers will always be transformed into Zombies no matter the difficulty.
539 "Always convert villager to zombie" = true
540 #Define a max percentage discount that villagers can give.
541 #Range: 0.0 ~ 1.0
542 "Max Discount Percentage" = 0.5
543 #If true, villagers will no longer get the discount when cured from Zombies to prevent over discounting.
544 "Prevent Cure Discount" = true
545 #When villagers restock, they update the 'demand'. Demand is a trade modifier that increases the price whenever a trade is done many times, BUT when a trade is not performed, at each restock the 'demand' goes negative, making possible for a trade to never increase it's price due to high negative demand. With this to true, negative demand will be capped at -max_uses of the trade (e.g. Carrot trade from a farmer will have it's minimum demand set to -16).
546 "Clamp Negative Demand" = true
547 #Chance for a nitwit to spawn when two villagers breed
548 #Range: 0.0 ~ 1.0
549 "Nitwit chance" = 0.1
550 #If true, the effect can no longer be applied to entities
551 "Remove Bad Omen" = false
552 #Enables a data pack that changes villagers trades
553 "Trades Data Pack" = false
554
555 #Add a brand new Echo Torch and some changes to mob spawn
556 [Mobs.Spawning]
557 #Disables Zombie Villagers
558 "No Zombie Villagers" = false
559 #Allows mobs to spawn in the world spawn (in vanilla mobs can't spawn in a 24 blocks radius from world spawn)
560 "Allow world spawn spawn" = true
561 #Disables normal skeletons from spawning in Fortresses.
562 "Remove skeletons from Fortresses" = true
563 #Enables a data pack that makes Guardians spawn in deep oceans. These guardians have half health compared to monument guardians.
564 "Guardians in Deep Oceans" = true
565
566 [Mobs."Misc Mobs"]
567 #1 in X chance each tick for mobs in the `iguanatweaksreborn:passive_regen` entity type tag to regain 1 health. Set to 0 to disable
568 #Range: > 0
569 "Passive regen chance" = 200
570 #Instead of dealing magic and melee damage, guardians now only deal magic damage equal to their attack_damage attribute
571 "Guardian magic damage only" = true
572
573[Miscellaneous]
574 #Various Nerfs
575 "Enable Nerfs" = true
576 #Apply potion effects on certain hunger / health / experience level. Debuffs are controlled via json in this feature's folder
577 "Enable DeBuffs" = true
578 #Beacon has been redesigned to have more effects and range based off blocks used for pyramid. Effects and blocks ranges are controlled via json config in this feature's folder.
579 "Enable Beacon & Conduit" = true
580 #Various stuff that doesn't fit in any other Feature.
581 "Enable Tweaks" = true
582 #Various data packs that can be enabled/disabled
583 "Enable Data Packs & Integration" = true
584 #Various data packs that can be enabled/disabled
585 "Enable Tinker Integration" = true
586
587 #Various Nerfs
588 [Miscellaneous.Nerfs]
589 #If true, Iron golems will only drop Iron when killed by the player.
590 "Iron from Golems only when killed by Players" = false
591 #If true, renderDebugInfo is enabled by default. Requires a world restart. This also changes Caverns and Chasms from displaying coordinates with compasses.
592 "No Coordinates" = false
593 #If true, maxEntityCramming game rule is set to 6 from 24
594 "Reduced mob cramming" = true
595 #Kelp blocks smelt 16 items instead of 20
596 "Less burn time for Kelp block" = true
597 #Prevents duping falling blocks when they travel across dimensions. (If quark is present this is disabled)
598 "Remove Falling Block Dupe across dimensions" = true
599 #Fixes several piston physics exploits like TNT duping. (If quark is present this is disabled)
600 "Remove piston physics exploit" = true
601 #Range: 0.0 ~ 1.0
602 "Fishing has a chance to fish a guardian" = 0.01
603 #If enabled after fishing for a few times in the same spot you won't be able to fish again unless you move in another spot
604 "No fish if fishing in the same spot" = true
605 #When an entity is hit and on a mount they have this chance to fall
606 #Range: 0.0 ~ 1.0
607 "Fall from mount chance" = 0.2
608 #If true, only players are affected by 'Fall from mount chance'
609 "Fall from mount player only" = true
610 #When prone your mining speed is multiplied by this
611 #Range: 0.0 ~ 1.7976931348623157E308
612 "Prone mining speed multiplier" = 0.5
613
614 #Beacon has been redesigned to have more effects and range based off blocks used for pyramid. Effects and blocks ranges are controlled via json config in this feature's folder.
615 [Miscellaneous."Beacon & Conduit"]
616
617 [Miscellaneous."Beacon & Conduit".Conduit]
618 #Greatly increases the range and damage of the conduit
619 "Better Protection" = true
620 #Distance multiplier (formula is `blocks_around / 7 * this_multiplier`) from the conduit at which it will deal damage to enemies.
621 #Range: 0.0 ~ 64.0
622 "Protection Distance Multiplier" = 8.0
623 #If a mob is within this radius from the conduit, it will be dealt the maximum amount of damage.
624 #Range: 0.0 ~ 96.0
625 "Protection Max Damage Distance" = 8.0
626
627 #Various stuff that doesn't fit in any other Feature.
628 [Miscellaneous.Tweaks]
629 #If true, entities will no longer be set on fire if have Fire Resistance (like bedrock edition)
630 "Prevent fire with resistance" = true
631 #Falling on glass has a chance of breaking it. The higher the fall, the higher the chance. iguanatweaksreborn:fall_on_break block tag can be used to add more blocks that break when falling onto them.
632 "Falling breaking glass" = false
633 #Poison will damage the player every this ticks at level I. Vanilla is 25.
634 #Range: > 1
635 "Poison damage speed" = 60
636 #When you die in hardcore, your spawn point is set to where you died and a lightning strike is summoned
637 "Better hardcore death" = true
638 #If enabled, the Totem of Undying will give Resistance IV for 5.5 seconds
639 "Totem resistance" = true
640 #The strength used to throw splash potions. Vanilla is 0.5
641 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
642 "Splash potions throw strength" = 1.0
643 #If set higher than 0 it will enable damage when colliding with walls at a high speed (e.g. with explosions or knockback). Higher = more damage. Set to 0 to disable
644 #Range: 0.0 ~ 1.7976931348623157E308
645 "Collide with walls damage" = 0
646 #Vanilla is 10
647 #Range: 0.0 ~ 1.7976931348623157E308
648 "Leash max distance" = 16.0
649 #The speed modifier when frozen. Vanilla is -0.05
650 #Range: -1.0 ~ 0.0
651 "Frozen Movement Speed modifier" = -0.1
652 #Plays a sound effect when a mob is hit at least from this distance.
653 #Range: > -2147483648
654 "Ding on mob hit at distance" = 40
655 "Blindness no longer prevents sprinting" = true
656
657 [Miscellaneous.Tweaks.Sponge]
658 #The maximum amount of blocks a sponge can soak. (Vanilla is 64, disabled if quark is installed)
659 #Range: > -2147483648
660 "Maximum Soak Blocks" = 256
661 #The maximum range at which sponges will check for soakable blocks. (Vanilla is 5, disabled if quark is installed)
662 #Range: > -2147483648
663 "Maximum Soak Range" = 10
664 #If exposed to the sun sponges may dry and if exposed to rain sponges might get wet. Requires a Minecraft restart if disabled
665 "Dry in the sun and wet in rain" = true
666
667 [Miscellaneous.Tweaks.Breathe]
668 #The amount of ticks the entities consumes when underwater. In vanilla it's 1 without Respiration enchantment. For non integer numbers the decimal part will count as a chance to have a +1
669 #Range: 0.0 ~ 100.0
670 "Air ticks consumed" = 1.0
671 "Increase drown damage the more drowning" = true
672 #Every how many ticks will entities drown
673 #Range: 0 ~ 100
674 "Drown Speed" = 30
675
676 #The amount of air ticks the entities regains each tick when out of water. Min is the amount as soon as you exit water, Max is a few seconds out of water. For non integer numbers the decimal part will count as a chance to have a +1. Vanilla is 4.
677 [Miscellaneous.Tweaks.Breathe."Air ticks refilled"]
678 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
679 Minimum = 1.0
680 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
681 Maximum = 3.0
682
683 [Miscellaneous.Tweaks.Turtle]
684 #The ticks of Water Breathing given by the Turtle Helmet. Vanilla is 200
685 #Range: > -2147483648
686 "Helmet water breathing time" = 0
687 #If true scutes will drop as a block and not as item
688 "Scute drop as block" = true
689
690 #Various data packs that can be enabled/disabled
691 [Miscellaneous."Data Packs & Integration"]
692 #If true, no integrated data pack will be loaded
693 "Disable ALL data packs" = false
694 #Changes vanilla torch recipes.
695 #* Torches can be only made on Campfires early on in the game
696 #* With shears you can make 3 torches out of coal
697 #* With Fire Charges you can make them later in the game.
698 "Hardcore Torches" = false
699 #Changes vanilla chains recipe. Makes chains easily craftable with nuggets only.
700 "Cheaper Chains" = true
701 #Minor changes:
702 #* Cakes now drop when broken and not eaten
703 #* Dark Prismarine is made easier
704 #* Clay balls can be crafted from blocks
705 #* Leads and Sticky Pistons can also be made with Honey
706 #* Iron Doors can be blasted back to Iron Ingots
707 #* Dispensers can be made from droppers
708 #* Levers and glass can now be broken faster with pickaxes, cactus with hoes
709 "Misc tweaks" = false
710 #Makes redstone components require redstone in their recipe (e.g. Levers, pressure plates, etc).
711 "Actual Redstone Components" = false
712 #If true a data pack will be enabled that makes furnaces require copper. Copper ingots can be obtained from raw copper on campfires.
713 "Copper Furnace" = false
714 #If true a data pack will be enabled that disables villages and pillagers outpost generation.
715 "Disable Long Noses Structures" = false
716 #If true a data pack will be enabled that changes fishing Loot.
717 "Fishing Loot Changes" = false
718 #If true, a data pack will be enabled that makes End Cities will be more common.
719 "Increase End Cities" = true
720 #If true a data pack will be enabled that overhauls structure loot. Disables itself if iguanatweaksexpanded is present
721 "Better Structure Loot" = false
722 #If true a data pack will be enabled that reduces loot from structures closer to spawn
723 "Less loot closer to spawn" = false
724 #Changes mobs loot and makes mobs drop reduced loot if not killed by a player
725 "Mob loot changes" = false
726 #Overhauls vanilla advancements:
727 #* Merges them in a big giant advancement tree
728 #* Heavily increases experience reward
729 #* Removes some advancements (like villagers ones)
730 "Advancements overhaul" = false
731 #Integrates the mod with Supplementaries. Check here for changes: https://github.com/Insane96/IguanaTweaksReborn/wiki/Farmer%27s-Delight-integration
732 "Supplementaries integration" = true
733 #Integrates the mod with Farmer's delight. Some config options are changed along with a data pack installed. Check here for changes: https://github.com/Insane96/IguanaTweaksReborn/wiki/Farmer%27s-Delight-integration
734 "Farmer's Delight integration" = false
735 #Integrates the mod with Environmental. Changes animals loot to match the livestock changes
736 "Environmental integration" = false
737 #Integrates the mod with Quark. Changes animals loot to match the livestock changes.
738 "Quark integration" = false
739 #Integrates the mod with Autumnity. Changes animals loot to match the livestock changes.
740 "Autumnity integration" = false
741 #Integrates the mod with Caverns & Chasms. Slightly alters ore generation and adds item stats.
742 "Caverns & Chasms integration" = false
743 #When you add a new mod the game automatically sets the data pack of the mod at the bottom of all the data packs, making the data packs loaded from this mod not work. If this is set to true the enabled and disabled Data Packs of the world are reset and reloaded. WARNING: you'll lose disabled data packs!
744 "Force Reload world Data Packs" = false
745 #Integrates the mod with Crate. Alters ore generation.
746 "Create integration" = true
747 #Integrates the mod with Tinker's Construct. Disables vanilla items.
748 "Tinkers' Construct integration" = false
749
750 #Various data packs that can be enabled/disabled
751 [Miscellaneous."Tinker Integration"]
752 #Multiplier applied to tinkers construct heads mining speed. This also applies to additive modifiers
753 #Range: 0.0 ~ 128.0
754 "Mining speed modifier" = 0.75
755 #Multiplier applied to tinkers construct heads attack damage. This also applies to additive modifiers
756 #Range: 0.0 ~ 128.0
757 "Damage modifier" = 0.75
758 #Multiplier applied to tinkers construct heads durability. This also applies to additive modifiers
759 #Range: 0.0 ~ 128.0
760 "Durability modifier" = 0.75
761
762[Mining]
763 #Various changes for different materials and ores.
764 "Enable Materials and ores" = false
765 #Change blocks hardness. Dimension Hardness and Depth Hardness are controlled via json in this feature's folder. Block hardness can be changed with Block Definitions via data packs
766 "Enable Block Hardness" = true
767 #Change, through data packs, some blocks properties, from hardness to explosion resistance to speed and jump factors to bone meal chance to fail.
768 "Enable Block Definitions" = true
769 #Changes Gold tools to have an innate Fortune/Looting I
770 "Enable Gold" = true
771 #Various mining changes
772 "Enable Misc" = true
773
774 #Various changes for different materials and ores.
775 [Mining."Materials and ores"]
776 #Enables a data pack that changes ore generation to be biome based. Less material generate in all the biomes, more in specific biomes.
777 "Ore generation Overhaul" = false
778 #https://minecraft.wiki/w/Ore_vein
779 "Disable Ore Veins" = false
780 #Enables the following changes to vanilla data pack:
781 #* Stone (Broken with a non Silk-Touch tool) can drop Iron Nuggets
782 #* Silverfish can drop Iron Nuggets
783 "Farmable Iron data pack" = false
784 #Enables the following changes to vanilla data pack:
785 #* Smelting copper in a furnace takes 2x time
786 #* Smelting Iron in a Furnace takes 4x time, and 2x time in a blast furnace
787 #* Can no longer smelt gold and Ancient Debris in a Furnace, and 2x in a blast furnace
788 "Ore Smelting Data Pack" = false
789
790 #Change blocks hardness. Dimension Hardness and Depth Hardness are controlled via json in this feature's folder. Block hardness can be changed with Block Definitions via data packs
791 [Mining."Block Hardness"]
792 #Multiplier applied to the hardness of blocks. E.g. with this set to 2.0 blocks will take 2 times longer to break.
793 #Range: 0.0 ~ 128.0
794 "Hardness Multiplier" = 1.0
795
796 #Changes Gold tools to have an innate Fortune/Looting I
797 [Mining.Gold]
798 #Set the innate looting level of gold tools.
799 #Range: 0 ~ 255
800 "Looting Level" = 2
801 #Set the innate fortune level of gold tools.
802 #Range: 0 ~ 255
803 "Fortune Level" = 1
804
805 #Various mining changes
806 [Mining.Misc]
807 #Silverfish blocks will insta-mine like pre-1.17
808 "Insta-Mine Silverfish" = true
809 #Heads will insta-break
810 "Insta-Mine Heads" = true
811 #Makes slabs, stairs and walls take less time to break
812 "Faster slabs, stairs and walls" = true
813 #In vanilla there's a 5 tick delay (0.25 secs) between breaking blocks. The tick delay is reduced by 1 tick every 2 tool mining speed.
814 "Efficiency based destroy delay" = true
815 #Changes some Caverns and Chasms config options.
816 "Caverns and Chasms Integration" = false
817
818[Items]
819 #Make items not able to mine / attack
820 "Enable Disabled Items" = true
821 #Less durable items and efficient tools. Items Durability and Efficiency are controlled via data packs
822 "Enable Unbreakable Items" = true
823 #Retrieve name tags from name tagged entities.
824 "Enable Name tags" = true
825 #Control Items properties via data packs. Add more tooltips.
826 "Enable Misc" = true
827 "Enable gigaherz Tool Belt" = false
828 #Make food, items and blocks less stackable. Items and Blocks are disabled by default. Changing stuff requires a /reload, but might require a Minecraft restart.
829 "Enable Stack Sizes" = false
830 #Wooden items have a lower chance to break in sunlight.
831 "Enable Ecologic Wood" = true
832
833 #Make items not able to mine / attack
834 [Items."Disabled Items"]
835 #If set to true items in the 'no_damage', 'no_efficiency', 'no_equip' and 'disabled' item tags will get a tooltip.
836 "Add tooltip" = true
837
838 #Less durable items and efficient tools. Items Durability and Efficiency are controlled via data packs
839 [Items."Unbreakable Items"]
840 #Items with durability get a durability tooltip.
841 "Durability Tooltip" = true
842 #If set to true items will no longer break if enchanted. Ignores the iguanatweaksreborn:not_unbreakable item tag.
843 "Any enchanted item" = true
844
845 #Control Items properties via data packs. Add more tooltips.
846 [Items.Misc]
847 #If enabled items in the iguanatweaksreborn:has_tooltip item tag will get a tooltip with the vanilla name + .tooltip (e.g. item.minecraft.arrow.tooltip)
848 "Item tooltips" = true
849 #Tools get a mining speed tooltip.
850 "Mining speed tooltip" = true
851
852 [Items."gigaherz Tool Belt"]
853 #Enables a data pack that changes the crafting of the Tool Belt to give more slots (2 -> 4)
854 "Bigger base belt" = true
855 #Reduces cost to apply pouches to tool belts
856 "Reduce upgrade cost" = true
857
858 #Make food, items and blocks less stackable. Items and Blocks are disabled by default. Changing stuff requires a /reload, but might require a Minecraft restart.
859 [Items."Stack Sizes"]
860 #The formula to calculate the stack size of a food item. Variables as hunger, saturation_modifier, effectiveness as numbers and fast_food as boolean can be used. Set to empty to disable this. This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html.
861 "Food Stack Reduction Formula" = "ROUND((1 - hunger / 9) * 64 * 0.5, 0)"
862 #Items max stack sizes (excluding blocks) will be multiplied by this value. Foods will be overridden by 'Food Stack Reduction' or 'Food Stack Multiplier' if are active. Setting to 1 will disable this feature.
863 #Range: 0.01 ~ 64.0
864 "Item Stack Multiplier" = 1.0
865 #All the blocks max stack sizes will be multiplied by this value to increase / decrease them.
866 #Range: 0.01 ~ 64.0
867 "Block Stack Multiplier" = 1.0
868 #Enables a data pack that changes some item stacks.
869 "Item stacks data pack" = true
870
871 #Wooden items have a lower chance to break in sunlight.
872 [Items."Ecologic Wood"]
873 #Chance for the wooden item to not consume durability at 'Max sunlight'.
874 #Range: 0.0 ~ 1.0
875 "Chance at 'Max sunlight'" = 0.75
876 #Range: 0 ~ 15
877 "Max sunlight" = 12
878
879 #Add flint tools and shield.
880 [Items."Flint Expansion"]
881 #If true, a data pack will be enabled that disables stone tools crafting and generation in chests will be replaced with flint ones
882 "Disable Stone Tools" = false
883
884["Hunger & Health"]
885 #Changes to food nourishment and the speed on how food is eaten or how items are consumed. Custom Food Properties are controlled via json in this feature's folder.
886 "Enable Foods & Drinks" = true
887 #Make the player consume more hunger with different actions. Please note that if hunger is disabled, exhaustion still applies to Tiredness.
888 "Enable Exhaustion" = true
889 #Makes Health regen work differently, similar to Combat Test snapshots. Can be customized. Hunger related stuff doesn't work (for obvious reasons) if No Hunger feature is enabled
890 "Enable Health Regen & Hunger" = true
891
892 #Changes to food nourishment and the speed on how food is eaten or how items are consumed. Custom Food Properties are controlled via json in this feature's folder.
893 ["Hunger & Health"."Foods & Drinks"]
894 #Food's hunger restored will be calculated from this formula. Variables as hunger, saturation_modifier, effectiveness as numbers and fast_food as boolean can be used. This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html. Setting this to an empty string disables the feature. Can be re-applied with /reload
895 "Food Hunger Formula" = ""
896 #Food's saturation multiplier will be calculated from this formula. This is not a flat value: https://minecraft.wiki/w/Hunger#Food_level_and_saturation_level_restoration. Variables as hunger, saturation_modifier, effectiveness as numbers and fast_food as boolean can be used. This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html. Setting this to an empty string disables the feature. Can be re-applied with /reload
897 "Food Saturation Modifier Formula" = "saturation_modifier * hunger / 20"
898 #Makes potion, milk and honey faster to drink, 1 second instead of 1.6.
899 "Faster Drink Consuming" = true
900 #Makes the speed for eating food based off the hunger and saturation they provide.
901 "Eating Speed Based Off Food Restored" = true
902 #The formula to calculate the ticks required to eat a food. Variables as hunger, saturation_modifier, effectiveness as numbers and fast_food as boolean can be used. This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html. The default formula increases the time to eat exponentially when higher effectiveness.
903 "Eating Speed Formula" = "MIN(MAX((IF(fast_food, 16, 32) * effectiveness) * 0.075, IF(fast_food, 12, 20)), 75)"
904 #If true, eating/drinking stops when the player's hit.
905 "Stop consuming on hit" = true
906 #Raw food has this chance to poison the player. Raw food is defined in the iguanatweaksreborn:raw_food tag
907 #Range: 0.0 ~ 1.0
908 "Raw food Poison Chance" = 0.7
909 #Raw food will give this level of poison to the player.
910 #Range: 0 ~ 255
911 "Raw food Poison Amplifier" = 1
912 #Raw food's poison duration will be multiplied by this value. With this set to 1, raw food will give 1 second of poison per nutrition + saturation given.
913 #Range: 0.0 ~ 1.7976931348623157E308
914 "Raw food Poison Duration Multiplier" = 2.0
915 #If enabled, when eating food the saturation will not sum, instead will just be set to the food's saturation (if higher than the current). If AppleSkin is installed it also adds compatibility for saturation restored overlay
916 "Combat Snapshot eating saturation" = true
917 #If enabled, eating cakes will give 30 seconds of Speed and Haste
918 "Buff cakes" = true
919 #Food can no longer be smelted in furnaces and change smokers recipe to require soul sand.
920 #This also enables a change to the smelt_item_function in loot tables to use smoker recipes instead of furnaces (otherwise, mobs wouldn't drop cooked food). Might have unintended side effects.
921 "No Furnace food and smoker recipe" = true
922 #If true, eating will always be possible, even with full hunger.
923 "Always eat" = false
924
925 #Make the player consume more hunger with different actions. Please note that if hunger is disabled, exhaustion still applies to Tiredness.
926 ["Hunger & Health".Exhaustion]
927 #When you break a block you'll get exhaustion equal to the block hardness multiplied by this value. Setting this to 0 will default to the vanilla exhaustion (0.005). (It's not affected by the Global Hardness Features)
928 #Range: 0.0 ~ 128.0
929 "Block Break Exhaustion Multiplier" = 0.0
930 #When breaking block you'll get exhaustion every tick during the breaking.
931 #Range: 0.0 ~ 128.0
932 "Exhaustion per tick when breaking a block" = 0.001
933 #Every second the player will get this exhaustion.
934 #Range: 0.0 ~ 128.0
935 "Passive Exhaustion" = 0.015
936 #Every tick of the player's rowing will get this exhaustion.
937 #Range: 0.0 ~ 128.0
938 "Rowing Exhaustion" = 0.005
939 #Every tick of the player's charging an arrow on a bow/crossbow will get this exhaustion.
940 #Range: 0.0 ~ 128.0
941 "Bow charge exhaustion" = 0.005
942 #When affected by the hunger effect, exhaustion will be doubled per level of the effect
943 "Effective Hunger Effect" = true
944
945 #Makes Health regen work differently, similar to Combat Test snapshots. Can be customized. Hunger related stuff doesn't work (for obvious reasons) if No Hunger feature is enabled
946 ["Hunger & Health"."Health Regen & Hunger"]
947 #Sets how many ticks between the health regeneration happens (vanilla is 80).
948 #Range: > 0
949 "Health Regen Speed" = 40
950 #Sets how much hunger the player must have to regen health (vanilla is >17).
951 #Range: > 0
952 "Regen when Hunger Above" = 12
953 #Set to true to disable the health regen boost given when max hunger and saturation (false in Vanilla).
954 "Disable Saturation Regen Boost" = true
955 #Set to true to consume Hunger only (and not saturation) when regenerating health (false for Vanilla).
956 "Consume Hunger Only" = false
957 #Vanilla consumes 1 saturation or hunger whenever Exhaustion reaches 4.0. You can change that value with this config option. NOTE that Minecraft caps this value to 40.
958 #Range: 0.0 ~ 40.0
959 "Max Exhaustion" = 4.0
960 #If 'Consume Hunger Only' is true then this is the chance to consume an hunger whenever the player is healed (vanilla ignores this; Combat Test has this set to 0.5).
961 #Range: 0.0 ~ 1.0
962 "Hunger Consumption Chance" = 0.5
963 #If enabled, peaceful difficulty no longer heals and fulfills the player
964 "Peaceful Hunger & Health" = true
965 #When eating you'll get healed by this percentage of 'hunger + saturation' restored.
966 #Range: 0.0 ~ 1.0
967 "Food Heal Multiplier" = 0.0
968
969 ["Hunger & Health"."Health Regen & Hunger"."Passive Health Regen"]
970 #If true, Passive Regeneration is enabled
971 Enable = false
972
973 #Min represents how many ticks the regeneration of 1 HP takes when health is 100%, Max how many ticks when health is 0%
974 ["Hunger & Health"."Health Regen & Hunger"."Passive Health Regen"."Regen Speed"]
975 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
976 Minimum = 120.0
977 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
978 Maximum = 3600.0
979
980 ["Hunger & Health"."Health Regen & Hunger".Starve]
981 #Sets how many ticks between starve damage happens (vanilla is 80).
982 #Range: > 0
983 Speed = 80
984 #Set how much damage is dealt when starving (vanilla is 1).
985 #Range: > 0
986 Damage = 1
987 #The player will start starving at this hunger (Vanilla is 0)
988 #Range: 0 ~ 20
989 "at Hunger" = 0
990 #If below 'Starve at Hunger' player will starve 2x faster for each hunger point below 'Starve at Hunger'.
991 "Faster when really hungry" = true
992
993 ["Hunger & Health"."Health Regen & Hunger".Sprint]
994 #Player can only sprint when have at least this much hunger. Vanilla is 7
995 #Range: 0 ~ 20
996 "Min hunger" = 1
997 #How much less movement speed per hunger below 'Speed Penalty below hunger' sprinting players have
998 #Range: 0.0 ~ 1.7976931348623157E308
999 "Speed reduction each hunger" = 0.025
1000 #How much less movement speed per hunger below 'Speed Penalty below hunger' sprinting players have
1001 #Range: 0 ~ 20
1002 "Speed Penalty below hunger" = 7
1003
1004[Farming]
1005 #Hoes can now scythe grass and flowers. Also makes them break faster when tilling farmland
1006 "Enable Hoes" = true
1007 #Increase uses for bone meal and nerf its use on some plants
1008 "Enable Bone meal" = true
1009 #Slower Plants (non-crops) growing. Plants properties are controlled via json in this feature's folder
1010 "Enable Plants Growth" = true
1011 #Crops tweaks and less yield from crops
1012 "Enable Crops" = true
1013 #Slower breeding, Growing, Egging and Milking. Lower yield.
1014 "Enable Livestock" = true
1015
1016 #Hoes can now scythe grass and flowers. Also makes them break faster when tilling farmland
1017 [Farming.Hoes]
1018 #Range: > 1
1019 "Durability used on right-click" = 8
1020 #'Durability used on right-click' is only applied for farmland, and not e.g. when using hoes on rooted dirt
1021 "Extra durability only for tilling" = true
1022
1023 #Increase uses for bone meal and nerf its use on some plants
1024 [Farming."Bone meal"]
1025 #Bone meal used on Farmland (or shift right clicked on crops) transforms it into Rich Farmland.
1026 "Rich Farmland" = false
1027 #How many extra random ticks does Rich Farmland give to the crop sitting on top?
1028 #Range: > 1
1029 "Rich Farmland Extra Ticks" = 3
1030 #Chance for a Rich farmland to decay back to farmland
1031 #Range: 0.0 ~ 1.0
1032 "Rich Farmland Chance to Decay" = 0.4
1033 "Compostable Rotten Flesh" = true
1034 #Chance for a bone meal to fail to grow something. Empty this string to disable. Accepts a list of seasons and chances separated by a ;
1035 "Season fail chance" = "WINTER,0.65"
1036 #If true, you can bone meal dirt that's near a grass block to get grass block.
1037 "Bone meal dirt to grass" = true
1038
1039 #How many stages will bone meal make stuff grow?
1040 [Farming."Bone meal"."Stage growth"]
1041 #Range: 0.0 ~ 25.0
1042 Minimum = 1.0
1043 #Range: 0.0 ~ 25.0
1044 Maximum = 1.0
1045
1046 #How many stages will cactus and sugar canes grow with one bone meal
1047 [Farming."Bone meal"."Bone meal canes and cactus"]
1048 #Range: 0.0 ~ 1.7976931348623157E308
1049 Minimum = 1.0
1050 #Range: 0.0 ~ 1.7976931348623157E308
1051 Maximum = 1.0
1052
1053 #Slower Plants (non-crops) growing. Plants properties are controlled via json in this feature's folder
1054 [Farming."Plants Growth"]
1055 "Huge mushrooms on Mycelium only" = true
1056 #If != 1, cave vines will grow this slower above sea level or if they can see the sky light
1057 #Range: 0.0 ~ 1.7976931348623157E308
1058 "Cave vines underground" = 3.0
1059 #If true, a data pack is enabled that changes the growth of plants based off various factors, such as sunlight and biome
1060 "Plant growth multipliers data pack" = false
1061
1062 #Crops tweaks and less yield from crops
1063 [Farming.Crops]
1064 #Set if crops require wet farmland to grow.
1065 #Valid Values:
1066 #NO: Crops will not require water to grow
1067 #BONE_MEAL_ONLY: Crops will grow on dry farmland by only using bone meal
1068 #ANY_CASE: Will make Crops not grow in any case when on dry farmland
1069 #Allowed Values: NO, BONE_MEAL_ONLY, ANY_CASE
1070 "Crops Require Water" = "ANY_CASE"
1071 #Radius where water hydrates farmland, vanilla is 4.
1072 #Range: > 1
1073 "Water Hydration Radius" = 4
1074 #Makes potatoes and carrots not plantable and also enables a data pack that makes the following changes:
1075 #* Makes all vanilla crops drop only one seed (and makes carrots and potatoes drop the new seed item)
1076 #* Makes melon seeds and pumpkin seeds harder to obtain
1077 #* Removes carrots and potato drops from zombies
1078 #* Removes wheat seeds from tall grass
1079 #* Makes wild crops generate in the world
1080 "Crops data pack" = true
1081
1082 #Slower breeding, Growing, Egging and Milking. Lower yield.
1083 [Farming.Livestock]
1084 #Changes the chance for a chicken to come out from an egg (1 in this value). Vanilla is 8
1085 #Range: > -2147483648
1086 "Chicken from egg chance" = 8
1087 #Seconds until you can milk cows (or stew mooshrooms)
1088 #Range: > -2147483648
1089 "Milk Cooldown" = 1200
1090 #Enables a data pack that changes animal loot (reduced food drops) and slows down growing, breeding, egging etc
1091 "Data Pack" = false
1092 #If true, animals will no longer be able to be bred manually. Only animals in iguanatweaksreborn:prevent_breeding will be affected by this.
1093 "Prevent breeding" = true
1094
1095 [Farming.Livestock.Aging]
1096 #If true, animals will age and die of old age. Configurable via data packs. With the data pack enabled, adult will drop more goodies. With pehkui installed, animals will also be smaller/bigger.
1097 Enable = true
1098 #If true, animals die of old age.
1099 "Die of old age" = true
1100 #If Die of old age is disabled you can still make animals grow up to this age
1101 #Allowed Values: YOUNG, ADULT, ELDER
1102 "Stop at" = "ELDER"
1103 #If true, animals will die if not young and haven't been fed in a while.
1104 "Starvation death" = false
1105 #How long (in minutes) will an animal remain marked as fed after eating?
1106 #Range: > 0
1107 "Last fed duration" = 60
1108
1109[Experience]
1110 #Changes the experience lost on death and xp per level required.
1111 "Enable Players Experience" = true
1112 #Changes to some enchantments related stuff.
1113 "Enable Enchantments" = true
1114 #Better repair, free rename and merge. With this feature enabled, EMI's repairs and enchanting in anvil recipes are removed.
1115 "Enable Anvils" = true
1116 #Various changes to experience. You can also use the iguanatweaks:disableExperience game rule to make experience disappear altogether.
1117 "Enable Dropped Experience" = true
1118
1119 #Changes the experience lost on death and xp per level required.
1120 [Experience."Players Experience"]
1121 #On death, players will drop this percentage of experience instead of max 7 levels. Setting to -1 will disable this.
1122 #Due to Minecraft limitations this is incompatible with other mods that change the level scaling (e.g. Allurement's 'Remove level Scaling').
1123 #Range: -1.0 ~ 1.0
1124 "Dropped Experience on Death" = -1
1125 #Players will pick up experience faster
1126 "Pickup XP Faster" = true
1127 #The experience required to level up is calculated by this formula. The variable available is 'current_level'
1128 #Set to empty to disable.
1129 #This is evaluated with EvalEx https://ezylang.github.io/EvalEx/concepts/parsing_evaluation.html.
1130 #Incompatible with Allurement's 'Remove level Scaling' or any other mod that does something similar
1131 "Level up formula" = "50"
1132
1133 #Changes to some enchantments related stuff.
1134 [Experience.Enchantments]
1135 #Infinity can go up to level 4. Each level makes an arrow have only 1 in level+1 chance to consume. E.g. with Infinity 4 there's 1 in 5 chance to consume the arrow, and 4 in 5 to not consume it.
1136 "Infinity overhaul" = false
1137 #Mending only makes the tool repair by one durability every 2 xp instead of 2 durability/1 xp.
1138 "Nerf Mending" = true
1139 #Respiration decreases air consumption by 50% per level instead of 100%.
1140 "Nerf Respiration" = true
1141 #Set arrow's damage increase with the Power enchantment (vanilla is 0.5). If set to a value != 0.5 the flat 0.5 bonus is also removed. Set to 0.5 to disable.
1142 #Range: 0.0 ~ 2.0
1143 "Power Enchantment Damage" = 0.35
1144 #If true, the formula for bonus damage for arrows is changed from `'Power Enchantment Damage' + 'Power Enchantment Damage' * lvl` to `base_damage * 'Power Enchantment Damage' * lvl`.
1145 "Power affects base arrow damage" = true
1146 "Prevent farmland trampling with Feather Falling" = false
1147 #If true, vanilla protection enchantments are replaced with mod's ones. To re-enable vanilla enchantments refer to `disabled_enchantments.json`.
1148 #Protection has only one level, protects 6% per level and is treasure. Other protections work the same except for projectile that reduces the sight range of mobs by 2% per level. Feather falling protects for 16% per level instead of 12% + 1 per level.
1149 "Replace protection enchantments" = true
1150 #If true, vanilla damaging enchantments (such as smite or sharpness) are replaced with mod's ones. To re-enable vanilla enchantments refer to `disabled_enchantments.json`.
1151 #Changes to damaging enchantments:
1152 #Enchantments deal bonus damage based off the item's attack damage. So Sharpness on a Sword adds less damage than Sharpness on an Axe.
1153 #Sharpness deals +0.5 damage per level
1154 #Smite deals +1 damage per level to undead and applies weakness
1155 #Bane of Arthropods has been replaced with Bane of SSSSS that deals +1 damage per level to arthropods and creepers and applies slowness
1156 "Replace damaging enchantments" = true
1157 #If true, vanilla fire aspect and knockback are replaced with mod's ones. To re-enable vanilla enchantments refer to `disabled_enchantments.json`.
1158 "Replace other enchantments" = true
1159 #If true, Looting, Fortune and Luck of the Sea enchantments are replaced with a single level one: Luck. Luck works like Fortune/Looting/LoTS II. To re-enable vanilla enchantments refer to `disabled_enchantments.json`. Requires a Minecraft restart
1160 "Rework bonus loot enchantments" = true
1161 #Unbreaking increases tool durability by 75% per level
1162 "Unbreaking overhaul" = true
1163 #Changes Multishot to actually load 3 arrows, instead of materializing 2 arrows from thin air
1164 "Actual multishot" = true
1165 #Thorns is no longer compatible with other protections, but deals damage every time (higher levels deal more damage) and no longer damages items.
1166 "Thorns overhaul" = true
1167 #Change the bonus efficiency formula from `lvl*lvl+1` to `tool_mining_speed * (0.5*lvl)`
1168 "Tool Mining Speed Scaled Efficiency Formula" = true
1169
1170 #Better repair, free rename and merge. With this feature enabled, EMI's repairs and enchanting in anvil recipes are removed.
1171 [Experience.Anvils]
1172 #If true you can merge items in the anvil and get a repair bonus
1173 "Allow Merging Items" = true
1174 #Vanilla is 12%
1175 #Range: 0 ~ 100
1176 "Merging Repair bonus" = 15
1177 #Chance for an anvil to become chipped/damaged/break. Vanilla is 12%
1178 #Range: 0.0 ~ 1.7976931348623157E308
1179 "Degradation chance" = 0.02
1180 "Fix with Iron blocks" = true
1181
1182 [Experience.Anvils.Renaming]
1183 #Removes the cost for renaming items in Anvil
1184 "No cost" = true
1185 #If true, anvils don't wear down when only used for renaming
1186 "No break" = true
1187
1188 [Experience.Anvils."XP Cost"]
1189 #Set the cap for repairing items in the anvil (vanilla is 40)
1190 #Range: > 0
1191 "Repair cap" = 1024
1192 #Multiplier for the levels required to repair or merge an item.
1193 #Range: 0.0 ~ 1.7976931348623157E308
1194 Multiplier = 0.0
1195 #The cost when merging two items is calculated from the final item, no longer from a strange calculations between the two items merging.
1196 "Merging cost is based off result" = true
1197 #Repairing items in an anvil doesn't cost xp
1198 "No cost" = true
1199 #XP cost when repairing an item in an anvil is based of the levels of the enchantments. This is not affected by 'Repair cost multiplier'
1200 "Different repair cost" = false
1201
1202 [Experience.Anvils."XP Cost"."Enchantments cost by rarity"]
1203 #Vanilla: 1
1204 #Range: > 0
1205 Common = 1
1206 #Vanilla: 2
1207 #Range: > 0
1208 Uncommon = 2
1209 #Vanilla: 4
1210 #Range: > 0
1211 Rare = 3
1212 #Vanilla: 8
1213 #Range: > 0
1214 "Very Rare" = 6
1215
1216 [Experience.Anvils."Material Cost"]
1217 #Repairing items in an anvil costs more materials if the item is enchanted. This is the percentage increase for each level of enchantment on the item
1218 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
1219 "Increase materials required with enchantments" = 0.05
1220 #Repairing items in an anvil costs more materials if the item is enchanted. This is the flat increase for each level of enchantment on the item
1221 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
1222 "Increase materials required with enchantments (Flat)" = 0.5
1223
1224 [Experience.Anvils."Merge Repair"]
1225 #Merging items in an anvil will reduce the repair amount if the left is enchanted. This is the multiplicative percentage decrease for each level of enchantment on the item. This is applied to the right item durability before the bonus repair.
1226 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
1227 "Decrease repair amount with enchantments" = 0.05
1228
1229 #Various changes to experience. You can also use the iguanatweaks:disableExperience game rule to make experience disappear altogether.
1230 [Experience."Dropped Experience"]
1231 #ALL Experience dropped will be multiplied by this value, regardless if affected by another multiplier.
1232 #Use the iguanatweaks:disableExperience game rule to disable experience completely.
1233 #Range: 0.0 ~ 128.0
1234 "Global Experience Multiplier" = 1.0
1235 #Experience dropped by blocks (Ores and Spawners) will be multiplied by this multiplier. Experience dropped by blocks are still affected by 'Global Experience Multiplier'
1236 #Can be set to 0 to make blocks drop no experience
1237 #Range: 0.0 ~ 128.0
1238 "Experience from Blocks Multiplier" = 1.0
1239 #Bottle o' enchanting will drop this amount of experience. Can be set to 0 to make Bottle o' enchanting drop no experience
1240 #Range: 0 ~ 512
1241 "Bottle o' Enchanting XP" = 50
1242
1243 [Experience."Dropped Experience".Mobs]
1244 #Experience dropped from mobs that come from spawners will be multiplied by this multiplier.
1245 #Experience dropped by mobs from spawners are still affected by 'Global Experience Multiplier'
1246 #Can be set to 0 to disable experience drop from mob that come from spawners.
1247 #Range: 0.0 ~ 128.0
1248 "Multiplier: Spawners" = 0.0
1249 #Experience dropped from mobs that DON'T come from spawners will be multiplied by this multiplier.
1250 #Experience dropped from mobs that DON'T come from spawners is still affected by 'Global Experience Multiplier'
1251 #Can be set to 0 to disable experience drop from mob that DON'T come from spawners.
1252 #Range: 0.0 ~ 128.0
1253 "Multiplier: Natural" = 1.0
1254 #Vanilla mobs drop 1~4 xp per equipment they have.
1255 #Range: > 0
1256 "Bonus experience per equipment" = 2
1257 #This is added to 'Bonus experience per equipment'.
1258 #Range: > 0
1259 "Bonus experience per equipment if enchanted" = 2
1260
1261 #Experience gained from harvesting Honey or Honeycombs from beehives
1262 [Experience."Dropped Experience"."Honey Harvest Experience"]
1263 #Range: 0.0 ~ 1.7976931348623157E308
1264 Minimum = 1.0
1265 #Range: 0.0 ~ 1.7976931348623157E308
1266 Maximum = 4.0
1267
1268 #Experience obtained when cows or mooshrooms are milked or stewed. This only works if Fluid Cooldown is enabled.
1269 [Experience."Dropped Experience"."Milk xp"]
1270 #Range: 0.0 ~ 1.7976931348623157E308
1271 Minimum = 2.0
1272 #Range: 0.0 ~ 1.7976931348623157E308
1273 Maximum = 5.0
1274
1275 #Experience obtained when shearing sheep.
1276 [Experience."Dropped Experience"."Shear xp"]
1277 #Range: 0.0 ~ 1.7976931348623157E308
1278 Minimum = 1.0
1279 #Range: 0.0 ~ 1.7976931348623157E308
1280 Maximum = 1.0
1281
1282[Combat]
1283 #Adds a new attribute that deals bonus damage that bypasses armor
1284 "Enable Piercing damage" = true
1285 #Change armor and toughness formula
1286 "Enable Armor Rework" = true
1287 "Enable Snowballs" = true
1288 #Adds a new attribute to add regenerating absorption hearts to the player.
1289 "Enable Regenerating Absorption" = true
1290 #Armor gives regenerating absorption and regen absorption speed instead of armor and toughness
1291 "Enable Absorption Armor" = true
1292 #Rework critical hits to be a chance to happen instead of damage on jump. Also the chance and bonus damage are now an attribute. By default critical_chance is 0 and can increase with the Critical enchantment and critical_damage is 0.5 (+50%).
1293 "Enable Critical Rework" = true
1294 #Bows, crossbows and short bows
1295 "Enable Bows" = true
1296 #Players will deal reduced knockback if attacking with a non-weapon or spamming. Knockback reductions are defined via Data Packs with Item Definitions (the item_stats integrated data pack already does this)
1297 "Enable Knockback" = true
1298 "Enable Misc Stats" = true
1299 #Players be left with half a heart when too much damage that would kill them is dealt (only works for damage taken from mobs)
1300 "Enable Unfair one-shot" = true
1301 #Less invincibility frames and none with arrows.
1302 "Enable Attack invincibility" = true
1303 #Apply attribute modifiers to players. Attributes can be added in the json config of this feature's folder. Changing attribute modifiers requires player rejoin
1304 "Enable Player Stats" = true
1305 #Players are able to hit mobs through no collision blocks like grass or torches. This is really wonky, use Cut Through by Fuzs
1306 "Enable Swing Through Grass" = false
1307 "Enable Shields+ Integration" = true
1308
1309 #Change armor and toughness formula
1310 [Combat."Armor Rework"]
1311 #Vanilla formula is 'damage * (1 - ((MIN(20, MAX(armor / 5, armor - ((4 * damage) / (toughness + 8)))))) / 25))'
1312 "Damage Reduction formula" = "damage * (1 - 1.5 * (armor / (armor + 20)))"
1313
1314 [Combat.Snowballs]
1315 #Snowballs deal this amount of damage.
1316 #Range: 0.0 ~ 100.0
1317 Damage = 0.5
1318 #Snowballs fill freeze entities for this amount of ticks.
1319 #Range: > 0
1320 "Freezing Ticks" = 30
1321 #If true, freezing stacks each hit.
1322 "Freezing Stacks" = true
1323
1324 #Adds a new attribute to add regenerating absorption hearts to the player.
1325 [Combat."Regenerating Absorption"]
1326 #Ticks that must pass from the last hit to regen absorption hearts. This is affected by regenerating absorption speed (absorp regen speed * this)
1327 #Range: > 0
1328 "Un-damaged time to regen" = 50
1329 #Min Un-damaged time to regen
1330 #Range: > 0
1331 "Un-damaged time to regen cap" = 60
1332 #The amount of regenerating absorption hearts cannot go over the entity's current health.
1333 "Cap to health" = true
1334 #If true, absorption hearts will not shield from damages in the bypasses_armor damage type tag.
1335 "Absorbing bypasses_armor damage only" = true
1336 #If true, a sound is played when the absorption is damaged.
1337 "Sound on absorption hurt" = true
1338 #(Client only) If true, regenerating absorption hearts are rendered on the right instead on top of hearts.
1339 "Render on the right" = false
1340 #How fast (each tick) will absorption hearts decay when higher than the current maximum.
1341 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
1342 "Decay speed" = 0.1
1343
1344 #Rework critical hits to be a chance to happen instead of damage on jump. Also the chance and bonus damage are now an attribute. By default critical_chance is 0 and can increase with the Critical enchantment and critical_damage is 0.5 (+50%).
1345 [Combat."Critical Rework"]
1346 #iguanatweaksreborn:critical_chance increase per level of Critical enchantment.
1347 #Range: -1.0 ~ 1.0
1348 "Enchantment Chance" = 0.1
1349 #iguanatweaksreborn:critical_damage increase per level of Critical enchantment.
1350 #Range: -1.0 ~ 1.0
1351 "Enchantment Damage" = 0.3
1352
1353 #Bows, crossbows and short bows
1354 [Combat.Bows]
1355 #If true, Arrows from Bows and Crossbows will no longer deal more damage when fully charged.
1356 "Disable Critical Arrows bonus damage" = true
1357 #If true, arrows will deal float damage instead of being rounded up.
1358 "Float point damage" = true
1359 #Multiplies arrow's damage by this value. (this doesn't affect mobs arrows)
1360 #Range: 0.0 ~ 10.0
1361 "Damage Multiplier" = 0.65
1362 #Changes bows accuracy. Vanilla is 1.0
1363 #Range: 0.0 ~ 10.0
1364 "Bow Inaccuracy" = 1.0
1365 #Speed at which arrows are shot from crossbows. Vanilla is 3.15
1366 #Range: 0.0 ~ 10.0
1367 "Crossbow velocity" = 2.25
1368 #If true, crossbows will have an innate Piercing ability
1369 "Piercing Crossbow" = true
1370 #Changes crossbows accuracy. Vanilla is 1.0
1371 #Range: 0.0 ~ 10.0
1372 "Crossbow Inaccuracy" = 0.2
1373
1374 #Players will deal reduced knockback if attacking with a non-weapon or spamming. Knockback reductions are defined via Data Packs with Item Definitions (the item_stats integrated data pack already does this)
1375 [Combat.Knockback]
1376 #Percentage knockback dealt if the player is using an item that doesn't have the attack damage attribute. Broken items from the Items module count as No Weapon
1377 #Range: 0.0 ~ 1.0
1378 "No Weapon Penalty" = 0.35
1379 #Percentage knockback dealt if the player is attacking when the attack is not fully charged.
1380 #Range: 0.0 ~ 1.0
1381 "Spam Penalty" = 0.35
1382 #Percentage knockback dealt by arrows.
1383 #Range: 0.0 ~ 1.0
1384 "Projectile Knockback" = 0.7
1385
1386 [Combat."Misc Stats"]
1387 #Vanilla tooltips on gear don't sum up multiple modifiers (e.g. a sword would have "4 Attack Damage" and "-2 Attack Damage" instead of "2 Attack Damage". This might break other mods messing with these Tooltips (e.g. Quark's improved tooltips)
1388 "Fix tooltips" = true
1389 #Changes Strength and Weakness +/-3 damage per level to +/-20% damage per level. (Requires a Minecraft restart)
1390 "Better strength and weakness" = true
1391 #Changes Mining fatigue and haste to no longer affects attack speed. (Requires a Minecraft restart)
1392 "Better haste/mining fatigue" = true
1393 #Changes Healing potions to work like pre 1.6.1 by healing 3 health per level
1394 "Better healing potion" = true
1395 #If enabled, tools will not take 2 damage when used to hurt entities
1396 "1 damage for tools attacking" = true
1397 #Rework Sweeping attack. Sweeping is no longer on swords, instead it's on hoes. Also, the sweeping attack deals full damage and the Sweeping Edge enchantment increases the range. This also replaces the vanilla sweeping edge enchantment with a new one that can be applied to hoes instead of swords.
1398 "Sweeping overhaul" = true
1399 #Enables a data pack that reworks armor, weapons and tools.
1400 "Combat rework data pack" = true
1401
1402 #Players be left with half a heart when too much damage that would kill them is dealt (only works for damage taken from mobs)
1403 [Combat."Unfair one-shot"]
1404 #A list of effects to give when Unfair One Shot triggers, separated by semi-colons
1405 Effects = "minecraft:resistance,50,4;minecraft:resistance,100,3;minecraft:resistance,150,1"
1406 #If true, an animation is played on activation
1407 Animation = true
1408
1409 #Less invincibility frames and none with arrows.
1410 [Combat."Attack invincibility"]
1411 #If true less invincibility frames are applied to mobs only if using an item with attack speed modifier
1412 "Invincibility frames based off attack speed" = true
1413 #If true, a data pack is enabled that makes Arrows and magic damage ignore invincibility frames.
1414 "Arrows and magic ignore invincibility frames" = true
1415
1416 #Apply attribute modifiers to players. Attributes can be added in the json config of this feature's folder. Changing attribute modifiers requires player rejoin
1417 [Combat."Player Stats"]
1418 #In vanilla, if you attack as soon as you just attacked you already deal 20% of the full damage. This changes that to 0%. This also mixins into Tinkers Construct to apply the same effect.
1419 "No damage when spamming" = true
1420
1421 [Combat."Shields+ Integration"]
1422 #Rebalances shields to fit the other mods' changes
1423 "Shields+ Compat DataPack" = true
1424
1425 #Armor gives regenerating absorption and regen absorption speed instead of armor and toughness
1426 [Combat."Absorption Armor"]
1427 #If > 0, Armor Toughness on items will be converted to absorption, multiplying it by this, and Armor will stay the same.
1428 #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
1429 "Toughness to absorption ratio" = 0.0
This log will be saved for 90 days from their last view.
Report abuse