-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aggiunta isola very_small (non finitiva e non testata)
- rimossa la cherry grove perche è diventata un isola nella cartella delle strutture dei test - aggiunta l'isola very small con derivate
- Loading branch information
1 parent
c49e8f0
commit ec07f20
Showing
31 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
Binary file modified
BIN
+14.1 KB
(100%)
.worlds/.worlds-structures/Skyblock Classic Edition Structures.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
datapacks/Skyblock CE datapacks/data/skyblock/function/islands/very_small.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
#Copyright (C) Loweredgames (Lorenzo Giannini) | ||
#Contacted:<https://github.com/Loweredgames> | ||
#This Source Code Form is subject to the terms of the License. | ||
#NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG STUDIO. | ||
#READING THE COPYRIGHT (C): <https://www.minecraft.net/en-us/terms> | ||
|
||
|
||
##Small (Hard) | ||
|
||
|
||
execute as @a[scores={SkyblockCE_islands=4}] run scoreboard objectives add SkyblockCE_very_small minecraft.custom:minecraft.play_time | ||
execute as @a[scores={SkyblockCE_islands=4}] run tellraw @a {"translate":"skyblock_classic_edition.loading.chat"} | ||
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_install -2 | ||
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_install_test -2 | ||
execute as @a[scores={SkyblockCE_very_small=1..}] run scoreboard players set @a SkyblockCE_islands -2 | ||
execute as @a[scores={SkyblockCE_very_small=1..2400}] run summon minecraft:area_effect_cloud ~ ~1 ~ | ||
|
||
|
||
##START GENERATED FUNCTION | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run kill @e[type=!minecraft:player] | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1..5}] run difficulty hard | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule commandBlockOutput false | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule doImmediateRespawn true | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a title {"translate":"skyblock_classic_edition.loading.title.chat"} | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a subtitle {"translate":"skyblock_classic_edition.loading.subtitle.chat"} | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run title @a times 30 200 20 | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run gamerule announceAdvancements false | ||
|
||
|
||
##Overworld | ||
|
||
|
||
#Very Small Classic | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run scoreboard players set @a SkyblockCE_tp 1 | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=1}] run fill 7 110 -13 -7 -60 5 minecraft:air | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=3}] run place template skyblock:very_small_classic -1 62 -1 | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=10}] run setblock -1 65 0 birch_wall_sign[facing=west,waterlogged=false]{back_text:{messages:['{"text":"This"}','{"text":"is"}','{"text":"a"}','{"text":"secret!!!"}']},front_text:{color:"white",has_glowing_text:1b,messages:['{"text":"Skyblock"}','{"text":"Classic Edition"}','{"text":"---------------"}','{"text":"1.21/1.21.1"}']}} replace | ||
|
||
|
||
#Very Small Classic Desert | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=40}] run scoreboard players set @a SkyblockCE_tp 2 | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=40}] run fill 58 110 7 79 -60 -18 minecraft:air | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=41}] run place template skyblock:very_small_classic_desert 66 60 -4 | ||
|
||
|
||
#Mushroom House | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=50}] run scoreboard players set @a SkyblockCE_tp 6 | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=100}] run fill -3 110 999 28 -7 1026 minecraft:air | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=105}] run place template skyblock:mushroom_house 0 61 1000 | ||
|
||
|
||
##The Nether | ||
|
||
|
||
#Very Small Nether | ||
execute in minecraft:overworld as @a[scores={SkyblockCE_very_small=130}] run scoreboard players set @a SkyblockCE_tp 3 | ||
execute in minecraft:the_nether as @a[scores={SkyblockCE_very_small=135}] run fill 17 1 43 -12 255 -8 minecraft:air | ||
execute in minecraft:the_nether as @a[scores={SkyblockCE_very_small=140}] run place template skyblock:nether_very_small 2 50 3 | ||
|
||
|
||
##The End (???) | ||
|
||
|
||
##FINAL GENERATED FUNCTION | ||
execute as @a[scores={SkyblockCE_very_small=150}] run scoreboard players set @a SkyblockCE_tp 1 | ||
execute as @a[scores={SkyblockCE_very_small=150..}] run scoreboard objectives add SkyblockCE_structures_id dummy | ||
execute as @a[scores={SkyblockCE_very_small=300}] run spawnpoint @a -1 65 0 | ||
execute as @a[scores={SkyblockCE_very_small=300}] run weather clear 1000s | ||
execute as @a[scores={SkyblockCE_very_small=300}] run scoreboard objectives add kills deathCount | ||
execute as @a[scores={SkyblockCE_very_small=300}] run scoreboard objectives setdisplay list kills |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+389 Bytes
...Skyblock CE datapacks/skyblock_custom_world/data/skyblock/structure/nether_very_small.nbt
Binary file not shown.
Binary file removed
BIN
-24.4 KB
... datapacks/skyblock_custom_world/data/skyblock/structure/structures_test/cherry_grove.nbt
Binary file not shown.
Binary file added
BIN
+619 Bytes
...kyblock CE datapacks/skyblock_custom_world/data/skyblock/structure/very_small_classic.nbt
Binary file not shown.
Binary file added
BIN
+203 Bytes
... CE datapacks/skyblock_custom_world/data/skyblock/structure/very_small_classic_desert.nbt
Binary file not shown.
Binary file added
BIN
+389 Bytes
...cks/Skyblock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/nether_very_small.nbt
Binary file not shown.
Binary file added
BIN
+113 KB
...k CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/ancient_city.nbt
Binary file not shown.
Binary file added
BIN
+44.2 KB
...CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/desert_pyramid.nbt
Binary file not shown.
Binary file added
BIN
+2.67 KB
...Skyblock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/igloo.nbt
Binary file not shown.
Binary file added
BIN
+11.5 KB
...E datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/jungle_pyramids.nbt
Binary file not shown.
Binary file added
BIN
+6.81 KB
...ck CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/ocean_ruins.nbt
Binary file not shown.
Binary file added
BIN
+37.7 KB
... datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/pillager_outpost.nbt
Binary file not shown.
Binary file added
BIN
+10.1 KB
...ock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/shipwrecks.nbt
Binary file not shown.
Binary file added
BIN
+63.6 KB
...ock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/stronghold.nbt
Binary file not shown.
Binary file added
BIN
+3.44 KB
...lock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/swamp_hut.nbt
Binary file not shown.
Binary file added
BIN
+22.6 KB
...ck CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/trail_ruins.nbt
Binary file not shown.
Binary file added
BIN
+57.3 KB
...yblock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/village.nbt
Binary file not shown.
Binary file added
BIN
+6.2 KB
...ock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/structures_test/wolfs_pack.nbt
Binary file not shown.
Binary file added
BIN
+619 Bytes
...ks/Skyblock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/very_small_classic.nbt
Binary file not shown.
Binary file added
BIN
+203 Bytes
...lock CE datapacks/skyblock_mc121/data/skyblock_mc/structure/very_small_classic_desert.nbt
Binary file not shown.
Binary file added
BIN
+24.4 KB
...apacks/skyblock_mc121/data/skyblock_mc/structure/worldgen/custom_islands/cherry_grove.nbt
Binary file not shown.
Oops, something went wrong.