minecraft-data 3.39.0 → 3.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/data.js +43 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +12 -0
  4. package/minecraft-data/README.md +1 -1
  5. package/minecraft-data/data/bedrock/1.16.201/attributes.json +107 -0
  6. package/minecraft-data/data/bedrock/1.16.201/proto.yml +4 -4
  7. package/minecraft-data/data/bedrock/1.16.201/protocol.json +63 -55
  8. package/minecraft-data/data/bedrock/1.16.210/proto.yml +6 -6
  9. package/minecraft-data/data/bedrock/1.16.210/protocol.json +69 -61
  10. package/minecraft-data/data/bedrock/1.16.210/types.yml +1 -1
  11. package/minecraft-data/data/bedrock/1.16.220/proto.yml +6 -6
  12. package/minecraft-data/data/bedrock/1.16.220/protocol.json +70 -62
  13. package/minecraft-data/data/bedrock/1.16.220/types.yml +2 -2
  14. package/minecraft-data/data/bedrock/1.17.0/proto.yml +5 -5
  15. package/minecraft-data/data/bedrock/1.17.0/protocol.json +70 -62
  16. package/minecraft-data/data/bedrock/1.17.0/types.yml +2 -2
  17. package/minecraft-data/data/bedrock/1.17.10/proto.yml +6 -6
  18. package/minecraft-data/data/bedrock/1.17.10/protocol.json +70 -62
  19. package/minecraft-data/data/bedrock/1.17.10/types.yml +2 -2
  20. package/minecraft-data/data/bedrock/1.17.30/proto.yml +6 -6
  21. package/minecraft-data/data/bedrock/1.17.30/protocol.json +70 -62
  22. package/minecraft-data/data/bedrock/1.17.30/types.yml +2 -2
  23. package/minecraft-data/data/bedrock/1.17.40/proto.yml +5 -5
  24. package/minecraft-data/data/bedrock/1.17.40/protocol.json +70 -62
  25. package/minecraft-data/data/bedrock/1.17.40/types.yml +2 -2
  26. package/minecraft-data/data/bedrock/1.18.0/proto.yml +6 -6
  27. package/minecraft-data/data/bedrock/1.18.0/protocol.json +70 -62
  28. package/minecraft-data/data/bedrock/1.18.0/types.yml +2 -2
  29. package/minecraft-data/data/bedrock/1.18.11/proto.yml +6 -6
  30. package/minecraft-data/data/bedrock/1.18.11/protocol.json +70 -62
  31. package/minecraft-data/data/bedrock/1.18.11/types.yml +2 -2
  32. package/minecraft-data/data/bedrock/1.18.30/proto.yml +6 -6
  33. package/minecraft-data/data/bedrock/1.18.30/protocol.json +72 -64
  34. package/minecraft-data/data/bedrock/1.18.30/types.yml +2 -2
  35. package/minecraft-data/data/bedrock/1.19.1/proto.yml +5 -5
  36. package/minecraft-data/data/bedrock/1.19.1/protocol.json +76 -68
  37. package/minecraft-data/data/bedrock/1.19.1/types.yml +2 -2
  38. package/minecraft-data/data/bedrock/1.19.10/proto.yml +5 -5
  39. package/minecraft-data/data/bedrock/1.19.10/protocol.json +76 -68
  40. package/minecraft-data/data/bedrock/1.19.10/types.yml +2 -2
  41. package/minecraft-data/data/bedrock/1.19.20/proto.yml +5 -5
  42. package/minecraft-data/data/bedrock/1.19.20/protocol.json +76 -68
  43. package/minecraft-data/data/bedrock/1.19.20/types.yml +2 -2
  44. package/minecraft-data/data/bedrock/1.19.21/proto.yml +5 -5
  45. package/minecraft-data/data/bedrock/1.19.21/protocol.json +76 -68
  46. package/minecraft-data/data/bedrock/1.19.21/types.yml +2 -2
  47. package/minecraft-data/data/bedrock/1.19.30/proto.yml +5 -5
  48. package/minecraft-data/data/bedrock/1.19.30/protocol.json +76 -68
  49. package/minecraft-data/data/bedrock/1.19.30/types.yml +2 -2
  50. package/minecraft-data/data/bedrock/1.19.40/proto.yml +5 -5
  51. package/minecraft-data/data/bedrock/1.19.40/protocol.json +80 -69
  52. package/minecraft-data/data/bedrock/1.19.40/types.yml +5 -2
  53. package/minecraft-data/data/bedrock/1.19.50/proto.yml +6 -6
  54. package/minecraft-data/data/bedrock/1.19.50/protocol.json +80 -69
  55. package/minecraft-data/data/bedrock/1.19.50/types.yml +5 -2
  56. package/minecraft-data/data/bedrock/1.19.60/proto.yml +6 -6
  57. package/minecraft-data/data/bedrock/1.19.60/protocol.json +80 -69
  58. package/minecraft-data/data/bedrock/1.19.60/types.yml +5 -2
  59. package/minecraft-data/data/bedrock/1.19.62/proto.yml +6 -6
  60. package/minecraft-data/data/bedrock/1.19.62/protocol.json +80 -69
  61. package/minecraft-data/data/bedrock/1.19.62/types.yml +5 -2
  62. package/minecraft-data/data/bedrock/1.19.70/proto.yml +5 -5
  63. package/minecraft-data/data/bedrock/1.19.70/protocol.json +80 -69
  64. package/minecraft-data/data/bedrock/1.19.70/types.yml +5 -2
  65. package/minecraft-data/data/bedrock/1.19.80/proto.yml +6 -6
  66. package/minecraft-data/data/bedrock/1.19.80/protocol.json +80 -69
  67. package/minecraft-data/data/bedrock/1.19.80/types.yml +5 -2
  68. package/minecraft-data/data/bedrock/1.20.0/proto.yml +3961 -0
  69. package/minecraft-data/data/bedrock/1.20.0/protocol.json +80 -69
  70. package/minecraft-data/data/bedrock/1.20.0/types.yml +2096 -0
  71. package/minecraft-data/data/bedrock/1.20.10/protocol.json +11452 -0
  72. package/minecraft-data/data/bedrock/1.20.10/version.json +6 -0
  73. package/minecraft-data/data/bedrock/common/features.json +5 -0
  74. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  75. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  76. package/minecraft-data/data/bedrock/latest/proto.yml +49 -8
  77. package/minecraft-data/data/bedrock/latest/types.yml +10 -2
  78. package/minecraft-data/data/dataPaths.json +44 -4
  79. package/minecraft-data/data/pc/1.10/attributes.json +53 -14
  80. package/minecraft-data/data/pc/1.11/attributes.json +53 -14
  81. package/minecraft-data/data/pc/1.12/attributes.json +53 -14
  82. package/minecraft-data/data/pc/1.13/attributes.json +53 -14
  83. package/minecraft-data/data/pc/1.14/attributes.json +53 -14
  84. package/minecraft-data/data/pc/1.15/attributes.json +53 -14
  85. package/minecraft-data/data/pc/1.16/attributes.json +53 -14
  86. package/minecraft-data/data/pc/1.17/attributes.json +53 -14
  87. package/minecraft-data/data/pc/1.19/protocol.json +13 -8
  88. package/minecraft-data/data/pc/1.19.2/protocol.json +13 -8
  89. package/minecraft-data/data/pc/1.19.3/protocol.json +70 -8
  90. package/minecraft-data/data/pc/1.19.4/protocol.json +75 -17
  91. package/minecraft-data/data/pc/1.20/protocol.json +78 -20
  92. package/minecraft-data/data/pc/1.7/attributes.json +28 -7
  93. package/minecraft-data/data/pc/1.8/attributes.json +49 -13
  94. package/minecraft-data/data/pc/1.9/attributes.json +53 -14
  95. package/minecraft-data/data/pc/common/features.json +5 -0
  96. package/minecraft-data/doc/history.md +14 -0
  97. package/minecraft-data/schemas/attributes_schema.json +13 -1
  98. package/package.json +2 -2
