]> git.lizzy.rs Git - skycraft.git/commitdiff
New Schem system, Added Wither Spawning
authorElias Fleckenstein <eliasfleckenstein@web.de>
Tue, 9 Jun 2020 11:30:58 +0000 (13:30 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Tue, 9 Jun 2020 11:30:58 +0000 (13:30 +0200)
init.lua
modules.txt
schems/island.we

index ecf1b3af960b0082c151d21d0b0609b4c14bc95d..ee2cc7831e0a2a5cd7cb023ae07d8aad1079a7f1 100755 (executable)
--- a/init.lua
+++ b/init.lua
@@ -1,5 +1,7 @@
 skycraft = {}
 
+skycraft.modpath = minetest.get_modpath("skycraft")
+
 do
        local file = io.open(minetest.get_worldpath() .. "/skycraft", "r")
        if file then
@@ -18,11 +20,10 @@ end)
 
 minetest.register_privilege("skycraft", "Use Skycraft commands")
 
-local modpath = minetest.get_modpath("skycraft")
-local modules = minetest.deserialize(io.open(modpath .. "/modules.txt", "r"):read())
+local modules = minetest.deserialize(io.open(skycraft.modpath .. "/modules.txt", "r"):read())
 local function load_module(m)
        for _, f in pairs(modules[m]) do
-               dofile(modpath .. "/src/" .. m .. "/" .. f .. ".lua")
+               dofile(skycraft.modpath .. "/src/" .. m .. "/" .. f .. ".lua")
        end
 end
 load_module("common")
index a3e7f333fe00bb2ee37210b787e8e0d45166d812..f224f72f7ca77144712f0a1b9ed3b34181cba3a4 100644 (file)
@@ -1 +1 @@
-return {common={"common","random","request",},main={"commands","flower_spread","lobby","lucky_block","mapgen","money","plots","ranks","spawns","tpa","trade",},onload={"lava_cooling","lobby_load","monster_egg_stone_block","nether_portal","sapling_mutation","shop","spawn","void",},}
\ No newline at end of file
+return {common={"common","random","request","schems",},main={"commands","flower_spread","lobby","lucky_block","mapgen","money","plots","ranks","spawns","tpa","trade","wither_spawn",},onload={"lava_cooling","lobby_load","monster_egg_stone_block","nether_portal","sapling_mutation","shop","spawn","void",},}
\ No newline at end of file
index 358a75eb2f6ae6793bb1e8193b75321c6ece4fd7..9c6ad305deee17ce9a5a8e1ab5a19e3fac11d97d 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 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}}