]> git.lizzy.rs Git - skycraft.git/commitdiff
Daily Enhancements
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 11 Jun 2020 09:05:25 +0000 (11:05 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 11 Jun 2020 09:05:25 +0000 (11:05 +0200)
12 files changed:
mod.conf
modules.txt
schems/island.we
src/common/group_lists.lua [new file with mode: 0644]
src/main/armor_stand.lua [new file with mode: 0644]
src/main/flower_spread.lua
src/main/lucky_block.lua
src/onload/lava_cooling.lua
src/onload/load_group_lists.lua [new file with mode: 0644]
src/onload/lobby_grass.lua
src/onload/remove_heads_from_armor.lua [new file with mode: 0644]
src/onload/shop_signs.lua

index df2422c65631cfed0a9583195804cf2b177770c9..2741770523681b989db9174fd41abd72b70957c5 100644 (file)
--- a/mod.conf
+++ b/mod.conf
@@ -1,4 +1,4 @@
 name = skycraft
 description = The plugins for the skycraft Server
 author = Fleckenstein
-depends = worldedit, controls, mcl_core, mcl_flowers, mcl_armor, doc_identifier, mcl_books, mcl_tools, mcl_farming, mobs_mc, mcl_buckets, mcl_signs, mcl_chests, lucky_block
+depends = worldedit, lucky_block, mobs_mc, lightning, mcl_core, mcl_flowers, mcl_armor, mcl_books, mcl_tools, mcl_farming, mcl_buckets, mcl_signs, mcl_chests, mcl_jukebox, mcl_cake
index 8d349fb4125892a83b57f1645bcfb34f9a754aa1..41b9ab4be961a4949c3182b25bc0ecf1e5f63163 100644 (file)
@@ -1 +1 @@
-return {common={"common","random","request","schems",},main={"alpha","commands","flower_spread","god_stick","join_skyblock_mob","lobby","lucky_block","mapgen","money","netherrack_fix","plots","ranks","shopping","spawns","tpa","trade","wither_spawn",},onload={"lava_cooling","lobby_grass","monster_egg_stone_block","nether_portal","sapling_mutation","shop_signs","spawn","void",},}
\ No newline at end of file
+return {common={"common","group_lists","random","request","schems",},main={"alpha","armor_stand","commands","flower_spread","god_stick","join_skyblock_mob","lobby","lucky_block","mapgen","money","netherrack_fix","plots","ranks","shopping","spawns","tpa","trade","wither_spawn",},onload={"lava_cooling","load_group_lists","lobby_grass","monster_egg_stone_block","nether_portal","remove_heads_from_armor","sapling_mutation","shop_signs","spawn","void",},}
\ No newline at end of file
index 358a75eb2f6ae6793bb1e8193b75321c6ece4fd7..2088c048279301dfccbae872d056226132c36a2c 100644 (file)
@@ -1 +1 @@
-5:return {{["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 5, ["param1"] = 15}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 6, ["param1"] = 15}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 2, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt", ["z"] = 6}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 1, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 1, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 4}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 3, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 3}, {["y"] = 3, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 3}, {["y"] = 4, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 2, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 2, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 1, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 1, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence_gate", ["z"] = 5, ["meta"] = {["inventory"] = {}, ["fields"] = {["state"] = "0"}}, ["param2"] = 3, ["param1"] = 15}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 6, ["param1"] = 15}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 0, ["x"] = 4, ["name"] = "mcl_core:bedrock", ["z"] = 4}, {["y"] = 1, ["x"] = 4, ["name"] = "mcl_core:stone_with_redstone", ["z"] = 4}, {["y"] = 1, ["x"] = 4, ["name"] = "mcl_core:stone_with_redstone", ["z"] = 5}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone_with_iron", ["z"] = 7}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 1, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 1, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone_with_iron", ["z"] = 7}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 1}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 0}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt", ["z"] = 4}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 8, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 2, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone_with_gold", ["z"] = 4}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 7, ["x"] = 7, ["name"] = "mcl_chests:chest", ["z"] = 4, ["meta"] = {["inventory"] = {["main"] = {"mcl_books:written_book 1 0 \"\\u0001description\\u0002\\u001b(T@mcl_books)\\u00e2\\u0080\\u009c\\u001bFSkyblock\\u001bE\\u00e2\\u0080\\u009d\\u001bE\\n\\u001b(c@#AAAAAA)\\u001b(T@mcl_books)by \\u001bFFleckenstein\\u001bE\\u001bE\\u001b(c@#ffffff)\\u0003text\\u0002We can no longer live on the surface, can you help us rebuild in the sky?\\nHere are ten tips for you:\\nI. Build a stone generator with lava and water to get access to cobblestone and ores\\nII. Use \\/shop to buy items like mob spawers, Lucky Blocks etc.\\nIII. In the shop you will see signs with information about each offer. Rightclick a sign to accept the offer.\\nIV. Use \\/tpa to request to teleport to another player\\nV. Use \\/trade to request to trade with another player\\nVI. Use \\/plot or \\/p to manage which players have access to your plot. \\/plot help for more info.\\nVII. Use Lucky Blocks to obtain limited ressources.\\nVIII. You can go to the Nether as usual.\\nIX. You can not build Nether Portals in the Nether\\nX. Don't fall off your island\\u0003generation\\u00020\\u0003title\\u0002Skyblock\\u0003author\\u0002Fleckenstein\\u0003\"", "mcl_tools:pick_stone", "lucky_block:lucky_block 10", "mcl_core:obsidian 14", "mcl_buckets:bucket_lava", "mcl_core:ice 2", "mcl_farming:bread 12", "mcl_core:reeds 4", "mcl_core:cactus 4", "mcl_armor:helmet_leather", "mcl_armor:leggings_leather", "mcl_armor:chestplate_leather", "mcl_armor:boots_leather", "", "", "", "", "", "", "", "", "", "", "", "", "", ""}, ["input"] = {""}}, ["fields"] = {}}, ["param2"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 5}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 4}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 5}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 2, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 3, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 5, ["x"] = 10, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 10, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}}
\ No newline at end of file
+5:return {{["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 0, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 5, ["param1"] = 15}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 6, ["param1"] = 15}, {["y"] = 7, ["x"] = 0, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 2, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 1, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt", ["z"] = 6}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 1, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 1, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 1, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 4}, {["y"] = 2, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 3, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 3}, {["y"] = 3, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 2, ["name"] = "mcl_core:stone_with_diamond", ["z"] = 3}, {["y"] = 4, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 2, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 2, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 2, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 2, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 1, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 1, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 3, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 3, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 4, ["param1"] = 14}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence_gate", ["z"] = 5, ["meta"] = {["inventory"] = {}, ["fields"] = {["state"] = "0"}}, ["param2"] = 3, ["param1"] = 15}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 6, ["param1"] = 15}, {["y"] = 7, ["x"] = 3, ["name"] = "mcl_fences:fence", ["z"] = 7, ["param1"] = 15}, {["y"] = 0, ["x"] = 4, ["name"] = "mcl_core:bedrock", ["z"] = 4}, {["y"] = 1, ["x"] = 4, ["name"] = "mcl_core:stone_with_redstone", ["z"] = 4}, {["y"] = 1, ["x"] = 4, ["name"] = "mcl_core:stone_with_redstone", ["z"] = 5}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 4, ["name"] = "mcl_core:stone_with_iron", ["z"] = 7}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 4, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 4, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 9, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 10, ["x"] = 4, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 1, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 1, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 2, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 3, ["x"] = 5, ["name"] = "mcl_core:stone_with_iron", ["z"] = 7}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 1}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 2}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 4, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 5, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 5, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 11, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 5, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 2, ["x"] = 6, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 3, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 4, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 0}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 5, ["x"] = 6, ["name"] = "mcl_core:stone", ["z"] = 8}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt", ["z"] = 4}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 6, ["x"] = 6, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 8, ["param2"] = 25}, {["y"] = 7, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 8, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:tree", ["z"] = 4, ["param2"] = 1}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 11, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 12, ["x"] = 6, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 2, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 2, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 7, ["name"] = "mcl_core:stone_with_iron", ["z"] = 5}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone_with_gold", ["z"] = 4}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 7, ["name"] = "mcl_core:stone_with_coal", ["z"] = 6}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 1}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 7, ["name"] = "mcl_core:stone", ["z"] = 7}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 0, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 7, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 7, ["x"] = 7, ["name"] = "mcl_chests:chest", ["z"] = 4, ["meta"] = {["inventory"] = {["main"] = {"mcl_books:written_book 1 0 \"\\u0001description\\u0002\\u001b(T@mcl_books)\\u00e2\\u0080\\u009c\\u001bFSkyblock\\u001bE\\u00e2\\u0080\\u009d\\u001bE\\n\\u001b(c@#AAAAAA)\\u001b(T@mcl_books)by \\u001bFFleckenstein\\u001bE\\u001bE\\u001b(c@#ffffff)\\u0003text\\u0002We can no longer live on the surface, can you help us rebuild in the sky?\\nHere are ten tips for you:\\nI. Build a stone generator with lava and water to get access to cobblestone and ores\\nII. Use \\/shop to buy items.\\nIII. In the shop you will see signs with information about each offer. Rightclick a sign to accept the offer.\\nIV. Use \\/tpa to request to teleport to another player\\nV. Use \\/trade to request to trade with another player\\nVI. Use \\/plot or \\/p to manage which players have access to your plot. \\/plot help for more info.\\nVII. Use Lucky Blocks to obtain limited ressources.\\nVIII. You can go to the Nether as usual.\\nIX. You can not build Nether Portals in the Nether\\nX. Don't fall off your island\\u0003generation\\u00020\\u0003title\\u0002Skyblock\\u0003author\\u0002Fleckenstein\\u0003\"", "mcl_tools:pick_stone", "lucky_block:lucky_block 10", "mcl_core:obsidian 14", "mcl_buckets:bucket_lava", "mcl_core:ice 2", "mcl_farming:bread 12", "mcl_core:reeds 4", "mcl_core:cactus 4", "mcl_armor:helmet_leather", "mcl_armor:leggings_leather", "mcl_armor:chestplate_leather", "mcl_armor:boots_leather", "", "", "", "", "", "", "", "", "", "", "", "", "", ""}, ["input"] = {""}}, ["fields"] = {}}, ["param2"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 9, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 2, ["param1"] = 14}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 13}, {["y"] = 10, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 6, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 11, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 12, ["x"] = 7, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 5}, {["y"] = 3, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 4}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone_with_gold", ["z"] = 5}, {["y"] = 4, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 2}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 8, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 1, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 6, ["x"] = 8, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 7, ["param2"] = 25}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 9, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 3, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 4, ["param1"] = 14}, {["y"] = 10, ["x"] = 8, ["name"] = "mcl_core:leaves", ["z"] = 5, ["param1"] = 14}, {["y"] = 2, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 3, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 3, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 4, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 3}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 5, ["x"] = 9, ["name"] = "mcl_core:stone", ["z"] = 6}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 2, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}, {["y"] = 6, ["x"] = 9, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 6, ["param2"] = 25}, {["y"] = 5, ["x"] = 10, ["name"] = "mcl_core:stone", ["z"] = 4}, {["y"] = 5, ["x"] = 10, ["name"] = "mcl_core:stone", ["z"] = 5}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 3, ["param2"] = 25}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 4, ["param2"] = 25}, {["y"] = 6, ["x"] = 10, ["name"] = "mcl_core:dirt_with_grass", ["z"] = 5, ["param2"] = 25}
\ No newline at end of file
diff --git a/src/common/group_lists.lua b/src/common/group_lists.lua
new file mode 100644 (file)
index 0000000..624b322
--- /dev/null
@@ -0,0 +1,15 @@
+skycraft.group_lists = {}
+
+function skycraft.register_group_list(group)
+       local grouplist = {}
+       skycraft.group_lists[group] = grouplist
+       return grouplist
+end
+
+function skycraft.get_group_list(group)
+       return skycraft.group_lists[group] or {}
+end
+
+function skycraft.insert_group_list(item, group)
+       table.insert(skycraft.get_group_list(group), item)
+end
diff --git a/src/main/armor_stand.lua b/src/main/armor_stand.lua
new file mode 100644 (file)
index 0000000..e15f177
--- /dev/null
@@ -0,0 +1,36 @@
+local armor_parts = {"head", "torso", "legs", "feet"}
+skycraft.armor_list = {}
+for _, n in pairs(armor_parts) do
+       skycraft.armor_list[n] = skycraft.register_group_list("armor_" .. n)
+end
+skycraft.head_list = skycraft.register_group_list("head")
+
+function skycraft.place_and_fill_armor_stand(pos, player)
+       minetest.set_node(pos, {name = "mcl_armor_stand:armor_stand"})
+       local nodedef = minetest.registered_nodes["mcl_armor_stand:armor_stand"]
+       local node = minetest.get_node(pos)
+       local armor_pieces = {}
+       for _, n in pairs(armor_parts) do
+               local piece_list = skycraft.armor_list[n]
+               table.insert(armor_pieces, ItemStack(piece_list[math.random(#piece_list)]))
+       end
+       local function equip_armor(i)
+               local piece = armor_pieces[i]
+               if not piece then return end
+               nodedef.on_rightclick(pos, node, player, ItemStack(piece))
+               minetest.after(0.5, equip_armor, i + 1)
+       end
+       minetest.after(0.5, equip_armor, 1)
+end 
+
+minetest.register_chatcommand("armorstand", {
+       description = "Spawn an armor stand at your position and fill it with random armor",
+       privs = {server = true}
+       func = function(name)
+               local player = minetest.get_player_by_name(name)
+               if not player then return false, "You have to be online to use this command" end
+               skycraft.place_and_fill_armor_stand(vector.floor(player:get_pos()), player)
+               return true, "Armor stand spawned, equipping."
+       end
+})
+
index a808d9bddd0dc2903e4be3e337a0fd5a7cbe0173..015253e60655187cb705b968a4bbf0804703586e 100644 (file)
@@ -1,3 +1,6 @@
+skycraft.register_group_list("flower")
+skycraft.group_lists["flower"] = {"mcl_flowers:fern", "mcl_flowers:double_fern", "mcl_flowers:tallgrass", "mcl_flowers:double_grass"}
+local flower_list = skycraft.get_group_list("flower")
 minetest.register_abm({
        nodenames = {"mcl_core:dirt_with_grass"},
        interval = 300,
@@ -5,9 +8,8 @@ minetest.register_abm({
        action = function(pos, node)
                pos.y = pos.y + 1
                local light = minetest.get_node_light(pos) or 0
-               if minetest.get_node(pos).name == "air" and light > 12 and not minetest.find_node_near(pos, 2, {"group:flora"}) then
-                       local flowers = {"mcl_flowers:blue_orchid", "mcl_flowers:azure_bluet", "mcl_flowers:allium", "mcl_flowers:tulip_white", "mcl_flowers:tulip_red", "mcl_flowers:tulip_pink", "mcl_flowers:tulip_orange", "mcl_flowers:oxeye_daisy", "mcl_flowers:dandelion", "mcl_flowers:poppy", "mcl_flowers:fern", "mcl_flowers:tallgrass", "mcl_flowers:double_grass"}
-                       minetest.set_node(pos, {name = flowers[math.random(#flowers)]})
+               if minetest.get_node(pos).name == "air" and light > 12 and not minetest.find_node_near(pos, 2, {"group:flower"}) then
+                       minetest.set_node(pos, {name = flower_list[math.random(#flower_list)]})
                end
        end
 }) 
index 7bb00d48bddb56c6736a38ccfbec2980cb5c6f8c..f5f5b006e4b7db5353be474ac32c676cbb759430 100644 (file)
@@ -1,3 +1,5 @@
+skycraft.glazed_terracotta_list = {}
+
 local old_on_dig = minetest.registered_nodes["lucky_block:lucky_block"].on_dig
 
 minetest.override_item("lucky_block:lucky_block", {
@@ -15,21 +17,26 @@ minetest.override_item("lucky_block:void_mirror", {
 
 minetest.register_alias_force("lucky_block:super_lucky_block", "lucky_block:lucky_block")
 
-minetest.clear_craft({output = "lucky_block:lucky_block"})
-
-local discs = {}
-for i=1, 8 do
-       table.insert(discs, "mcl_jukebox:record_" .. tostring(i))
-end
-
 lucky_block:add_blocks({
-       {"dro", {"mcl_core:dirt", "mcl_core:sand", "mcl_core:gravel"}, 100},
-       {"dro", discs, 1},
+       {"dro", {"mcl_core:goldblock", "mcl_core:gold_ingot", "mcl_core:gold_nugget"}, 256},
+       {"dro", {"mcl_core:dirt", "mcl_core:sand", "mcl_core:gravel"}, 64},
        {"spw", "mobs_mc:zombie", 5},
+       {"spw", "mobs_mc:husk", 5},
        {"spw", "mobs_mc:spider", 4},
+       {"spw", "mobs_mc:cave_spider", 4},
        {"spw", "mobs_mc:skeleton", 2},
+       {"spw", "mobs_mc:stray", 2},
        {"spw", "mobs_mc:creeper", 1},
        {"spw", "mobs_mc:enderman", 1},
-       
+       {"spw", "mobs_mc:mooshroom", 1},
+       {"spw", "mobs_mc:slime", 1},
+       {"spw", "mobs_mc:bat", 10},
+       {"nod", "mcl_cake:cake"},
+       {"nod", "mcl_farming:pumpkin"},
+       {"dro", skycraft.register_group_list("music_record"), 1},
+       {"dro", skycraft.register_group_list("horse_armor"), 1},
+       {"nod", skycraft.register_group_list("glazed_terracotta")},
+       {"nod", skycraft.register_group_list("hardened_clay")},
+       {"nod", skycraft.register_group_list("concrete")},
+       {"cus", skycraft.place_and_fill_armor_stand},
 })
-
index 92700af6c2289ab0250aae3bdfbf0988ba6ddc33..b65d96b45c63560b297d28414357861b7d197381 100644 (file)
@@ -1,13 +1,13 @@
 skycraft.ores = skycraft.random:new()
 skycraft.ores:add_choice("mcl_core:cobble", 1000)
-skycraft.ores:add_choice("mcl_core:stone", 200)
-skycraft.ores:add_choice("mcl_core:stone_with_coal", 31)
+skycraft.ores:add_choice("mcl_core:stone_with_coal", 30)
 skycraft.ores:add_choice("mcl_core:stone_with_iron", 25)
 skycraft.ores:add_choice("mcl_core:stone_with_gold", 10)
 skycraft.ores:add_choice("mcl_core:stone_with_lapis", 10)
 skycraft.ores:add_choice("mcl_core:stone_with_redstone", 10)
 skycraft.ores:add_choice("mcl_core:stone_with_diamond", 5)
-skycraft.ores:calc_csum() 
+skycraft.ores:add_choice("mcl_core:stone_with_emerald", 1)
+skycraft.ores:calc_csum()
 
 for k, v in pairs(minetest.registered_abms) do
        if v.label == "Lava cooling" then
diff --git a/src/onload/load_group_lists.lua b/src/onload/load_group_lists.lua
new file mode 100644 (file)
index 0000000..704d61a
--- /dev/null
@@ -0,0 +1,7 @@
+for nodename, nodedef in pairs(minetest.registered_items) do
+       for group, grouplist in pairs(skycraft.group_lists) do
+               if nodedef.groups[group] and nodedef.groups[group] > 0 then
+                       table.insert(grouplist, nodename)
+               end
+       end
+end
index 02938b75e5a1a069ee0bdf42acc5bbfe664ba0b6..177508cf374e2f4c43a1aaa84bbf4458c135260f 100644 (file)
@@ -1,7 +1,7 @@
 local old_get_grass_block_type = mcl_core.get_grass_block_type
 function mcl_core.get_grass_block_type(pos)
        if pos.y > 5000 then
-               return {name="mcl_core:dirt_with_grass", param2=0}
+               return {name = "mcl_core:dirt_with_grass", param2=0}
        end
        return old_get_grass_block_type(pos)
 end
diff --git a/src/onload/remove_heads_from_armor.lua b/src/onload/remove_heads_from_armor.lua
new file mode 100644 (file)
index 0000000..0b0089d
--- /dev/null
@@ -0,0 +1,10 @@
+local armor_head = skycraft.armor_list["head"]
+local heads = skycraft.head_list
+for _, n in pairs(heads) do
+       for k, v in pairs(armor_head) do
+               if n == v then
+                       table.remove(armor_head, k)
+                       break
+               end
+       end
+end 
index 217049ed26416262028806fa1dbd3ec69b36d156..4c6ec4bd7f69ec7f77ee9be5b9e989366db335d7 100644 (file)
@@ -6,13 +6,11 @@ for nodename, nodedef in pairs(minetest.registered_nodes) do
                                local text = minetest.get_meta(pos):get_string("text") or ""
                                local lines = text:split("\n")
                                local action, amount, price = lines[1], lines[2], lines[3]
-                               print(action, amount, price)
                                if not (action and amount and price) then return end
                                price = string.gsub(price, "%$", "")
                                price = tonumber(price)
                                amount = string.gsub(amount, "x", "")
                                amount = tonumber(amount)
-                               print(action, amount, price)
                                if not (amount and price) then return end
                                local func, frameoffset
                                if action == "Buy" then