@@ -175,6 +175,15 @@
175
175
  }
176
176
  ]
177
177
  ],
178
+ "30": [
179
+ "container",
180
+ [
181
+ {
182
+ "name": "rotation",
183
+ "type": "f32"
184
+ }
185
+ ]
186
+ ],
178
187
  "39": [
179
188
  "container",
180
189
  [
@@ -191,10 +200,6 @@
191
200
  "name": "positionType",
192
201
  "type": "string"
193
202
  },
194
- {
195
- "name": "origin",
196
- "type": "position"
197
- },
198
203
  {
199
204
  "name": "entityId",
200
205
  "type": [
@@ -604,8 +609,8 @@
604
609
  "42": "minecraft:time",
605
610
  "43": "minecraft:resource_or_tag",
606
611
  "44": "minecraft:resource",
607
- "45": "template_mirror",
608
- "46": "template_rotation",
612
+ "45": "minecraft:template_mirror",
613
+ "46": "minecraft:template_rotation",
609
614
  "47": "minecraft:uuid"
610
615
  }
611
616
  }
@@ -933,8 +938,8 @@
933
938
  }
934
939
  ]
935
940
  ],
936
- "template_mirror": "void",
937
- "template_rotation": "void",
941
+ "minecraft:template_mirror": "void",
942
+ "minecraft:template_rotation": "void",
938
943
  "minecraft:uuid": "void"
