Initial import

This commit is contained in:
Darto KLoning
2026-06-20 20:58:13 +07:00
parent 2d6b7400a2
commit 0a22196ea6
76 changed files with 1019 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"type": "zombiiattack:creative",
"generator": {
"type": "minecraft:noise",
"settings": "minecraft:overworld",
"biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
}
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"type": "zombiiattack:arena",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"features": false,
"lakes": false,
"layers": [],
"structure_overrides": []
}
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"type": "zombiiattack:lobby",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"features": false,
"lakes": false,
"structure_overrides": [],
"layers": [
{
"block": "minecraft:air",
"height": 1
}
]
}
}
}
@@ -0,0 +1,13 @@
{
"type": "zombiiattack:arena",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"features": false,
"lakes": false,
"layers": [],
"structure_overrides": []
}
}
}
@@ -0,0 +1,13 @@
{
"type": "zombiiattack:arena",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"features": false,
"lakes": false,
"layers": [],
"structure_overrides": []
}
}
}
@@ -0,0 +1,13 @@
{
"type": "zombiiattack:arena",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"features": false,
"lakes": false,
"layers": [],
"structure_overrides": []
}
}
}
@@ -0,0 +1,25 @@
{
"ultrawarm": false,
"natural": true,
"coordinate_scale": 1.0,
"piglin_safe": false,
"respawn_anchor_works": false,
"bed_works": true,
"has_raids": true,
"has_skylight": true,
"has_ceiling": false,
"ambient_light": 0.0,
"logical_height": 384,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"min_y": -64,
"height": 384,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 7
}
},
"monster_spawn_block_light_limit": 0
}
@@ -0,0 +1,25 @@
{
"ultrawarm": false,
"natural": true,
"coordinate_scale": 1.0,
"has_skylight": true,
"has_ceiling": false,
"ambient_light": 0.0,
"piglin_safe": false,
"bed_works": true,
"respawn_anchor_works": false,
"has_raids": true,
"logical_height": 384,
"min_y": -64,
"height": 384,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 7
}
},
"monster_spawn_block_light_limit": 0
}
@@ -0,0 +1,26 @@
{
"ultrawarm": false,
"natural": false,
"coordinate_scale": 1.0,
"has_skylight": true,
"has_ceiling": false,
"ambient_light": 0.0,
"fixed_time": 6000,
"piglin_safe": true,
"bed_works": false,
"respawn_anchor_works": false,
"has_raids": false,
"logical_height": 384,
"min_y": -64,
"height": 384,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 0
}
},
"monster_spawn_block_light_limit": 0
}