-
Notifications
You must be signed in to change notification settings - Fork 0
/
purpur.yml
949 lines (948 loc) · 24.9 KB
/
purpur.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
# This is the main configuration file for Purpur.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
#
# If you need help with the configuration or have any questions related to Purpur,
# join us in our Discord guild.
#
# Website: https://github.com/pl3xgaming/Purpur
# Wiki: https://github.com/pl3xgaming/Purpur/wiki
verbose: false
config-version: 13
settings:
disable-give-dropping: false
use-alternate-keepalive: false
allow-water-placement-in-the-end: true
dont-send-useless-entity-packets: false
server-mod-name: Purpur
tps-catchup: true
lagging-threshold: 19.0
logger:
suppress-init-legacy-material-errors: false
suppress-ignored-advancement-warnings: false
blocks:
disable-mushroom-updates: false
disable-note-block-updates: false
disable-chorus-plant-updates: false
barrel:
six-rows: false
ender_chest:
six-rows: false
use-permissions-for-rows: false
crying_obsidian:
valid-for-portal-frame: false
beehive:
max-bees-inside: 3
anvil:
cumulative-cost: true
enchantment:
allow-infinity-and-mending-together: false
allow-infinity-on-crossbow: false
allow-unsafe-enchants: false
messages:
cannot-ride-mob: <red>You cannot mount that mob
afk-broadcast-away: <yellow><italic>%s is now AFK
afk-broadcast-back: <yellow><italic>%s is no longer AFK
afk-tab-list-prefix: '[AFK] '
afk-tab-list-suffix: ''
credits-command-output: <green>%s has been shown the end credits
demo-command-output: <green>%s has been shown the demo screen
ping-command-output: <green>%s's ping is %sms
unverified-username: default
broadcasts:
advancement:
only-broadcast-to-affected-player: false
death:
only-broadcast-to-affected-player: false
seed:
dungeon: -1
end-spike: -1
geode: -1
timings:
url: https://timings.pl3x.net
command:
hide-hidden-players-from-entity-selector: false
gamemode:
requires-specific-permission: false
entity:
enderman:
short-height: false
world-settings:
default:
blocks:
no-random-tick: []
weeping_vines:
growth-modifier: 0.1
max-growth-age: 25
stonecutter:
damage: 0.0
respawn_anchor:
explode: true
explosion-power: 5.0
explosion-fire: true
explosion-effect: DESTROY
twisting_vines:
growth-modifier: 0.1
max-growth-age: 25
turtle_egg:
break-from-exp-orbs: true
break-from-items: true
break-from-minecarts: true
bypass-mob-griefing: false
anvil:
allow-colors: false
beacon:
effect-range:
level-1: 20
level-2: 30
level-3: 40
level-4: 50
bed:
explode: true
explosion-power: 5.0
explosion-fire: true
explosion-effect: DESTROY
cave_vines:
growth-modifier: 0.1
max-growth-age: 25
chest:
open-with-solid-block-on-top: false
end-crystal:
baseless:
explode: true
explosion-power: 6.0
explosion-fire: false
explosion-effect: DESTROY
base:
explode: true
explosion-power: 6.0
explosion-fire: false
explosion-effect: DESTROY
dragon_egg:
teleport: true
blue_ice:
allow-snow-formation: true
allow-mob-spawns: true
packed_ice:
allow-mob-spawns: true
farmland:
bypass-mob-griefing: false
gets-moist-from-below: false
use-alpha-farmland: false
disable-trampling: false
only-players-trample: false
feather-fall-distance-affects-trampling: false
dispenser:
apply-cursed-to-armor-slots: true
place-anvils: false
end_portal:
safe-teleporting: true
composter:
sneak-to-bulk-process: false
door:
requires-redstone: []
lava:
infinite-source: false
infinite-required-sources: 2
speed:
nether: 10
not-nether: 30
kelp:
max-growth-age: 25
furnace:
infinite-fuel: false
magma-block:
damage-when-sneaking: false
damage-with-frost-walker: false
powder_snow:
bypass-mob-griefing: false
sign:
allow-colors: false
right-click-edit: false
powered-rail:
activation-range: 8
piston:
block-push-limit: 12
spawner:
deactivate-by-redstone: false
sand:
fix-duping: true
shulker_box:
allow-oversized-stacks: false
slab:
break-individual-slabs-when-sneaking: false
sponge:
absorption:
area: 64
radius: 6
mobs:
cod:
ridable: false
attributes:
max_health: 3.0
wandering_trader:
ridable: false
ridable-in-water: false
follow-emerald-blocks: false
can-be-leashed: false
allow-trading: true
attributes:
max_health: 20.0
pillager:
ridable: false
ridable-in-water: false
bypass-mob-griefing: false
attributes:
max_health: 24.0
phantom:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
allow-griefing: false
flames-on-swoop: false
attacked-by-crystal-range: 0.0
attacked-by-crystal-damage: 1.0
orbit-crystal-radius: 0.0
burn-in-light: 0
burn-in-daylight: true
ignore-players-with-torch: false
flames:
damage: 1.0
fire-time: 8
attributes:
max_health: 20.0
spawn:
min-sky-darkness: 5
only-above-sea-level: true
only-with-visible-sky: true
local-difficulty-chance: 3.0
min-time-since-slept: 72000
delay:
min: 1200
max: 2400
overhead:
min: 20
max: 35
radius: 10
per-attempt:
min: 1
max: -1
wither:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
health-regen-amount: 1.0
health-regen-delay: 20
bypass-mob-griefing: false
can-ride-vehicles: false
explosion-radius: 1.0
attributes:
max_health: 300.0
ender_dragon:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
always-drop-full-exp: false
bypass-mob-griefing: false
can-ride-vehicles: false
attributes:
max_health: 200.0
elder_guardian:
ridable: false
attributes:
max_health: 80.0
drowned:
ridable: false
ridable-in-water: false
attributes:
max_health: 20.0
spawn_reinforcements: 0.1
jockey:
only-babies: true
chance: 0.05
try-existing-chickens: true
donkey:
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health:
min: 15.0
max: 30.0
jump_strength:
min: 0.5
max: 0.5
movement_speed:
min: 0.175
max: 0.175
cow:
ridable: false
ridable-in-water: false
feed-mushrooms-for-mooshroom: 0
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
dolphin:
ridable: false
disable-treasure-searching: false
spit:
cooldown: 20
speed: 1.0
damage: 2.0
attributes:
max_health: 10.0
creeper:
ridable: false
ridable-in-water: false
naturally-charged-chance: 0.0
allow-griefing: true
bypass-mob-griefing: false
explode-when-killed: false
health-impacts-explosion: false
attributes:
max_health: 20.0
fox:
ridable: false
ridable-in-water: false
tulips-change-type: false
breeding-delay-ticks: 6000
bypass-mob-griefing: false
attributes:
max_health: 10.0
endermite:
ridable: false
ridable-in-water: false
attributes:
max_health: 8.0
ghast:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
attributes:
max_health: 10.0
evoker:
ridable: false
ridable-in-water: false
bypass-mob-griefing: false
attributes:
max_health: 24.0
giant:
ridable: false
ridable-in-water: false
movement-speed: 0.5
attack-damage: 50.0
step-height: 2.0
jump-height: 1.0
have-ai: false
have-hostile-ai: false
attributes:
max_health: 100.0
enderman:
ridable: false
ridable-in-water: false
allow-griefing: true
can-despawn-with-held-block: false
bypass-mob-griefing: false
takes-damage-from-water: true
aggressive-towards-spawned-endermites: false
ignore-players-wearing-dragon-head: false
disable-player-stare-aggression: false
attributes:
max_health: 40.0
husk:
ridable: false
ridable-in-water: false
attributes:
max_health: 20.0
spawn_reinforcements: 0.1
jockey:
only-babies: true
chance: 0.05
try-existing-chickens: true
illusioner:
ridable: false
ridable-in-water: false
movement-speed: 0.5
follow-range: 18.0
attributes:
max_health: 32.0
iron_golem:
ridable: false
ridable-in-water: false
can-swim: false
poppy-calms-anger: false
attributes:
max_health: 100.0
glow_squid:
ridable: false
can-fly: false
attributes:
max_health: 10.0
goat:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
horse:
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health:
min: 15.0
max: 30.0
jump_strength:
min: 0.4
max: 1.0
movement_speed:
min: 0.1125
max: 0.3375
guardian:
ridable: false
attributes:
max_health: 30.0
hoglin:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 40.0
mule:
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health:
min: 15.0
max: 30.0
jump_strength:
min: 0.5
max: 0.5
movement_speed:
min: 0.175
max: 0.175
mooshroom:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
panda:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 20.0
parrot:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
can-breed: false
attributes:
max_health: 6.0
magma_cube:
ridable: false
ridable-in-water: false
attributes:
max_health: size * size
llama:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
join-caravans: true
attributes:
max_health:
min: 15.0
max: 30.0
jump_strength:
min: 0.5
max: 0.5
movement_speed:
min: 0.175
max: 0.175
ocelot:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
piglin:
ridable: false
ridable-in-water: false
bypass-mob-griefing: true
portal-spawn-modifier: 2000
attributes:
max_health: 16.0
polar_bear:
ridable: false
ridable-in-water: false
breedable-item: ''
breeding-delay-ticks: 6000
attributes:
max_health: 30.0
pig:
ridable: false
ridable-in-water: false
give-saddle-back: false
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
rabbit:
ridable: false
ridable-in-water: false
spawn-toast-chance: 0.0
spawn-killer-rabbit-chance: 0.0
breeding-delay-ticks: 6000
bypass-mob-griefing: false
attributes:
max_health: 3.0
ravager:
ridable: false
ridable-in-water: false
bypass-mob-griefing: false
griefable-blocks:
- minecraft:oak_leaves
- minecraft:spruce_leaves
- minecraft:birch_leaves
- minecraft:jungle_leaves
- minecraft:acacia_leaves
- minecraft:dark_oak_leaves
- minecraft:beetroots
- minecraft:carrots
- minecraft:potatoes
- minecraft:wheat
attributes:
max_health: 100.0
pufferfish:
ridable: false
attributes:
max_health: 3.0
salmon:
ridable: false
attributes:
max_health: 3.0
silverfish:
ridable: false
ridable-in-water: false
bypass-mob-griefing: false
attributes:
max_health: 8.0
shulker:
ridable: false
ridable-in-water: false
attributes:
max_health: 30.0
sheep:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
bypass-mob-griefing: false
attributes:
max_health: 8.0
skeleton:
ridable: false
ridable-in-water: false
attributes:
max_health: 20.0
stray:
ridable: false
ridable-in-water: false
attributes:
max_health: 20.0
squid:
ridable: false
immune-to-EAR: true
water-offset-check: 0.0
can-fly: false
attributes:
max_health: 10.0
snow_golem:
ridable: false
ridable-in-water: false
leave-trail-when-ridden: false
drop-pumpkin-when-sheared: true
pumpkin-can-be-added-back: false
min-shoot-interval-ticks: 20
max-shoot-interval-ticks: 20
snow-ball-modifier: 10.0
attack-distance: 1.25
bypass-mob-griefing: false
takes-damage-from-water: true
attributes:
max_health: 4.0
spider:
ridable: false
ridable-in-water: false
attributes:
max_health: 16.0
strider:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
give-saddle-back: false
takes-damage-from-water: true
attributes:
max_health: 20.0
slime:
ridable: false
ridable-in-water: false
attributes:
max_health: size * size
vindicator:
ridable: false
ridable-in-water: false
attributes:
max_health: 24.0
johnny:
spawn-chance: 0.0
vex:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
attributes:
max_health: 14.0
turtle:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health: 30.0
villager:
ridable: false
ridable-in-water: false
brain-ticks: 1
use-brain-ticks-only-when-lagging: true
follow-emerald-blocks: false
can-be-leashed: false
can-breed: true
breeding-delay-ticks: 6000
clerics-farm-warts: false
cleric-wart-farmers-throw-warts-at-villagers: true
bypass-mob-griefing: false
allow-trading: true
attributes:
max_health: 20.0
spawn-iron-golem:
radius: 0
limit: 0
lobotomize:
enabled: false
check-interval: 60
zombie:
ridable: false
ridable-in-water: false
aggressive-towards-villager-when-lagging: true
break-door-minimum-difficulty: HARD
bypass-mob-griefing: false
attributes:
max_health: 20.0
spawn_reinforcements: 0.1
jockey:
only-babies: true
chance: 0.05
try-existing-chickens: true
zoglin:
ridable: false
ridable-in-water: false
attributes:
max_health: 40.0
witch:
ridable: false
ridable-in-water: false
attributes:
max_health: 26.0
wolf:
ridable: false
ridable-in-water: false
default-collar-color: RED
milk-cures-rabid-wolves: true
spawn-rabid-chance: 0.0
breeding-delay-ticks: 6000
attributes:
max_health: 8.0
bee:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
breeding-delay-ticks: 6000
can-work-at-night: false
can-work-in-rain: false
attributes:
max_health: 10.0
axolotl:
ridable: false
breeding-delay-ticks: 6000
attributes:
max_health: 14.0
bat:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
attributes:
max_health: 6.0
blaze:
ridable: false
ridable-in-water: false
ridable-max-y: 256.0
takes-damage-from-water: true
attributes:
max_health: 20.0
cat:
ridable: false
ridable-in-water: false
spawn-delay: 1200
breeding-delay-ticks: 6000
attributes:
max_health: 10.0
scan-range-for-other-cats:
swamp-hut: 16
village: 48
cave_spider:
ridable: false
ridable-in-water: false
attributes:
max_health: 12.0
chicken:
ridable: false
ridable-in-water: false
retaliate: false
breeding-delay-ticks: 6000
attributes:
max_health: 4.0
skeleton_horse:
ridable-in-water: false
can-swim: false
attributes:
max_health:
min: 15.0
max: 15.0
jump_strength:
min: 0.4
max: 1.0
movement_speed:
min: 0.2
max: 0.2
piglin_brute:
ridable: false
ridable-in-water: false
attributes:
max_health: 50.0
tropical_fish:
ridable: false
attributes:
max_health: 3.0
trader_llama:
ridable: false
ridable-in-water: false
breeding-delay-ticks: 6000
attributes:
max_health:
min: 15.0
max: 30.0
jump_strength:
min: 0.5
max: 0.5
movement_speed:
min: 0.175
max: 0.175
wither_skeleton:
ridable: false
ridable-in-water: false
takes-wither-damage: false
attributes:
max_health: 20.0
zombie_villager:
ridable: false
ridable-in-water: false
attributes:
max_health: 20.0
spawn_reinforcements: 0.1
jockey:
only-babies: true
chance: 0.05
try-existing-chickens: true
zombified_piglin:
ridable: false
ridable-in-water: false
count-as-player-kill-when-angry: true
attributes:
max_health: 20.0
spawn_reinforcements: 0.0
jockey:
only-babies: true
chance: 0.05
try-existing-chickens: true
zombie_horse:
ridable-in-water: false
can-swim: false
spawn-chance: 0.0
attributes:
max_health:
min: 15.0
max: 15.0
jump_strength:
min: 0.4
max: 1.0
movement_speed:
min: 0.2
max: 0.2
gameplay-mechanics:
use-better-mending: false
always-tame-in-creative: false
disable-drops-on-cramming-death: false
entities-can-use-portals: true
entities-pick-up-loot-bypass-mob-griefing: false
fireballs-bypass-mob-griefing: false
impose-teleport-restrictions-on-gateways: false
milk-cures-bad-omen: true
note-block-ignore-above: false
persistent-tileentity-display-names-and-lore: false
persistent-droppable-entity-display-names: false
projectiles-bypass-mob-griefing: false
tick-fluids: true
entity-blindness-multiplier: 1.0
trident-loyalty-void-return-height: 0.0
void-damage-height: -64.0
void-damage-dealt: 4.0
raid-cooldown-seconds: 0
animal-breeding-cooldown-seconds: 0
entity-lifespan: 0
entity-left-handed-chance: 0.05000000074505806
shovel-turns-block-to-grass-path:
- minecraft:coarse_dirt
- minecraft:dirt
- minecraft:grass_block
- minecraft:mycelium
- minecraft:podzol
- minecraft:rooted_dirt
daylight-cycle-ticks:
daytime: 12000
nighttime: 12000
infinity-bow:
works-without-arrows: false
normal-arrows: true
spectral-arrows: false
tipped-arrows: false
player:
spawn-invulnerable-ticks: 60
invulnerable-while-accepting-resource-pack: false
teleport-if-outside-border: false
totem-of-undying-works-in-inventory: false
fix-stuck-in-portal: false
one-punch-in-creative: false
sleep-ignore-nearby-mobs: false
can-skip-night: true
critical-damage-multiplier: 1.5
netherite-fire-resistance:
duration: 0
amplifier: 0
ambient: false
show-particles: false
show-icon: true
idle-timeout:
kick-if-idle: true
tick-nearby-entities: true
count-as-sleeping: false
update-tab-list: false
exp-dropped-on-death:
equation: expLevel * 7
maximum: 100
projectile-despawn-rates:
dragon_fireball: -1
egg: -1
ender_pearl: -1
experience_bottle: -1
firework_rocket: -1
fishing_bobber: -1
fireball: -1
llama_spit: -1
potion: -1
shulker_bullet: -1
small_fireball: -1
snowball: -1
wither_skull: -1
projectile-offset:
bow: 1.0
crossbow: 1.0
egg: 1.0
ender-pearl: 1.0
throwable-potion: 1.0
trident: 1.0
snowball: 1.0
boat:
eject-players-on-land: false
do-fall-damage: true
armorstand:
step-height: 0.0
set-name-visible-when-placing-with-custom-name: false
fix-nametags: false
can-movement-tick: true
can-move-in-water: true
can-move-in-water-over-fence: true
place-with-arms-visible: false
item:
immune:
cactus: []
explosion: []
fire: []
lightning: []
shears:
damage-if-sprinting: false
sprinting-damage: 1.0
ender-pearl:
damage: 5.0
cooldown: 20
creative-cooldown: 20
endermite-spawn-chance: 0.05000000074505806
drowning:
air-ticks: 300
ticks-per-damage: 20
damage-from-drowning: 2.0
minecart:
max-speed: 0.4
place-anywhere: false
controllable:
enabled: false
step-height: 1.0
hop-boost: 0.5
fall-damage: true
base-speed: 0.1
block-speed:
grass_block: 0.3
stone: 0.5
powered-rail:
boost-modifier: 0.06
elytra:
damage-per-second: 1
damage-multiplied-by-speed: 0.0
ignore-unbreaking: false
damage-per-boost:
firework: 0
trident: 0
mob-effects:
health-regen-amount: 1.0
minimal-health-poison-amount: 1.0
poison-degeneration-amount: 1.0
wither-degeneration-amount: 1.0
hunger-exhaustion-amount: 0.004999999888241291
saturation-regen-amount: 1.0
mob-spawning:
village-cats: default
raid-patrols: default
phantoms: default
wandering-traders: default
village-sieges: default
projectile-damage:
snowball: -1
silk-touch:
enabled: false
spawner-name: Spawner
spawner-lore:
- Spawns a {mob}
tools:
- minecraft:iron_pickaxe
- minecraft:golden_pickaxe
- minecraft:diamond_pickaxe
- minecraft:netherite_pickaxe
ridable-settings:
babies-are-ridable: true
untamed-tamables-are-ridable: true
use-night-vision: false