939
944
  }
940
945
  }
@@ -175,6 +175,15 @@
175
175
  }
176
176
  ]
177
177
  ],
178
+ "30": [
179
+ "container",
180
+ [
181
+ {
182
+ "name": "rotation",
183
+ "type": "f32"
184
+ }
185
+ ]
186
+ ],
178
187
  "39": [
179
188
  "container",
180
189
  [
@@ -191,10 +200,6 @@
191
200
  "name": "positionType",
192
201
  "type": "string"
193
202
  },
194
- {
195
- "name": "origin",
196
- "type": "position"
197
- },
198
203
  {
199
204
  "name": "entityId",
200
205
  "type": [
@@ -635,8 +640,8 @@
635
640
  "42": "minecraft:time",
636
641
  "43": "minecraft:resource_or_tag",
637
642
  "44": "minecraft:resource",
638
- "45": "template_mirror",
639
- "46": "template_rotation",
643
+ "45": "minecraft:template_mirror",
644
+ "46": "minecraft:template_rotation",
640
645
  "47": "minecraft:uuid"
641
646
  }
642
647
  }
@@ -964,8 +969,8 @@
964
969
  }
965
970
  ]
966
971
  ],
967
- "template_mirror": "void",
968
- "template_rotation": "void",
972
+ "minecraft:template_mirror": "void",
973
+ "minecraft:template_rotation": "void",
969
974
  "minecraft:uuid": "void"
970
975
  }
971
976
  }
@@ -176,6 +176,15 @@
176
176
  }
177
177
  ]
178
178
  ],
179
+ "30": [
180
+ "container",
181
+ [
182
+ {
183
+ "name": "rotation",
184
+ "type": "f32"
185
+ }
186
+ ]
187
+ ],
179
188
  "39": [
180
189
  "container",
181
190
  [
@@ -192,10 +201,6 @@
192
201
  "name": "positionType",
193
202
  "type": "string"
194
203
  },
195
- {
196
- "name": "origin",
197
- "type": "position"
198
- },
199
204
  {
200
205
  "name": "entityId",
201
206
  "type": [
@@ -739,8 +744,8 @@
739
744
  "42": "minecraft:resource_or_tag_key",
740
745
  "43": "minecraft:resource",
741
746
  "44": "minecraft:resource_key",
742
- "45": "template_mirror",
743
- "46": "template_rotation",
747
+ "45": "minecraft:template_mirror",
748
+ "46": "minecraft:template_rotation",
744
749
  "47": "minecraft:uuid"
745
750
  }
746
751
  }
@@ -1046,6 +1051,7 @@
1046
1051
  "minecraft:int_range": "void",
1047
1052
  "minecraft:float_range": "void",
1048
1053
  "minecraft:dimension": "void",
1054
+ "minecraft:gamemode": "void",
1049
1055
  "minecraft:time": "void",
1050
1056
  "minecraft:resource_or_tag": [
1051
1057
  "container",
@@ -1083,8 +1089,8 @@
1083
1089
  }
1084
1090
  ]
1085
1091
  ],
1086
- "template_mirror": "void",
1087
- "template_rotation": "void",
1092
+ "minecraft:template_mirror": "void",
1093
+ "minecraft:template_rotation": "void",
1088
1094
  "minecraft:uuid": "void"
1089
1095
  }
1090
1096
  }
