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,8 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.igloo",
center: (14, 13, 3),
),
]

View File

@@ -0,0 +1,32 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.mage_tower",
center: (32, 32, 19),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
10: Sprite(WitchWindow),
11: RotatedSprite(Window1, 0),
12: RotatedSprite(Window1, 2),
44: Filled(GlowingRock, (r: 46, g: 10, b: 27)),
45: Filled(GlowingRock, (r: 0, g: 204, b: 204)),
233: RotatedSprite(DoorDark, 2),
234: RotatedSprite(DoorDark, 6),
239: EntitySpawner("common.entity.spot.wizard.wizard_argo", 1.0),
240: EntitySpawner("common.entity.spot.wizard.wizard_trish", 1.0),
241: EntitySpawner("common.entity.spot.wizard.wizard_haku", 1.0),
242: EntitySpawner("common.entity.spot.wizard.novice", 1.0),
243: EntitySpawner("common.entity.spot.wizard.adept", 1.0),
245: EntitySpawner("common.entity.wild.peaceful.bat", 0.4),
246: Sprite(WallLampWizard),
249: RotatedSprite(DoorDark, 8),
250: RotatedSprite(DoorDark, 4),
252: Keyhole("common.items.keys.rusty_tower_key"),
253: Sprite(KeyDoor),
235: Sprite(Candle),
},
),
]

View File

@@ -0,0 +1,16 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.natural.troll_cave",
center: (23, 25, 17),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
241: EntitySpawner("common.entity.wild.aggressive.cave_troll", 1.0),
242: Sprite(Mushroom),
243: Sprite(CommonLockedChest),
244: Sprite(Bones),
245: EntitySpawner("common.entity.wild.peaceful.bat", 0.4),
},
),
]

View File

@@ -0,0 +1,16 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.natural.troll_cave",
center: (23, 25, 17),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
241: EntitySpawner("common.entity.wild.aggressive.mountain_troll", 1.0),
242: Sprite(Mushroom),
243: Sprite(CommonLockedChest),
244: Sprite(Bones),
245: EntitySpawner("common.entity.wild.peaceful.bat", 0.4),
},
),
]

View File

@@ -0,0 +1,16 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.natural.troll_cave",
center: (23, 25, 17),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
241: EntitySpawner("common.entity.wild.aggressive.swamp_troll", 1.0),
242: Sprite(Mushroom),
243: Sprite(CommonLockedChest),
244: Sprite(Bones),
245: EntitySpawner("common.entity.wild.peaceful.bat", 0.4),
},
),
]

View File

@@ -0,0 +1,18 @@
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.witch-hut-black_0",
center: (10, 13, 16),
custom_indices: {
12: Sprite(Cauldron),
10: Sprite(WitchWindow),
44: Filled(GlowingRock, (r: 54, g: 180, b: 64)),
8: Filled(Air, (r: 255, g: 255, b: 255)),
247: RotatedSprite(DoorDark, 4),
248: RotatedSprite(DoorDark, 0),
249: Sprite(PotionDummy),
251: Sprite(SmokeDummy),
},
),
]