primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.jungle_outpost",
center: (32, 28, 33),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
156: Sprite(FireBowlGround),
157: EntitySpawner("common.entity.wild.aggressive.occult_saurok", 1.0),
},
),
]

View File

@@ -0,0 +1,12 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.saurok-altar",
center: (10, 13, 3),
custom_indices: {
105: Filled(GlowingRock, (r: 161, g: 255, b: 133)),
113: Filled(GlowingRock, (r: 139, g: 245, b: 104)),
},
),
]

View File

@@ -0,0 +1,12 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.saurok_totem_0",
center: (8, 8, 20)
),
(
specifier: "world.structure.spots.saurok_totem_1",
center: (8, 8, 20)
),
]

View File

@@ -0,0 +1,12 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.temple_small_0",
center: (11, 25, 27)
),
(
specifier: "world.structure.spots.temple_small_1",
center: (11, 11, 27)
),
]