@@ -4376,6 +4382,34 @@
4376
4382
  "name": "soundId",
4377
4383
  "type": "varint"
4378
4384
  },
4385
+ {
4386
+ "name": "soundEvent",
4387
+ "type": [
4388
+ "switch",
4389
+ {
4390
+ "compareTo": "soundId",
4391
+ "fields": {
4392
+ "0": [
4393
+ "container",
4394
+ [
4395
+ {
4396
+ "name": "resource",
4397
+ "type": "string"
4398
+ },
4399
+ {
4400
+ "name": "range",
4401
+ "type": [
4402
+ "option",
4403
+ "f32"
4404
+ ]
4405
+ }
4406
+ ]
4407
+ ]
4408
+ },
4409
+ "default": "void"
4410
+ }
4411
+ ]
4412
+ },
4379
4413
  {
4380
4414
  "name": "soundCategory",
4381
4415
  "type": "varint"
@@ -4442,6 +4476,34 @@
4442
4476
  "name": "soundId",
4443
4477
  "type": "varint"
4444
4478
  },
4479
+ {
4480
+ "name": "soundEvent",
4481
+ "type": [
4482
+ "switch",
4483
+ {
4484
+ "compareTo": "soundId",
4485
+ "fields": {
4486
+ "0": [
4487
+ "container",
4488
+ [
4489
+ {
4490
+ "name": "resource",
4491
+ "type": "string"
4492
+ },
4493
+ {
4494
+ "name": "range",
4495
+ "type": [
4496
+ "option",
4497
+ "f32"
4498
+ ]
4499
+ }
4500
+ ]
4501
+ ]
4502
+ },
4503
+ "default": "void"
4504
+ }
4505
+ ]
4506
+ },
4445
4507
  {
4446
4508
  "name": "soundCategory",
4447
4509
  "type": "varint"
@@ -231,6 +231,15 @@
231
231
  }
232
232
  ]
233
233
  ],
234
+ "33": [
235
+ "container",
236
+ [
237
+ {
238
+ "name": "rotation",
239
+ "type": "f32"
240
+ }
241
+ ]
242
+ ],
234
243
  "42": [
235
244
  "container",
236
245
  [
@@ -247,10 +256,6 @@
247
256
  "name": "positionType",
248
257
  "type": "string"
249
258
  },
250
- {
251
- "name": "origin",
252
- "type": "position"
253
- },
254
259
  {
255
260
  "name": "entityId",
256
261
  "type": [
@@ -825,9 +830,10 @@
825
830
  "42": "minecraft:resource_or_tag_key",
826
831
  "43": "minecraft:resource",
827
832
  "44": "minecraft:resource_key",
828
- "45": "template_mirror",
829
- "46": "template_rotation",
830
- "47": "minecraft:uuid"
833
+ "45": "minecraft:template_mirror",
834
+ "46": "minecraft:template_rotation",
835
+ "47": "minecraft:heightmap",
836
+ "48": "minecraft:uuid"
831
837
  }
832
838
  }
833
839
  ]
@@ -1132,6 +1138,7 @@
1132
1138
  "minecraft:int_range": "void",
1133
1139
  "minecraft:float_range": "void",
1134
1140
  "minecraft:dimension": "void",
1141
+ "minecraft:gamemode": "void",
1135
1142
  "minecraft:time": [
1136
1143
  "container",
1137
1144
  [
@@ -1177,8 +1184,9 @@
1177
1184
  }
1178
1185
  ]
1179
1186
  ],
1180
- "template_mirror": "void",
1181
- "template_rotation": "void",
1187
+ "minecraft:template_mirror": "void",
1188
+ "minecraft:template_rotation": "void",
1189
+ "minecraft:heightmap": "void",
1182
1190
  "minecraft:uuid": "void"
1183
1191
  }
1184
1192
  }
@@ -4562,6 +4570,34 @@
4562
4570
  "name": "soundId",
4563
4571
  "type": "varint"
4564
4572
  },
4573
+ {
4574
+ "name": "soundEvent",
4575
+ "type": [
4576
+ "switch",
4577
+ {
4578
+ "compareTo": "soundId",
4579
+ "fields": {
4580
+ "0": [
4581
+ "container",
4582
+ [
4583
+ {
4584
+ "name": "resource",
4585
+ "type": "string"
4586
+ },
4587
+ {
4588
+ "name": "range",
4589
+ "type": [
4590
+ "option",
4591
+ "f32"
4592
+ ]
4593
+ }
4594
+ ]
4595
+ ]
4596
+ },
4597
+ "default": "void"
4598
+ }
4599
+ ]
4600
+ },
4565
4601
  {
4566
4602
  "name": "soundCategory",
4567
4603
  "type": "varint"
@@ -4628,6 +4664,34 @@
4628
4664
  "name": "soundId",
4629
4665
  "type": "varint"
4630
4666
  },
4667
+ {
4668
+ "name": "soundEvent",
4669
+ "type": [
4670
+ "switch",
4671
+ {
4672
+ "compareTo": "soundId",
4673
+ "fields": {
4674
+ "0": [
4675
+ "container",
4676
+ [
4677
+ {
4678
+ "name": "resource",
4679
+ "type": "string"
4680
+ },
4681
+ {
4682
+ "name": "range",
4683
+ "type": [
4684
+ "option",
4685
+ "f32"
4686
+ ]
4687
+ }
4688
+ ]
4689
+ ]
4690
+ },
4691
+ "default": "void"
4692
+ }
4693
+ ]
4694
+ },
4631
4695
  {
4632
4696
  "name": "soundCategory",
4633
4697
  "type": "varint"
@@ -5322,17 +5386,11 @@
5322
5386
  },
5323
5387
  {
5324
5388
  "name": "sourceCauseId",
5325
- "type": [
5326
- "option",
5327
- "varint"
5328
- ]
5389
+ "type": "varint"
5329
5390
  },
5330
5391
  {
5331
5392
  "name": "sourceDirectId",
5332
- "type": [
5333
- "option",
5334
- "varint"
5335
- ]
5393
+ "type": "varint"
5336
5394
  },
5337
5395
  {
5338
5396
  "name": "sourcePosition",
@@ -231,7 +231,16 @@
231
231
  }
232
232
  ]
233
233
  ],
234
- "42": [
234
+ "31": [
235
+ "container",
236
+ [
237
+ {
238
+ "name": "rotation",
239
+ "type": "f32"
240
+ }
241
+ ]
242
+ ],
243
+ "40": [
235
244
  "container",
236
245
  [
237
246
  {
@@ -240,17 +249,13 @@
240
249
  }
241
250
  ]
242
251
  ],
243
- "43": [
252
+ "41": [
244
253
  "container",
245
254
  [
246
255
  {
247
256
  "name": "positionType",
248
257
  "type": "string"
249
258
  },
250
- {
251
- "name": "origin",
252
- "type": "position"
253
- },
254
259
  {
255
260
  "name": "entityId",
256
261
  "type": [
@@ -296,7 +301,7 @@
296
301
  }
297
302
  ]
298
303
  ],
299
- "95": [
304
+ "93": [
300
305
  "container",
301
306
  [
302
307
  {
@@ -825,9 +830,10 @@
825
830
  "42": "minecraft:resource_or_tag_key",
826
831
  "43": "minecraft:resource",
827
832
  "44": "minecraft:resource_key",
828
- "45": "template_mirror",
829
- "46": "template_rotation",
830
- "47": "minecraft:uuid"
833
+ "45": "minecraft:template_mirror",
834
+ "46": "minecraft:template_rotation",
835
+ "47": "minecraft:heightmap",
836
+ "48": "minecraft:uuid"
831
837
  }
832
838
  }
833
839
  ]
@@ -1132,6 +1138,7 @@
1132
1138
  "minecraft:int_range": "void",
1133
1139
  "minecraft:float_range": "void",
1134
1140
  "minecraft:dimension": "void",
1141
+ "minecraft:gamemode": "void",
1135
1142
  "minecraft:time": [
1136
1143
  "container",
1137
1144
  [
@@ -1177,8 +1184,9 @@
1177
1184
  }
1178
1185
  ]
1179
1186
  ],
1180
- "template_mirror": "void",
1181
- "template_rotation": "void",
1187
+ "minecraft:template_mirror": "void",
1188
+ "minecraft:template_rotation": "void",
1189
+ "minecraft:heightmap": "void",
1182
1190
  "minecraft:uuid": "void"
1183
1191
  }
1184
1192
  }
@@ -4558,6 +4566,34 @@
4558
4566
  "name": "soundId",
4559
4567
  "type": "varint"
4560
4568
  },
4569
+ {
4570
+ "name": "soundEvent",
4571
+ "type": [
4572
+ "switch",
4573
+ {
4574
+ "compareTo": "soundId",
4575
+ "fields": {
4576
+ "0": [
4577
+ "container",
4578
+ [
4579
+ {
4580
+ "name": "resource",
4581
+ "type": "string"
4582
+ },
4583
+ {
4584
+ "name": "range",
4585
+ "type": [
4586
+ "option",
4587
+ "f32"
4588
+ ]
4589
+ }
4590
+ ]
4591
+ ]
4592
+ },
4593
+ "default": "void"
4594
+ }
4595
+ ]
4596
+ },
4561
4597
  {
4562
4598
  "name": "soundCategory",
4563
4599
  "type": "varint"
@@ -4624,6 +4660,34 @@
4624
4660
  "name": "soundId",
4625
4661
  "type": "varint"
4626
4662
  },
4663
+ {
4664
+ "name": "soundEvent",
4665
+ "type": [
4666
+ "switch",
4667
+ {
4668
+ "compareTo": "soundId",
4669
+ "fields": {
4670
+ "0": [
4671
+ "container",
4672
+ [
4673
+ {
4674
+ "name": "resource",
4675
+ "type": "string"
4676
+ },
4677
+ {
4678
+ "name": "range",
4679
+ "type": [
4680
+ "option",
4681
+ "f32"
4682
+ ]
4683
+ }
4684
+ ]
4685
+ ]
4686
+ },
4687
+ "default": "void"
4688
+ }
4689
+ ]
4690
+ },
4627
4691
  {
4628
4692
  "name": "soundCategory",
4629
4693
  "type": "varint"
@@ -5301,17 +5365,11 @@
5301
5365
  },
5302
5366
  {
5303
5367
  "name": "sourceCauseId",
5304
- "type": [
5305
- "option",
5306
- "varint"
5307
- ]
5368
+ "type": "varint"
5308
5369
  },
5309
5370
  {
5310
5371
  "name": "sourceDirectId",
5311
- "type": [
5312
- "option",
5313
- "varint"
5314
- ]
5372
+ "type": "varint"
5315
5373
  },
5316
5374
  {
5317
5375
  "name": "sourcePosition",
@@ -1,30 +1,51 @@
1
1
  [
2
2
  {
3
3
  "name": "maxHealth",
4
- "resource": "generic.maxHealth"
4
+ "resource": "generic.maxHealth",
5
+ "default": 20,
6
+ "min": 1,
7
+ "max": 1024
5
8
  },
6
9
  {
7
10
  "name": "followRange",
8
- "resource": "generic.followRange"
11
+ "resource": "generic.followRange",
12
+ "default": 32,
13
+ "min": 0,
14
+ "max": 2048
9
15
  },
10
16
  {
11
17
  "name": "knockbackResistance",
12
- "resource": "generic.knockbackResistance"
18
+ "resource": "generic.knockbackResistance",
19
+ "default": 0,
20
+ "min": 0,
21
+ "max": 1
13
22
  },
14
23
  {
15
24
  "name": "movementSpeed",
16
- "resource": "generic.movementSpeed"
25
+ "resource": "generic.movementSpeed",
26
+ "default": 0.7,
27
+ "min": 0,
28
+ "max": 1024
17
29
  },
18
30
  {
19
31
  "name": "attackDamage",
20
- "resource": "generic.attackDamage"
32
+ "resource": "generic.attackDamage",
33
+ "default": 2,
34
+ "min": 0,
35
+ "max": 2048
21
36
  },
22
37
  {
23
38
  "name": "horseJumpStrength",
24
- "resource": "horse.jumpStrength"
39
+ "resource": "horse.jumpStrength",
40
+ "default": 0.7,
41
+ "min": 0,
42
+ "max": 2
25
43
  },
26
44
  {
27
45
  "name": "zombieSpawnReinforcements",
28
- "resource": "zombie.spawnReinforcements"
46
+ "resource": "zombie.spawnReinforcements",
47
+ "default": 0,
48
+ "min": 0,
49
+ "max": 1
29
50
  }
30
51
  ]