commit 3903b7bbae239ad8cc838c47d640c804dc4017ca Author: kaen Date: Fri Aug 19 22:01:31 2016 -0700 initial import diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43e73fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +## Generic ignorable patterns and files +*~ +.*.swp +*bak* +tags +*.vim + +## Files related to minetest development cycle +*.patch +doc/ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..afa1f73 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +voxlegends (c) kaen 2016 + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..545107e --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +.PHONY: doc check + +all: doc check test + +test: + lua ./unittest/run.lua + +doc: + ldoc -f markdown mods/at/ + +check: + luacheck mods/at/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..9dec16b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +voxlegends +=== + +A persistent realtime procedurally generated open world multiplayer survival roguelike RPG. Well, eventually. + +License +=== + +MIT unless otherwise noted, see individual subdirectories for component licenses. diff --git a/game.conf b/game.conf new file mode 100644 index 0000000..c2a0717 --- /dev/null +++ b/game.conf @@ -0,0 +1 @@ +name = Adventure Test \ No newline at end of file diff --git a/minetest.conf b/minetest.conf new file mode 100644 index 0000000..bd61cba --- /dev/null +++ b/minetest.conf @@ -0,0 +1,81 @@ +# 1 day-night cycle lasts 24 minutes instead of 20. +time_speed = 60 + +# Decreased acceleration compared to minetest_game. +movement_acceleration_default = 2.4 +movement_acceleration_air = 1.2 + +# Very fast acceleration in fast mode for more control. +movement_acceleration_fast = 24 + +# Walking is 20 % faster than in minetest_game. Makes playing without the "fast" +# privilege less boring. +movement_speed_walk = 4.8 + +# 40% the speed of walking. +movement_speed_crouch = 1.92 + +# 5 times faster than walking. +movement_speed_fast = 24 + +# Makes climbing speed faster. Also makes ladders more +# useful. +movement_speed_climb = 4 + +# Faster movement in liquids. Jumping at the water surface also speeds up swimming. +movement_liquid_fluidity = 1.6 + +# Slightly less gravity. +movement_gravity = 9.5 + +# Jump height slightly reduced. +movement_speed_jump = 6.35 + +# Give 1 wooden pickaxe, 10 torches, 10 saplings to new players. Edit +# `mods/give_initial_stuff/init.lua` to change. +give_initial_stuff = true + +# Give "home" and "spawn" privileges to new players. +default_privs = interact, shout, home, spawn + +# Higher player limit by default. +max_users = 20 + +# Server settings for improved performance: +max_block_generate_distance = 8 +max_block_send_distance = 8 +max_simultaneous_block_sends_per_client = 10000 +max_simultaneous_block_sends_server_total = 10000 +active_block_range = 1 +server_map_save_interval = 15.3 + +# Use mgv7 if not specified by user: +mg_name = v7 +# Enable dungeons on new worlds. +mg_flags = trees, caves, dungeons +# Enable jungles on new worlds, disable biome blend and mud flow (faster, looks +# better). +mgv6_spflags = jungles, nobiomeblend, nomudflow, snowbiomes +# More beaches. +mgv6_freq_beach = -0.15 + +# Map generation attributes specific to Mapgen V7. +# Currently supported: mountains, ridges. +mgv7_spflags = mountains, ridges +# Noise parameters for biome API temperature, humidity and biome blend: +mg_biome_np_heat = 50, 50, (1000, 1000, 1000), 5349, 3, 0.5, 2.0 +mg_biome_np_heat_blend = 0, 1.5, (8, 8, 8), 13, 2, 1.0, 2.0 +mg_biome_np_humidity = 50, 50, (1000, 1000, 1000), 842, 3, 0.5, 2.0 +mg_biome_np_humidity_blend = 0, 1.5, (8, 8, 8), 90003, 2, 1.0, 2.0 + +mgv7_np_terrain_base = 4, 70, (600, 600, 600), 82341, 5, 0.6, 2.0 +mgv7_np_terrain_alt = 4, 25, (600, 600, 600), 5934, 5, 0.6, 2.0 +mgv7_np_terrain_persist = 0.6, 0.1, (2000, 2000, 2000), 539, 3, 0.6, 2.0 +mgv7_np_height_select = -12, 24, (500, 500, 500), 4213, 6, 0.7, 2.0 +mgv7_np_filler_depth = 0, 1.2, (150, 150, 150), 261, 3, 0.7, 2.0 +mgv7_np_mount_height = 256, 112, (1000, 1000, 1000), 72449, 3, 0.6, 2.0 +mgv7_np_ridge_uwater = 0, 1, (1000, 1000, 1000), 85039, 5, 0.6, 2.0 +mgv7_np_mountain = -0.6, 1, (250, 350, 250), 5333, 5, 0.63, 2.0 +mgv7_np_ridge = 0, 1, (100, 100, 100), 6467, 4, 0.75, 2.0 +mgv7_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0 +mgv7_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0 diff --git a/minetest.conf.example b/minetest.conf.example new file mode 100644 index 0000000..47d03b0 --- /dev/null +++ b/minetest.conf.example @@ -0,0 +1,28 @@ +# This file contains settings of minetest_game that can be changed in +# minetest.conf +# +# By default, all the settings are commented and not functional. +# Uncomment settings by removing the preceding #. + +# Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled +#creative_mode = false + +# The time in seconds after which the bones of a dead player can be looted by everyone +# 0 to disable +#share_bones_time = 1200 + +# Whether fire should be disabled (all fire nodes will instantly disappear) +#disable_fire = false + +# Whether steel tools, torches and cobblestone should be given to new players +#give_initial_stuff = false + +# Whether the TNT mod should be enabled +#enable_tnt = + +# The radius of a TNT explosion +#tnt_radius = 3 + +# Enable the stairs mod ABM that replaces the old 'upside down' +# stair and slab nodes in old maps with the new param2 versions. +#enable_stairs_replace_abm = false diff --git a/mods/default/README.txt b/mods/default/README.txt new file mode 100644 index 0000000..13fdef5 --- /dev/null +++ b/mods/default/README.txt @@ -0,0 +1,211 @@ +Minetest 0.4 mod: default +========================== + +License of source code: +----------------------- +Copyright (C) 2011-2012 celeron55, Perttu Ahola + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation; either version 2.1 of the License, or +(at your option) any later version. + +http://www.gnu.org/licenses/lgpl-2.1.html + +License of media (textures and sounds) +-------------------------------------- +Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) +http://creativecommons.org/licenses/by-sa/3.0/ + +Authors of media files +----------------------- +Everything not listed in here: +Copyright (C) 2010-2012 celeron55, Perttu Ahola + +Cisoun's WTFPL texture pack: + default_jungletree.png + default_lava.png + default_leaves.png + default_sapling.png + default_sign_wall.png + default_stone.png + default_tree.png + default_tree_top.png + default_water.png + +Cisoun's conifers mod (WTFPL): + default_pine_needles.png + +Originating from G4JC's Almost MC Texture Pack: + default_torch.png + default_torch_on_ceiling.png + default_torch_on_floor.png + +VanessaE's animated torches (WTFPL): + default_torch_animated.png + default_torch_on_ceiling_animated.png + default_torch_on_floor_animated.png + default_torch_on_floor.png + +RealBadAngel's animated water (WTFPL): + default_water_source_animated.png + default_water_flowing_animated.png + +VanessaE (WTFPL): + default_nc_back.png + default_nc_front.png + default_nc_rb.png + default_nc_side.png + default_desert_sand.png + default_desert_stone.png + default_sand.png + default_jungletree_top.png + +Calinou (CC BY-SA): + default_brick.png + default_papyrus.png + default_mineral_copper.png + default_glass_detail.png + +MirceaKitsune (WTFPL): + character.x + +Jordach (CC BY-SA 3.0): + character.png + +PilzAdam (WTFPL): + default_jungleleaves.png + default_junglesapling.png + default_obsidian_glass.png + default_obsidian_shard.png + default_mineral_gold.png + default_snowball.png + +jojoa1997 (WTFPL): + default_obsidian.png + +InfinityProject (WTFPL): + default_mineral_diamond.png + +Splizard (CC BY-SA 3.0): + default_snow.png + default_snow_side.png + default_pine_sapling.png + +Zeg9 (CC BY-SA 3.0): + default_coal_block.png + default_steel_block.png + default_copper_block.png + default_bronze_block.png + default_gold_block.png + +paramat (CC BY-SA 3.0): + wieldhand.png, derived from character.png by Jordach (CC BY-SA 3.0) + default_pinetree.png + default_pinetree_top.png + default_pinewood.png + default_sandstone_brick.png + default_obsidian_brick.png + default_river_water.png + default_river_water_source_animated.png + default_river_water_flowing_animated.png + default_acacia_leaves.png + default_acacia_sapling.png + default_acacia_tree.png + default_acacia_tree_top.png + default_acacia_wood.png + default_dry_grass.png + default_dry_grass_side.png + default_dry_grass_*.png + default_junglewood.png, derived from a texture by BlockMen (CC BY-SA 3.0) + default_grass.png, derived from a texture by Philipbenr (CC BY-SA 3.0) + default_grass_side.png, derived from a texture by Philipbenr (CC BY-SA 3.0) + default_stone_brick.png, derived from a texture by Cisoun (WTFPL) + default_desert_stone_brick.png, derived from a texture by VanessaE (WTFPL) + +brunob.santos (CC BY-SA 4.0): + default_desert_cobble.png + +BlockMen (CC BY-SA 3.0): + default_wood.png + default_clay_brick.png + default_iron_ingot.png + default_gold_ingot.png + default_tool_steelsword.png + default_diamond.png + default_book.png + default_tool_*.png + default_lava_source_animated.png + default_lava_flowing_animated.png + default_stick.png + default_chest_front.png + default_chest_lock.png + default_chest_side.png + default_chest_top.png + default_mineral_mese.png + default_meselamp.png + bubble.png + heart.png + gui_*.png + +Neuromancer (CC BY-SA 2.0): + default_cobble.png, based on texture by Brane praefect + default_mossycobble.png, based on texture by Brane praefect +Neuromancer (CC BY-SA 3.0): + default_dirt.png + default_furnace_*.png + +Gambit (WTFPL): + default_bronze_ingot.png + default_copper_ingot.png + default_copper_lump.png + default_iron_lump.png + default_gold_lump.png + default_clay_lump.png + default_coal.png + default_grass_*.png + default_paper.png + default_diamond_block.png + +asl97 (WTFPL): + default_ice.png + +Glass breaking sounds (CC BY 3.0): + 1: http://www.freesound.org/people/cmusounddesign/sounds/71947/ + 2: http://www.freesound.org/people/Tomlija/sounds/97669/ + 3: http://www.freesound.org/people/lsprice/sounds/88808/ + +Mito551 (sounds) (CC BY-SA): + default_dig_choppy.ogg + default_dig_cracky.ogg + default_dig_crumbly.1.ogg + default_dig_crumbly.2.ogg + default_dig_dig_immediate.ogg + default_dig_oddly_breakable_by_hand.ogg + default_dug_node.1.ogg + default_dug_node.2.ogg + default_grass_footstep.1.ogg + default_grass_footstep.2.ogg + default_grass_footstep.3.ogg + default_gravel_footstep.1.ogg + default_gravel_footstep.2.ogg + default_gravel_footstep.3.ogg + default_gravel_footstep.4.ogg + default_grass_footstep.1.ogg + default_place_node.1.ogg + default_place_node.2.ogg + default_place_node.3.ogg + default_place_node_hard.1.ogg + default_place_node_hard.2.ogg + default_snow_footstep.1.ogg + default_snow_footstep.2.ogg + default_hard_footstep.1.ogg + default_hard_footstep.2.ogg + default_hard_footstep.3.ogg + default_sand_footstep.1.ogg + default_sand_footstep.2.ogg + default_wood_footstep.1.ogg + default_wood_footstep.2.ogg + default_dirt_footstep.1.ogg + default_dirt_footstep.2.ogg + default_glass_footstep.ogg diff --git a/mods/default/aliases.lua b/mods/default/aliases.lua new file mode 100644 index 0000000..64e6ebb --- /dev/null +++ b/mods/default/aliases.lua @@ -0,0 +1,76 @@ +-- mods/default/aliases.lua + +-- Aliases to support loading worlds using nodes following the old naming convention +-- These can also be helpful when using chat commands, for example /giveme +minetest.register_alias("stone", "default:stone") +minetest.register_alias("stone_with_coal", "default:stone_with_coal") +minetest.register_alias("stone_with_iron", "default:stone_with_iron") +minetest.register_alias("dirt_with_grass", "default:dirt_with_grass") +minetest.register_alias("dirt_with_grass_footsteps", "default:dirt_with_grass_footsteps") +minetest.register_alias("dirt", "default:dirt") +minetest.register_alias("sand", "default:sand") +minetest.register_alias("gravel", "default:gravel") +minetest.register_alias("sandstone", "default:sandstone") +minetest.register_alias("clay", "default:clay") +minetest.register_alias("brick", "default:brick") +minetest.register_alias("tree", "default:tree") +minetest.register_alias("jungletree", "default:jungletree") +minetest.register_alias("junglegrass", "default:junglegrass") +minetest.register_alias("leaves", "default:leaves") +minetest.register_alias("cactus", "default:cactus") +minetest.register_alias("papyrus", "default:papyrus") +minetest.register_alias("bookshelf", "default:bookshelf") +minetest.register_alias("glass", "default:glass") +minetest.register_alias("wooden_fence", "default:fence_wood") +minetest.register_alias("rail", "default:rail") +minetest.register_alias("ladder", "default:ladder") +minetest.register_alias("wood", "default:wood") +minetest.register_alias("mese", "default:mese") +minetest.register_alias("cloud", "default:cloud") +minetest.register_alias("water_flowing", "default:water_flowing") +minetest.register_alias("water_source", "default:water_source") +minetest.register_alias("lava_flowing", "default:lava_flowing") +minetest.register_alias("lava_source", "default:lava_source") +minetest.register_alias("torch", "default:torch") +minetest.register_alias("sign_wall", "default:sign_wall") +minetest.register_alias("furnace", "default:furnace") +minetest.register_alias("chest", "default:chest") +minetest.register_alias("locked_chest", "default:chest_locked") +minetest.register_alias("cobble", "default:cobble") +minetest.register_alias("mossycobble", "default:mossycobble") +minetest.register_alias("steelblock", "default:steelblock") +minetest.register_alias("nyancat", "default:nyancat") +minetest.register_alias("nyancat_rainbow", "default:nyancat_rainbow") +minetest.register_alias("sapling", "default:sapling") +minetest.register_alias("apple", "default:apple") + +minetest.register_alias("WPick", "default:pick_wood") +minetest.register_alias("STPick", "default:pick_stone") +minetest.register_alias("SteelPick", "default:pick_steel") +minetest.register_alias("MesePick", "default:pick_mese") +minetest.register_alias("WShovel", "default:shovel_wood") +minetest.register_alias("STShovel", "default:shovel_stone") +minetest.register_alias("SteelShovel", "default:shovel_steel") +minetest.register_alias("WAxe", "default:axe_wood") +minetest.register_alias("STAxe", "default:axe_stone") +minetest.register_alias("SteelAxe", "default:axe_steel") +minetest.register_alias("WSword", "default:sword_wood") +minetest.register_alias("STSword", "default:sword_stone") +minetest.register_alias("SteelSword", "default:sword_steel") + +minetest.register_alias("Stick", "default:stick") +minetest.register_alias("paper", "default:paper") +minetest.register_alias("book", "default:book") +minetest.register_alias("lump_of_coal", "default:coal_lump") +minetest.register_alias("lump_of_iron", "default:iron_lump") +minetest.register_alias("lump_of_clay", "default:clay_lump") +minetest.register_alias("steel_ingot", "default:steel_ingot") +minetest.register_alias("clay_brick", "default:clay_brick") +minetest.register_alias("snow", "default:snow") + +-- 'mese_block' was used for a while for the block form of mese +minetest.register_alias("default:mese_block", "default:mese") + +-- Aliases for corrected pine node names +minetest.register_alias("default:pinetree", "default:pine_tree") +minetest.register_alias("default:pinewood", "default:pine_wood") diff --git a/mods/default/crafting.lua b/mods/default/crafting.lua new file mode 100644 index 0000000..fa8df2d --- /dev/null +++ b/mods/default/crafting.lua @@ -0,0 +1,839 @@ +-- mods/default/crafting.lua + +minetest.register_craft({ + output = 'default:wood 4', + recipe = { + {'default:tree'}, + } +}) + +minetest.register_craft({ + output = 'default:junglewood 4', + recipe = { + {'default:jungletree'}, + } +}) + +minetest.register_craft({ + output = 'default:pine_wood 4', + recipe = { + {'default:pine_tree'}, + } +}) + +minetest.register_craft({ + output = 'default:acacia_wood 4', + recipe = { + {'default:acacia_tree'}, + } +}) + +minetest.register_craft({ + output = 'default:stick 4', + recipe = { + {'group:wood'}, + } +}) + +minetest.register_craft({ + output = 'default:fence_wood 2', + recipe = { + {'group:stick', 'group:stick', 'group:stick'}, + {'group:stick', 'group:stick', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sign_wall', + recipe = { + {'group:wood', 'group:wood', 'group:wood'}, + {'group:wood', 'group:wood', 'group:wood'}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:torch 4', + recipe = { + {'default:coal_lump'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:pick_wood', + recipe = { + {'group:wood', 'group:wood', 'group:wood'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:pick_stone', + recipe = { + {'group:stone', 'group:stone', 'group:stone'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:pick_steel', + recipe = { + {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:pick_bronze', + recipe = { + {'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:pick_mese', + recipe = { + {'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:pick_diamond', + recipe = { + {'default:diamond', 'default:diamond', 'default:diamond'}, + {'', 'group:stick', ''}, + {'', 'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_wood', + recipe = { + {'group:wood'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_stone', + recipe = { + {'group:stone'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_steel', + recipe = { + {'default:steel_ingot'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_bronze', + recipe = { + {'default:bronze_ingot'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_mese', + recipe = { + {'default:mese_crystal'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:shovel_diamond', + recipe = { + {'default:diamond'}, + {'group:stick'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_wood', + recipe = { + {'group:wood', 'group:wood'}, + {'group:wood', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_stone', + recipe = { + {'group:stone', 'group:stone'}, + {'group:stone', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_steel', + recipe = { + {'default:steel_ingot', 'default:steel_ingot'}, + {'default:steel_ingot', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_bronze', + recipe = { + {'default:bronze_ingot', 'default:bronze_ingot'}, + {'default:bronze_ingot', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_mese', + recipe = { + {'default:mese_crystal', 'default:mese_crystal'}, + {'default:mese_crystal', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_diamond', + recipe = { + {'default:diamond', 'default:diamond'}, + {'default:diamond', 'group:stick'}, + {'', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:axe_wood', + recipe = { + {'group:wood', 'group:wood'}, + {'group:stick', 'group:wood'}, + {'group:stick',''}, + } +}) + +minetest.register_craft({ + output = 'default:axe_stone', + recipe = { + {'group:stone', 'group:stone'}, + {'group:stick', 'group:stone'}, + {'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:axe_steel', + recipe = { + {'default:steel_ingot', 'default:steel_ingot'}, + {'group:stick', 'default:steel_ingot'}, + {'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:axe_bronze', + recipe = { + {'default:bronze_ingot', 'default:bronze_ingot'}, + {'group:stick', 'default:bronze_ingot'}, + {'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:axe_mese', + recipe = { + {'default:mese_crystal', 'default:mese_crystal'}, + {'group:stick', 'default:mese_crystal'}, + {'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:axe_diamond', + recipe = { + {'default:diamond', 'default:diamond'}, + {'group:stick', 'default:diamond'}, + {'group:stick', ''}, + } +}) + +minetest.register_craft({ + output = 'default:sword_wood', + recipe = { + {'group:wood'}, + {'group:wood'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sword_stone', + recipe = { + {'group:stone'}, + {'group:stone'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sword_steel', + recipe = { + {'default:steel_ingot'}, + {'default:steel_ingot'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sword_bronze', + recipe = { + {'default:bronze_ingot'}, + {'default:bronze_ingot'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sword_mese', + recipe = { + {'default:mese_crystal'}, + {'default:mese_crystal'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:sword_diamond', + recipe = { + {'default:diamond'}, + {'default:diamond'}, + {'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:rail 24', + recipe = { + {'default:steel_ingot', '', 'default:steel_ingot'}, + {'default:steel_ingot', 'group:stick', 'default:steel_ingot'}, + {'default:steel_ingot', '', 'default:steel_ingot'}, + } +}) + +minetest.register_craft({ + output = 'default:chest', + recipe = { + {'group:wood', 'group:wood', 'group:wood'}, + {'group:wood', '', 'group:wood'}, + {'group:wood', 'group:wood', 'group:wood'}, + } +}) + +minetest.register_craft({ + output = 'default:chest_locked', + recipe = { + {'group:wood', 'group:wood', 'group:wood'}, + {'group:wood', 'default:steel_ingot', 'group:wood'}, + {'group:wood', 'group:wood', 'group:wood'}, + } +}) + +minetest.register_craft({ + output = 'default:furnace', + recipe = { + {'group:stone', 'group:stone', 'group:stone'}, + {'group:stone', '', 'group:stone'}, + {'group:stone', 'group:stone', 'group:stone'}, + } +}) + +minetest.register_craft({ + type = "shapeless", + output = "default:bronze_ingot", + recipe = {"default:steel_ingot", "default:copper_ingot"}, +}) + +minetest.register_craft({ + output = 'default:coalblock', + recipe = { + {'default:coal_lump', 'default:coal_lump', 'default:coal_lump'}, + {'default:coal_lump', 'default:coal_lump', 'default:coal_lump'}, + {'default:coal_lump', 'default:coal_lump', 'default:coal_lump'}, + } +}) + +minetest.register_craft({ + output = 'default:coal_lump 9', + recipe = { + {'default:coalblock'}, + } +}) + +minetest.register_craft({ + output = 'default:steelblock', + recipe = { + {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}, + {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}, + {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}, + } +}) + +minetest.register_craft({ + output = 'default:steel_ingot 9', + recipe = { + {'default:steelblock'}, + } +}) + +minetest.register_craft({ + output = 'default:copperblock', + recipe = { + {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'}, + {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'}, + {'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'}, + } +}) + +minetest.register_craft({ + output = 'default:copper_ingot 9', + recipe = { + {'default:copperblock'}, + } +}) + +minetest.register_craft({ + output = 'default:bronzeblock', + recipe = { + {'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot'}, + {'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot'}, + {'default:bronze_ingot', 'default:bronze_ingot', 'default:bronze_ingot'}, + } +}) + +minetest.register_craft({ + output = 'default:bronze_ingot 9', + recipe = { + {'default:bronzeblock'}, + } +}) + +minetest.register_craft({ + output = 'default:goldblock', + recipe = { + {'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot'}, + {'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot'}, + {'default:gold_ingot', 'default:gold_ingot', 'default:gold_ingot'}, + } +}) + +minetest.register_craft({ + output = 'default:gold_ingot 9', + recipe = { + {'default:goldblock'}, + } +}) + +minetest.register_craft({ + output = 'default:diamondblock', + recipe = { + {'default:diamond', 'default:diamond', 'default:diamond'}, + {'default:diamond', 'default:diamond', 'default:diamond'}, + {'default:diamond', 'default:diamond', 'default:diamond'}, + } +}) + +minetest.register_craft({ + output = 'default:diamond 9', + recipe = { + {'default:diamondblock'}, + } +}) + +minetest.register_craft({ + output = 'default:sandstone', + recipe = { + {'group:sand', 'group:sand'}, + {'group:sand', 'group:sand'}, + } +}) + +minetest.register_craft({ + output = 'default:sand 4', + recipe = { + {'default:sandstone'}, + } +}) + +minetest.register_craft({ + output = 'default:sandstonebrick 4', + recipe = { + {'default:sandstone', 'default:sandstone'}, + {'default:sandstone', 'default:sandstone'}, + } +}) + +minetest.register_craft({ + output = 'default:clay', + recipe = { + {'default:clay_lump', 'default:clay_lump'}, + {'default:clay_lump', 'default:clay_lump'}, + } +}) + +minetest.register_craft({ + output = 'default:brick', + recipe = { + {'default:clay_brick', 'default:clay_brick'}, + {'default:clay_brick', 'default:clay_brick'}, + } +}) + +minetest.register_craft({ + output = 'default:clay_brick 4', + recipe = { + {'default:brick'}, + } +}) + +minetest.register_craft({ + output = 'default:paper', + recipe = { + {'default:papyrus', 'default:papyrus', 'default:papyrus'}, + } +}) + +minetest.register_craft({ + output = 'default:book', + recipe = { + {'default:paper'}, + {'default:paper'}, + {'default:paper'}, + } +}) + +minetest.register_craft({ + output = 'default:bookshelf', + recipe = { + {'group:wood', 'group:wood', 'group:wood'}, + {'default:book', 'default:book', 'default:book'}, + {'group:wood', 'group:wood', 'group:wood'}, + } +}) + +minetest.register_craft({ + output = 'default:ladder', + recipe = { + {'group:stick', '', 'group:stick'}, + {'group:stick', 'group:stick', 'group:stick'}, + {'group:stick', '', 'group:stick'}, + } +}) + +minetest.register_craft({ + output = 'default:mese', + recipe = { + {'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal'}, + {'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal'}, + {'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal'}, + } +}) + +minetest.register_craft({ + output = 'default:mese_crystal 9', + recipe = { + {'default:mese'}, + } +}) + +minetest.register_craft({ + output = 'default:mese_crystal_fragment 9', + recipe = { + {'default:mese_crystal'}, + } +}) + +minetest.register_craft({ + output = 'default:meselamp 1', + recipe = { + {'', 'default:mese_crystal',''}, + {'default:mese_crystal', 'default:glass', 'default:mese_crystal'}, + } +}) + +minetest.register_craft({ + output = 'default:obsidian_shard 9', + recipe = { + {'default:obsidian'} + } +}) + +minetest.register_craft({ + output = 'default:obsidian', + recipe = { + {'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard'}, + {'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard'}, + {'default:obsidian_shard', 'default:obsidian_shard', 'default:obsidian_shard'}, + } +}) + +minetest.register_craft({ + output = 'default:obsidianbrick 4', + recipe = { + {'default:obsidian', 'default:obsidian'}, + {'default:obsidian', 'default:obsidian'} + } +}) + +minetest.register_craft({ + output = 'default:stonebrick 4', + recipe = { + {'default:stone', 'default:stone'}, + {'default:stone', 'default:stone'}, + } +}) + +minetest.register_craft({ + output = 'default:desert_stonebrick 4', + recipe = { + {'default:desert_stone', 'default:desert_stone'}, + {'default:desert_stone', 'default:desert_stone'}, + } +}) + +minetest.register_craft({ + output = 'default:snowblock', + recipe = { + {'default:snow', 'default:snow', 'default:snow'}, + {'default:snow', 'default:snow', 'default:snow'}, + {'default:snow', 'default:snow', 'default:snow'}, + } +}) + +minetest.register_craft({ + output = 'default:snow 9', + recipe = { + {'default:snowblock'}, + } +}) + +-- +-- Crafting (tool repair) +-- +minetest.register_craft({ + type = "toolrepair", + additional_wear = -0.02, +}) + +-- +-- Cooking recipes +-- + +minetest.register_craft({ + type = "cooking", + output = "default:glass", + recipe = "group:sand", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:obsidian_glass", + recipe = "default:obsidian_shard", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:stone", + recipe = "default:cobble", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:stone", + recipe = "default:mossycobble", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:desert_stone", + recipe = "default:desert_cobble", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:steel_ingot", + recipe = "default:iron_lump", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:copper_ingot", + recipe = "default:copper_lump", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:gold_ingot", + recipe = "default:gold_lump", +}) + +minetest.register_craft({ + type = "cooking", + output = "default:clay_brick", + recipe = "default:clay_lump", +}) + +-- +-- Fuels +-- + +minetest.register_craft({ + type = "fuel", + recipe = "group:tree", + burntime = 30, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:junglegrass", + burntime = 2, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "group:leaves", + burntime = 1, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:cactus", + burntime = 15, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:papyrus", + burntime = 1, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:bookshelf", + burntime = 30, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:fence_wood", + burntime = 15, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:ladder", + burntime = 5, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "group:wood", + burntime = 7, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:lava_source", + burntime = 60, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:torch", + burntime = 4, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:sign_wall", + burntime = 10, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:chest", + burntime = 30, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:chest_locked", + burntime = 30, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:nyancat", + burntime = 1, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:nyancat_rainbow", + burntime = 1, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "group:sapling", + burntime = 10, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:apple", + burntime = 3, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:coal_lump", + burntime = 40, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:coalblock", + burntime = 370, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:grass_1", + burntime = 2, +}) + +minetest.register_craft({ + type = "fuel", + recipe = "default:dry_grass_1", + burntime = 2, +}) + diff --git a/mods/default/craftitems.lua b/mods/default/craftitems.lua new file mode 100644 index 0000000..fd76389 --- /dev/null +++ b/mods/default/craftitems.lua @@ -0,0 +1,163 @@ +-- mods/default/craftitems.lua + +minetest.register_craftitem("default:stick", { + description = "Stick", + inventory_image = "default_stick.png", + groups = {stick=1}, +}) + +minetest.register_craftitem("default:paper", { + description = "Paper", + inventory_image = "default_paper.png", +}) + +local function book_on_use(itemstack, user, pointed_thing) + local player_name = user:get_player_name() + local data = minetest.deserialize(itemstack:get_metadata()) + local title, text, owner = "", "", player_name + if data then + title, text, owner = data.title, data.text, data.owner + end + local formspec + if owner == player_name then + formspec = "size[8,8]"..default.gui_bg.. + "field[0.5,1;7.5,0;title;Title:;".. + minetest.formspec_escape(title).."]".. + "textarea[0.5,1.5;7.5,7;text;Contents:;".. + minetest.formspec_escape(text).."]".. + "button_exit[2.5,7.5;3,1;save;Save]" + else + formspec = "size[8,8]"..default.gui_bg.. + "label[0.5,0.5;by "..owner.."]".. + "label[0.5,0;"..minetest.formspec_escape(title).."]".. + "textarea[0.5,1.5;7.5,7;;"..minetest.formspec_escape(text)..";]" + end + minetest.show_formspec(user:get_player_name(), "default:book", formspec) +end + +minetest.register_on_player_receive_fields(function(player, form_name, fields) + if form_name ~= "default:book" or not fields.save or + fields.title == "" or fields.text == "" then + return + end + local inv = player:get_inventory() + local stack = player:get_wielded_item() + local new_stack, data + if stack:get_name() ~= "default:book_written" then + local count = stack:get_count() + if count == 1 then + stack:set_name("default:book_written") + else + stack:set_count(count - 1) + new_stack = ItemStack("default:book_written") + end + else + data = minetest.deserialize(stack:get_metadata()) + end + if not data then data = {} end + data.title = fields.title + data.text = fields.text + data.owner = player:get_player_name() + local data_str = minetest.serialize(data) + if new_stack then + new_stack:set_metadata(data_str) + if inv:room_for_item("main", new_stack) then + inv:add_item("main", new_stack) + else + minetest.add_item(player:getpos(), new_stack) + end + else + stack:set_metadata(data_str) + end + player:set_wielded_item(stack) +end) + +minetest.register_craftitem("default:book", { + description = "Book", + inventory_image = "default_book.png", + groups = {book=1}, + on_use = book_on_use, +}) + +minetest.register_craftitem("default:book_written", { + description = "Book With Text", + inventory_image = "default_book.png", + groups = {book=1, not_in_creative_inventory=1}, + stack_max = 1, + on_use = book_on_use, +}) + +minetest.register_craftitem("default:coal_lump", { + description = "Coal Lump", + inventory_image = "default_coal_lump.png", + groups = {coal = 1} +}) + +minetest.register_craftitem("default:iron_lump", { + description = "Iron Lump", + inventory_image = "default_iron_lump.png", +}) + +minetest.register_craftitem("default:copper_lump", { + description = "Copper Lump", + inventory_image = "default_copper_lump.png", +}) + +minetest.register_craftitem("default:mese_crystal", { + description = "Mese Crystal", + inventory_image = "default_mese_crystal.png", +}) + +minetest.register_craftitem("default:gold_lump", { + description = "Gold Lump", + inventory_image = "default_gold_lump.png", +}) + +minetest.register_craftitem("default:diamond", { + description = "Diamond", + inventory_image = "default_diamond.png", +}) + +minetest.register_craftitem("default:clay_lump", { + description = "Clay Lump", + inventory_image = "default_clay_lump.png", +}) + +minetest.register_craftitem("default:steel_ingot", { + description = "Steel Ingot", + inventory_image = "default_steel_ingot.png", + groups = {ingot=1}, +}) + +minetest.register_craftitem("default:copper_ingot", { + description = "Copper Ingot", + inventory_image = "default_copper_ingot.png", + groups = {ingot=1}, +}) + +minetest.register_craftitem("default:bronze_ingot", { + description = "Bronze Ingot", + inventory_image = "default_bronze_ingot.png", + groups = {ingot=1}, +}) + +minetest.register_craftitem("default:gold_ingot", { + description = "Gold Ingot", + inventory_image = "default_gold_ingot.png", + groups = {ingot=1}, +}) + +minetest.register_craftitem("default:mese_crystal_fragment", { + description = "Mese Crystal Fragment", + inventory_image = "default_mese_crystal_fragment.png", +}) + +minetest.register_craftitem("default:clay_brick", { + description = "Clay Brick", + inventory_image = "default_clay_brick.png", +}) + +minetest.register_craftitem("default:obsidian_shard", { + description = "Obsidian Shard", + inventory_image = "default_obsidian_shard.png", +}) diff --git a/mods/default/functions.lua b/mods/default/functions.lua new file mode 100644 index 0000000..3accbd1 --- /dev/null +++ b/mods/default/functions.lua @@ -0,0 +1,348 @@ +-- mods/default/functions.lua + +-- +-- Sounds +-- + +function default.node_sound_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "", gain = 1.0} + table.dug = table.dug or + {name = "default_dug_node", gain = 0.25} + table.place = table.place or + {name = "default_place_node_hard", gain = 1.0} + return table +end + +function default.node_sound_stone_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_hard_footstep", gain = 0.5} + table.dug = table.dug or + {name = "default_hard_footstep", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_dirt_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_dirt_footstep", gain = 1.0} + table.dug = table.dug or + {name = "default_dirt_footstep", gain = 1.5} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_sand_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_sand_footstep", gain = 0.2} + table.dug = table.dug or + {name = "default_sand_footstep", gain = 0.4} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_wood_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_wood_footstep", gain = 0.5} + table.dug = table.dug or + {name = "default_wood_footstep", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_leaves_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_grass_footstep", gain = 0.35} + table.dug = table.dug or + {name = "default_grass_footstep", gain = 0.7} + table.dig = table.dig or + {name = "default_dig_crumbly", gain = 0.4} + table.place = table.place or + {name = "default_place_node", gain = 1.0} + default.node_sound_defaults(table) + return table +end + +function default.node_sound_glass_defaults(table) + table = table or {} + table.footstep = table.footstep or + {name = "default_glass_footstep", gain = 0.5} + table.dug = table.dug or + {name = "default_break_glass", gain = 1.0} + default.node_sound_defaults(table) + return table +end + + +-- +-- Lavacooling +-- + +default.cool_lava_source = function(pos) + minetest.set_node(pos, {name = "default:obsidian"}) + minetest.sound_play("default_cool_lava", + {pos = pos, max_hear_distance = 16, gain = 0.25}) +end + +default.cool_lava_flowing = function(pos) + minetest.set_node(pos, {name = "default:stone"}) + minetest.sound_play("default_cool_lava", + {pos = pos, max_hear_distance = 16, gain = 0.25}) +end + +minetest.register_abm({ + nodenames = {"default:lava_flowing"}, + neighbors = {"group:water"}, + interval = 1, + chance = 2, + action = function(...) + default.cool_lava_flowing(...) + end, +}) + +minetest.register_abm({ + nodenames = {"default:lava_source"}, + neighbors = {"group:water"}, + interval = 1, + chance = 2, + action = function(...) + default.cool_lava_source(...) + end, +}) + + +-- +-- Papyrus and cactus growing +-- + +-- wrapping the functions in abm action is necessary to make overriding them possible + +function default.grow_cactus(pos, node) + if node.param2 >= 4 then + return + end + pos.y = pos.y - 1 + if minetest.get_item_group(minetest.get_node(pos).name, "sand") == 0 then + return + end + pos.y = pos.y + 1 + local height = 0 + while node.name == "default:cactus" and height < 4 do + height = height + 1 + pos.y = pos.y + 1 + node = minetest.get_node(pos) + end + if height == 4 or node.name ~= "air" then + return + end + minetest.set_node(pos, {name = "default:cactus"}) + return true +end + +function default.grow_papyrus(pos, node) + pos.y = pos.y - 1 + local name = minetest.get_node(pos).name + if name ~= "default:dirt_with_grass" and name ~= "default:dirt" and + name ~= "default:sand" then + return + end + if not minetest.find_node_near(pos, 3, {"group:water"}) then + return + end + pos.y = pos.y + 1 + local height = 0 + while node.name == "default:papyrus" and height < 4 do + height = height + 1 + pos.y = pos.y + 1 + node = minetest.get_node(pos) + end + if height == 4 or node.name ~= "air" then + return + end + minetest.set_node(pos, {name = "default:papyrus"}) + return true +end + +minetest.register_abm({ + nodenames = {"default:cactus"}, + neighbors = {"group:sand"}, + interval = 50, + chance = 20, + action = function(...) + default.grow_cactus(...) + end +}) + +minetest.register_abm({ + nodenames = {"default:papyrus"}, + neighbors = {"default:dirt", "default:dirt_with_grass", "default:sand"}, + interval = 50, + chance = 20, + action = function(...) + default.grow_papyrus(...) + end +}) + + +-- +-- dig upwards +-- + +function default.dig_up(pos, node, digger) + if digger == nil then return end + local np = {x = pos.x, y = pos.y + 1, z = pos.z} + local nn = minetest.get_node(np) + if nn.name == node.name then + minetest.node_dig(np, nn, digger) + end +end + + +-- +-- Leafdecay +-- + +default.leafdecay_trunk_cache = {} +default.leafdecay_enable_cache = true +-- Spread the load of finding trunks +default.leafdecay_trunk_find_allow_accumulator = 0 + +minetest.register_globalstep(function(dtime) + local finds_per_second = 5000 + default.leafdecay_trunk_find_allow_accumulator = + math.floor(dtime * finds_per_second) +end) + +default.after_place_leaves = function(pos, placer, itemstack, pointed_thing) + local node = minetest.get_node(pos) + node.param2 = 1 + minetest.set_node(pos, node) +end + +minetest.register_abm({ + nodenames = {"group:leafdecay"}, + neighbors = {"air", "group:liquid"}, + -- A low interval and a high inverse chance spreads the load + interval = 2, + chance = 5, + + action = function(p0, node, _, _) + --print("leafdecay ABM at "..p0.x..", "..p0.y..", "..p0.z..")") + local do_preserve = false + local d = minetest.registered_nodes[node.name].groups.leafdecay + if not d or d == 0 then + --print("not groups.leafdecay") + return + end + local n0 = minetest.get_node(p0) + if n0.param2 ~= 0 then + --print("param2 ~= 0") + return + end + local p0_hash = nil + if default.leafdecay_enable_cache then + p0_hash = minetest.hash_node_position(p0) + local trunkp = default.leafdecay_trunk_cache[p0_hash] + if trunkp then + local n = minetest.get_node(trunkp) + local reg = minetest.registered_nodes[n.name] + -- Assume ignore is a trunk, to make the thing + -- work at the border of the active area + if n.name == "ignore" or (reg and reg.groups.tree and + reg.groups.tree ~= 0) then + --print("cached trunk still exists") + return + end + --print("cached trunk is invalid") + -- Cache is invalid + table.remove(default.leafdecay_trunk_cache, p0_hash) + end + end + if default.leafdecay_trunk_find_allow_accumulator <= 0 then + return + end + default.leafdecay_trunk_find_allow_accumulator = + default.leafdecay_trunk_find_allow_accumulator - 1 + -- Assume ignore is a trunk, to make the thing + -- work at the border of the active area + local p1 = minetest.find_node_near(p0, d, {"ignore", "group:tree"}) + if p1 then + do_preserve = true + if default.leafdecay_enable_cache then + --print("caching trunk") + -- Cache the trunk + default.leafdecay_trunk_cache[p0_hash] = p1 + end + end + if not do_preserve then + -- Drop stuff other than the node itself + local itemstacks = minetest.get_node_drops(n0.name) + for _, itemname in ipairs(itemstacks) do + if minetest.get_item_group(n0.name, "leafdecay_drop") ~= 0 or + itemname ~= n0.name then + local p_drop = { + x = p0.x - 0.5 + math.random(), + y = p0.y - 0.5 + math.random(), + z = p0.z - 0.5 + math.random(), + } + minetest.add_item(p_drop, itemname) + end + end + -- Remove node + minetest.remove_node(p0) + nodeupdate(p0) + end + end +}) + + +-- +-- Grass growing +-- + +minetest.register_abm({ + nodenames = {"default:dirt"}, + interval = 2, + chance = 200, + action = function(pos, node) + local above = {x = pos.x, y = pos.y + 1, z = pos.z} + local name = minetest.get_node(above).name + local nodedef = minetest.registered_nodes[name] + if nodedef and (nodedef.sunlight_propagates or nodedef.paramtype == "light") and + nodedef.liquidtype == "none" and + (minetest.get_node_light(above) or 0) >= 13 then + if name == "default:snow" or name == "default:snowblock" then + minetest.set_node(pos, {name = "default:dirt_with_snow"}) + else + minetest.set_node(pos, {name = "default:dirt_with_grass"}) + end + end + end +}) + +minetest.register_abm({ + nodenames = {"default:dirt_with_grass", "default:dirt_with_dry_grass"}, + interval = 2, + chance = 20, + action = function(pos, node) + local above = {x = pos.x, y = pos.y + 1, z = pos.z} + local name = minetest.get_node(above).name + local nodedef = minetest.registered_nodes[name] + if name ~= "ignore" and nodedef and not ((nodedef.sunlight_propagates or + nodedef.paramtype == "light") and + nodedef.liquidtype == "none") then + minetest.set_node(pos, {name = "default:dirt"}) + end + end +}) + diff --git a/mods/default/furnace.lua b/mods/default/furnace.lua new file mode 100644 index 0000000..6d89aae --- /dev/null +++ b/mods/default/furnace.lua @@ -0,0 +1,291 @@ + +-- +-- Formspecs +-- + +local function active_formspec(fuel_percent, item_percent) + local formspec = + "size[8,8.5]".. + default.gui_bg.. + default.gui_bg_img.. + default.gui_slots.. + "list[current_name;src;2.75,0.5;1,1;]".. + "list[current_name;fuel;2.75,2.5;1,1;]".. + "image[2.75,1.5;1,1;default_furnace_fire_bg.png^[lowpart:".. + (100-fuel_percent)..":default_furnace_fire_fg.png]".. + "image[3.75,1.5;1,1;gui_furnace_arrow_bg.png^[lowpart:".. + (item_percent)..":gui_furnace_arrow_fg.png^[transformR270]".. + "list[current_name;dst;4.75,0.96;2,2;]".. + "list[current_player;main;0,4.25;8,1;]".. + "list[current_player;main;0,5.5;8,3;8]".. + "listring[current_name;dst]".. + "listring[current_player;main]".. + "listring[current_name;src]".. + "listring[current_player;main]".. + default.get_hotbar_bg(0, 4.25) + return formspec +end + +local inactive_formspec = + "size[8,8.5]".. + default.gui_bg.. + default.gui_bg_img.. + default.gui_slots.. + "list[current_name;src;2.75,0.5;1,1;]".. + "list[current_name;fuel;2.75,2.5;1,1;]".. + "image[2.75,1.5;1,1;default_furnace_fire_bg.png]".. + "image[3.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]".. + "list[current_name;dst;4.75,0.96;2,2;]".. + "list[current_player;main;0,4.25;8,1;]".. + "list[current_player;main;0,5.5;8,3;8]".. + "listring[current_name;dst]".. + "listring[current_player;main]".. + "listring[current_name;src]".. + "listring[current_player;main]".. + default.get_hotbar_bg(0, 4.25) + +-- +-- Node callback functions that are the same for active and inactive furnace +-- + +local function can_dig(pos, player) + local meta = minetest.get_meta(pos); + local inv = meta:get_inventory() + return inv:is_empty("fuel") and inv:is_empty("dst") and inv:is_empty("src") +end + +local function allow_metadata_inventory_put(pos, listname, index, stack, player) + if minetest.is_protected(pos, player:get_player_name()) then + return 0 + end + local meta = minetest.get_meta(pos) + local inv = meta:get_inventory() + if listname == "fuel" then + if minetest.get_craft_result({method="fuel", width=1, items={stack}}).time ~= 0 then + if inv:is_empty("src") then + meta:set_string("infotext", "Furnace is empty") + end + return stack:get_count() + else + return 0 + end + elseif listname == "src" then + return stack:get_count() + elseif listname == "dst" then + return 0 + end +end + +local function allow_metadata_inventory_move(pos, from_list, from_index, to_list, to_index, count, player) + local meta = minetest.get_meta(pos) + local inv = meta:get_inventory() + local stack = inv:get_stack(from_list, from_index) + return allow_metadata_inventory_put(pos, to_list, to_index, stack, player) +end + +local function allow_metadata_inventory_take(pos, listname, index, stack, player) + if minetest.is_protected(pos, player:get_player_name()) then + return 0 + end + return stack:get_count() +end + +-- +-- Node definitions +-- + +minetest.register_node("default:furnace", { + description = "Furnace", + tiles = { + "default_furnace_top.png", "default_furnace_bottom.png", + "default_furnace_side.png", "default_furnace_side.png", + "default_furnace_side.png", "default_furnace_front.png" + }, + paramtype2 = "facedir", + groups = {cracky=2}, + legacy_facedir_simple = true, + is_ground_content = false, + sounds = default.node_sound_stone_defaults(), + + can_dig = can_dig, + + allow_metadata_inventory_put = allow_metadata_inventory_put, + allow_metadata_inventory_move = allow_metadata_inventory_move, + allow_metadata_inventory_take = allow_metadata_inventory_take, +}) + +minetest.register_node("default:furnace_active", { + description = "Furnace", + tiles = { + "default_furnace_top.png", "default_furnace_bottom.png", + "default_furnace_side.png", "default_furnace_side.png", + "default_furnace_side.png", + { + image = "default_furnace_front_active.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 1.5 + }, + } + }, + paramtype2 = "facedir", + light_source = 8, + drop = "default:furnace", + groups = {cracky=2, not_in_creative_inventory=1}, + legacy_facedir_simple = true, + is_ground_content = false, + sounds = default.node_sound_stone_defaults(), + + can_dig = can_dig, + + allow_metadata_inventory_put = allow_metadata_inventory_put, + allow_metadata_inventory_move = allow_metadata_inventory_move, + allow_metadata_inventory_take = allow_metadata_inventory_take, +}) + +-- +-- ABM +-- + +local function swap_node(pos, name) + local node = minetest.get_node(pos) + if node.name == name then + return + end + node.name = name + minetest.swap_node(pos, node) +end + +minetest.register_abm({ + nodenames = {"default:furnace", "default:furnace_active"}, + interval = 1.0, + chance = 1, + action = function(pos, node, active_object_count, active_object_count_wider) + -- + -- Inizialize metadata + -- + local meta = minetest.get_meta(pos) + local fuel_time = meta:get_float("fuel_time") or 0 + local src_time = meta:get_float("src_time") or 0 + local fuel_totaltime = meta:get_float("fuel_totaltime") or 0 + + -- + -- Inizialize inventory + -- + local inv = meta:get_inventory() + for listname, size in pairs({ + src = 1, + fuel = 1, + dst = 4, + }) do + if inv:get_size(listname) ~= size then + inv:set_size(listname, size) + end + end + local srclist = inv:get_list("src") + local fuellist = inv:get_list("fuel") + local dstlist = inv:get_list("dst") + + -- + -- Cooking + -- + + -- Check if we have cookable content + local cooked, aftercooked = minetest.get_craft_result({method = "cooking", width = 1, items = srclist}) + local cookable = true + + if cooked.time == 0 then + cookable = false + end + + -- Check if we have enough fuel to burn + if fuel_time < fuel_totaltime then + -- The furnace is currently active and has enough fuel + fuel_time = fuel_time + 1 + + -- If there is a cookable item then check if it is ready yet + if cookable then + src_time = src_time + 1 + if src_time >= cooked.time then + -- Place result in dst list if possible + if inv:room_for_item("dst", cooked.item) then + inv:add_item("dst", cooked.item) + inv:set_stack("src", 1, aftercooked.items[1]) + src_time = 0 + end + end + end + else + -- Furnace ran out of fuel + if cookable then + -- We need to get new fuel + local fuel, afterfuel = minetest.get_craft_result({method = "fuel", width = 1, items = fuellist}) + + if fuel.time == 0 then + -- No valid fuel in fuel list + fuel_totaltime = 0 + fuel_time = 0 + src_time = 0 + else + -- Take fuel from fuel list + inv:set_stack("fuel", 1, afterfuel.items[1]) + + fuel_totaltime = fuel.time + fuel_time = 0 + + end + else + -- We don't need to get new fuel since there is no cookable item + fuel_totaltime = 0 + fuel_time = 0 + src_time = 0 + end + end + + -- + -- Update formspec, infotext and node + -- + local formspec = inactive_formspec + local item_state = "" + local item_percent = 0 + if cookable then + item_percent = math.floor(src_time / cooked.time * 100) + item_state = item_percent .. "%" + else + if srclist[1]:is_empty() then + item_state = "Empty" + else + item_state = "Not cookable" + end + end + + local fuel_state = "Empty" + local active = "inactive " + if fuel_time <= fuel_totaltime and fuel_totaltime ~= 0 then + active = "active " + local fuel_percent = math.floor(fuel_time / fuel_totaltime * 100) + fuel_state = fuel_percent .. "%" + formspec = active_formspec(fuel_percent, item_percent) + swap_node(pos, "default:furnace_active") + else + if not fuellist[1]:is_empty() then + fuel_state = "0%" + end + swap_node(pos, "default:furnace") + end + + local infotext = "Furnace " .. active .. "(Item: " .. item_state .. "; Fuel: " .. fuel_state .. ")" + + -- + -- Set meta values + -- + meta:set_float("fuel_totaltime", fuel_totaltime) + meta:set_float("fuel_time", fuel_time) + meta:set_float("src_time", src_time) + meta:set_string("formspec", formspec) + meta:set_string("infotext", infotext) + end, +}) diff --git a/mods/default/init.lua b/mods/default/init.lua new file mode 100644 index 0000000..6f1b148 --- /dev/null +++ b/mods/default/init.lua @@ -0,0 +1,48 @@ +-- Minetest 0.4 mod: default +-- See README.txt for licensing and other information. + +-- The API documentation in here was moved into game_api.txt + +-- Definitions made by this mod that other mods can use too +default = {} + +default.LIGHT_MAX = 14 + +-- GUI related stuff +default.gui_bg = "bgcolor[#080808BB;true]" +default.gui_bg_img = "background[5,5;1,1;gui_formbg.png;true]" +default.gui_slots = "listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF]" + +function default.get_hotbar_bg(x,y) + local out = "" + for i=0,7,1 do + out = out .."image["..x+i..","..y..";1,1;gui_hb_bg.png]" + end + return out +end + +default.gui_survival_form = "size[8,8.5]".. + default.gui_bg.. + default.gui_bg_img.. + default.gui_slots.. + "list[current_player;main;0,4.25;8,1;]".. + "list[current_player;main;0,5.5;8,3;8]".. + "list[current_player;craft;1.75,0.5;3,3;]".. + "list[current_player;craftpreview;5.75,1.5;1,1;]".. + "image[4.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]".. + "listring[current_player;main]".. + "listring[current_player;craft]".. + default.get_hotbar_bg(0,4.25) + +-- Load files +dofile(minetest.get_modpath("default").."/functions.lua") +dofile(minetest.get_modpath("default").."/nodes.lua") +dofile(minetest.get_modpath("default").."/furnace.lua") +dofile(minetest.get_modpath("default").."/tools.lua") +dofile(minetest.get_modpath("default").."/craftitems.lua") +dofile(minetest.get_modpath("default").."/crafting.lua") +dofile(minetest.get_modpath("default").."/mapgen.lua") +dofile(minetest.get_modpath("default").."/player.lua") +dofile(minetest.get_modpath("default").."/trees.lua") +dofile(minetest.get_modpath("default").."/aliases.lua") +dofile(minetest.get_modpath("default").."/legacy.lua") diff --git a/mods/default/legacy.lua b/mods/default/legacy.lua new file mode 100644 index 0000000..76fcc8e --- /dev/null +++ b/mods/default/legacy.lua @@ -0,0 +1,25 @@ +-- mods/default/legacy.lua + +-- Horrible crap to support old code registering falling nodes +-- Don't use this and never do what this does, it's completely wrong! +-- (More specifically, the client and the C++ code doesn't get the group) +function default.register_falling_node(nodename, texture) + minetest.log("error", debug.traceback()) + minetest.log('error', "WARNING: default.register_falling_node is deprecated") + if minetest.registered_nodes[nodename] then + minetest.registered_nodes[nodename].groups.falling_node = 1 + end +end + +function default.spawn_falling_node(p, nodename) + spawn_falling_node(p, nodename) +end + +-- Liquids +WATER_ALPHA = minetest.registered_nodes["default:water_source"].alpha +WATER_VISC = minetest.registered_nodes["default:water_source"].liquid_viscosity +LAVA_VISC = minetest.registered_nodes["default:lava_source"].liquid_viscosity +LIGHT_MAX = default.LIGHT_MAX + +-- Formspecs +default.gui_suvival_form = default.gui_survival_form diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua new file mode 100644 index 0000000..1be4d7e --- /dev/null +++ b/mods/default/mapgen.lua @@ -0,0 +1,1138 @@ +-- +-- Aliases for map generator outputs +-- + +minetest.register_alias("mapgen_stone", "default:stone") +minetest.register_alias("mapgen_dirt", "default:dirt") +minetest.register_alias("mapgen_dirt_with_grass", "default:dirt_with_grass") +minetest.register_alias("mapgen_sand", "default:sand") +minetest.register_alias("mapgen_water_source", "default:water_source") +minetest.register_alias("mapgen_river_water_source", "default:river_water_source") +minetest.register_alias("mapgen_lava_source", "default:lava_source") +minetest.register_alias("mapgen_gravel", "default:gravel") +minetest.register_alias("mapgen_desert_stone", "default:desert_stone") +minetest.register_alias("mapgen_desert_sand", "default:desert_sand") +minetest.register_alias("mapgen_dirt_with_snow", "default:dirt_with_snow") +minetest.register_alias("mapgen_snowblock", "default:snowblock") +minetest.register_alias("mapgen_snow", "default:snow") +minetest.register_alias("mapgen_ice", "default:ice") +minetest.register_alias("mapgen_sandstone", "default:sandstone") + +-- Flora + +minetest.register_alias("mapgen_tree", "default:tree") +minetest.register_alias("mapgen_leaves", "default:leaves") +minetest.register_alias("mapgen_apple", "default:apple") +minetest.register_alias("mapgen_jungletree", "default:jungletree") +minetest.register_alias("mapgen_jungleleaves", "default:jungleleaves") +minetest.register_alias("mapgen_junglegrass", "default:junglegrass") +minetest.register_alias("mapgen_pine_tree", "default:pine_tree") +minetest.register_alias("mapgen_pine_needles", "default:pine_needles") + +-- Dungeons + +minetest.register_alias("mapgen_cobble", "default:cobble") +minetest.register_alias("mapgen_stair_cobble", "stairs:stair_cobble") +minetest.register_alias("mapgen_mossycobble", "default:mossycobble") +minetest.register_alias("mapgen_sandstonebrick", "default:sandstonebrick") +minetest.register_alias("mapgen_stair_sandstonebrick", "stairs:stair_sandstonebrick") + + +-- +-- Register ores +-- + +-- All mapgens except singlenode +-- Blob ore first to avoid other ores inside blobs + +function default.register_ores() + + -- Clay + + minetest.register_ore({ + ore_type = "blob", + ore = "default:clay", + wherein = {"default:sand"}, + clust_scarcity = 16 * 16 * 16, + clust_size = 5, + y_min = -15, + y_max = 0, + noise_threshhold = 0.0, + noise_params = { + offset = 0.5, + scale = 0.2, + spread = {x = 5, y = 5, z = 5}, + seed = -316, + octaves = 1, + persist = 0.0 + }, + }) + + -- Sand + + minetest.register_ore({ + ore_type = "blob", + ore = "default:sand", + wherein = {"default:stone"}, + clust_scarcity = 16 * 16 * 16, + clust_size = 5, + y_min = -31, + y_max = 4, + noise_threshhold = 0.0, + noise_params = { + offset = 0.5, + scale = 0.2, + spread = {x = 5, y = 5, z = 5}, + seed = 2316, + octaves = 1, + persist = 0.0 + }, + }) + + -- Dirt + + minetest.register_ore({ + ore_type = "blob", + ore = "default:dirt", + wherein = {"default:stone"}, + clust_scarcity = 16 * 16 * 16, + clust_size = 5, + y_min = -31, + y_max = 31000, + noise_threshhold = 0.0, + noise_params = { + offset = 0.5, + scale = 0.2, + spread = {x = 5, y = 5, z = 5}, + seed = 17676, + octaves = 1, + persist = 0.0 + }, + }) + + -- Gravel + + minetest.register_ore({ + ore_type = "blob", + ore = "default:gravel", + wherein = {"default:stone"}, + clust_scarcity = 16 * 16 * 16, + clust_size = 5, + y_min = -31000, + y_max = 31000, + noise_threshhold = 0.0, + noise_params = { + offset = 0.5, + scale = 0.2, + spread = {x = 5, y = 5, z = 5}, + seed = 766, + octaves = 1, + persist = 0.0 + }, + }) + + -- Coal + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_coal", + wherein = "default:stone", + clust_scarcity = 8 * 8 * 8, + clust_num_ores = 8, + clust_size = 3, + y_min = -31000, + y_max = 64, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_coal", + wherein = "default:stone", + clust_scarcity = 24 * 24 * 24, + clust_num_ores = 27, + clust_size = 6, + y_min = -31000, + y_max = 0, + }) + + -- Iron + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_iron", + wherein = "default:stone", + clust_scarcity = 12 * 12 * 12, + clust_num_ores = 3, + clust_size = 2, + y_min = -15, + y_max = 2, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_iron", + wherein = "default:stone", + clust_scarcity = 9 * 9 * 9, + clust_num_ores = 5, + clust_size = 3, + y_min = -63, + y_max = -16, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_iron", + wherein = "default:stone", + clust_scarcity = 7 * 7 * 7, + clust_num_ores = 5, + clust_size = 3, + y_min = -31000, + y_max = -64, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_iron", + wherein = "default:stone", + clust_scarcity = 24 * 24 * 24, + clust_num_ores = 27, + clust_size = 6, + y_min = -31000, + y_max = -64, + }) + + --Mese + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_mese", + wherein = "default:stone", + clust_scarcity = 18 * 18 * 18, + clust_num_ores = 3, + clust_size = 2, + y_min = -255, + y_max = -64, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_mese", + wherein = "default:stone", + clust_scarcity = 14 * 14 * 14, + clust_num_ores = 5, + clust_size = 3, + y_min = -31000, + y_max = -256, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:mese", + wherein = "default:stone", + clust_scarcity = 36 * 36 * 36, + clust_num_ores = 3, + clust_size = 2, + y_min = -31000, + y_max = -1024, + }) + + -- Gold + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_gold", + wherein = "default:stone", + clust_scarcity = 15 * 15 * 15, + clust_num_ores = 3, + clust_size = 2, + y_min = -255, + y_max = -64, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_gold", + wherein = "default:stone", + clust_scarcity = 13 * 13 * 13, + clust_num_ores = 5, + clust_size = 3, + y_min = -31000, + y_max = -256, + }) + + -- Diamond + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_diamond", + wherein = "default:stone", + clust_scarcity = 17 * 17 * 17, + clust_num_ores = 4, + clust_size = 3, + y_min = -255, + y_max = -128, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_diamond", + wherein = "default:stone", + clust_scarcity = 15 * 15 * 15, + clust_num_ores = 4, + clust_size = 3, + y_min = -31000, + y_max = -256, + }) + + -- Copper + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_copper", + wherein = "default:stone", + clust_scarcity = 12 * 12 * 12, + clust_num_ores = 4, + clust_size = 3, + y_min = -63, + y_max = -16, + }) + + minetest.register_ore({ + ore_type = "scatter", + ore = "default:stone_with_copper", + wherein = "default:stone", + clust_scarcity = 9 * 9 * 9, + clust_num_ores = 5, + clust_size = 3, + y_min = -31000, + y_max = -64, + }) +end + + +-- +-- Register biomes +-- + +-- All mapgens except mgv6 and singlenode + +function default.register_biomes() + minetest.clear_registered_biomes() + + -- Permanent ice + + minetest.register_biome({ + name = "glacier", + node_dust = "default:snowblock", + node_top = "default:snowblock", + depth_top = 1, + node_filler = "default:snowblock", + depth_filler = 3, + node_stone = "default:ice", + node_water_top = "default:ice", + depth_water_top = 10, + --node_water = "", + node_river_water = "default:ice", + y_min = -8, + y_max = 31000, + heat_point = -5, + humidity_point = 50, + }) + + minetest.register_biome({ + name = "glacier_ocean", + node_dust = "default:snowblock", + node_top = "default:gravel", + depth_top = 1, + node_filler = "default:gravel", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = -9, + heat_point = -5, + humidity_point = 50, + }) + + -- Cold + + minetest.register_biome({ + name = "tundra", + node_dust = "default:snow", + node_top = "default:dirt_with_snow", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 0, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 2, + y_max = 31000, + heat_point = 20, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "tundra_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 1, + heat_point = 20, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "taiga", + node_dust = "default:snow", + node_top = "default:snowblock", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 2, + y_max = 31000, + heat_point = 20, + humidity_point = 70, + }) + + minetest.register_biome({ + name = "taiga_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 1, + heat_point = 20, + humidity_point = 70, + }) + + -- Cool + + minetest.register_biome({ + name = "stone_grassland", + --node_dust = "", + node_top = "default:dirt_with_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 0, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 6, + y_max = 31000, + heat_point = 45, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "stone_grassland_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 5, + heat_point = 45, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "coniferous_forest", + --node_dust = "", + node_top = "default:dirt_with_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 6, + y_max = 31000, + heat_point = 45, + humidity_point = 70, + }) + + minetest.register_biome({ + name = "coniferous_forest_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 5, + heat_point = 45, + humidity_point = 70, + }) + + -- Warm + + minetest.register_biome({ + name = "sandstone_grassland", + --node_dust = "", + node_top = "default:dirt_with_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 0, + node_stone = "default:sandstone", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 6, + y_max = 31000, + heat_point = 70, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "sandstone_grassland_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + node_stone = "default:sandstone", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 5, + heat_point = 70, + humidity_point = 30, + }) + + minetest.register_biome({ + name = "deciduous_forest", + --node_dust = "", + node_top = "default:dirt_with_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 6, + y_max = 31000, + heat_point = 70, + humidity_point = 70, + }) + + minetest.register_biome({ + name = "deciduous_forest_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 5, + heat_point = 70, + humidity_point = 70, + }) + + -- Hot + + minetest.register_biome({ + name = "desert", + --node_dust = "", + node_top = "default:desert_sand", + depth_top = 1, + node_filler = "default:desert_sand", + depth_filler = 1, + node_stone = "default:desert_stone", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 5, + y_max = 31000, + heat_point = 95, + humidity_point = 10, + }) + + minetest.register_biome({ + name = "desert_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + node_stone = "default:desert_stone", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 4, + heat_point = 95, + humidity_point = 10, + }) + + minetest.register_biome({ + name = "savanna", + --node_dust = "", + node_top = "default:dirt_with_dry_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 1, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 5, + y_max = 31000, + heat_point = 95, + humidity_point = 50, + }) + + minetest.register_biome({ + name = "savanna_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = 4, + heat_point = 95, + humidity_point = 50, + }) + + minetest.register_biome({ + name = "rainforest", + --node_dust = "", + node_top = "default:dirt_with_grass", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 1, + y_max = 31000, + heat_point = 95, + humidity_point = 90, + }) + + minetest.register_biome({ + name = "rainforest_swamp", + --node_dust = "", + node_top = "default:dirt", + depth_top = 1, + node_filler = "default:dirt", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = 0, + y_max = 0, + heat_point = 95, + humidity_point = 90, + }) + + minetest.register_biome({ + name = "rainforest_ocean", + --node_dust = "", + node_top = "default:sand", + depth_top = 1, + node_filler = "default:sand", + depth_filler = 2, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -112, + y_max = -1, + heat_point = 95, + humidity_point = 90, + }) + + -- Underground + + minetest.register_biome({ + name = "underground", + --node_dust = "", + --node_top = "", + depth_top = 0, + --node_filler = "", + depth_filler = -4, + --node_stone = "", + --node_water_top = "", + --depth_water_top = , + --node_water = "", + --node_river_water = "", + y_min = -31000, + y_max = -113, + heat_point = 50, + humidity_point = 50, + }) +end + + +-- +-- Register decorations +-- + +-- Mgv6 + +function default.register_mgv6_decorations() + minetest.clear_registered_decorations() + + -- Papyrus + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:dirt_with_grass"}, + sidelen = 8, + noise_params = { + offset = -0.3, + scale = 0.7, + spread = {x = 100, y = 100, z = 100}, + seed = 354, + octaves = 3, + persist = 0.7 + }, + y_min = 1, + y_max = 1, + decoration = "default:papyrus", + height = 2, + height_max = 4, + spawn_by = "default:water_source", + num_spawn_by = 1, + }) + + -- Cacti + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:desert_sand"}, + sidelen = 16, + noise_params = { + offset = -0.012, + scale = 0.024, + spread = {x = 100, y = 100, z = 100}, + seed = 230, + octaves = 3, + persist = 0.6 + }, + y_min = 1, + y_max = 30, + decoration = "default:cactus", + height = 3, + height_max = 4, + }) + + -- Long grasses + + for length = 1, 5 do + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:dirt_with_grass"}, + sidelen = 16, + noise_params = { + offset = 0, + scale = 0.007, + spread = {x = 100, y = 100, z = 100}, + seed = 329, + octaves = 3, + persist = 0.6 + }, + y_min = 1, + y_max = 30, + decoration = "default:grass_"..length, + }) + end + + -- Dry shrubs + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:desert_sand", "default:dirt_with_snow"}, + sidelen = 16, + noise_params = { + offset = 0, + scale = 0.035, + spread = {x = 100, y = 100, z = 100}, + seed = 329, + octaves = 3, + persist = 0.6 + }, + y_min = 1, + y_max = 30, + decoration = "default:dry_shrub", + }) +end + +-- All mapgens except mgv6 and singlenode + +local function register_grass_decoration(offset, scale, length) + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:dirt_with_grass", "default:sand"}, + sidelen = 16, + noise_params = { + offset = offset, + scale = scale, + spread = {x=200, y=200, z=200}, + seed = 329, + octaves = 3, + persist = 0.6 + }, + biomes = { + "stone_grassland", "stone_grassland_ocean", + "sandstone_grassland", "sandstone_grassland_ocean", + "deciduous_forest", "deciduous_forest_ocean", + "coniferous_forest", "coniferous_forest_ocean", + }, + y_min = 5, + y_max = 31000, + decoration = "default:grass_"..length, + }) +end + +local function register_dry_grass_decoration(offset, scale, length) + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:dirt_with_dry_grass"}, + sidelen = 16, + noise_params = { + offset = offset, + scale = scale, + spread = {x=200, y=200, z=200}, + seed = 329, + octaves = 3, + persist = 0.6 + }, + biomes = {"savanna"}, + y_min = 5, + y_max = 31000, + decoration = "default:dry_grass_"..length, + }) +end + +function default.register_decorations() + minetest.clear_registered_decorations() + + -- Apple tree + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:dirt_with_grass"}, + sidelen = 16, + noise_params = { + offset = 0.04, + scale = 0.02, + spread = {x=250, y=250, z=250}, + seed = 2, + octaves = 3, + persist = 0.66 + }, + biomes = {"deciduous_forest"}, + y_min = 6, + y_max = 31000, + schematic = minetest.get_modpath("default").."/schematics/apple_tree.mts", + flags = "place_center_x, place_center_z", + }) + + -- Jungle tree + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:dirt_with_grass", "default:dirt"}, + sidelen = 80, + fill_ratio = 0.09, + biomes = {"rainforest", "rainforest_swamp"}, + y_min = 0, + y_max = 31000, + schematic = minetest.get_modpath("default").."/schematics/jungle_tree.mts", + flags = "place_center_x, place_center_z", + }) + + -- Taiga and temperate forest pine tree + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:snowblock", "default:dirt_with_grass"}, + sidelen = 16, + noise_params = { + offset = 0.04, + scale = 0.02, + spread = {x=250, y=250, z=250}, + seed = 2, + octaves = 3, + persist = 0.66 + }, + biomes = {"taiga", "coniferous_forest"}, + y_min = 2, + y_max = 31000, + schematic = minetest.get_modpath("default").."/schematics/pine_tree.mts", + flags = "place_center_x, place_center_z", + }) + + -- Acacia tree + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:dirt_with_dry_grass"}, + sidelen = 80, + noise_params = { + offset = 0, + scale = 0.003, + spread = {x=250, y=250, z=250}, + seed = 2, + octaves = 3, + persist = 0.66 + }, + biomes = {"savanna"}, + y_min = 6, + y_max = 31000, + schematic = minetest.get_modpath("default").."/schematics/acacia_tree.mts", + flags = "place_center_x, place_center_z", + rotation = "random", + }) + + -- Large cactus + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:desert_sand"}, + sidelen = 80, + noise_params = { + offset = -0.0005, + scale = 0.0015, + spread = {x=200, y=200, z=200}, + seed = 230, + octaves = 3, + persist = 0.6 + }, + biomes = {"desert"}, + y_min = 5, + y_max = 31000, + schematic = minetest.get_modpath("default").."/schematics/large_cactus.mts", + flags = "place_center_x", + rotation = "random", + }) + + -- Cactus + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:desert_sand"}, + sidelen = 80, + noise_params = { + offset = -0.0005, + scale = 0.0015, + spread = {x=200, y=200, z=200}, + seed = 230, + octaves = 3, + persist = 0.6 + }, + biomes = {"desert"}, + y_min = 5, + y_max = 31000, + decoration = "default:cactus", + height = 2, + height_max = 5, + }) + + -- Papyrus + + minetest.register_decoration({ + deco_type = "schematic", + place_on = {"default:sand"}, + sidelen = 16, + noise_params = { + offset = -0.3, + scale = 0.7, + spread = {x=200, y=200, z=200}, + seed = 354, + octaves = 3, + persist = 0.7 + }, + biomes = {"savanna_ocean", "desert_ocean"}, + y_min = 0, + y_max = 0, + schematic = minetest.get_modpath("default").."/schematics/papyrus.mts", + }) + + -- Grasses + + register_grass_decoration(-0.03, 0.09, 5) + register_grass_decoration(-0.015, 0.075, 4) + register_grass_decoration(0, 0.06, 3) + register_grass_decoration(0.015, 0.045, 2) + register_grass_decoration(0.03, 0.03, 1) + + -- Dry grasses + + register_dry_grass_decoration(0.01, 0.05, 5) + register_dry_grass_decoration(0.03, 0.03, 4) + register_dry_grass_decoration(0.05, 0.01, 3) + register_dry_grass_decoration(0.07, -0.01, 2) + register_dry_grass_decoration(0.09, -0.03, 1) + + -- Junglegrass + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:dirt_with_grass"}, + sidelen = 80, + fill_ratio = 0.1, + biomes = {"rainforest"}, + y_min = 1, + y_max = 31000, + decoration = "default:junglegrass", + }) + + -- Dry shrub + + minetest.register_decoration({ + deco_type = "simple", + place_on = {"default:desert_sand", "default:dirt_with_snow"}, + sidelen = 16, + noise_params = { + offset = 0, + scale = 0.02, + spread = {x=200, y=200, z=200}, + seed = 329, + octaves = 3, + persist = 0.6 + }, + biomes = {"desert", "tundra"}, + y_min = 2, + y_max = 31000, + decoration = "default:dry_shrub", + }) +end + + +-- +-- Generate nyan cats +-- + +-- All mapgens except singlenode + +function default.make_nyancat(pos, facedir, length) + local tailvec = {x = 0, y = 0, z = 0} + if facedir == 0 then + tailvec.z = 1 + elseif facedir == 1 then + tailvec.x = 1 + elseif facedir == 2 then + tailvec.z = -1 + elseif facedir == 3 then + tailvec.x = -1 + else + facedir = 0 + tailvec.z = 1 + end + local p = {x = pos.x, y = pos.y, z = pos.z} + minetest.set_node(p, {name = "default:nyancat", param2 = facedir}) + for i = 1, length do + p.x = p.x + tailvec.x + p.z = p.z + tailvec.z + minetest.set_node(p, {name = "default:nyancat_rainbow", param2 = facedir}) + end +end + +function default.generate_nyancats(minp, maxp, seed) + local height_min = -31000 + local height_max = 31000 + if maxp.y < height_min or minp.y > height_max then + return + end + local y_min = math.max(minp.y, height_min) + local y_max = math.min(maxp.y, height_max) + local volume = (maxp.x - minp.x + 1) * (y_max - y_min + 1) * (maxp.z - minp.z + 1) + local pr = PseudoRandom(seed + 9324342) + local max_num_nyancats = math.floor(volume / (16 * 16 * 16)) + for i = 1, max_num_nyancats do + if pr:next(0, 1000) == 0 then + local x0 = pr:next(minp.x, maxp.x) + local y0 = pr:next(minp.y, maxp.y) + local z0 = pr:next(minp.z, maxp.z) + local p0 = {x = x0, y = y0, z = z0} + default.make_nyancat(p0, pr:next(0, 3), pr:next(3, 15)) + end + end +end + + +-- +-- Detect mapgen to select functions +-- + +-- Mods using singlenode mapgen can call these functions to enable +-- the use of minetest.generate_ores or minetest.generate_decorations + +local mg_params = minetest.get_mapgen_params() +if mg_params.mgname == "v6" then + default.register_ores() + default.register_mgv6_decorations() + minetest.register_on_generated(default.generate_nyancats) +elseif mg_params.mgname ~= "singlenode" then + default.register_ores() + default.register_biomes() + default.register_decorations() + minetest.register_on_generated(default.generate_nyancats) +end diff --git a/mods/default/models/character.b3d b/mods/default/models/character.b3d new file mode 100644 index 0000000..bc9d927 Binary files /dev/null and b/mods/default/models/character.b3d differ diff --git a/mods/default/models/character.blend b/mods/default/models/character.blend new file mode 100644 index 0000000..34c5624 Binary files /dev/null and b/mods/default/models/character.blend differ diff --git a/mods/default/models/character.png b/mods/default/models/character.png new file mode 100644 index 0000000..0502178 Binary files /dev/null and b/mods/default/models/character.png differ diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua new file mode 100644 index 0000000..89dd587 --- /dev/null +++ b/mods/default/nodes.lua @@ -0,0 +1,1740 @@ +-- mods/default/nodes.lua + + +--[[ Node name convention: + +Although many node names are in combined-word form, the required form for new +node names is words separated by underscores. If both forms are used in written +language (for example pinewood and pine wood) the underscore form should be used. + +--]] + + +--[[ Index: + +Stone +----- +(1. Material 2. Cobble variant 3. Brick variant [4. Modified forms]) + +default:stone +default:cobble +default:stonebrick +default:mossycobble + +default:desert_stone +default:desert_cobble +default:desert_stonebrick + +default:sandstone +default:sandstonebrick + +default:obsidian +default:obsidianbrick + +Soft / Non-Stone +---------------- +(1. Material [2. Modified forms]) + +default:dirt +default:dirt_with_grass +default:dirt_with_grass_footsteps +default:dirt_with_dry_grass +default:dirt_with_snow + +default:sand +default:desert_sand + +default:gravel + +default:clay + +default:snow +default:snowblock + +default:ice + +Trees +----- +(1. Trunk 2. Fabricated trunk 3. Leaves 4. Sapling [5. Fruits]) + +default:tree +default:wood +default:leaves +default:sapling +default:apple + +default:jungletree +default:junglewood +default:jungleleaves +default:junglesapling + +default:pine_tree +default:pine_wood +default:pine_needles +default:pine_sapling + +default:acacia_tree +default:acacia_wood +default:acacia_leaves +default:acacia_sapling + +Ores +---- +(1. In stone 2. Block) + +default:stone_with_coal +default:coalblock + +default:stone_with_iron +default:steelblock + +default:stone_with_copper +default:copperblock +default:bronzeblock + +default:stone_with_gold +default:goldblock + +default:stone_with_mese +default:mese + +default:stone_with_diamond +default:diamondblock + +Plantlife (non-cubic) +--------------------- +default:cactus +default:papyrus +default:dry_shrub +default:junglegrass + +default:grass_1 +default:grass_2 +default:grass_3 +default:grass_4 +default:grass_5 + +default:dry_grass_1 +default:dry_grass_2 +default:dry_grass_3 +default:dry_grass_4 +default:dry_grass_5 + +Liquids +------- +(1. Source 2. Flowing) + +default:water_source +default:water_flowing + +default:river_water_source +default:river_water_flowing + +default:lava_source +default:lava_flowing + +Tools / "Advanced" crafting / Non-"natural" +------------------------------------------- +default:torch + +default:chest +default:chest_locked + +default:bookshelf + +default:sign_wall + +default:ladder + +default:fence_wood + +default:glass +default:obsidian_glass + +default:rail + +default:brick + +default:meselamp + +Misc +---- +default:cloud +default:nyancat +default:nyancat_rainbow + +--]] + +-- +-- Stone +-- + +minetest.register_node("default:stone", { + description = "Stone", + tiles = {"default_stone.png"}, + groups = {cracky = 3, stone = 1}, + drop = 'default:cobble', + legacy_mineral = true, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:cobble", { + description = "Cobblestone", + tiles = {"default_cobble.png"}, + is_ground_content = false, + groups = {cracky = 3, stone = 2}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:stonebrick", { + description = "Stone Brick", + tiles = {"default_stone_brick.png"}, + is_ground_content = false, + groups = {cracky = 2, stone = 1}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:mossycobble", { + description = "Mossy Cobblestone", + tiles = {"default_mossycobble.png"}, + is_ground_content = false, + groups = {cracky = 3, stone = 1}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:desert_stone", { + description = "Desert Stone", + tiles = {"default_desert_stone.png"}, + groups = {cracky = 3, stone = 1}, + drop = 'default:desert_cobble', + legacy_mineral = true, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:desert_cobble", { + description = "Desert Cobblestone", + tiles = {"default_desert_cobble.png"}, + is_ground_content = false, + groups = {cracky = 3, stone = 2}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:desert_stonebrick", { + description = "Desert Stone Brick", + tiles = {"default_desert_stone_brick.png"}, + is_ground_content = false, + groups = {cracky = 2, stone = 1}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:sandstone", { + description = "Sandstone", + tiles = {"default_sandstone.png"}, + groups = {crumbly = 2, cracky = 3}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:sandstonebrick", { + description = "Sandstone Brick", + tiles = {"default_sandstone_brick.png"}, + is_ground_content = false, + groups = {cracky = 2}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:obsidian", { + description = "Obsidian", + tiles = {"default_obsidian.png"}, + sounds = default.node_sound_stone_defaults(), + groups = {cracky = 1, level = 2}, +}) + +minetest.register_node("default:obsidianbrick", { + description = "Obsidian Brick", + tiles = {"default_obsidian_brick.png"}, + is_ground_content = false, + sounds = default.node_sound_stone_defaults(), + groups = {cracky = 1, level = 2}, +}) + +-- +-- Soft / Non-Stone +-- + +minetest.register_node("default:dirt", { + description = "Dirt", + tiles = {"default_dirt.png"}, + groups = {crumbly = 3, soil = 1}, + sounds = default.node_sound_dirt_defaults(), +}) + +minetest.register_node("default:dirt_with_grass", { + description = "Dirt with Grass", + tiles = {"default_grass.png", "default_dirt.png", + {name = "default_dirt.png^default_grass_side.png", + tileable_vertical = false}}, + groups = {crumbly = 3, soil = 1}, + drop = 'default:dirt', + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_grass_footstep", gain = 0.25}, + }), +}) + +minetest.register_node("default:dirt_with_grass_footsteps", { + description = "Dirt with Grass and Footsteps", + tiles = {"default_grass.png^default_footprint.png", "default_dirt.png", + {name = "default_dirt.png^default_grass_side.png", + tileable_vertical = false}}, + groups = {crumbly = 3, soil = 1, not_in_creative_inventory = 1}, + drop = 'default:dirt', + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_grass_footstep", gain = 0.25}, + }), +}) + +minetest.register_node("default:dirt_with_dry_grass", { + description = "Dirt with Dry Grass", + tiles = {"default_dry_grass.png", + "default_dirt.png", + {name = "default_dirt.png^default_dry_grass_side.png", + tileable_vertical = false}}, + groups = {crumbly = 3, soil = 1}, + drop = 'default:dirt', + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_grass_footstep", gain = 0.4}, + }), +}) + +minetest.register_node("default:dirt_with_snow", { + description = "Dirt with Snow", + tiles = {"default_snow.png", "default_dirt.png", + {name = "default_dirt.png^default_snow_side.png", + tileable_vertical = false}}, + groups = {crumbly = 3, soil = 1}, + drop = 'default:dirt', + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_snow_footstep", gain = 0.25}, + }), +}) + + +minetest.register_node("default:sand", { + description = "Sand", + tiles = {"default_sand.png"}, + groups = {crumbly = 3, falling_node = 1, sand = 1}, + sounds = default.node_sound_sand_defaults(), +}) + +minetest.register_node("default:desert_sand", { + description = "Desert Sand", + tiles = {"default_desert_sand.png"}, + groups = {crumbly = 3, falling_node = 1, sand = 1}, + sounds = default.node_sound_sand_defaults(), +}) + + +minetest.register_node("default:gravel", { + description = "Gravel", + tiles = {"default_gravel.png"}, + groups = {crumbly = 2, falling_node = 1}, + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_gravel_footstep", gain = 0.5}, + dug = {name = "default_gravel_footstep", gain = 1.0}, + }), +}) + + +minetest.register_node("default:clay", { + description = "Clay", + tiles = {"default_clay.png"}, + groups = {crumbly = 3}, + drop = 'default:clay_lump 4', + sounds = default.node_sound_dirt_defaults(), +}) + + +minetest.register_node("default:snow", { + description = "Snow", + tiles = {"default_snow.png"}, + inventory_image = "default_snowball.png", + wield_image = "default_snowball.png", + paramtype = "light", + buildable_to = true, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5}, + }, + }, + groups = {crumbly = 3, falling_node = 1, puts_out_fire = 1}, + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_snow_footstep", gain = 0.25}, + dug = {name = "default_snow_footstep", gain = 0.75}, + }), + + on_construct = function(pos) + pos.y = pos.y - 1 + if minetest.get_node(pos).name == "default:dirt_with_grass" then + minetest.set_node(pos, {name = "default:dirt_with_snow"}) + end + end, +}) + +minetest.register_node("default:snowblock", { + description = "Snow Block", + tiles = {"default_snow.png"}, + groups = {crumbly = 3, puts_out_fire = 1}, + sounds = default.node_sound_dirt_defaults({ + footstep = {name = "default_snow_footstep", gain = 0.25}, + dug = {name = "default_snow_footstep", gain = 0.75}, + }), +}) + + +minetest.register_node("default:ice", { + description = "Ice", + tiles = {"default_ice.png"}, + is_ground_content = false, + paramtype = "light", + groups = {cracky = 3, puts_out_fire = 1}, + sounds = default.node_sound_glass_defaults(), +}) + +-- +-- Trees +-- + +minetest.register_node("default:tree", { + description = "Tree", + tiles = {"default_tree_top.png", "default_tree_top.png", "default_tree.png"}, + paramtype2 = "facedir", + is_ground_content = false, + groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + + on_place = minetest.rotate_node +}) + +minetest.register_node("default:wood", { + description = "Wooden Planks", + tiles = {"default_wood.png"}, + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, wood = 1}, + sounds = default.node_sound_wood_defaults(), +}) + +minetest.register_node("default:sapling", { + description = "Sapling", + drawtype = "plantlike", + visual_scale = 1.0, + tiles = {"default_sapling.png"}, + inventory_image = "default_sapling.png", + wield_image = "default_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), +}) + +minetest.register_node("default:leaves", { + description = "Leaves", + drawtype = "allfaces_optional", + waving = 1, + walkable = false, + visual_scale = 1.3, + tiles = {"default_leaves.png"}, + special_tiles = {"default_leaves_simple.png"}, + paramtype = "light", + is_ground_content = false, + groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + { + -- player will get sapling with 1/20 chance + items = {'default:sapling'}, + rarity = 20, + }, + { + -- player will get leaves only if he get no saplings, + -- this is because max_items is 1 + items = {'default:leaves'}, + } + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = default.after_place_leaves, +}) + +minetest.register_node("default:apple", { + description = "Apple", + drawtype = "plantlike", + visual_scale = 1.0, + tiles = {"default_apple.png"}, + inventory_image = "default_apple.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + is_ground_content = false, + selection_box = { + type = "fixed", + fixed = {-0.2, -0.5, -0.2, 0.2, 0, 0.2} + }, + groups = {fleshy = 3, dig_immediate = 3, flammable = 2, + leafdecay = 3, leafdecay_drop = 1}, + on_use = minetest.item_eat(2), + sounds = default.node_sound_leaves_defaults(), + + after_place_node = function(pos, placer, itemstack) + if placer:is_player() then + minetest.set_node(pos, {name = "default:apple", param2 = 1}) + end + end, +}) + + +minetest.register_node("default:jungletree", { + description = "Jungle Tree", + tiles = {"default_jungletree_top.png", "default_jungletree_top.png", + "default_jungletree.png"}, + paramtype2 = "facedir", + is_ground_content = false, + groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + + on_place = minetest.rotate_node +}) + +minetest.register_node("default:junglewood", { + description = "Junglewood Planks", + tiles = {"default_junglewood.png"}, + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, wood = 1}, + sounds = default.node_sound_wood_defaults(), +}) + +minetest.register_node("default:jungleleaves", { + description = "Jungle Leaves", + drawtype = "allfaces_optional", + waving = 1, + walkable = false, + visual_scale = 1.3, + tiles = {"default_jungleleaves.png"}, + special_tiles = {"default_jungleleaves_simple.png"}, + paramtype = "light", + is_ground_content = false, + groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {'default:junglesapling'}, rarity = 20}, + {items = {'default:jungleleaves'}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = default.after_place_leaves, +}) + +minetest.register_node("default:junglesapling", { + description = "Jungle Sapling", + drawtype = "plantlike", + visual_scale = 1.0, + tiles = {"default_junglesapling.png"}, + inventory_image = "default_junglesapling.png", + wield_image = "default_junglesapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), +}) + + +minetest.register_node("default:pine_tree", { + description = "Pine Tree", + tiles = {"default_pine_tree_top.png", "default_pine_tree_top.png", + "default_pine_tree.png"}, + paramtype2 = "facedir", + is_ground_content = false, + groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + + on_place = minetest.rotate_node +}) + +minetest.register_node("default:pine_wood", { + description = "Pine Wood Planks", + tiles = {"default_pine_wood.png"}, + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, wood = 1}, + sounds = default.node_sound_wood_defaults(), +}) + +minetest.register_node("default:pine_needles",{ + description = "Pine Needles", + drawtype = "allfaces_optional", + visual_scale = 1.3, + walkable = false, + tiles = {"default_pine_needles.png"}, + waving = 1, + paramtype = "light", + is_ground_content = false, + groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:pine_sapling"}, rarity = 20}, + {items = {"default:pine_needles"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = default.after_place_leaves, +}) + +minetest.register_node("default:pine_sapling", { + description = "Pine Sapling", + drawtype = "plantlike", + visual_scale = 1.0, + tiles = {"default_pine_sapling.png"}, + inventory_image = "default_pine_sapling.png", + wield_image = "default_pine_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), +}) + + +minetest.register_node("default:acacia_tree", { + description = "Acacia Tree", + tiles = {"default_acacia_tree_top.png", "default_acacia_tree_top.png", + "default_acacia_tree.png"}, + paramtype2 = "facedir", + is_ground_content = false, + groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + + on_place = minetest.rotate_node +}) + +minetest.register_node("default:acacia_wood", { + description = "Acacia Wood Planks", + tiles = {"default_acacia_wood.png"}, + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, wood = 1}, + sounds = default.node_sound_wood_defaults(), +}) + +minetest.register_node("default:acacia_leaves", { + description = "Acacia Leaves", + drawtype = "allfaces_optional", + visual_scale = 1.3, + walkable = false, + tiles = {"default_acacia_leaves.png"}, + waving = 1, + paramtype = "light", + is_ground_content = false, + groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, + drop = { + max_items = 1, + items = { + {items = {"default:acacia_sapling"}, rarity = 20}, + {items = {"default:acacia_leaves"}} + } + }, + sounds = default.node_sound_leaves_defaults(), + + after_place_node = default.after_place_leaves, +}) + +minetest.register_node("default:acacia_sapling", { + description = "Acacia Tree Sapling", + drawtype = "plantlike", + visual_scale = 1.0, + tiles = {"default_acacia_sapling.png"}, + inventory_image = "default_acacia_sapling.png", + wield_image = "default_acacia_sapling.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3} + }, + groups = {snappy = 2, dig_immediate = 3, flammable = 2, + attached_node = 1, sapling = 1}, + sounds = default.node_sound_leaves_defaults(), +}) + +-- +-- Ores +-- + +minetest.register_node("default:stone_with_coal", { + description = "Coal Ore", + tiles = {"default_stone.png^default_mineral_coal.png"}, + groups = {cracky = 3}, + drop = 'default:coal_lump', + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:coalblock", { + description = "Coal Block", + tiles = {"default_coal_block.png"}, + is_ground_content = false, + groups = {cracky = 3}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:stone_with_iron", { + description = "Iron Ore", + tiles = {"default_stone.png^default_mineral_iron.png"}, + groups = {cracky = 2}, + drop = 'default:iron_lump', + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:steelblock", { + description = "Steel Block", + tiles = {"default_steel_block.png"}, + is_ground_content = false, + groups = {cracky = 1, level = 2}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:stone_with_copper", { + description = "Copper Ore", + tiles = {"default_stone.png^default_mineral_copper.png"}, + groups = {cracky = 2}, + drop = 'default:copper_lump', + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:copperblock", { + description = "Copper Block", + tiles = {"default_copper_block.png"}, + is_ground_content = false, + groups = {cracky = 1, level = 2}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:bronzeblock", { + description = "Bronze Block", + tiles = {"default_bronze_block.png"}, + is_ground_content = false, + groups = {cracky = 1, level = 2}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:stone_with_mese", { + description = "Mese Ore", + tiles = {"default_stone.png^default_mineral_mese.png"}, + paramtype = "light", + groups = {cracky = 1}, + drop = "default:mese_crystal", + sounds = default.node_sound_stone_defaults(), + light_source = 1, +}) + +minetest.register_node("default:mese", { + description = "Mese Block", + tiles = {"default_mese_block.png"}, + paramtype = "light", + groups = {cracky = 1, level = 2}, + sounds = default.node_sound_stone_defaults(), + light_source = 3, +}) + + +minetest.register_node("default:stone_with_gold", { + description = "Gold Ore", + tiles = {"default_stone.png^default_mineral_gold.png"}, + groups = {cracky = 2}, + drop = "default:gold_lump", + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:goldblock", { + description = "Gold Block", + tiles = {"default_gold_block.png"}, + is_ground_content = false, + groups = {cracky = 1}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:stone_with_diamond", { + description = "Diamond Ore", + tiles = {"default_stone.png^default_mineral_diamond.png"}, + groups = {cracky = 1}, + drop = "default:diamond", + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("default:diamondblock", { + description = "Diamond Block", + tiles = {"default_diamond_block.png"}, + is_ground_content = false, + groups = {cracky = 1, level = 3}, + sounds = default.node_sound_stone_defaults(), +}) + +-- +-- Plantlife (non-cubic) +-- + +minetest.register_node("default:cactus", { + description = "Cactus", + tiles = {"default_cactus_top.png", "default_cactus_top.png", + "default_cactus_side.png"}, + paramtype2 = "facedir", + groups = {snappy = 1, choppy = 3, flammable = 2}, + sounds = default.node_sound_wood_defaults(), + on_place = minetest.rotate_node, + + after_dig_node = function(pos, node, metadata, digger) + default.dig_up(pos, node, digger) + end, +}) + +minetest.register_node("default:papyrus", { + description = "Papyrus", + drawtype = "plantlike", + tiles = {"default_papyrus.png"}, + inventory_image = "default_papyrus.png", + wield_image = "default_papyrus.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + selection_box = { + type = "fixed", + fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} + }, + groups = {snappy = 3, flammable = 2}, + sounds = default.node_sound_leaves_defaults(), + + after_dig_node = function(pos, node, metadata, digger) + default.dig_up(pos, node, digger) + end, +}) + +minetest.register_node("default:dry_shrub", { + description = "Dry Shrub", + drawtype = "plantlike", + waving = 1, + visual_scale = 1.0, + tiles = {"default_dry_shrub.png"}, + inventory_image = "default_dry_shrub.png", + wield_image = "default_dry_shrub.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + groups = {snappy = 3, flammable = 3, attached_node = 1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, +}) + +minetest.register_node("default:junglegrass", { + description = "Jungle Grass", + drawtype = "plantlike", + waving = 1, + tiles = {"default_junglegrass.png"}, + inventory_image = "default_junglegrass.png", + wield_image = "default_junglegrass.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + groups = {snappy = 3, flammable = 2, flora = 1, attached_node = 1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, +}) + + +minetest.register_node("default:grass_1", { + description = "Grass", + drawtype = "plantlike", + waving = 1, + tiles = {"default_grass_1.png"}, + -- Use texture of a taller grass stage in inventory + inventory_image = "default_grass_3.png", + wield_image = "default_grass_3.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, + + on_place = function(itemstack, placer, pointed_thing) + -- place a random grass node + local stack = ItemStack("default:grass_" .. math.random(1,5)) + local ret = minetest.item_place(stack, placer, pointed_thing) + return ItemStack("default:grass_1 " .. + itemstack:get_count() - (1 - ret:get_count())) + end, +}) + +for i = 2, 5 do + minetest.register_node("default:grass_" .. i, { + description = "Grass", + drawtype = "plantlike", + waving = 1, + tiles = {"default_grass_" .. i .. ".png"}, + inventory_image = "default_grass_" .. i .. ".png", + wield_image = "default_grass_" .. i .. ".png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + drop = "default:grass_1", + groups = {snappy = 3, flammable = 3, flora = 1, + attached_node = 1, not_in_creative_inventory = 1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, + }) +end + + +minetest.register_node("default:dry_grass_1", { + description = "Dry Grass", + drawtype = "plantlike", + waving = 1, + tiles = {"default_dry_grass_1.png"}, + inventory_image = "default_dry_grass_3.png", + wield_image = "default_dry_grass_3.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, + + on_place = function(itemstack, placer, pointed_thing) + -- place a random dry grass node + local stack = ItemStack("default:dry_grass_" .. math.random(1, 5)) + local ret = minetest.item_place(stack, placer, pointed_thing) + return ItemStack("default:dry_grass_1 " .. + itemstack:get_count() - (1 - ret:get_count())) + end, +}) + +for i = 2, 5 do + minetest.register_node("default:dry_grass_" .. i, { + description = "Dry Grass", + drawtype = "plantlike", + waving = 1, + tiles = {"default_dry_grass_" .. i .. ".png"}, + inventory_image = "default_dry_grass_" .. i .. ".png", + wield_image = "default_dry_grass_" .. i .. ".png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + buildable_to = true, + groups = {snappy = 3, flammable = 3, flora = 1, + attached_node = 1, not_in_creative_inventory=1}, + drop = "default:dry_grass_1", + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}, + }, + }) +end + +-- +-- Liquids +-- + +minetest.register_node("default:water_source", { + description = "Water Source", + inventory_image = minetest.inventorycube("default_water.png"), + drawtype = "liquid", + tiles = { + { + name = "default_water_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + }, + special_tiles = { + -- New-style water source material (mostly unused) + { + name = "default_water_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + backface_culling = false, + }, + }, + alpha = 160, + paramtype = "light", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:water_flowing", + liquid_alternative_source = "default:water_source", + liquid_viscosity = 1, + post_effect_color = {a = 120, r = 30, g = 60, b = 90}, + groups = {water = 3, liquid = 3, puts_out_fire = 1}, +}) + +minetest.register_node("default:water_flowing", { + description = "Flowing Water", + inventory_image = minetest.inventorycube("default_water.png"), + drawtype = "flowingliquid", + tiles = {"default_water.png"}, + special_tiles = { + { + name = "default_water_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + { + name = "default_water_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + }, + alpha = 160, + paramtype = "light", + paramtype2 = "flowingliquid", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:water_flowing", + liquid_alternative_source = "default:water_source", + liquid_viscosity = 1, + post_effect_color = {a = 120, r = 30, g = 60, b = 90}, + groups = {water = 3, liquid = 3, puts_out_fire = 1, + not_in_creative_inventory = 1}, +}) + + +minetest.register_node("default:river_water_source", { + description = "River Water Source", + inventory_image = minetest.inventorycube("default_river_water.png"), + drawtype = "liquid", + tiles = { + { + name = "default_river_water_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + }, + }, + special_tiles = { + { + name = "default_river_water_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 2.0, + }, + backface_culling = false, + }, + }, + alpha = 160, + paramtype = "light", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:river_water_flowing", + liquid_alternative_source = "default:river_water_source", + liquid_viscosity = 1, + liquid_renewable = false, + liquid_range = 2, + post_effect_color = {a = 120, r = 30, g = 76, b = 90}, + groups = {water = 3, liquid = 3, puts_out_fire = 1}, +}) + +minetest.register_node("default:river_water_flowing", { + description = "Flowing River Water", + inventory_image = minetest.inventorycube("default_river_water.png"), + drawtype = "flowingliquid", + tiles = {"default_river_water.png"}, + special_tiles = { + { + name = "default_river_water_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + { + name = "default_river_water_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 0.8, + }, + }, + }, + alpha = 160, + paramtype = "light", + paramtype2 = "flowingliquid", + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:river_water_flowing", + liquid_alternative_source = "default:river_water_source", + liquid_viscosity = 1, + liquid_renewable = false, + liquid_range = 2, + post_effect_color = {a = 120, r = 30, g = 76, b = 90}, + groups = {water = 3, liquid = 3, puts_out_fire = 1, + not_in_creative_inventory = 1}, +}) + + +minetest.register_node("default:lava_source", { + description = "Lava Source", + inventory_image = minetest.inventorycube("default_lava.png"), + drawtype = "liquid", + tiles = { + { + name = "default_lava_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0, + }, + }, + }, + special_tiles = { + -- New-style lava source material (mostly unused) + { + name = "default_lava_source_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0, + }, + backface_culling = false, + }, + }, + paramtype = "light", + light_source = default.LIGHT_MAX - 1, + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "source", + liquid_alternative_flowing = "default:lava_flowing", + liquid_alternative_source = "default:lava_source", + liquid_viscosity = 7, + liquid_renewable = false, + damage_per_second = 4 * 2, + post_effect_color = {a = 192, r = 255, g = 64, b = 0}, + groups = {lava = 3, liquid = 2, hot = 3, igniter = 1}, +}) + +minetest.register_node("default:lava_flowing", { + description = "Flowing Lava", + inventory_image = minetest.inventorycube("default_lava.png"), + drawtype = "flowingliquid", + tiles = {"default_lava.png"}, + special_tiles = { + { + name = "default_lava_flowing_animated.png", + backface_culling = false, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.3, + }, + }, + { + name = "default_lava_flowing_animated.png", + backface_culling = true, + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.3, + }, + }, + }, + paramtype = "light", + paramtype2 = "flowingliquid", + light_source = default.LIGHT_MAX - 1, + walkable = false, + pointable = false, + diggable = false, + buildable_to = true, + is_ground_content = false, + drop = "", + drowning = 1, + liquidtype = "flowing", + liquid_alternative_flowing = "default:lava_flowing", + liquid_alternative_source = "default:lava_source", + liquid_viscosity = 7, + liquid_renewable = false, + damage_per_second = 4 * 2, + post_effect_color = {a = 192, r = 255, g = 64, b = 0}, + groups = {lava = 3, liquid = 2, hot = 3, igniter = 1, + not_in_creative_inventory = 1}, +}) + +-- +-- Tools / "Advanced" crafting / Non-"natural" +-- + +minetest.register_node("default:torch", { + description = "Torch", + drawtype = "torchlike", + tiles = { + { + name = "default_torch_on_floor_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0 + }, + }, + { + name="default_torch_on_ceiling_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0 + }, + }, + { + name="default_torch_animated.png", + animation = { + type = "vertical_frames", + aspect_w = 16, + aspect_h = 16, + length = 3.0 + }, + }, + }, + inventory_image = "default_torch_on_floor.png", + wield_image = "default_torch_on_floor.png", + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + is_ground_content = false, + walkable = false, + light_source = default.LIGHT_MAX - 1, + selection_box = { + type = "wallmounted", + wall_top = {-0.1, 0.5 - 0.6, -0.1, 0.1, 0.5, 0.1}, + wall_bottom = {-0.1, -0.5, -0.1, 0.1, -0.5 + 0.6, 0.1}, + wall_side = {-0.5, -0.3, -0.1, -0.5 + 0.3, 0.3, 0.1}, + }, + groups = {choppy = 2, dig_immediate = 3, flammable = 1, attached_node = 1}, + legacy_wallmounted = true, + sounds = default.node_sound_defaults(), +}) + + +local chest_formspec = + "size[8,9]" .. + default.gui_bg .. + default.gui_bg_img .. + default.gui_slots .. + "list[current_name;main;0,0.3;8,4;]" .. + "list[current_player;main;0,4.85;8,1;]" .. + "list[current_player;main;0,6.08;8,3;8]" .. + "listring[current_name;main]" .. + "listring[current_player;main]" .. + default.get_hotbar_bg(0,4.85) + +local function get_locked_chest_formspec(pos) + local spos = pos.x .. "," .. pos.y .. "," .. pos.z + local formspec = + "size[8,9]" .. + default.gui_bg .. + default.gui_bg_img .. + default.gui_slots .. + "list[nodemeta:" .. spos .. ";main;0,0.3;8,4;]" .. + "list[current_player;main;0,4.85;8,1;]" .. + "list[current_player;main;0,6.08;8,3;8]" .. + "listring[nodemeta:" .. spos .. ";main]" .. + "listring[current_player;main]" .. + default.get_hotbar_bg(0,4.85) + return formspec +end + +local function has_locked_chest_privilege(meta, player) + if player:get_player_name() ~= meta:get_string("owner") then + return false + end + return true +end + +minetest.register_node("default:chest", { + description = "Chest", + tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", + "default_chest_side.png", "default_chest_side.png", "default_chest_front.png"}, + paramtype2 = "facedir", + groups = {choppy = 2, oddly_breakable_by_hand = 2}, + legacy_facedir_simple = true, + is_ground_content = false, + sounds = default.node_sound_wood_defaults(), + + on_construct = function(pos) + local meta = minetest.get_meta(pos) + meta:set_string("formspec", chest_formspec) + meta:set_string("infotext", "Chest") + local inv = meta:get_inventory() + inv:set_size("main", 8*4) + end, + can_dig = function(pos,player) + local meta = minetest.get_meta(pos); + local inv = meta:get_inventory() + return inv:is_empty("main") + end, + on_metadata_inventory_move = function(pos, from_list, from_index, + to_list, to_index, count, player) + minetest.log("action", player:get_player_name() .. + " moves stuff in chest at " .. minetest.pos_to_string(pos)) + end, + on_metadata_inventory_put = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " moves stuff to chest at " .. minetest.pos_to_string(pos)) + end, + on_metadata_inventory_take = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " takes stuff from chest at " .. minetest.pos_to_string(pos)) + end, +}) + +minetest.register_node("default:chest_locked", { + description = "Locked Chest", + tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", + "default_chest_side.png", "default_chest_side.png", "default_chest_lock.png"}, + paramtype2 = "facedir", + groups = {choppy = 2, oddly_breakable_by_hand = 2}, + legacy_facedir_simple = true, + is_ground_content = false, + sounds = default.node_sound_wood_defaults(), + + after_place_node = function(pos, placer) + local meta = minetest.get_meta(pos) + meta:set_string("owner", placer:get_player_name() or "") + meta:set_string("infotext", "Locked Chest (owned by " .. + meta:get_string("owner") .. ")") + end, + on_construct = function(pos) + local meta = minetest.get_meta(pos) + meta:set_string("infotext", "Locked Chest") + meta:set_string("owner", "") + local inv = meta:get_inventory() + inv:set_size("main", 8 * 4) + end, + can_dig = function(pos,player) + local meta = minetest.get_meta(pos); + local inv = meta:get_inventory() + return inv:is_empty("main") and has_locked_chest_privilege(meta, player) + end, + allow_metadata_inventory_move = function(pos, from_list, from_index, + to_list, to_index, count, player) + local meta = minetest.get_meta(pos) + if not has_locked_chest_privilege(meta, player) then + return 0 + end + return count + end, + allow_metadata_inventory_put = function(pos, listname, index, stack, player) + local meta = minetest.get_meta(pos) + if not has_locked_chest_privilege(meta, player) then + return 0 + end + return stack:get_count() + end, + allow_metadata_inventory_take = function(pos, listname, index, stack, player) + local meta = minetest.get_meta(pos) + if not has_locked_chest_privilege(meta, player) then + return 0 + end + return stack:get_count() + end, + on_metadata_inventory_put = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " moves stuff to locked chest at " .. minetest.pos_to_string(pos)) + end, + on_metadata_inventory_take = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " takes stuff from locked chest at " .. minetest.pos_to_string(pos)) + end, + on_rightclick = function(pos, node, clicker) + local meta = minetest.get_meta(pos) + if has_locked_chest_privilege(meta, clicker) then + minetest.show_formspec( + clicker:get_player_name(), + "default:chest_locked", + get_locked_chest_formspec(pos) + ) + end + end, + on_blast = function() end, +}) + + +local bookshelf_formspec = + "size[8,7;]" .. + default.gui_bg .. + default.gui_bg_img .. + default.gui_slots .. + "list[context;books;0,0.3;8,2;]" .. + "list[current_player;main;0,2.85;8,1;]" .. + "list[current_player;main;0,4.08;8,3;8]" .. + "listring[context;books]" .. + "listring[current_player;main]" .. + default.get_hotbar_bg(0,2.85) + +minetest.register_node("default:bookshelf", { + description = "Bookshelf", + tiles = {"default_wood.png", "default_wood.png", "default_bookshelf.png"}, + is_ground_content = false, + groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 3}, + sounds = default.node_sound_wood_defaults(), + + on_construct = function(pos) + local meta = minetest.get_meta(pos) + meta:set_string("formspec", bookshelf_formspec) + local inv = meta:get_inventory() + inv:set_size("books", 8 * 2) + end, + can_dig = function(pos,player) + local meta = minetest.get_meta(pos); + local inv = meta:get_inventory() + return inv:is_empty("books") + end, + + allow_metadata_inventory_put = function(pos, listname, index, stack, player) + local meta = minetest.get_meta(pos) + local inv = meta:get_inventory() + local to_stack = inv:get_stack(listname, index) + if listname == "books" then + if minetest.get_item_group(stack:get_name(), "book") ~= 0 + and to_stack:is_empty() then + return 1 + else + return 0 + end + end + end, + + allow_metadata_inventory_move = function(pos, from_list, from_index, + to_list, to_index, count, player) + local meta = minetest.get_meta(pos) + local inv = meta:get_inventory() + local stack = inv:get_stack(from_list, from_index) + local to_stack = inv:get_stack(to_list, to_index) + if to_list == "books" then + if minetest.get_item_group(stack:get_name(), "book") ~= 0 + and to_stack:is_empty() then + return 1 + else + return 0 + end + end + end, + + on_metadata_inventory_move = function(pos, from_list, from_index, + to_list, to_index, count, player) + minetest.log("action", player:get_player_name() .. + " moves stuff in bookshelf at " .. minetest.pos_to_string(pos)) + end, + on_metadata_inventory_put = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " moves stuff to bookshelf at " .. minetest.pos_to_string(pos)) + end, + on_metadata_inventory_take = function(pos, listname, index, stack, player) + minetest.log("action", player:get_player_name() .. + " takes stuff from bookshelf at " .. minetest.pos_to_string(pos)) + end, +}) + + +minetest.register_node("default:sign_wall", { + description = "Sign", + drawtype = "nodebox", + tiles = {"default_sign.png"}, + inventory_image = "default_sign_wall.png", + wield_image = "default_sign_wall.png", + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + is_ground_content = false, + walkable = false, + node_box = { + type = "wallmounted", + wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125}, + wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125}, + wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375}, + }, + groups = {choppy = 2, dig_immediate = 2, attached_node = 1}, + legacy_wallmounted = true, + sounds = default.node_sound_defaults(), + + on_construct = function(pos) + --local n = minetest.get_node(pos) + local meta = minetest.get_meta(pos) + meta:set_string("formspec", "field[text;;${text}]") + meta:set_string("infotext", "\"\"") + end, + on_receive_fields = function(pos, formname, fields, sender) + --print("Sign at "..minetest.pos_to_string(pos).." got "..dump(fields)) + if minetest.is_protected(pos, sender:get_player_name()) then + minetest.record_protection_violation(pos, sender:get_player_name()) + return + end + local meta = minetest.get_meta(pos) + if not fields.text then return end + minetest.log("action", (sender:get_player_name() or "") .. " wrote \"" .. + fields.text .. "\" to sign at " .. minetest.pos_to_string(pos)) + meta:set_string("text", fields.text) + meta:set_string("infotext", '"' .. fields.text .. '"') + end, +}) + + +minetest.register_node("default:ladder", { + description = "Ladder", + drawtype = "signlike", + tiles = {"default_ladder.png"}, + inventory_image = "default_ladder.png", + wield_image = "default_ladder.png", + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + climbable = true, + is_ground_content = false, + selection_box = { + type = "wallmounted", + --wall_top = = + --wall_bottom = = + --wall_side = = + }, + groups = {choppy = 2, oddly_breakable_by_hand = 3, flammable = 2}, + legacy_wallmounted = true, + sounds = default.node_sound_wood_defaults(), +}) + + +local fence_texture = + "default_fence_overlay.png^default_wood.png^default_fence_overlay.png^[makealpha:255,126,126" +minetest.register_node("default:fence_wood", { + description = "Wooden Fence", + drawtype = "fencelike", + tiles = {"default_wood.png"}, + inventory_image = fence_texture, + wield_image = fence_texture, + paramtype = "light", + sunlight_propagates = true, + is_ground_content = false, + selection_box = { + type = "fixed", + fixed = {-1/7, -1/2, -1/7, 1/7, 1/2, 1/7}, + }, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + sounds = default.node_sound_wood_defaults(), +}) + + +minetest.register_node("default:glass", { + description = "Glass", + drawtype = "glasslike_framed_optional", + tiles = {"default_glass.png", "default_glass_detail.png"}, + inventory_image = minetest.inventorycube("default_glass.png"), + paramtype = "light", + sunlight_propagates = true, + is_ground_content = false, + groups = {cracky = 3, oddly_breakable_by_hand = 3}, + sounds = default.node_sound_glass_defaults(), +}) + +minetest.register_node("default:obsidian_glass", { + description = "Obsidian Glass", + drawtype = "glasslike_framed_optional", + tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"}, + inventory_image = minetest.inventorycube("default_obsidian_glass.png"), + paramtype = "light", + is_ground_content = false, + sunlight_propagates = true, + sounds = default.node_sound_glass_defaults(), + groups = {cracky = 3, oddly_breakable_by_hand = 3}, +}) + + +minetest.register_node("default:rail", { + description = "Rail", + drawtype = "raillike", + tiles = {"default_rail.png", "default_rail_curved.png", + "default_rail_t_junction.png", "default_rail_crossing.png"}, + inventory_image = "default_rail.png", + wield_image = "default_rail.png", + paramtype = "light", + sunlight_propagates = true, + walkable = false, + is_ground_content = false, + selection_box = { + type = "fixed", + -- but how to specify the dimensions for curved and sideways rails? + fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2}, + }, + groups = {bendy = 2, dig_immediate = 2, attached_node = 1, + connect_to_raillike = minetest.raillike_group("rail")}, +}) + + +minetest.register_node("default:brick", { + description = "Brick Block", + tiles = {"default_brick.png"}, + is_ground_content = false, + groups = {cracky = 3}, + sounds = default.node_sound_stone_defaults(), +}) + + +minetest.register_node("default:meselamp", { + description = "Mese Lamp", + drawtype = "glasslike", + tiles = {"default_meselamp.png"}, + paramtype = "light", + sunlight_propagates = true, + is_ground_content = false, + groups = {cracky = 3, oddly_breakable_by_hand = 3}, + sounds = default.node_sound_glass_defaults(), + light_source = default.LIGHT_MAX, +}) + +-- +-- Misc +-- + +minetest.register_node("default:cloud", { + description = "Cloud", + tiles = {"default_cloud.png"}, + is_ground_content = false, + sounds = default.node_sound_defaults(), + groups = {not_in_creative_inventory = 1}, +}) + +minetest.register_node("default:nyancat", { + description = "Nyan Cat", + tiles = {"default_nc_side.png", "default_nc_side.png", "default_nc_side.png", + "default_nc_side.png", "default_nc_back.png", "default_nc_front.png"}, + paramtype2 = "facedir", + groups = {cracky = 2}, + is_ground_content = false, + legacy_facedir_simple = true, + sounds = default.node_sound_defaults(), +}) + +minetest.register_node("default:nyancat_rainbow", { + description = "Nyan Cat Rainbow", + tiles = { + "default_nc_rb.png^[transformR90", "default_nc_rb.png^[transformR90", + "default_nc_rb.png", "default_nc_rb.png" + }, + paramtype2 = "facedir", + groups = {cracky = 2}, + is_ground_content = false, + sounds = default.node_sound_defaults(), +}) diff --git a/mods/default/player.lua b/mods/default/player.lua new file mode 100644 index 0000000..e4fb2ad --- /dev/null +++ b/mods/default/player.lua @@ -0,0 +1,159 @@ +-- Minetest 0.4 mod: player +-- See README.txt for licensing and other information. + +-- Player animation blending +-- Note: This is currently broken due to a bug in Irrlicht, leave at 0 +local animation_blend = 0 + +default.registered_player_models = { } + +-- Local for speed. +local models = default.registered_player_models + +function default.player_register_model(name, def) + models[name] = def +end + +-- Default player appearance +default.player_register_model("character.b3d", { + animation_speed = 30, + textures = {"character.png", }, + animations = { + -- Standard animations. + stand = { x= 0, y= 79, }, + lay = { x=162, y=166, }, + walk = { x=168, y=187, }, + mine = { x=189, y=198, }, + walk_mine = { x=200, y=219, }, + -- Extra animations (not currently used by the game). + sit = { x= 81, y=160, }, + }, +}) + +-- Player stats and animations +local player_model = {} +local player_textures = {} +local player_anim = {} +local player_sneak = {} +default.player_attached = {} + +function default.player_get_animation(player) + local name = player:get_player_name() + return { + model = player_model[name], + textures = player_textures[name], + animation = player_anim[name], + } +end + +-- Called when a player's appearance needs to be updated +function default.player_set_model(player, model_name) + local name = player:get_player_name() + local model = models[model_name] + if model then + if player_model[name] == model_name then + return + end + player:set_properties({ + mesh = model_name, + textures = player_textures[name] or model.textures, + visual = "mesh", + visual_size = model.visual_size or {x=1, y=1}, + }) + default.player_set_animation(player, "stand") + else + player:set_properties({ + textures = { "player.png", "player_back.png", }, + visual = "upright_sprite", + }) + end + player_model[name] = model_name +end + +function default.player_set_textures(player, textures) + local name = player:get_player_name() + player_textures[name] = textures + player:set_properties({textures = textures,}) +end + +function default.player_set_animation(player, anim_name, speed) + local name = player:get_player_name() + if player_anim[name] == anim_name then + return + end + local model = player_model[name] and models[player_model[name]] + if not (model and model.animations[anim_name]) then + return + end + local anim = model.animations[anim_name] + player_anim[name] = anim_name + player:set_animation(anim, speed or model.animation_speed, animation_blend) +end + +-- Update appearance when the player joins +minetest.register_on_joinplayer(function(player) + default.player_attached[player:get_player_name()] = false + default.player_set_model(player, "character.b3d") + player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30) + + -- set GUI + if not minetest.setting_getbool("creative_mode") then + player:set_inventory_formspec(default.gui_survival_form) + end + player:hud_set_hotbar_image("gui_hotbar.png") + player:hud_set_hotbar_selected_image("gui_hotbar_selected.png") +end) + +minetest.register_on_leaveplayer(function(player) + local name = player:get_player_name() + player_model[name] = nil + player_anim[name] = nil + player_textures[name] = nil +end) + +-- Localize for better performance. +local player_set_animation = default.player_set_animation +local player_attached = default.player_attached + +-- Check each player and apply animations +minetest.register_globalstep(function(dtime) + for _, player in pairs(minetest.get_connected_players()) do + local name = player:get_player_name() + local model_name = player_model[name] + local model = model_name and models[model_name] + if model and not player_attached[name] then + local controls = player:get_player_control() + local walking = false + local animation_speed_mod = model.animation_speed or 30 + + -- Determine if the player is walking + if controls.up or controls.down or controls.left or controls.right then + walking = true + end + + -- Determine if the player is sneaking, and reduce animation speed if so + if controls.sneak then + animation_speed_mod = animation_speed_mod / 2 + end + + -- Apply animations based on what the player is doing + if player:get_hp() == 0 then + player_set_animation(player, "lay") + elseif walking then + if player_sneak[name] ~= controls.sneak then + player_anim[name] = nil + player_sneak[name] = controls.sneak + end + if controls.LMB then + player_set_animation(player, "walk_mine", animation_speed_mod) + else + player_set_animation(player, "walk", animation_speed_mod) + end + elseif controls.LMB then + player_set_animation(player, "mine") + else + player_set_animation(player, "stand", animation_speed_mod) + end + end + end +end) diff --git a/mods/default/schematics/acacia_tree.mts b/mods/default/schematics/acacia_tree.mts new file mode 100644 index 0000000..43e7867 Binary files /dev/null and b/mods/default/schematics/acacia_tree.mts differ diff --git a/mods/default/schematics/acacia_tree_from_sapling.mts b/mods/default/schematics/acacia_tree_from_sapling.mts new file mode 100644 index 0000000..23e8e4b Binary files /dev/null and b/mods/default/schematics/acacia_tree_from_sapling.mts differ diff --git a/mods/default/schematics/apple_tree.mts b/mods/default/schematics/apple_tree.mts new file mode 100644 index 0000000..a75fa10 Binary files /dev/null and b/mods/default/schematics/apple_tree.mts differ diff --git a/mods/default/schematics/apple_tree_from_sapling.mts b/mods/default/schematics/apple_tree_from_sapling.mts new file mode 100644 index 0000000..8753f2a Binary files /dev/null and b/mods/default/schematics/apple_tree_from_sapling.mts differ diff --git a/mods/default/schematics/jungle_tree.mts b/mods/default/schematics/jungle_tree.mts new file mode 100644 index 0000000..329364a Binary files /dev/null and b/mods/default/schematics/jungle_tree.mts differ diff --git a/mods/default/schematics/jungle_tree_from_sapling.mts b/mods/default/schematics/jungle_tree_from_sapling.mts new file mode 100644 index 0000000..babaa45 Binary files /dev/null and b/mods/default/schematics/jungle_tree_from_sapling.mts differ diff --git a/mods/default/schematics/large_cactus.mts b/mods/default/schematics/large_cactus.mts new file mode 100644 index 0000000..b71077b Binary files /dev/null and b/mods/default/schematics/large_cactus.mts differ diff --git a/mods/default/schematics/papyrus.mts b/mods/default/schematics/papyrus.mts new file mode 100644 index 0000000..8af4dc2 Binary files /dev/null and b/mods/default/schematics/papyrus.mts differ diff --git a/mods/default/schematics/pine_tree.mts b/mods/default/schematics/pine_tree.mts new file mode 100644 index 0000000..9eb6302 Binary files /dev/null and b/mods/default/schematics/pine_tree.mts differ diff --git a/mods/default/schematics/pine_tree_from_sapling.mts b/mods/default/schematics/pine_tree_from_sapling.mts new file mode 100644 index 0000000..629c5da Binary files /dev/null and b/mods/default/schematics/pine_tree_from_sapling.mts differ diff --git a/mods/default/sounds/default_break_glass.1.ogg b/mods/default/sounds/default_break_glass.1.ogg new file mode 100644 index 0000000..b1ccc5f Binary files /dev/null and b/mods/default/sounds/default_break_glass.1.ogg differ diff --git a/mods/default/sounds/default_break_glass.2.ogg b/mods/default/sounds/default_break_glass.2.ogg new file mode 100644 index 0000000..b6cc9e8 Binary files /dev/null and b/mods/default/sounds/default_break_glass.2.ogg differ diff --git a/mods/default/sounds/default_break_glass.3.ogg b/mods/default/sounds/default_break_glass.3.ogg new file mode 100644 index 0000000..ae6a6bf Binary files /dev/null and b/mods/default/sounds/default_break_glass.3.ogg differ diff --git a/mods/default/sounds/default_cool_lava.1.ogg b/mods/default/sounds/default_cool_lava.1.ogg new file mode 100644 index 0000000..42506dd Binary files /dev/null and b/mods/default/sounds/default_cool_lava.1.ogg differ diff --git a/mods/default/sounds/default_cool_lava.2.ogg b/mods/default/sounds/default_cool_lava.2.ogg new file mode 100644 index 0000000..2747ab8 Binary files /dev/null and b/mods/default/sounds/default_cool_lava.2.ogg differ diff --git a/mods/default/sounds/default_cool_lava.3.ogg b/mods/default/sounds/default_cool_lava.3.ogg new file mode 100644 index 0000000..8baeac3 Binary files /dev/null and b/mods/default/sounds/default_cool_lava.3.ogg differ diff --git a/mods/default/sounds/default_dig_choppy.ogg b/mods/default/sounds/default_dig_choppy.ogg new file mode 100644 index 0000000..e2ecd84 Binary files /dev/null and b/mods/default/sounds/default_dig_choppy.ogg differ diff --git a/mods/default/sounds/default_dig_cracky.ogg b/mods/default/sounds/default_dig_cracky.ogg new file mode 100644 index 0000000..da11679 Binary files /dev/null and b/mods/default/sounds/default_dig_cracky.ogg differ diff --git a/mods/default/sounds/default_dig_crumbly.ogg b/mods/default/sounds/default_dig_crumbly.ogg new file mode 100644 index 0000000..a0b2a1f Binary files /dev/null and b/mods/default/sounds/default_dig_crumbly.ogg differ diff --git a/mods/default/sounds/default_dig_dig_immediate.ogg b/mods/default/sounds/default_dig_dig_immediate.ogg new file mode 100644 index 0000000..e65d766 Binary files /dev/null and b/mods/default/sounds/default_dig_dig_immediate.ogg differ diff --git a/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg b/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg new file mode 100644 index 0000000..ef4d7b1 Binary files /dev/null and b/mods/default/sounds/default_dig_oddly_breakable_by_hand.ogg differ diff --git a/mods/default/sounds/default_dirt_footstep.1.ogg b/mods/default/sounds/default_dirt_footstep.1.ogg new file mode 100644 index 0000000..84a197d Binary files /dev/null and b/mods/default/sounds/default_dirt_footstep.1.ogg differ diff --git a/mods/default/sounds/default_dirt_footstep.2.ogg b/mods/default/sounds/default_dirt_footstep.2.ogg new file mode 100644 index 0000000..2e23b8a Binary files /dev/null and b/mods/default/sounds/default_dirt_footstep.2.ogg differ diff --git a/mods/default/sounds/default_dug_node.1.ogg b/mods/default/sounds/default_dug_node.1.ogg new file mode 100644 index 0000000..c04975d Binary files /dev/null and b/mods/default/sounds/default_dug_node.1.ogg differ diff --git a/mods/default/sounds/default_dug_node.2.ogg b/mods/default/sounds/default_dug_node.2.ogg new file mode 100644 index 0000000..9f20926 Binary files /dev/null and b/mods/default/sounds/default_dug_node.2.ogg differ diff --git a/mods/default/sounds/default_glass_footstep.ogg b/mods/default/sounds/default_glass_footstep.ogg new file mode 100644 index 0000000..191287a Binary files /dev/null and b/mods/default/sounds/default_glass_footstep.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.1.ogg b/mods/default/sounds/default_grass_footstep.1.ogg new file mode 100644 index 0000000..22d1ad6 Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.1.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.2.ogg b/mods/default/sounds/default_grass_footstep.2.ogg new file mode 100644 index 0000000..4ccd8a0 Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.2.ogg differ diff --git a/mods/default/sounds/default_grass_footstep.3.ogg b/mods/default/sounds/default_grass_footstep.3.ogg new file mode 100644 index 0000000..20db84e Binary files /dev/null and b/mods/default/sounds/default_grass_footstep.3.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.1.ogg b/mods/default/sounds/default_gravel_footstep.1.ogg new file mode 100644 index 0000000..8d260ce Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.1.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.2.ogg b/mods/default/sounds/default_gravel_footstep.2.ogg new file mode 100644 index 0000000..2aba2c6 Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.2.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.3.ogg b/mods/default/sounds/default_gravel_footstep.3.ogg new file mode 100644 index 0000000..1bcd8a1 Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.3.ogg differ diff --git a/mods/default/sounds/default_gravel_footstep.4.ogg b/mods/default/sounds/default_gravel_footstep.4.ogg new file mode 100644 index 0000000..696c9ff Binary files /dev/null and b/mods/default/sounds/default_gravel_footstep.4.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.1.ogg b/mods/default/sounds/default_hard_footstep.1.ogg new file mode 100644 index 0000000..1748bc5 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.1.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.2.ogg b/mods/default/sounds/default_hard_footstep.2.ogg new file mode 100644 index 0000000..fe39fd7 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.2.ogg differ diff --git a/mods/default/sounds/default_hard_footstep.3.ogg b/mods/default/sounds/default_hard_footstep.3.ogg new file mode 100644 index 0000000..5030e06 Binary files /dev/null and b/mods/default/sounds/default_hard_footstep.3.ogg differ diff --git a/mods/default/sounds/default_place_node.1.ogg b/mods/default/sounds/default_place_node.1.ogg new file mode 100644 index 0000000..46b9756 Binary files /dev/null and b/mods/default/sounds/default_place_node.1.ogg differ diff --git a/mods/default/sounds/default_place_node.2.ogg b/mods/default/sounds/default_place_node.2.ogg new file mode 100644 index 0000000..d34c01a Binary files /dev/null and b/mods/default/sounds/default_place_node.2.ogg differ diff --git a/mods/default/sounds/default_place_node.3.ogg b/mods/default/sounds/default_place_node.3.ogg new file mode 100644 index 0000000..fc29365 Binary files /dev/null and b/mods/default/sounds/default_place_node.3.ogg differ diff --git a/mods/default/sounds/default_place_node_hard.1.ogg b/mods/default/sounds/default_place_node_hard.1.ogg new file mode 100644 index 0000000..9f97fac Binary files /dev/null and b/mods/default/sounds/default_place_node_hard.1.ogg differ diff --git a/mods/default/sounds/default_place_node_hard.2.ogg b/mods/default/sounds/default_place_node_hard.2.ogg new file mode 100644 index 0000000..1d3b3de Binary files /dev/null and b/mods/default/sounds/default_place_node_hard.2.ogg differ diff --git a/mods/default/sounds/default_sand_footstep.1.ogg b/mods/default/sounds/default_sand_footstep.1.ogg new file mode 100644 index 0000000..65b68c7 Binary files /dev/null and b/mods/default/sounds/default_sand_footstep.1.ogg differ diff --git a/mods/default/sounds/default_sand_footstep.2.ogg b/mods/default/sounds/default_sand_footstep.2.ogg new file mode 100644 index 0000000..57f35f3 Binary files /dev/null and b/mods/default/sounds/default_sand_footstep.2.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.1.ogg b/mods/default/sounds/default_snow_footstep.1.ogg new file mode 100644 index 0000000..3260b91 Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.1.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.2.ogg b/mods/default/sounds/default_snow_footstep.2.ogg new file mode 100644 index 0000000..4aac1e7 Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.2.ogg differ diff --git a/mods/default/sounds/default_snow_footstep.3.ogg b/mods/default/sounds/default_snow_footstep.3.ogg new file mode 100644 index 0000000..cf4235b Binary files /dev/null and b/mods/default/sounds/default_snow_footstep.3.ogg differ diff --git a/mods/default/sounds/default_wood_footstep.1.ogg b/mods/default/sounds/default_wood_footstep.1.ogg new file mode 100644 index 0000000..34f63a1 Binary files /dev/null and b/mods/default/sounds/default_wood_footstep.1.ogg differ diff --git a/mods/default/sounds/default_wood_footstep.2.ogg b/mods/default/sounds/default_wood_footstep.2.ogg new file mode 100644 index 0000000..124fc29 Binary files /dev/null and b/mods/default/sounds/default_wood_footstep.2.ogg differ diff --git a/mods/default/textures/bubble.png b/mods/default/textures/bubble.png new file mode 100644 index 0000000..29c04bf Binary files /dev/null and b/mods/default/textures/bubble.png differ diff --git a/mods/default/textures/crack_anylength.png b/mods/default/textures/crack_anylength.png new file mode 100644 index 0000000..dd3aac9 Binary files /dev/null and b/mods/default/textures/crack_anylength.png differ diff --git a/mods/default/textures/crosshair.png b/mods/default/textures/crosshair.png new file mode 100644 index 0000000..2ef03f1 Binary files /dev/null and b/mods/default/textures/crosshair.png differ diff --git a/mods/default/textures/default_acacia_leaves.png b/mods/default/textures/default_acacia_leaves.png new file mode 100644 index 0000000..626e1b3 Binary files /dev/null and b/mods/default/textures/default_acacia_leaves.png differ diff --git a/mods/default/textures/default_acacia_sapling.png b/mods/default/textures/default_acacia_sapling.png new file mode 100644 index 0000000..07170a0 Binary files /dev/null and b/mods/default/textures/default_acacia_sapling.png differ diff --git a/mods/default/textures/default_acacia_tree.png b/mods/default/textures/default_acacia_tree.png new file mode 100644 index 0000000..169823d Binary files /dev/null and b/mods/default/textures/default_acacia_tree.png differ diff --git a/mods/default/textures/default_acacia_tree_top.png b/mods/default/textures/default_acacia_tree_top.png new file mode 100644 index 0000000..2cf5ef0 Binary files /dev/null and b/mods/default/textures/default_acacia_tree_top.png differ diff --git a/mods/default/textures/default_acacia_wood.png b/mods/default/textures/default_acacia_wood.png new file mode 100644 index 0000000..b5abf1e Binary files /dev/null and b/mods/default/textures/default_acacia_wood.png differ diff --git a/mods/default/textures/default_acid.png b/mods/default/textures/default_acid.png new file mode 100644 index 0000000..a746ece Binary files /dev/null and b/mods/default/textures/default_acid.png differ diff --git a/mods/default/textures/default_acid_flowing_animated.png b/mods/default/textures/default_acid_flowing_animated.png new file mode 100644 index 0000000..67f295a Binary files /dev/null and b/mods/default/textures/default_acid_flowing_animated.png differ diff --git a/mods/default/textures/default_acid_source_animated.png b/mods/default/textures/default_acid_source_animated.png new file mode 100644 index 0000000..c5c95b0 Binary files /dev/null and b/mods/default/textures/default_acid_source_animated.png differ diff --git a/mods/default/textures/default_apple.png b/mods/default/textures/default_apple.png new file mode 100644 index 0000000..a9a35d7 Binary files /dev/null and b/mods/default/textures/default_apple.png differ diff --git a/mods/default/textures/default_book.png b/mods/default/textures/default_book.png new file mode 100644 index 0000000..466b658 Binary files /dev/null and b/mods/default/textures/default_book.png differ diff --git a/mods/default/textures/default_bookshelf.png b/mods/default/textures/default_bookshelf.png new file mode 100644 index 0000000..72ee2d2 Binary files /dev/null and b/mods/default/textures/default_bookshelf.png differ diff --git a/mods/default/textures/default_brick.png b/mods/default/textures/default_brick.png new file mode 100644 index 0000000..9c76033 Binary files /dev/null and b/mods/default/textures/default_brick.png differ diff --git a/mods/default/textures/default_brick_normal.png b/mods/default/textures/default_brick_normal.png new file mode 100644 index 0000000..9947439 Binary files /dev/null and b/mods/default/textures/default_brick_normal.png differ diff --git a/mods/default/textures/default_bronze_block.png b/mods/default/textures/default_bronze_block.png new file mode 100644 index 0000000..710c49a Binary files /dev/null and b/mods/default/textures/default_bronze_block.png differ diff --git a/mods/default/textures/default_bronze_ingot.png b/mods/default/textures/default_bronze_ingot.png new file mode 100644 index 0000000..3fc20da Binary files /dev/null and b/mods/default/textures/default_bronze_ingot.png differ diff --git a/mods/default/textures/default_cactus_side.png b/mods/default/textures/default_cactus_side.png new file mode 100644 index 0000000..6d87d37 Binary files /dev/null and b/mods/default/textures/default_cactus_side.png differ diff --git a/mods/default/textures/default_cactus_side_normal.png b/mods/default/textures/default_cactus_side_normal.png new file mode 100644 index 0000000..278f723 Binary files /dev/null and b/mods/default/textures/default_cactus_side_normal.png differ diff --git a/mods/default/textures/default_cactus_top.png b/mods/default/textures/default_cactus_top.png new file mode 100644 index 0000000..4d4e96a Binary files /dev/null and b/mods/default/textures/default_cactus_top.png differ diff --git a/mods/default/textures/default_cactus_top_normal.png b/mods/default/textures/default_cactus_top_normal.png new file mode 100644 index 0000000..ba361ba Binary files /dev/null and b/mods/default/textures/default_cactus_top_normal.png differ diff --git a/mods/default/textures/default_chest_front.png b/mods/default/textures/default_chest_front.png new file mode 100644 index 0000000..d2dfc66 Binary files /dev/null and b/mods/default/textures/default_chest_front.png differ diff --git a/mods/default/textures/default_chest_lock.png b/mods/default/textures/default_chest_lock.png new file mode 100644 index 0000000..f3cb7ae Binary files /dev/null and b/mods/default/textures/default_chest_lock.png differ diff --git a/mods/default/textures/default_chest_side.png b/mods/default/textures/default_chest_side.png new file mode 100644 index 0000000..dd9d923 Binary files /dev/null and b/mods/default/textures/default_chest_side.png differ diff --git a/mods/default/textures/default_chest_top.png b/mods/default/textures/default_chest_top.png new file mode 100644 index 0000000..ba5e2f4 Binary files /dev/null and b/mods/default/textures/default_chest_top.png differ diff --git a/mods/default/textures/default_clay.png b/mods/default/textures/default_clay.png new file mode 100644 index 0000000..7be6cee Binary files /dev/null and b/mods/default/textures/default_clay.png differ diff --git a/mods/default/textures/default_clay_brick.png b/mods/default/textures/default_clay_brick.png new file mode 100644 index 0000000..ca2c614 Binary files /dev/null and b/mods/default/textures/default_clay_brick.png differ diff --git a/mods/default/textures/default_clay_burned.png b/mods/default/textures/default_clay_burned.png new file mode 100644 index 0000000..d6a9803 Binary files /dev/null and b/mods/default/textures/default_clay_burned.png differ diff --git a/mods/default/textures/default_clay_lump.png b/mods/default/textures/default_clay_lump.png new file mode 100644 index 0000000..4b70d7c Binary files /dev/null and b/mods/default/textures/default_clay_lump.png differ diff --git a/mods/default/textures/default_cloud.png b/mods/default/textures/default_cloud.png new file mode 100644 index 0000000..ff32288 Binary files /dev/null and b/mods/default/textures/default_cloud.png differ diff --git a/mods/default/textures/default_coal_block.png b/mods/default/textures/default_coal_block.png new file mode 100644 index 0000000..9d14c40 Binary files /dev/null and b/mods/default/textures/default_coal_block.png differ diff --git a/mods/default/textures/default_coal_lump.png b/mods/default/textures/default_coal_lump.png new file mode 100644 index 0000000..6b9ad9b Binary files /dev/null and b/mods/default/textures/default_coal_lump.png differ diff --git a/mods/default/textures/default_cobble.png b/mods/default/textures/default_cobble.png new file mode 100644 index 0000000..6e9c953 Binary files /dev/null and b/mods/default/textures/default_cobble.png differ diff --git a/mods/default/textures/default_cobble_normal.png b/mods/default/textures/default_cobble_normal.png new file mode 100644 index 0000000..37de21e Binary files /dev/null and b/mods/default/textures/default_cobble_normal.png differ diff --git a/mods/default/textures/default_copper_block.png b/mods/default/textures/default_copper_block.png new file mode 100644 index 0000000..bb97a38 Binary files /dev/null and b/mods/default/textures/default_copper_block.png differ diff --git a/mods/default/textures/default_copper_ingot.png b/mods/default/textures/default_copper_ingot.png new file mode 100644 index 0000000..1a4e4e1 Binary files /dev/null and b/mods/default/textures/default_copper_ingot.png differ diff --git a/mods/default/textures/default_copper_lump.png b/mods/default/textures/default_copper_lump.png new file mode 100644 index 0000000..defb30d Binary files /dev/null and b/mods/default/textures/default_copper_lump.png differ diff --git a/mods/default/textures/default_desert_cobble.png b/mods/default/textures/default_desert_cobble.png new file mode 100644 index 0000000..1cb6e53 Binary files /dev/null and b/mods/default/textures/default_desert_cobble.png differ diff --git a/mods/default/textures/default_desert_sand.png b/mods/default/textures/default_desert_sand.png new file mode 100644 index 0000000..123c6a9 Binary files /dev/null and b/mods/default/textures/default_desert_sand.png differ diff --git a/mods/default/textures/default_desert_sand_normal.png b/mods/default/textures/default_desert_sand_normal.png new file mode 100644 index 0000000..b0b7932 Binary files /dev/null and b/mods/default/textures/default_desert_sand_normal.png differ diff --git a/mods/default/textures/default_desert_stone.png b/mods/default/textures/default_desert_stone.png new file mode 100644 index 0000000..612d070 Binary files /dev/null and b/mods/default/textures/default_desert_stone.png differ diff --git a/mods/default/textures/default_desert_stone_brick.png b/mods/default/textures/default_desert_stone_brick.png new file mode 100644 index 0000000..a3d9571 Binary files /dev/null and b/mods/default/textures/default_desert_stone_brick.png differ diff --git a/mods/default/textures/default_desert_stone_brick_normal.png b/mods/default/textures/default_desert_stone_brick_normal.png new file mode 100644 index 0000000..9ef5865 Binary files /dev/null and b/mods/default/textures/default_desert_stone_brick_normal.png differ diff --git a/mods/default/textures/default_desert_stone_normal.png b/mods/default/textures/default_desert_stone_normal.png new file mode 100644 index 0000000..e245682 Binary files /dev/null and b/mods/default/textures/default_desert_stone_normal.png differ diff --git a/mods/default/textures/default_diamond.png b/mods/default/textures/default_diamond.png new file mode 100644 index 0000000..fcfa2ab Binary files /dev/null and b/mods/default/textures/default_diamond.png differ diff --git a/mods/default/textures/default_diamond_block.png b/mods/default/textures/default_diamond_block.png new file mode 100644 index 0000000..7586364 Binary files /dev/null and b/mods/default/textures/default_diamond_block.png differ diff --git a/mods/default/textures/default_dirt.png b/mods/default/textures/default_dirt.png new file mode 100644 index 0000000..b48ccd7 Binary files /dev/null and b/mods/default/textures/default_dirt.png differ diff --git a/mods/default/textures/default_dirt_normal.png b/mods/default/textures/default_dirt_normal.png new file mode 100644 index 0000000..e12e941 Binary files /dev/null and b/mods/default/textures/default_dirt_normal.png differ diff --git a/mods/default/textures/default_dry_grass.png b/mods/default/textures/default_dry_grass.png new file mode 100644 index 0000000..03455c3 Binary files /dev/null and b/mods/default/textures/default_dry_grass.png differ diff --git a/mods/default/textures/default_dry_grass_1.png b/mods/default/textures/default_dry_grass_1.png new file mode 100644 index 0000000..5cf68a3 Binary files /dev/null and b/mods/default/textures/default_dry_grass_1.png differ diff --git a/mods/default/textures/default_dry_grass_2.png b/mods/default/textures/default_dry_grass_2.png new file mode 100644 index 0000000..c925ace Binary files /dev/null and b/mods/default/textures/default_dry_grass_2.png differ diff --git a/mods/default/textures/default_dry_grass_3.png b/mods/default/textures/default_dry_grass_3.png new file mode 100644 index 0000000..4e4d84e Binary files /dev/null and b/mods/default/textures/default_dry_grass_3.png differ diff --git a/mods/default/textures/default_dry_grass_4.png b/mods/default/textures/default_dry_grass_4.png new file mode 100644 index 0000000..d315849 Binary files /dev/null and b/mods/default/textures/default_dry_grass_4.png differ diff --git a/mods/default/textures/default_dry_grass_5.png b/mods/default/textures/default_dry_grass_5.png new file mode 100644 index 0000000..871d04c Binary files /dev/null and b/mods/default/textures/default_dry_grass_5.png differ diff --git a/mods/default/textures/default_dry_grass_normal.png b/mods/default/textures/default_dry_grass_normal.png new file mode 100644 index 0000000..e6b16c1 Binary files /dev/null and b/mods/default/textures/default_dry_grass_normal.png differ diff --git a/mods/default/textures/default_dry_grass_side.png b/mods/default/textures/default_dry_grass_side.png new file mode 100644 index 0000000..27f4d96 Binary files /dev/null and b/mods/default/textures/default_dry_grass_side.png differ diff --git a/mods/default/textures/default_dry_grass_side_normal.png b/mods/default/textures/default_dry_grass_side_normal.png new file mode 100644 index 0000000..2251870 Binary files /dev/null and b/mods/default/textures/default_dry_grass_side_normal.png differ diff --git a/mods/default/textures/default_dry_shrub.png b/mods/default/textures/default_dry_shrub.png new file mode 100644 index 0000000..befdfbc Binary files /dev/null and b/mods/default/textures/default_dry_shrub.png differ diff --git a/mods/default/textures/default_fence.png b/mods/default/textures/default_fence.png new file mode 100644 index 0000000..d76c9a5 Binary files /dev/null and b/mods/default/textures/default_fence.png differ diff --git a/mods/default/textures/default_fence_overlay.png b/mods/default/textures/default_fence_overlay.png new file mode 100644 index 0000000..780e736 Binary files /dev/null and b/mods/default/textures/default_fence_overlay.png differ diff --git a/mods/default/textures/default_footprint.png b/mods/default/textures/default_footprint.png new file mode 100644 index 0000000..41d9546 Binary files /dev/null and b/mods/default/textures/default_footprint.png differ diff --git a/mods/default/textures/default_furnace_bottom.png b/mods/default/textures/default_furnace_bottom.png new file mode 100644 index 0000000..2d19b6b Binary files /dev/null and b/mods/default/textures/default_furnace_bottom.png differ diff --git a/mods/default/textures/default_furnace_fire_bg.png b/mods/default/textures/default_furnace_fire_bg.png new file mode 100644 index 0000000..92b0e25 Binary files /dev/null and b/mods/default/textures/default_furnace_fire_bg.png differ diff --git a/mods/default/textures/default_furnace_fire_fg.png b/mods/default/textures/default_furnace_fire_fg.png new file mode 100644 index 0000000..478b415 Binary files /dev/null and b/mods/default/textures/default_furnace_fire_fg.png differ diff --git a/mods/default/textures/default_furnace_front.png b/mods/default/textures/default_furnace_front.png new file mode 100644 index 0000000..81ef020 Binary files /dev/null and b/mods/default/textures/default_furnace_front.png differ diff --git a/mods/default/textures/default_furnace_front_active.png b/mods/default/textures/default_furnace_front_active.png new file mode 100644 index 0000000..caf495f Binary files /dev/null and b/mods/default/textures/default_furnace_front_active.png differ diff --git a/mods/default/textures/default_furnace_lock.png b/mods/default/textures/default_furnace_lock.png new file mode 100644 index 0000000..14362b8 Binary files /dev/null and b/mods/default/textures/default_furnace_lock.png differ diff --git a/mods/default/textures/default_furnace_lock_active.png b/mods/default/textures/default_furnace_lock_active.png new file mode 100644 index 0000000..fd47223 Binary files /dev/null and b/mods/default/textures/default_furnace_lock_active.png differ diff --git a/mods/default/textures/default_furnace_side.png b/mods/default/textures/default_furnace_side.png new file mode 100644 index 0000000..2d19b6b Binary files /dev/null and b/mods/default/textures/default_furnace_side.png differ diff --git a/mods/default/textures/default_furnace_top.png b/mods/default/textures/default_furnace_top.png new file mode 100644 index 0000000..2d19b6b Binary files /dev/null and b/mods/default/textures/default_furnace_top.png differ diff --git a/mods/default/textures/default_glass.png b/mods/default/textures/default_glass.png new file mode 100644 index 0000000..ac81b2a Binary files /dev/null and b/mods/default/textures/default_glass.png differ diff --git a/mods/default/textures/default_glass_detail.png b/mods/default/textures/default_glass_detail.png new file mode 100644 index 0000000..b459665 Binary files /dev/null and b/mods/default/textures/default_glass_detail.png differ diff --git a/mods/default/textures/default_glass_frame.png b/mods/default/textures/default_glass_frame.png new file mode 100644 index 0000000..119e433 Binary files /dev/null and b/mods/default/textures/default_glass_frame.png differ diff --git a/mods/default/textures/default_gold_block.png b/mods/default/textures/default_gold_block.png new file mode 100644 index 0000000..8fbd358 Binary files /dev/null and b/mods/default/textures/default_gold_block.png differ diff --git a/mods/default/textures/default_gold_ingot.png b/mods/default/textures/default_gold_ingot.png new file mode 100644 index 0000000..b8dbcf8 Binary files /dev/null and b/mods/default/textures/default_gold_ingot.png differ diff --git a/mods/default/textures/default_gold_lump.png b/mods/default/textures/default_gold_lump.png new file mode 100644 index 0000000..8163feb Binary files /dev/null and b/mods/default/textures/default_gold_lump.png differ diff --git a/mods/default/textures/default_grass.png b/mods/default/textures/default_grass.png new file mode 100644 index 0000000..3a82a0e Binary files /dev/null and b/mods/default/textures/default_grass.png differ diff --git a/mods/default/textures/default_grass_1.png b/mods/default/textures/default_grass_1.png new file mode 100644 index 0000000..425b6aa Binary files /dev/null and b/mods/default/textures/default_grass_1.png differ diff --git a/mods/default/textures/default_grass_2.png b/mods/default/textures/default_grass_2.png new file mode 100644 index 0000000..4fde979 Binary files /dev/null and b/mods/default/textures/default_grass_2.png differ diff --git a/mods/default/textures/default_grass_3.png b/mods/default/textures/default_grass_3.png new file mode 100644 index 0000000..0020122 Binary files /dev/null and b/mods/default/textures/default_grass_3.png differ diff --git a/mods/default/textures/default_grass_4.png b/mods/default/textures/default_grass_4.png new file mode 100644 index 0000000..d8e0032 Binary files /dev/null and b/mods/default/textures/default_grass_4.png differ diff --git a/mods/default/textures/default_grass_5.png b/mods/default/textures/default_grass_5.png new file mode 100644 index 0000000..188cadc Binary files /dev/null and b/mods/default/textures/default_grass_5.png differ diff --git a/mods/default/textures/default_grass_footsteps.png b/mods/default/textures/default_grass_footsteps.png new file mode 100644 index 0000000..158558b Binary files /dev/null and b/mods/default/textures/default_grass_footsteps.png differ diff --git a/mods/default/textures/default_grass_normal.png b/mods/default/textures/default_grass_normal.png new file mode 100644 index 0000000..e6b16c1 Binary files /dev/null and b/mods/default/textures/default_grass_normal.png differ diff --git a/mods/default/textures/default_grass_side.png b/mods/default/textures/default_grass_side.png new file mode 100644 index 0000000..5f4aee5 Binary files /dev/null and b/mods/default/textures/default_grass_side.png differ diff --git a/mods/default/textures/default_grass_side_normal.png b/mods/default/textures/default_grass_side_normal.png new file mode 100644 index 0000000..2251870 Binary files /dev/null and b/mods/default/textures/default_grass_side_normal.png differ diff --git a/mods/default/textures/default_gravel.png b/mods/default/textures/default_gravel.png new file mode 100644 index 0000000..0c0fdbb Binary files /dev/null and b/mods/default/textures/default_gravel.png differ diff --git a/mods/default/textures/default_ice.png b/mods/default/textures/default_ice.png new file mode 100644 index 0000000..c9df13e Binary files /dev/null and b/mods/default/textures/default_ice.png differ diff --git a/mods/default/textures/default_infotool.png b/mods/default/textures/default_infotool.png new file mode 100644 index 0000000..ffe7674 Binary files /dev/null and b/mods/default/textures/default_infotool.png differ diff --git a/mods/default/textures/default_iron_lump.png b/mods/default/textures/default_iron_lump.png new file mode 100644 index 0000000..2cbacc7 Binary files /dev/null and b/mods/default/textures/default_iron_lump.png differ diff --git a/mods/default/textures/default_junglegrass.png b/mods/default/textures/default_junglegrass.png new file mode 100644 index 0000000..22eaa69 Binary files /dev/null and b/mods/default/textures/default_junglegrass.png differ diff --git a/mods/default/textures/default_jungleleaves.png b/mods/default/textures/default_jungleleaves.png new file mode 100644 index 0000000..f1b55e8 Binary files /dev/null and b/mods/default/textures/default_jungleleaves.png differ diff --git a/mods/default/textures/default_jungleleaves_simple.png b/mods/default/textures/default_jungleleaves_simple.png new file mode 100644 index 0000000..689195f Binary files /dev/null and b/mods/default/textures/default_jungleleaves_simple.png differ diff --git a/mods/default/textures/default_junglesapling.png b/mods/default/textures/default_junglesapling.png new file mode 100644 index 0000000..6ca0027 Binary files /dev/null and b/mods/default/textures/default_junglesapling.png differ diff --git a/mods/default/textures/default_jungletree.png b/mods/default/textures/default_jungletree.png new file mode 100644 index 0000000..be93075 Binary files /dev/null and b/mods/default/textures/default_jungletree.png differ diff --git a/mods/default/textures/default_jungletree_normal.png b/mods/default/textures/default_jungletree_normal.png new file mode 100644 index 0000000..d535e86 Binary files /dev/null and b/mods/default/textures/default_jungletree_normal.png differ diff --git a/mods/default/textures/default_jungletree_top.png b/mods/default/textures/default_jungletree_top.png new file mode 100644 index 0000000..adc61e7 Binary files /dev/null and b/mods/default/textures/default_jungletree_top.png differ diff --git a/mods/default/textures/default_jungletree_top_normal.png b/mods/default/textures/default_jungletree_top_normal.png new file mode 100644 index 0000000..b31162e Binary files /dev/null and b/mods/default/textures/default_jungletree_top_normal.png differ diff --git a/mods/default/textures/default_junglewood.png b/mods/default/textures/default_junglewood.png new file mode 100644 index 0000000..3279d79 Binary files /dev/null and b/mods/default/textures/default_junglewood.png differ diff --git a/mods/default/textures/default_junglewood_normal.png b/mods/default/textures/default_junglewood_normal.png new file mode 100644 index 0000000..5d45d7b Binary files /dev/null and b/mods/default/textures/default_junglewood_normal.png differ diff --git a/mods/default/textures/default_ladder.png b/mods/default/textures/default_ladder.png new file mode 100644 index 0000000..7d880a6 Binary files /dev/null and b/mods/default/textures/default_ladder.png differ diff --git a/mods/default/textures/default_ladder_new.png b/mods/default/textures/default_ladder_new.png new file mode 100644 index 0000000..d4bb397 Binary files /dev/null and b/mods/default/textures/default_ladder_new.png differ diff --git a/mods/default/textures/default_ladder_new_inv.png b/mods/default/textures/default_ladder_new_inv.png new file mode 100644 index 0000000..7d880a6 Binary files /dev/null and b/mods/default/textures/default_ladder_new_inv.png differ diff --git a/mods/default/textures/default_lava.png b/mods/default/textures/default_lava.png new file mode 100644 index 0000000..38ac516 Binary files /dev/null and b/mods/default/textures/default_lava.png differ diff --git a/mods/default/textures/default_lava_flowing_animated.png b/mods/default/textures/default_lava_flowing_animated.png new file mode 100644 index 0000000..2676266 Binary files /dev/null and b/mods/default/textures/default_lava_flowing_animated.png differ diff --git a/mods/default/textures/default_lava_source_animated.png b/mods/default/textures/default_lava_source_animated.png new file mode 100644 index 0000000..78dd43e Binary files /dev/null and b/mods/default/textures/default_lava_source_animated.png differ diff --git a/mods/default/textures/default_leaves.png b/mods/default/textures/default_leaves.png new file mode 100644 index 0000000..676949b Binary files /dev/null and b/mods/default/textures/default_leaves.png differ diff --git a/mods/default/textures/default_leaves_simple.png b/mods/default/textures/default_leaves_simple.png new file mode 100644 index 0000000..e492a32 Binary files /dev/null and b/mods/default/textures/default_leaves_simple.png differ diff --git a/mods/default/textures/default_mese_block.png b/mods/default/textures/default_mese_block.png new file mode 100644 index 0000000..6619284 Binary files /dev/null and b/mods/default/textures/default_mese_block.png differ diff --git a/mods/default/textures/default_mese_crystal.png b/mods/default/textures/default_mese_crystal.png new file mode 100644 index 0000000..f1ac094 Binary files /dev/null and b/mods/default/textures/default_mese_crystal.png differ diff --git a/mods/default/textures/default_mese_crystal_fragment.png b/mods/default/textures/default_mese_crystal_fragment.png new file mode 100644 index 0000000..651a6d2 Binary files /dev/null and b/mods/default/textures/default_mese_crystal_fragment.png differ diff --git a/mods/default/textures/default_meselamp.png b/mods/default/textures/default_meselamp.png new file mode 100644 index 0000000..b227a25 Binary files /dev/null and b/mods/default/textures/default_meselamp.png differ diff --git a/mods/default/textures/default_meze_block.png b/mods/default/textures/default_meze_block.png new file mode 100644 index 0000000..f0ac3dc Binary files /dev/null and b/mods/default/textures/default_meze_block.png differ diff --git a/mods/default/textures/default_mineral_coal.png b/mods/default/textures/default_mineral_coal.png new file mode 100644 index 0000000..0f52062 Binary files /dev/null and b/mods/default/textures/default_mineral_coal.png differ diff --git a/mods/default/textures/default_mineral_coal_normal.png b/mods/default/textures/default_mineral_coal_normal.png new file mode 100644 index 0000000..8d685f9 Binary files /dev/null and b/mods/default/textures/default_mineral_coal_normal.png differ diff --git a/mods/default/textures/default_mineral_copper.png b/mods/default/textures/default_mineral_copper.png new file mode 100644 index 0000000..0793d71 Binary files /dev/null and b/mods/default/textures/default_mineral_copper.png differ diff --git a/mods/default/textures/default_mineral_copper_normal.png b/mods/default/textures/default_mineral_copper_normal.png new file mode 100644 index 0000000..a6d1795 Binary files /dev/null and b/mods/default/textures/default_mineral_copper_normal.png differ diff --git a/mods/default/textures/default_mineral_diamond.png b/mods/default/textures/default_mineral_diamond.png new file mode 100644 index 0000000..037f31f Binary files /dev/null and b/mods/default/textures/default_mineral_diamond.png differ diff --git a/mods/default/textures/default_mineral_diamond_normal.png b/mods/default/textures/default_mineral_diamond_normal.png new file mode 100644 index 0000000..8d685f9 Binary files /dev/null and b/mods/default/textures/default_mineral_diamond_normal.png differ diff --git a/mods/default/textures/default_mineral_gold.png b/mods/default/textures/default_mineral_gold.png new file mode 100644 index 0000000..a5ad8a6 Binary files /dev/null and b/mods/default/textures/default_mineral_gold.png differ diff --git a/mods/default/textures/default_mineral_gold_normal.png b/mods/default/textures/default_mineral_gold_normal.png new file mode 100644 index 0000000..8d685f9 Binary files /dev/null and b/mods/default/textures/default_mineral_gold_normal.png differ diff --git a/mods/default/textures/default_mineral_iron.png b/mods/default/textures/default_mineral_iron.png new file mode 100644 index 0000000..e5fccb5 Binary files /dev/null and b/mods/default/textures/default_mineral_iron.png differ diff --git a/mods/default/textures/default_mineral_iron_normal.png b/mods/default/textures/default_mineral_iron_normal.png new file mode 100644 index 0000000..72fc6c1 Binary files /dev/null and b/mods/default/textures/default_mineral_iron_normal.png differ diff --git a/mods/default/textures/default_mineral_mese.png b/mods/default/textures/default_mineral_mese.png new file mode 100644 index 0000000..6fbd62e Binary files /dev/null and b/mods/default/textures/default_mineral_mese.png differ diff --git a/mods/default/textures/default_mineral_mese_normal.png b/mods/default/textures/default_mineral_mese_normal.png new file mode 100644 index 0000000..8229c68 Binary files /dev/null and b/mods/default/textures/default_mineral_mese_normal.png differ diff --git a/mods/default/textures/default_mineral_silver.png b/mods/default/textures/default_mineral_silver.png new file mode 100644 index 0000000..9f83f5b Binary files /dev/null and b/mods/default/textures/default_mineral_silver.png differ diff --git a/mods/default/textures/default_mineral_tin.png b/mods/default/textures/default_mineral_tin.png new file mode 100644 index 0000000..8ec4d8b Binary files /dev/null and b/mods/default/textures/default_mineral_tin.png differ diff --git a/mods/default/textures/default_mossycobble.png b/mods/default/textures/default_mossycobble.png new file mode 100644 index 0000000..e7ed273 Binary files /dev/null and b/mods/default/textures/default_mossycobble.png differ diff --git a/mods/default/textures/default_nc_back.png b/mods/default/textures/default_nc_back.png new file mode 100644 index 0000000..ee72d15 Binary files /dev/null and b/mods/default/textures/default_nc_back.png differ diff --git a/mods/default/textures/default_nc_front.png b/mods/default/textures/default_nc_front.png new file mode 100644 index 0000000..7d3cdbb Binary files /dev/null and b/mods/default/textures/default_nc_front.png differ diff --git a/mods/default/textures/default_nc_rb.png b/mods/default/textures/default_nc_rb.png new file mode 100644 index 0000000..5a0ee78 Binary files /dev/null and b/mods/default/textures/default_nc_rb.png differ diff --git a/mods/default/textures/default_nc_side.png b/mods/default/textures/default_nc_side.png new file mode 100644 index 0000000..916fe6b Binary files /dev/null and b/mods/default/textures/default_nc_side.png differ diff --git a/mods/default/textures/default_obsidian.png b/mods/default/textures/default_obsidian.png new file mode 100644 index 0000000..cb170ea Binary files /dev/null and b/mods/default/textures/default_obsidian.png differ diff --git a/mods/default/textures/default_obsidian_brick.png b/mods/default/textures/default_obsidian_brick.png new file mode 100644 index 0000000..30c67ca Binary files /dev/null and b/mods/default/textures/default_obsidian_brick.png differ diff --git a/mods/default/textures/default_obsidian_glass.png b/mods/default/textures/default_obsidian_glass.png new file mode 100644 index 0000000..c213a96 Binary files /dev/null and b/mods/default/textures/default_obsidian_glass.png differ diff --git a/mods/default/textures/default_obsidian_glass_detail.png b/mods/default/textures/default_obsidian_glass_detail.png new file mode 100644 index 0000000..3bfa63c Binary files /dev/null and b/mods/default/textures/default_obsidian_glass_detail.png differ diff --git a/mods/default/textures/default_obsidian_glass_frame.png b/mods/default/textures/default_obsidian_glass_frame.png new file mode 100644 index 0000000..3c4dab4 Binary files /dev/null and b/mods/default/textures/default_obsidian_glass_frame.png differ diff --git a/mods/default/textures/default_obsidian_shard.png b/mods/default/textures/default_obsidian_shard.png new file mode 100644 index 0000000..8e5c546 Binary files /dev/null and b/mods/default/textures/default_obsidian_shard.png differ diff --git a/mods/default/textures/default_paper.png b/mods/default/textures/default_paper.png new file mode 100644 index 0000000..c155a29 Binary files /dev/null and b/mods/default/textures/default_paper.png differ diff --git a/mods/default/textures/default_papyrus.png b/mods/default/textures/default_papyrus.png new file mode 100644 index 0000000..2f68d8c Binary files /dev/null and b/mods/default/textures/default_papyrus.png differ diff --git a/mods/default/textures/default_pine_needles.png b/mods/default/textures/default_pine_needles.png new file mode 100644 index 0000000..1a32f63 Binary files /dev/null and b/mods/default/textures/default_pine_needles.png differ diff --git a/mods/default/textures/default_pine_sapling.png b/mods/default/textures/default_pine_sapling.png new file mode 100644 index 0000000..c30131d Binary files /dev/null and b/mods/default/textures/default_pine_sapling.png differ diff --git a/mods/default/textures/default_pine_tree.png b/mods/default/textures/default_pine_tree.png new file mode 100644 index 0000000..4a5328f Binary files /dev/null and b/mods/default/textures/default_pine_tree.png differ diff --git a/mods/default/textures/default_pine_tree_top.png b/mods/default/textures/default_pine_tree_top.png new file mode 100644 index 0000000..8705710 Binary files /dev/null and b/mods/default/textures/default_pine_tree_top.png differ diff --git a/mods/default/textures/default_pine_wood.png b/mods/default/textures/default_pine_wood.png new file mode 100644 index 0000000..6844ceb Binary files /dev/null and b/mods/default/textures/default_pine_wood.png differ diff --git a/mods/default/textures/default_rail.png b/mods/default/textures/default_rail.png new file mode 100644 index 0000000..5e2c2f3 Binary files /dev/null and b/mods/default/textures/default_rail.png differ diff --git a/mods/default/textures/default_rail_crossing.png b/mods/default/textures/default_rail_crossing.png new file mode 100644 index 0000000..a14b08c Binary files /dev/null and b/mods/default/textures/default_rail_crossing.png differ diff --git a/mods/default/textures/default_rail_curved.png b/mods/default/textures/default_rail_curved.png new file mode 100644 index 0000000..f771752 Binary files /dev/null and b/mods/default/textures/default_rail_curved.png differ diff --git a/mods/default/textures/default_rail_t_junction.png b/mods/default/textures/default_rail_t_junction.png new file mode 100644 index 0000000..3944baf Binary files /dev/null and b/mods/default/textures/default_rail_t_junction.png differ diff --git a/mods/default/textures/default_river_water.png b/mods/default/textures/default_river_water.png new file mode 100644 index 0000000..3b55c5f Binary files /dev/null and b/mods/default/textures/default_river_water.png differ diff --git a/mods/default/textures/default_river_water_flowing_animated.png b/mods/default/textures/default_river_water_flowing_animated.png new file mode 100644 index 0000000..536acc5 Binary files /dev/null and b/mods/default/textures/default_river_water_flowing_animated.png differ diff --git a/mods/default/textures/default_river_water_source_animated.png b/mods/default/textures/default_river_water_source_animated.png new file mode 100644 index 0000000..daa5653 Binary files /dev/null and b/mods/default/textures/default_river_water_source_animated.png differ diff --git a/mods/default/textures/default_sand.png b/mods/default/textures/default_sand.png new file mode 100644 index 0000000..7abcb2e Binary files /dev/null and b/mods/default/textures/default_sand.png differ diff --git a/mods/default/textures/default_sand_normal.png b/mods/default/textures/default_sand_normal.png new file mode 100644 index 0000000..0258dec Binary files /dev/null and b/mods/default/textures/default_sand_normal.png differ diff --git a/mods/default/textures/default_sandstone.png b/mods/default/textures/default_sandstone.png new file mode 100644 index 0000000..5585401 Binary files /dev/null and b/mods/default/textures/default_sandstone.png differ diff --git a/mods/default/textures/default_sandstone_brick.png b/mods/default/textures/default_sandstone_brick.png new file mode 100644 index 0000000..584d0f9 Binary files /dev/null and b/mods/default/textures/default_sandstone_brick.png differ diff --git a/mods/default/textures/default_sandstone_brick_normal.png b/mods/default/textures/default_sandstone_brick_normal.png new file mode 100644 index 0000000..9ef5865 Binary files /dev/null and b/mods/default/textures/default_sandstone_brick_normal.png differ diff --git a/mods/default/textures/default_sapling.png b/mods/default/textures/default_sapling.png new file mode 100644 index 0000000..3c5a0d5 Binary files /dev/null and b/mods/default/textures/default_sapling.png differ diff --git a/mods/default/textures/default_scorched_stuff.png b/mods/default/textures/default_scorched_stuff.png new file mode 100644 index 0000000..2a667ec Binary files /dev/null and b/mods/default/textures/default_scorched_stuff.png differ diff --git a/mods/default/textures/default_sign.png b/mods/default/textures/default_sign.png new file mode 100644 index 0000000..912a372 Binary files /dev/null and b/mods/default/textures/default_sign.png differ diff --git a/mods/default/textures/default_sign_new.png b/mods/default/textures/default_sign_new.png new file mode 100644 index 0000000..c0654e4 Binary files /dev/null and b/mods/default/textures/default_sign_new.png differ diff --git a/mods/default/textures/default_sign_new_inv.png b/mods/default/textures/default_sign_new_inv.png new file mode 100644 index 0000000..76b95fd Binary files /dev/null and b/mods/default/textures/default_sign_new_inv.png differ diff --git a/mods/default/textures/default_sign_wall.png b/mods/default/textures/default_sign_wall.png new file mode 100644 index 0000000..de3b870 Binary files /dev/null and b/mods/default/textures/default_sign_wall.png differ diff --git a/mods/default/textures/default_silver_block.png b/mods/default/textures/default_silver_block.png new file mode 100644 index 0000000..789cc5a Binary files /dev/null and b/mods/default/textures/default_silver_block.png differ diff --git a/mods/default/textures/default_silver_ingot.png b/mods/default/textures/default_silver_ingot.png new file mode 100644 index 0000000..1357a71 Binary files /dev/null and b/mods/default/textures/default_silver_ingot.png differ diff --git a/mods/default/textures/default_silver_lump.png b/mods/default/textures/default_silver_lump.png new file mode 100644 index 0000000..4f686cd Binary files /dev/null and b/mods/default/textures/default_silver_lump.png differ diff --git a/mods/default/textures/default_snow.png b/mods/default/textures/default_snow.png new file mode 100644 index 0000000..9a35ea4 Binary files /dev/null and b/mods/default/textures/default_snow.png differ diff --git a/mods/default/textures/default_snow_side.png b/mods/default/textures/default_snow_side.png new file mode 100644 index 0000000..8840bbd Binary files /dev/null and b/mods/default/textures/default_snow_side.png differ diff --git a/mods/default/textures/default_snowball.png b/mods/default/textures/default_snowball.png new file mode 100644 index 0000000..97b1f9d Binary files /dev/null and b/mods/default/textures/default_snowball.png differ diff --git a/mods/default/textures/default_steel_block.png b/mods/default/textures/default_steel_block.png new file mode 100644 index 0000000..7e67dce Binary files /dev/null and b/mods/default/textures/default_steel_block.png differ diff --git a/mods/default/textures/default_steel_ingot.png b/mods/default/textures/default_steel_ingot.png new file mode 100644 index 0000000..7bb4fc9 Binary files /dev/null and b/mods/default/textures/default_steel_ingot.png differ diff --git a/mods/default/textures/default_stick.png b/mods/default/textures/default_stick.png new file mode 100644 index 0000000..afc2696 Binary files /dev/null and b/mods/default/textures/default_stick.png differ diff --git a/mods/default/textures/default_stone.png b/mods/default/textures/default_stone.png new file mode 100644 index 0000000..79e8787 Binary files /dev/null and b/mods/default/textures/default_stone.png differ diff --git a/mods/default/textures/default_stone_brick.png b/mods/default/textures/default_stone_brick.png new file mode 100644 index 0000000..186b179 Binary files /dev/null and b/mods/default/textures/default_stone_brick.png differ diff --git a/mods/default/textures/default_stone_brick_normal.png b/mods/default/textures/default_stone_brick_normal.png new file mode 100644 index 0000000..893714f Binary files /dev/null and b/mods/default/textures/default_stone_brick_normal.png differ diff --git a/mods/default/textures/default_stone_normal.png b/mods/default/textures/default_stone_normal.png new file mode 100644 index 0000000..03665bd Binary files /dev/null and b/mods/default/textures/default_stone_normal.png differ diff --git a/mods/default/textures/default_tin_block.png b/mods/default/textures/default_tin_block.png new file mode 100644 index 0000000..e746a1e Binary files /dev/null and b/mods/default/textures/default_tin_block.png differ diff --git a/mods/default/textures/default_tin_ingot.png b/mods/default/textures/default_tin_ingot.png new file mode 100644 index 0000000..4481928 Binary files /dev/null and b/mods/default/textures/default_tin_ingot.png differ diff --git a/mods/default/textures/default_tin_lump.png b/mods/default/textures/default_tin_lump.png new file mode 100644 index 0000000..aae9988 Binary files /dev/null and b/mods/default/textures/default_tin_lump.png differ diff --git a/mods/default/textures/default_tnt_bottom.png b/mods/default/textures/default_tnt_bottom.png new file mode 100644 index 0000000..4eda060 Binary files /dev/null and b/mods/default/textures/default_tnt_bottom.png differ diff --git a/mods/default/textures/default_tnt_side.png b/mods/default/textures/default_tnt_side.png new file mode 100644 index 0000000..557fbc2 Binary files /dev/null and b/mods/default/textures/default_tnt_side.png differ diff --git a/mods/default/textures/default_tnt_top.png b/mods/default/textures/default_tnt_top.png new file mode 100644 index 0000000..a031a34 Binary files /dev/null and b/mods/default/textures/default_tnt_top.png differ diff --git a/mods/default/textures/default_tool_bronzeaxe.png b/mods/default/textures/default_tool_bronzeaxe.png new file mode 100644 index 0000000..8439ac5 Binary files /dev/null and b/mods/default/textures/default_tool_bronzeaxe.png differ diff --git a/mods/default/textures/default_tool_bronzepick.png b/mods/default/textures/default_tool_bronzepick.png new file mode 100644 index 0000000..27d9b6f Binary files /dev/null and b/mods/default/textures/default_tool_bronzepick.png differ diff --git a/mods/default/textures/default_tool_bronzeshovel.png b/mods/default/textures/default_tool_bronzeshovel.png new file mode 100644 index 0000000..0b908c5 Binary files /dev/null and b/mods/default/textures/default_tool_bronzeshovel.png differ diff --git a/mods/default/textures/default_tool_bronzesword.png b/mods/default/textures/default_tool_bronzesword.png new file mode 100644 index 0000000..a33fdeb Binary files /dev/null and b/mods/default/textures/default_tool_bronzesword.png differ diff --git a/mods/default/textures/default_tool_diamondaxe.png b/mods/default/textures/default_tool_diamondaxe.png new file mode 100644 index 0000000..c05c945 Binary files /dev/null and b/mods/default/textures/default_tool_diamondaxe.png differ diff --git a/mods/default/textures/default_tool_diamondpick.png b/mods/default/textures/default_tool_diamondpick.png new file mode 100644 index 0000000..f0acb7a Binary files /dev/null and b/mods/default/textures/default_tool_diamondpick.png differ diff --git a/mods/default/textures/default_tool_diamondshovel.png b/mods/default/textures/default_tool_diamondshovel.png new file mode 100644 index 0000000..5f41707 Binary files /dev/null and b/mods/default/textures/default_tool_diamondshovel.png differ diff --git a/mods/default/textures/default_tool_diamondsword.png b/mods/default/textures/default_tool_diamondsword.png new file mode 100644 index 0000000..6cd9e9e Binary files /dev/null and b/mods/default/textures/default_tool_diamondsword.png differ diff --git a/mods/default/textures/default_tool_goldaxe.png b/mods/default/textures/default_tool_goldaxe.png new file mode 100644 index 0000000..4ec9d09 Binary files /dev/null and b/mods/default/textures/default_tool_goldaxe.png differ diff --git a/mods/default/textures/default_tool_goldpick.png b/mods/default/textures/default_tool_goldpick.png new file mode 100644 index 0000000..f6080aa Binary files /dev/null and b/mods/default/textures/default_tool_goldpick.png differ diff --git a/mods/default/textures/default_tool_goldshovel.png b/mods/default/textures/default_tool_goldshovel.png new file mode 100644 index 0000000..1bb93f1 Binary files /dev/null and b/mods/default/textures/default_tool_goldshovel.png differ diff --git a/mods/default/textures/default_tool_goldsword.png b/mods/default/textures/default_tool_goldsword.png new file mode 100644 index 0000000..ebe737c Binary files /dev/null and b/mods/default/textures/default_tool_goldsword.png differ diff --git a/mods/default/textures/default_tool_meseaxe.png b/mods/default/textures/default_tool_meseaxe.png new file mode 100644 index 0000000..5225735 Binary files /dev/null and b/mods/default/textures/default_tool_meseaxe.png differ diff --git a/mods/default/textures/default_tool_mesepick.png b/mods/default/textures/default_tool_mesepick.png new file mode 100644 index 0000000..5f29bcf Binary files /dev/null and b/mods/default/textures/default_tool_mesepick.png differ diff --git a/mods/default/textures/default_tool_meseshovel.png b/mods/default/textures/default_tool_meseshovel.png new file mode 100644 index 0000000..efec954 Binary files /dev/null and b/mods/default/textures/default_tool_meseshovel.png differ diff --git a/mods/default/textures/default_tool_mesesword.png b/mods/default/textures/default_tool_mesesword.png new file mode 100644 index 0000000..ed8efef Binary files /dev/null and b/mods/default/textures/default_tool_mesesword.png differ diff --git a/mods/default/textures/default_tool_silveraxe.png b/mods/default/textures/default_tool_silveraxe.png new file mode 100644 index 0000000..890363d Binary files /dev/null and b/mods/default/textures/default_tool_silveraxe.png differ diff --git a/mods/default/textures/default_tool_silverknife.png b/mods/default/textures/default_tool_silverknife.png new file mode 100644 index 0000000..83c42f9 Binary files /dev/null and b/mods/default/textures/default_tool_silverknife.png differ diff --git a/mods/default/textures/default_tool_silverpick.png b/mods/default/textures/default_tool_silverpick.png new file mode 100644 index 0000000..fd817cc Binary files /dev/null and b/mods/default/textures/default_tool_silverpick.png differ diff --git a/mods/default/textures/default_tool_silvershovel.png b/mods/default/textures/default_tool_silvershovel.png new file mode 100644 index 0000000..2b73c24 Binary files /dev/null and b/mods/default/textures/default_tool_silvershovel.png differ diff --git a/mods/default/textures/default_tool_silversword.png b/mods/default/textures/default_tool_silversword.png new file mode 100644 index 0000000..74b7c87 Binary files /dev/null and b/mods/default/textures/default_tool_silversword.png differ diff --git a/mods/default/textures/default_tool_steelaxe.png b/mods/default/textures/default_tool_steelaxe.png new file mode 100644 index 0000000..9283a0a Binary files /dev/null and b/mods/default/textures/default_tool_steelaxe.png differ diff --git a/mods/default/textures/default_tool_steelpick.png b/mods/default/textures/default_tool_steelpick.png new file mode 100644 index 0000000..213fa13 Binary files /dev/null and b/mods/default/textures/default_tool_steelpick.png differ diff --git a/mods/default/textures/default_tool_steelshovel.png b/mods/default/textures/default_tool_steelshovel.png new file mode 100644 index 0000000..4e45888 Binary files /dev/null and b/mods/default/textures/default_tool_steelshovel.png differ diff --git a/mods/default/textures/default_tool_steelsword.png b/mods/default/textures/default_tool_steelsword.png new file mode 100644 index 0000000..54bda00 Binary files /dev/null and b/mods/default/textures/default_tool_steelsword.png differ diff --git a/mods/default/textures/default_tool_stoneaxe.png b/mods/default/textures/default_tool_stoneaxe.png new file mode 100644 index 0000000..cd8c8bd Binary files /dev/null and b/mods/default/textures/default_tool_stoneaxe.png differ diff --git a/mods/default/textures/default_tool_stonepick.png b/mods/default/textures/default_tool_stonepick.png new file mode 100644 index 0000000..75ce2d9 Binary files /dev/null and b/mods/default/textures/default_tool_stonepick.png differ diff --git a/mods/default/textures/default_tool_stoneshovel.png b/mods/default/textures/default_tool_stoneshovel.png new file mode 100644 index 0000000..ae1d4e5 Binary files /dev/null and b/mods/default/textures/default_tool_stoneshovel.png differ diff --git a/mods/default/textures/default_tool_stonesword.png b/mods/default/textures/default_tool_stonesword.png new file mode 100644 index 0000000..92157ff Binary files /dev/null and b/mods/default/textures/default_tool_stonesword.png differ diff --git a/mods/default/textures/default_tool_woodaxe.png b/mods/default/textures/default_tool_woodaxe.png new file mode 100644 index 0000000..86a2c00 Binary files /dev/null and b/mods/default/textures/default_tool_woodaxe.png differ diff --git a/mods/default/textures/default_tool_woodpick.png b/mods/default/textures/default_tool_woodpick.png new file mode 100644 index 0000000..5743973 Binary files /dev/null and b/mods/default/textures/default_tool_woodpick.png differ diff --git a/mods/default/textures/default_tool_woodshovel.png b/mods/default/textures/default_tool_woodshovel.png new file mode 100644 index 0000000..22eb7b7 Binary files /dev/null and b/mods/default/textures/default_tool_woodshovel.png differ diff --git a/mods/default/textures/default_tool_woodsword.png b/mods/default/textures/default_tool_woodsword.png new file mode 100644 index 0000000..6ac95b1 Binary files /dev/null and b/mods/default/textures/default_tool_woodsword.png differ diff --git a/mods/default/textures/default_torch.png b/mods/default/textures/default_torch.png new file mode 100644 index 0000000..e8263e2 Binary files /dev/null and b/mods/default/textures/default_torch.png differ diff --git a/mods/default/textures/default_torch_animated.png b/mods/default/textures/default_torch_animated.png new file mode 100644 index 0000000..0241157 Binary files /dev/null and b/mods/default/textures/default_torch_animated.png differ diff --git a/mods/default/textures/default_torch_new_bottom.png b/mods/default/textures/default_torch_new_bottom.png new file mode 100644 index 0000000..8c2b797 Binary files /dev/null and b/mods/default/textures/default_torch_new_bottom.png differ diff --git a/mods/default/textures/default_torch_new_inv.png b/mods/default/textures/default_torch_new_inv.png new file mode 100644 index 0000000..61e8c10 Binary files /dev/null and b/mods/default/textures/default_torch_new_inv.png differ diff --git a/mods/default/textures/default_torch_new_side.png b/mods/default/textures/default_torch_new_side.png new file mode 100644 index 0000000..71b32df Binary files /dev/null and b/mods/default/textures/default_torch_new_side.png differ diff --git a/mods/default/textures/default_torch_new_top.png b/mods/default/textures/default_torch_new_top.png new file mode 100644 index 0000000..af41037 Binary files /dev/null and b/mods/default/textures/default_torch_new_top.png differ diff --git a/mods/default/textures/default_torch_on_ceiling.png b/mods/default/textures/default_torch_on_ceiling.png new file mode 100644 index 0000000..c16c1f2 Binary files /dev/null and b/mods/default/textures/default_torch_on_ceiling.png differ diff --git a/mods/default/textures/default_torch_on_ceiling_animated.png b/mods/default/textures/default_torch_on_ceiling_animated.png new file mode 100644 index 0000000..37aea1d Binary files /dev/null and b/mods/default/textures/default_torch_on_ceiling_animated.png differ diff --git a/mods/default/textures/default_torch_on_floor.png b/mods/default/textures/default_torch_on_floor.png new file mode 100644 index 0000000..d4d21bc Binary files /dev/null and b/mods/default/textures/default_torch_on_floor.png differ diff --git a/mods/default/textures/default_torch_on_floor_animated.png b/mods/default/textures/default_torch_on_floor_animated.png new file mode 100644 index 0000000..ffe8288 Binary files /dev/null and b/mods/default/textures/default_torch_on_floor_animated.png differ diff --git a/mods/default/textures/default_tree.png b/mods/default/textures/default_tree.png new file mode 100644 index 0000000..2362787 Binary files /dev/null and b/mods/default/textures/default_tree.png differ diff --git a/mods/default/textures/default_tree_normal.png b/mods/default/textures/default_tree_normal.png new file mode 100644 index 0000000..4616a0a Binary files /dev/null and b/mods/default/textures/default_tree_normal.png differ diff --git a/mods/default/textures/default_tree_top.png b/mods/default/textures/default_tree_top.png new file mode 100644 index 0000000..bb98ad9 Binary files /dev/null and b/mods/default/textures/default_tree_top.png differ diff --git a/mods/default/textures/default_tree_top_normal.png b/mods/default/textures/default_tree_top_normal.png new file mode 100644 index 0000000..b31162e Binary files /dev/null and b/mods/default/textures/default_tree_top_normal.png differ diff --git a/mods/default/textures/default_water.png b/mods/default/textures/default_water.png new file mode 100644 index 0000000..e94615c Binary files /dev/null and b/mods/default/textures/default_water.png differ diff --git a/mods/default/textures/default_water_flowing_animated.png b/mods/default/textures/default_water_flowing_animated.png new file mode 100644 index 0000000..6eaadc9 Binary files /dev/null and b/mods/default/textures/default_water_flowing_animated.png differ diff --git a/mods/default/textures/default_water_source_animated.png b/mods/default/textures/default_water_source_animated.png new file mode 100644 index 0000000..a5fe149 Binary files /dev/null and b/mods/default/textures/default_water_source_animated.png differ diff --git a/mods/default/textures/default_wood.png b/mods/default/textures/default_wood.png new file mode 100644 index 0000000..9c22bf0 Binary files /dev/null and b/mods/default/textures/default_wood.png differ diff --git a/mods/default/textures/default_wood_normal.png b/mods/default/textures/default_wood_normal.png new file mode 100644 index 0000000..5d45d7b Binary files /dev/null and b/mods/default/textures/default_wood_normal.png differ diff --git a/mods/default/textures/gui_formbg.png b/mods/default/textures/gui_formbg.png new file mode 100644 index 0000000..c543466 Binary files /dev/null and b/mods/default/textures/gui_formbg.png differ diff --git a/mods/default/textures/gui_furnace_arrow_bg.png b/mods/default/textures/gui_furnace_arrow_bg.png new file mode 100644 index 0000000..92b0e25 Binary files /dev/null and b/mods/default/textures/gui_furnace_arrow_bg.png differ diff --git a/mods/default/textures/gui_furnace_arrow_fg.png b/mods/default/textures/gui_furnace_arrow_fg.png new file mode 100644 index 0000000..d2fa86f Binary files /dev/null and b/mods/default/textures/gui_furnace_arrow_fg.png differ diff --git a/mods/default/textures/gui_hb_bg.png b/mods/default/textures/gui_hb_bg.png new file mode 100644 index 0000000..34b6eba Binary files /dev/null and b/mods/default/textures/gui_hb_bg.png differ diff --git a/mods/default/textures/gui_hotbar.png b/mods/default/textures/gui_hotbar.png new file mode 100644 index 0000000..4ca1f1f Binary files /dev/null and b/mods/default/textures/gui_hotbar.png differ diff --git a/mods/default/textures/gui_hotbar_selected.png b/mods/default/textures/gui_hotbar_selected.png new file mode 100644 index 0000000..81579ea Binary files /dev/null and b/mods/default/textures/gui_hotbar_selected.png differ diff --git a/mods/default/textures/heart.png b/mods/default/textures/heart.png new file mode 100644 index 0000000..4b1df5e Binary files /dev/null and b/mods/default/textures/heart.png differ diff --git a/mods/default/textures/player.png b/mods/default/textures/player.png new file mode 100644 index 0000000..8649499 Binary files /dev/null and b/mods/default/textures/player.png differ diff --git a/mods/default/textures/player_back.png b/mods/default/textures/player_back.png new file mode 100644 index 0000000..c3e7c8b Binary files /dev/null and b/mods/default/textures/player_back.png differ diff --git a/mods/default/textures/smoke_puff.png b/mods/default/textures/smoke_puff.png new file mode 100644 index 0000000..03890e3 Binary files /dev/null and b/mods/default/textures/smoke_puff.png differ diff --git a/mods/default/textures/treeprop.png b/mods/default/textures/treeprop.png new file mode 100644 index 0000000..8ff3e6a Binary files /dev/null and b/mods/default/textures/treeprop.png differ diff --git a/mods/default/textures/unknown_item.png b/mods/default/textures/unknown_item.png new file mode 100644 index 0000000..059cf13 Binary files /dev/null and b/mods/default/textures/unknown_item.png differ diff --git a/mods/default/textures/unknown_node.png b/mods/default/textures/unknown_node.png new file mode 100644 index 0000000..20b6508 Binary files /dev/null and b/mods/default/textures/unknown_node.png differ diff --git a/mods/default/textures/unknown_object.png b/mods/default/textures/unknown_object.png new file mode 100644 index 0000000..bfeab95 Binary files /dev/null and b/mods/default/textures/unknown_object.png differ diff --git a/mods/default/textures/wieldhand.png b/mods/default/textures/wieldhand.png new file mode 100644 index 0000000..07b0927 Binary files /dev/null and b/mods/default/textures/wieldhand.png differ diff --git a/mods/default/tools.lua b/mods/default/tools.lua new file mode 100644 index 0000000..a948886 --- /dev/null +++ b/mods/default/tools.lua @@ -0,0 +1,332 @@ +-- mods/default/tools.lua + +-- The hand +minetest.register_item(":", { + type = "none", + wield_image = "wieldhand.png", + wield_scale = {x=1,y=1,z=2.5}, + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level = 0, + groupcaps = { + crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1}, + snappy = {times={[3]=0.40}, uses=0, maxlevel=1}, + oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0} + }, + damage_groups = {fleshy=1}, + } +}) + +-- +-- Picks +-- + +minetest.register_tool("default:pick_wood", { + description = "Wooden Pickaxe", + inventory_image = "default_tool_woodpick.png", + tool_capabilities = { + full_punch_interval = 1.2, + max_drop_level=0, + groupcaps={ + cracky = {times={[3]=1.60}, uses=10, maxlevel=1}, + }, + damage_groups = {fleshy=2}, + }, +}) +minetest.register_tool("default:pick_stone", { + description = "Stone Pickaxe", + inventory_image = "default_tool_stonepick.png", + tool_capabilities = { + full_punch_interval = 1.3, + max_drop_level=0, + groupcaps={ + cracky = {times={[2]=2.0, [3]=1.00}, uses=20, maxlevel=1}, + }, + damage_groups = {fleshy=3}, + }, +}) +minetest.register_tool("default:pick_steel", { + description = "Steel Pickaxe", + inventory_image = "default_tool_steelpick.png", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=1, + groupcaps={ + cracky = {times={[1]=4.00, [2]=1.60, [3]=0.80}, uses=20, maxlevel=2}, + }, + damage_groups = {fleshy=4}, + }, +}) +minetest.register_tool("default:pick_bronze", { + description = "Bronze Pickaxe", + inventory_image = "default_tool_bronzepick.png", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=1, + groupcaps={ + cracky = {times={[1]=4.00, [2]=1.60, [3]=0.80}, uses=30, maxlevel=2}, + }, + damage_groups = {fleshy=4}, + }, +}) +minetest.register_tool("default:pick_mese", { + description = "Mese Pickaxe", + inventory_image = "default_tool_mesepick.png", + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level=3, + groupcaps={ + cracky = {times={[1]=2.4, [2]=1.2, [3]=0.60}, uses=20, maxlevel=3}, + }, + damage_groups = {fleshy=5}, + }, +}) +minetest.register_tool("default:pick_diamond", { + description = "Diamond Pickaxe", + inventory_image = "default_tool_diamondpick.png", + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level=3, + groupcaps={ + cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=30, maxlevel=3}, + }, + damage_groups = {fleshy=5}, + }, +}) + +-- +-- Shovels +-- + +minetest.register_tool("default:shovel_wood", { + description = "Wooden Shovel", + inventory_image = "default_tool_woodshovel.png", + wield_image = "default_tool_woodshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.2, + max_drop_level=0, + groupcaps={ + crumbly = {times={[1]=3.00, [2]=1.60, [3]=0.60}, uses=10, maxlevel=1}, + }, + damage_groups = {fleshy=2}, + }, +}) +minetest.register_tool("default:shovel_stone", { + description = "Stone Shovel", + inventory_image = "default_tool_stoneshovel.png", + wield_image = "default_tool_stoneshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.4, + max_drop_level=0, + groupcaps={ + crumbly = {times={[1]=1.80, [2]=1.20, [3]=0.50}, uses=20, maxlevel=1}, + }, + damage_groups = {fleshy=2}, + }, +}) +minetest.register_tool("default:shovel_steel", { + description = "Steel Shovel", + inventory_image = "default_tool_steelshovel.png", + wield_image = "default_tool_steelshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.1, + max_drop_level=1, + groupcaps={ + crumbly = {times={[1]=1.50, [2]=0.90, [3]=0.40}, uses=30, maxlevel=2}, + }, + damage_groups = {fleshy=3}, + }, +}) +minetest.register_tool("default:shovel_bronze", { + description = "Bronze Shovel", + inventory_image = "default_tool_bronzeshovel.png", + wield_image = "default_tool_bronzeshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.1, + max_drop_level=1, + groupcaps={ + crumbly = {times={[1]=1.50, [2]=0.90, [3]=0.40}, uses=40, maxlevel=2}, + }, + damage_groups = {fleshy=3}, + }, +}) +minetest.register_tool("default:shovel_mese", { + description = "Mese Shovel", + inventory_image = "default_tool_meseshovel.png", + wield_image = "default_tool_meseshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=3, + groupcaps={ + crumbly = {times={[1]=1.20, [2]=0.60, [3]=0.30}, uses=20, maxlevel=3}, + }, + damage_groups = {fleshy=4}, + }, +}) +minetest.register_tool("default:shovel_diamond", { + description = "Diamond Shovel", + inventory_image = "default_tool_diamondshovel.png", + wield_image = "default_tool_diamondshovel.png^[transformR90", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=1, + groupcaps={ + crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=30, maxlevel=3}, + }, + damage_groups = {fleshy=4}, + }, +}) + +-- +-- Axes +-- + +minetest.register_tool("default:axe_wood", { + description = "Wooden Axe", + inventory_image = "default_tool_woodaxe.png", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=0, + groupcaps={ + choppy = {times={[2]=3.00, [3]=1.60}, uses=10, maxlevel=1}, + }, + damage_groups = {fleshy=2}, + }, +}) +minetest.register_tool("default:axe_stone", { + description = "Stone Axe", + inventory_image = "default_tool_stoneaxe.png", + tool_capabilities = { + full_punch_interval = 1.2, + max_drop_level=0, + groupcaps={ + choppy={times={[1]=3.00, [2]=2.00, [3]=1.30}, uses=20, maxlevel=1}, + }, + damage_groups = {fleshy=3}, + }, +}) +minetest.register_tool("default:axe_steel", { + description = "Steel Axe", + inventory_image = "default_tool_steelaxe.png", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=1, + groupcaps={ + choppy={times={[1]=2.50, [2]=1.40, [3]=1.00}, uses=20, maxlevel=2}, + }, + damage_groups = {fleshy=4}, + }, +}) +minetest.register_tool("default:axe_bronze", { + description = "Bronze Axe", + inventory_image = "default_tool_bronzeaxe.png", + tool_capabilities = { + full_punch_interval = 1.0, + max_drop_level=1, + groupcaps={ + choppy={times={[1]=2.50, [2]=1.40, [3]=1.00}, uses=30, maxlevel=2}, + }, + damage_groups = {fleshy=4}, + }, +}) +minetest.register_tool("default:axe_mese", { + description = "Mese Axe", + inventory_image = "default_tool_meseaxe.png", + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level=1, + groupcaps={ + choppy={times={[1]=2.20, [2]=1.00, [3]=0.60}, uses=20, maxlevel=3}, + }, + damage_groups = {fleshy=6}, + }, +}) +minetest.register_tool("default:axe_diamond", { + description = "Diamond Axe", + inventory_image = "default_tool_diamondaxe.png", + tool_capabilities = { + full_punch_interval = 0.9, + max_drop_level=1, + groupcaps={ + choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=30, maxlevel=2}, + }, + damage_groups = {fleshy=7}, + }, +}) + +-- +-- Swords +-- + +minetest.register_tool("default:sword_wood", { + description = "Wooden Sword", + inventory_image = "default_tool_woodsword.png", + tool_capabilities = { + full_punch_interval = 1, + max_drop_level=0, + groupcaps={ + snappy={times={[2]=1.6, [3]=0.40}, uses=10, maxlevel=1}, + }, + damage_groups = {fleshy=2}, + } +}) +minetest.register_tool("default:sword_stone", { + description = "Stone Sword", + inventory_image = "default_tool_stonesword.png", + tool_capabilities = { + full_punch_interval = 1.2, + max_drop_level=0, + groupcaps={ + snappy={times={[2]=1.4, [3]=0.40}, uses=20, maxlevel=1}, + }, + damage_groups = {fleshy=4}, + } +}) +minetest.register_tool("default:sword_steel", { + description = "Steel Sword", + inventory_image = "default_tool_steelsword.png", + tool_capabilities = { + full_punch_interval = 0.8, + max_drop_level=1, + groupcaps={ + snappy={times={[1]=2.5, [2]=1.20, [3]=0.35}, uses=30, maxlevel=2}, + }, + damage_groups = {fleshy=6}, + } +}) +minetest.register_tool("default:sword_bronze", { + description = "Bronze Sword", + inventory_image = "default_tool_bronzesword.png", + tool_capabilities = { + full_punch_interval = 0.8, + max_drop_level=1, + groupcaps={ + snappy={times={[1]=2.5, [2]=1.20, [3]=0.35}, uses=40, maxlevel=2}, + }, + damage_groups = {fleshy=6}, + } +}) +minetest.register_tool("default:sword_mese", { + description = "Mese Sword", + inventory_image = "default_tool_mesesword.png", + tool_capabilities = { + full_punch_interval = 0.7, + max_drop_level=1, + groupcaps={ + snappy={times={[1]=2.0, [2]=1.00, [3]=0.35}, uses=30, maxlevel=3}, + }, + damage_groups = {fleshy=7}, + } +}) +minetest.register_tool("default:sword_diamond", { + description = "Diamond Sword", + inventory_image = "default_tool_diamondsword.png", + tool_capabilities = { + full_punch_interval = 0.7, + max_drop_level=1, + groupcaps={ + snappy={times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=40, maxlevel=3}, + }, + damage_groups = {fleshy=8}, + } +}) diff --git a/mods/default/trees.lua b/mods/default/trees.lua new file mode 100644 index 0000000..07cc4d7 --- /dev/null +++ b/mods/default/trees.lua @@ -0,0 +1,393 @@ +-- +-- Grow trees from saplings +-- + +-- 'Can grow' function + +local random = math.random + +local function can_grow(pos) + local node_under = minetest.get_node_or_nil({x = pos.x, y = pos.y - 1, z = pos.z}) + if not node_under then + return false + end + local name_under = node_under.name + local is_soil = minetest.get_item_group(name_under, "soil") + if is_soil == 0 then + return false + end + return true +end + + +-- Sapling ABM + +minetest.register_abm({ + nodenames = {"default:sapling", "default:junglesapling", + "default:pine_sapling", "default:acacia_sapling"}, + interval = 10, + chance = 50, + action = function(pos, node) + if not can_grow(pos) then + return + end + + local mapgen = minetest.get_mapgen_params().mgname + if node.name == "default:sapling" then + minetest.log("action", "A sapling grows into a tree at ".. + minetest.pos_to_string(pos)) + if mapgen == "v6" then + default.grow_tree(pos, random(1, 4) == 1) + else + default.grow_new_apple_tree(pos) + end + elseif node.name == "default:junglesapling" then + minetest.log("action", "A jungle sapling grows into a tree at ".. + minetest.pos_to_string(pos)) + if mapgen == "v6" then + default.grow_jungle_tree(pos) + else + default.grow_new_jungle_tree(pos) + end + elseif node.name == "default:pine_sapling" then + minetest.log("action", "A pine sapling grows into a tree at ".. + minetest.pos_to_string(pos)) + if mapgen == "v6" then + default.grow_pine_tree(pos) + else + default.grow_new_pine_tree(pos) + end + elseif node.name == "default:acacia_sapling" then + minetest.log("action", "An acacia sapling grows into a tree at ".. + minetest.pos_to_string(pos)) + default.grow_new_acacia_tree(pos) + end + end +}) + + +-- +-- Tree generation +-- + +-- Apple tree and jungle tree trunk and leaves function + +local function add_trunk_and_leaves(data, a, pos, tree_cid, leaves_cid, + height, size, iters, is_apple_tree) + local x, y, z = pos.x, pos.y, pos.z + local c_air = minetest.get_content_id("air") + local c_ignore = minetest.get_content_id("ignore") + local c_apple = minetest.get_content_id("default:apple") + + -- Trunk + data[a:index(x, y, z)] = tree_cid -- Force-place lowest trunk node to replace sapling + for yy = y + 1, y + height - 1 do + local vi = a:index(x, yy, z) + local node_id = data[vi] + if node_id == c_air or node_id == c_ignore or node_id == leaves_cid then + data[vi] = tree_cid + end + end + + -- Force leaves near the trunk + for z_dist = -1, 1 do + for y_dist = -size, 1 do + local vi = a:index(x - 1, y + height + y_dist, z + z_dist) + for x_dist = -1, 1 do + if data[vi] == c_air or data[vi] == c_ignore then + if is_apple_tree and random(1, 8) == 1 then + data[vi] = c_apple + else + data[vi] = leaves_cid + end + end + vi = vi + 1 + end + end + end + + -- Randomly add leaves in 2x2x2 clusters. + for i = 1, iters do + local clust_x = x + random(-size, size - 1) + local clust_y = y + height + random(-size, 0) + local clust_z = z + random(-size, size - 1) + + for xi = 0, 1 do + for yi = 0, 1 do + for zi = 0, 1 do + local vi = a:index(clust_x + xi, clust_y + yi, clust_z + zi) + if data[vi] == c_air or data[vi] == c_ignore then + if is_apple_tree and random(1, 8) == 1 then + data[vi] = c_apple + else + data[vi] = leaves_cid + end + end + end + end + end + end +end + + +-- Apple tree + +function default.grow_tree(pos, is_apple_tree, bad) + --[[ + NOTE: Tree-placing code is currently duplicated in the engine + and in games that have saplings; both are deprecated but not + replaced yet + --]] + if bad then + error("Deprecated use of default.grow_tree") + end + + local x, y, z = pos.x, pos.y, pos.z + local height = random(4, 5) + local c_tree = minetest.get_content_id("default:tree") + local c_leaves = minetest.get_content_id("default:leaves") + + local vm = minetest.get_voxel_manip() + local minp, maxp = vm:read_from_map( + {x = pos.x - 2, y = pos.y, z = pos.z - 2}, + {x = pos.x + 2, y = pos.y + height + 1, z = pos.z + 2} + ) + local a = VoxelArea:new({MinEdge = minp, MaxEdge = maxp}) + local data = vm:get_data() + + add_trunk_and_leaves(data, a, pos, c_tree, c_leaves, height, 2, 8, is_apple_tree) + + vm:set_data(data) + vm:write_to_map() + vm:update_map() +end + + +-- Jungle tree + +function default.grow_jungle_tree(pos, bad) + --[[ + NOTE: Jungletree-placing code is currently duplicated in the engine + and in games that have saplings; both are deprecated but not + replaced yet + --]] + if bad then + error("Deprecated use of default.grow_jungle_tree") + end + + local x, y, z = pos.x, pos.y, pos.z + local height = random(8, 12) + local c_air = minetest.get_content_id("air") + local c_ignore = minetest.get_content_id("ignore") + local c_jungletree = minetest.get_content_id("default:jungletree") + local c_jungleleaves = minetest.get_content_id("default:jungleleaves") + + local vm = minetest.get_voxel_manip() + local minp, maxp = vm:read_from_map( + {x = pos.x - 3, y = pos.y - 1, z = pos.z - 3}, + {x = pos.x + 3, y = pos.y + height + 1, z = pos.z + 3} + ) + local a = VoxelArea:new({MinEdge = minp, MaxEdge = maxp}) + local data = vm:get_data() + + add_trunk_and_leaves(data, a, pos, c_jungletree, c_jungleleaves, height, 3, 30, false) + + -- Roots + for z_dist = -1, 1 do + local vi_1 = a:index(x - 1, y - 1, z + z_dist) + local vi_2 = a:index(x - 1, y, z + z_dist) + for x_dist = -1, 1 do + if random(1, 3) >= 2 then + if data[vi_1] == c_air or data[vi_1] == c_ignore then + data[vi_1] = c_jungletree + elseif data[vi_2] == c_air or data[vi_2] == c_ignore then + data[vi_2] = c_jungletree + end + end + vi_1 = vi_1 + 1 + vi_2 = vi_2 + 1 + end + end + + vm:set_data(data) + vm:write_to_map() + vm:update_map() +end + + +-- Pine tree from mg mapgen mod, design by sfan5, pointy top added by paramat + +local function add_pine_needles(data, vi, c_air, c_ignore, c_snow, c_pine_needles) + local node_id = data[vi] + if node_id == c_air or node_id == c_ignore or node_id == c_snow then + data[vi] = c_pine_needles + end +end + +local function add_snow(data, vi, c_air, c_ignore, c_snow) + local node_id = data[vi] + if node_id == c_air or node_id == c_ignore then + data[vi] = c_snow + end +end + +function default.grow_pine_tree(pos) + local x, y, z = pos.x, pos.y, pos.z + local maxy = y + random(9, 13) -- Trunk top + + local c_air = minetest.get_content_id("air") + local c_ignore = minetest.get_content_id("ignore") + local c_pine_tree = minetest.get_content_id("default:pine_tree") + local c_pine_needles = minetest.get_content_id("default:pine_needles") + local c_snow = minetest.get_content_id("default:snow") + local c_snowblock = minetest.get_content_id("default:snowblock") + local c_dirtsnow = minetest.get_content_id("default:dirt_with_snow") + + local vm = minetest.get_voxel_manip() + local minp, maxp = vm:read_from_map( + {x = x - 3, y = y - 1, z = z - 3}, + {x = x + 3, y = maxy + 3, z = z + 3} + ) + local a = VoxelArea:new({MinEdge = minp, MaxEdge = maxp}) + local data = vm:get_data() + + -- Scan for snow nodes near sapling to enable snow on branches + local snow = false + for yy = y - 1, y + 1 do + for zz = z - 1, z + 1 do + local vi = a:index(x - 1, yy, zz) + for xx = x - 1, x + 1 do + local nodid = data[vi] + if nodid == c_snow or nodid == c_snowblock or nodid == c_dirtsnow then + snow = true + end + vi = vi + 1 + end + end + end + + -- Upper branches layer + local dev = 3 + for yy = maxy - 1, maxy + 1 do + for zz = z - dev, z + dev do + local vi = a:index(x - dev, yy, zz) + local via = a:index(x - dev, yy + 1, zz) + for xx = x - dev, x + dev do + if random() < 0.95 - dev * 0.05 then + add_pine_needles(data, vi, c_air, c_ignore, c_snow, + c_pine_needles) + if snow then + add_snow(data, via, c_air, c_ignore, c_snow) + end + end + vi = vi + 1 + via = via + 1 + end + end + dev = dev - 1 + end + + -- Centre top nodes + add_pine_needles(data, a:index(x, maxy + 1, z), c_air, c_ignore, c_snow, + c_pine_needles) + add_pine_needles(data, a:index(x, maxy + 2, z), c_air, c_ignore, c_snow, + c_pine_needles) -- Paramat added a pointy top node + if snow then + add_snow(data, a:index(x, maxy + 3, z), c_air, c_ignore, c_snow) + end + + -- Lower branches layer + local my = 0 + for i = 1, 20 do -- Random 2x2 squares of needles + local xi = x + random(-3, 2) + local yy = maxy + random(-6, -5) + local zi = z + random(-3, 2) + if yy > my then + my = yy + end + for zz = zi, zi+1 do + local vi = a:index(xi, yy, zz) + local via = a:index(xi, yy + 1, zz) + for xx = xi, xi + 1 do + add_pine_needles(data, vi, c_air, c_ignore, c_snow, + c_pine_needles) + if snow then + add_snow(data, via, c_air, c_ignore, c_snow) + end + vi = vi + 1 + via = via + 1 + end + end + end + + local dev = 2 + for yy = my + 1, my + 2 do + for zz = z - dev, z + dev do + local vi = a:index(x - dev, yy, zz) + local via = a:index(x - dev, yy + 1, zz) + for xx = x - dev, x + dev do + if random() < 0.95 - dev * 0.05 then + add_pine_needles(data, vi, c_air, c_ignore, c_snow, + c_pine_needles) + if snow then + add_snow(data, via, c_air, c_ignore, c_snow) + end + end + vi = vi + 1 + via = via + 1 + end + end + dev = dev - 1 + end + + -- Trunk + data[a:index(x, y, z)] = c_pine_tree -- Force-place lowest trunk node to replace sapling + for yy = y + 1, maxy do + local vi = a:index(x, yy, z) + local node_id = data[vi] + if node_id == c_air or node_id == c_ignore or + node_id == c_pine_needles or node_id == c_snow then + data[vi] = c_pine_tree + end + end + + vm:set_data(data) + vm:write_to_map() + vm:update_map() +end + + +-- New apple tree + +function default.grow_new_apple_tree(pos) + local path = minetest.get_modpath("default") .. "/schematics/apple_tree_from_sapling.mts" + minetest.place_schematic({x = pos.x - 2, y = pos.y - 1, z = pos.z - 2}, + path, 0, nil, false) +end + + +-- New jungle tree + +function default.grow_new_jungle_tree(pos) + local path = minetest.get_modpath("default") .. "/schematics/jungle_tree_from_sapling.mts" + minetest.place_schematic({x = pos.x - 2, y = pos.y - 1, z = pos.z - 2}, + path, 0, nil, false) +end + + +-- New pine tree + +function default.grow_new_pine_tree(pos) + local path = minetest.get_modpath("default") .. "/schematics/pine_tree_from_sapling.mts" + minetest.place_schematic({x = pos.x - 2, y = pos.y - 1, z = pos.z - 2}, + path, 0, nil, false) +end + + +-- New acacia tree + +function default.grow_new_acacia_tree(pos) + local path = minetest.get_modpath("default") .. "/schematics/acacia_tree_from_sapling.mts" + minetest.place_schematic({x = pos.x - 4, y = pos.y - 1, z = pos.z - 4}, + path, random, nil, false) +end diff --git a/mods/vxl/build_order.lua b/mods/vxl/build_order.lua new file mode 100644 index 0000000..7d389d5 --- /dev/null +++ b/mods/vxl/build_order.lua @@ -0,0 +1,73 @@ +--- Represents a thing to be built. +BuildOrder = serializable.define('BuildOrder', function() + return { + pos = nil, + total = 0, + remaining = 0, + spec = {} + } +end) + +-- wait N standard realtime seconds before a task can be reclaimed +local TASK_TIMEOUT = 3 * vxl.TIME_SCALE + +--- Creates a build order from a schematic function. +-- @param min vector for the bounding rectangle's min point +-- @param max vector for the bounding rectangle's max point +-- @param fn callback function taking arguments `(x,y,z)` and returning a +-- string such as "default:dirt" or "air" +-- @return the newly created BuildOrder +function BuildOrder.create(min, max, fn) + local result = BuildOrder.new() + for x = min.x,max.x do + for y = min.y,max.y do + for z = min.z,max.z do + local name = fn(x,y,z) + if name then + result:push(vector.new(x,y,z), name) + end + end + end + end + return result +end + +--- Add a block with the given `name` at `pos` +function BuildOrder:push(pos, name) + self.total = self.total + 1 + self.remaining = self.remaining + 1 + local id = vxl.get_uuid() + self.spec[id] = { pos = pos, name = name, id = id } +end + +--- Takes the unclaimed task closest to pos +function BuildOrder:take_task(pos) + local free_tasks = { } + local best_dist = math.huge + local best_task = nil + for k,task in pairs(self.spec) do + if not task.taken or vxl.data.time - task.taken > TASK_TIMEOUT then + local dist = vector.subtract(pos, task.pos) + local dist_squared = dist.x * dist.x + dist.z * dist.z + if dist_squared < best_dist then + best_dist = dist_squared + best_task = task + end + end + end + + if not best_task then return end + best_task.taken = vxl.data.time + return best_task +end + +--- Mark a given task as complete +function BuildOrder:complete_task(id) + self.remaining = self.remaining - 1 + self.spec[id] = nil +end + +--- Returns true if the entire build order is complete +function BuildOrder:is_complete() + return self.remaining == 0 +end diff --git a/mods/vxl/character.lua b/mods/vxl/character.lua new file mode 100644 index 0000000..683a29a --- /dev/null +++ b/mods/vxl/character.lua @@ -0,0 +1,290 @@ +--- Represents any character in the world (including players). +Character = serializable.define('Character', function() + return { + pos = vector.new(0,0,0), + yaw = 0, + name = "", + race = "human", + velocity = vector.new(0,0,0), + acceleration = vector.new(0,0,0), + municipality = nil, + residence = nil, + on_ground = false, + tasks = { } + } +end) + +--- Put an initial batch of characters into the world. +function Character.populate() + local creator_deity = vxl.pick_one_from_hash(Deity.all()) + local eden = creator_deity:pick_eden() + local count = 10 + math.random(10) + for i=1,count do + local char = Character.new() + Character.register(char) + char.pos = MapData.random_point_near(eden, 10) + end +end + +--- Get a copy of this character's position. +-- @return vector +function Character:get_position() + return { + x = self.pos.x, + y = self.pos.y, + z = self.pos.z + } +end + +--- Get a string describing this character +function Character:describe() + return string.format("%s, a simple %s", self.name, self.race) +end + +--- Perform all simulation for this character. +-- @param dt time in game seconds to simulate +function Character:simulate(dt) + self:perform_tasks(dt) + self:update_physics(dt) +end + +--- Perform physics simulation for this character. +-- @param dt time in game seconds to simulate +function Character:update_physics(dt) + -- local node = MapData.get_node(self.pos) + local node = MapData.get_node(self.pos) + local tmp = vector.new(self.pos.x, self.pos.y, self.pos.z) + + -- -- TODO: better unsticking logic + if vxl.is_solid(node) then + self.pos.y = (MapData.get_surface_pos(self.pos) or vector.new(0,0,0)).y + 0.52 + self.on_ground = false + self.acceleration.y = 0 + self.velocity.y = 0 + return + end + + local node_below = MapData.get_node(vector.new(tmp.x, tmp.y - 1, tmp.z)) + local old = vector.new(tmp.x, tmp.y, tmp.z) + + self.velocity = vector.add(self.velocity, vector.multiply(self.acceleration, dt)) + tmp = vector.add(tmp, vector.multiply(self.velocity, dt)) + local new = vector.new(tmp.x, tmp.y, tmp.z) + + self.on_ground = true + if not vxl.is_solid(node_below) then + self.acceleration.y = -10 / vxl.TIME_SCALE + self.on_ground = false + else + self.acceleration.y = math.max(0, self.acceleration.y) + self.velocity.y = math.max(0, self.velocity.y) + tmp.y = math.floor(tmp.y) + 0.52 + end + + -- check for collisions when moving to new voxel + local xmove = math.floor(old.x-0.5) ~= math.floor(new.x-0.5) + local ymove = math.floor(old.y-0.5) ~= math.floor(new.y-0.5) + local zmove = math.floor(old.z-0.5) ~= math.floor(new.z-0.5) + if xmove or ymove or zmove then + local new_node = MapData.get_node(new) + if vxl.is_solid(new_node) then + -- TODO: better jumping + if self.on_ground then + local new_node_above = MapData.get_node(vector.new(new.x, new.y + 1, new.z)) + if not vxl.is_solid(new_node_above) then + self.acceleration.y = 0 + self.velocity.y = 20 / vxl.TIME_SCALE + end + end + + -- check y first since we can jump over nodes + if ymove then + self.velocity.y = 0 + tmp.y = old.y + new.y = old.y + end + + if xmove then + self.velocity.x = 0 + tmp.x = old.x + end + + if zmove then + self.velocity.z = 0 + tmp.z = old.z + end + end + end + + self.pos.x = tmp.x + self.pos.y = tmp.y + self.pos.z = tmp.z +end + +--- Perform the current task for this character. +function Character:perform_tasks() + local task, task_def = self:get_current_task() + if not task then return nil end + + if not task.state.planned then + task_def.plan(self, task.state) + task.state.planned = true + end + + local result = task_def.perform(self, task.state) + if result == true or result == false then + self.last_task_result = result + self:pop_task(task) + end +end + +--- Get the current task for this character. +function Character:get_current_task() + local task = self.tasks[#self.tasks] + if not task then return nil end + return task, Task.defs[task.name] +end + +--- Get a path from this charcter's position to `pos`. +-- This function (like minetest.find_path underneath it) may return nil for +-- any number of reasons including frequent set_node calls around the +-- find_path call. It also very expensive in the case of pathing failure, and +-- should be throttled by any client code. +-- @return the result of `minetest.find_path` +function Character:get_path_to(pos) + if not self.on_ground then return end + if not (minetest and minetest.find_path) then return { pos } end + pos.x = pos.x + pos.y = pos.y + pos.z = pos.z + return minetest.find_path(vxl.float_to_node(self.pos), pos, 10, 1, 3, 'A*') +end + +--- Add a task definition to the end of the task queue +-- @param name String the name of the task such as 'establish_municipality' +-- @param state Table the initial state of the task (used to pass task inputs) +-- @usage char:push_task('move', { dest = a_far_away_place, distance = 3 }) +function Character:push_task(name, state) + state = state or { } + table.insert(self.tasks, Task.new({name = name, state = state})) +end + +function Character:pop_task(task) + local i, t + for i,t in ipairs(self.tasks) do + if t == task then + table.remove(self.tasks, i) + break + end + end +end + +--- Get the character's current walk speed. +-- @return Number the (directionless) walking speed of this character in +-- meters per gamesecond +function Character:get_walk_speed() + -- roughly three meters per (standard realtime) second + return 3 / vxl.TIME_SCALE +end + +--- Create the minetest entity that represents this character. +function Character:materialize() + local entity = minetest.add_entity(self.pos, 'vxl:character') + entity:get_luaentity().char_id = self.id +end + +--- Move to position. +-- Sets the yaw and velocity of the character to face `p` +-- @param p a vector specifying where to move to +function Character:move_to(p) + local vec = {x = p.x -self.pos.x, y = p.y -self.pos.y, z = p.z -self.pos.z} + local dist = vector.distance(self.pos, p) + self.yaw = math.atan(vec.z/vec.x) + if p.x < self.pos.x then + self.yaw = self.yaw+math.pi + end + + if dist > 1 then + local walk_vector = vector.rotateY(vector.new(self:get_walk_speed(),0,0), self.yaw) + self.velocity.x = walk_vector.x + self.velocity.z = walk_vector.z + else + self:stop() + end +end + +--- Set the character's velocity to 0. +function Character:stop() + self.velocity = vector.new(0,0,0) +end + +if _G.minetest then + minetest.register_entity('vxl:character', { + hp_max = 1, + physical = false, + weight = 5, + textures = {"character.png"}, + visual = "mesh", + mesh = "character.x", + collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4}, + makes_footstep_sound = true, + walk_velocity = 1, + armor = 100, + drawtype = "front", + water_damage = 1, + lava_damage = 8, + animation = { + speed_normal = 17, + stand_start = 0, + stand_end = 79, + walk_start = 168, + walk_end = 187, + current = 'stand' + }, + view_range = 8, + get_staticdata = function(self) + return tostring(self.char_id) + end, + on_activate = function(self, data) + self.char_id = tonumber(data) + end, + get_char = function(self) + if not self.char_id then return nil end + if not self.char then + for k,v in pairs(Character.all()) do + if v.id == self.char_id then + self.char = v + break + end + end + end + return self.char + end, + on_step = function(self, dt) + local char = self:get_char() + if char then + self.object:moveto(char:get_position()) + self.object:setvelocity(char.velocity) + if char.velocity.x == 0 and char.velocity.y == 0 and char.velocity.z == 0 then + if self.animation.current ~= 'stand' then + self.object:set_animation( + {x = self.animation.stand_start,y = self.animation.stand_end}, + self.animation.speed_normal, 0 + ) + self.animation.current = "stand" + end + else + if self.animation.current ~= 'walk' then + self.object:set_animation( + {x = self.animation.walk_start,y = self.animation.walk_end}, + self.animation.speed_normal, 0 + ) + self.animation.current = "walk" + end + end + self.object:setacceleration(char.acceleration) + self.object:setyaw(char.yaw-math.pi/2) + end + end +}) +end diff --git a/mods/vxl/data.lua b/mods/vxl/data.lua new file mode 100644 index 0000000..6cc1bf0 --- /dev/null +++ b/mods/vxl/data.lua @@ -0,0 +1,34 @@ +--- Manages the loading/saving of data for the simulation +local function loaddata() + local data_file = minetest.get_worldpath() .. "/data" + local file = io.open(data_file, "r") + if not file then return {} end + local result = serializable.inflate(file:read("*a")) + io.close(file) + return result +end + +local function savedata() + local data_file = minetest.get_worldpath() .. "/data" + local file = io.open(data_file, "w") + if file then + file:write(serializable.deflate()) + io.close(file) + end +end + +if minetest then + minetest.register_on_shutdown(savedata) + minetest.after(0, loaddata) +end + +-- time in in-game seconds since the simulation started +vxl = { } +vxl.data = vxl.data or { } +vxl.data.time = vxl.data.time or 0 + +-- The baseline scaling between real time and game time. The tricky part is to +-- keep things like movement speed and attack frequency looking correct on the +-- real timescale while keeping things like building a city roughly correct on +-- the game timescale. +vxl.TIME_SCALE = 30.0 \ No newline at end of file diff --git a/mods/vxl/deities.lua b/mods/vxl/deities.lua new file mode 100644 index 0000000..05f85c1 --- /dev/null +++ b/mods/vxl/deities.lua @@ -0,0 +1,62 @@ +local DOMAINS = { + "Picks", + "Clouds", + "Fire", + "Ice", + "Life", + "Death", + "Misfortune", + "Luck" +} + + -- " came to this world when he/she " +local ORIGIN_STORIES = { + "was born of the world's collective grief", + "coalesced from radiated cosmic energies of the heavens", + "was regurgitated from the depths of hell", + "has existed since the epoch of all things", + "was manifested from the spirit of joy", + "tore asunder the barriers between this plane and that of the gods" +} + +Deity = serializable.define('Deity', function() + return { + name = "Deity", + domain = "", + origin_story = "" + } +end) + + +function Deity:describe() + return self.name .. ", the god of " .. self.domain .. " " .. self.origin_story +end + +-- Deities can seed the world with mortals created to manifest their will in +-- the physical realm +function Deity:create_mortals() + local count = 10 + math.random(10) + local eden = self:pick_eden() + local char + for i=1,count do + char = Character.new() + char.pos = MapData.get_surface_pos(MapData.random_point_near(eden, 10)) + char:push_task('wander') + char:push_task('find_residence') + Character.register(char) + end +end + +function Deity:pick_eden() + -- TODO: Pick a spot that the deity in question would actually like + -- return MapData.get_surface_pos({x=0,y=0,z=0}) + return { x = 0, y = 0, z = 0 } +end + +function Deity.populate() + local count = 1 -- math.random(10) + for i=1,count do + local deity = Deity.new() + Deity.register(deity) + end +end diff --git a/mods/vxl/depends.txt b/mods/vxl/depends.txt new file mode 100644 index 0000000..331d858 --- /dev/null +++ b/mods/vxl/depends.txt @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/mods/vxl/history.lua b/mods/vxl/history.lua new file mode 100644 index 0000000..9182593 --- /dev/null +++ b/mods/vxl/history.lua @@ -0,0 +1,66 @@ +-- Simulates a history of the world after mapgen +History = { } +function History:populate() + if not vxl.data.history then + Deity:populate() + + for k,deity in pairs(Deity.all()) do + deity:create_mortals() + end + + vxl.data.history = { } + end +end + +function History.materialize() + for _, c in pairs(Character.all()) do + c:materialize() + end +end + +-- simulates n days of history from the current state +function History.simulate(n) + local secondsLeft = History.game_to_real(n*24*60*60) + + -- in general we want to simulate 1/60 of a second in real time + local step = 1/60 + + while secondsLeft > 0 do + History.step(step) + secondsLeft = secondsLeft - step + end +end + +function History.game_to_real(t) + return t / vxl.TIME_SCALE +end + +function History.real_to_game(t) + return t * vxl.TIME_SCALE +end + +function History.step(dt) + vxl.data.set_node_queue = { } + -- convert dt from standard real time to game time + dt = dt * vxl.TIME_SCALE + vxl.data.time = vxl.data.time + dt + + for k,char in pairs(Character.all()) do + char:simulate(dt) + end + + for k,v in pairs(vxl.data.set_node_queue) do + MapData.set_node(v.pos, v.node) + end +end + +if minetest then + table.insert(MapData.generation_callbacks, function() + History:populate() + for k,v in pairs(Character.all()) do + v:materialize() + end + print("materialized") + minetest.register_globalstep(History.step) + end) +end \ No newline at end of file diff --git a/mods/vxl/init.lua b/mods/vxl/init.lua new file mode 100644 index 0000000..0510657 --- /dev/null +++ b/mods/vxl/init.lua @@ -0,0 +1,22 @@ +local SOURCES = { + 'serializable.lua', + 'vector.lua', + 'data.lua', + 'util.lua', + 'mapdata.lua', + 'character.lua', + 'build_order.lua', + 'task.lua', + 'location.lua', + 'deities.lua', + 'history.lua', + 'misc_helpers.lua' +} + +for _, name in ipairs(SOURCES) do + if minetest then + dofile(minetest.get_modpath('vxl') .. "/" .. name) + else + dofile('./mods/vxl/' .. name) + end +end diff --git a/mods/vxl/location.lua b/mods/vxl/location.lua new file mode 100644 index 0000000..24c263e --- /dev/null +++ b/mods/vxl/location.lua @@ -0,0 +1,81 @@ +Location = serializable.define('Location', function() + return { + name = "Location", + pos = { x = 0, y = 0, z = 0 }, + children = { }, + ruler = nil, + type = nil + } +end) + +Location.TYPE_MUNICIPALITY = 1 +Location.TYPE_RESIDENCE = 2 + +function Location.get_closest(pos, filter) + for k,v in pairs(Location.all()) do + -- TODO actual distance check + if filter(v) then return v end + end + return nil +end + +function Location:describe() + return string.format("%s, a simple %s", self.name, self.race) +end + +function Location:get_position() + return { + x = self.pos.x, + y = self.pos.y, + z = self.pos.z + } +end + +function Location:get_workers() + local result = { } + for k,char in pairs(Character.all()) do + -- all residents except the ruler are workers for now + -- TODO: hang these IDs on self.workers? + if char.municipality == self.id and char.id ~= self.ruler then + table.insert(result, char) + end + end + return result +end + +function Location:request_location(xsize, ysize, zsize) + local min = vector.new(0,self.pos.y,0) + local max = vector.new(0,self.pos.y + ysize - 1,0) + local ok, other + for x = self.min.x,(self.max.x-xsize+1) do + for z = self.min.z,(self.max.z-zsize+1) do + min.x = x + min.z = z + max.x = x + xsize - 1 + max.z = z + zsize - 1 + + ok = true + for k, id in pairs(self.children) do + other = Location.get(id) + if vxl.rectangles_overlap(min,max,other.min,other.max) then + ok = false + break + end + end + + if ok then + local result = Location.new() + Location.register(result) + result.pos = vector.new( + math.floor(min.x + (max.x - min.x)/2), + math.floor(min.y), + math.floor(min.z + (max.z - min.z)/2) + ) + result.min = min + result.max = max + table.insert(self.children, result.id) + return result + end + end + end +end diff --git a/mods/vxl/mapdata.lua b/mods/vxl/mapdata.lua new file mode 100644 index 0000000..78f339e --- /dev/null +++ b/mods/vxl/mapdata.lua @@ -0,0 +1,216 @@ +vxl.MAP_BLOCK_SIZE = 80 +vxl.XSIZE = vxl.MAP_BLOCK_SIZE * 1 +vxl.YSIZE = vxl.MAP_BLOCK_SIZE * 1 +vxl.ZSIZE = vxl.MAP_BLOCK_SIZE * 1 +vxl.data.map = { + block_offset = nil, + expected_blocks = vxl.XSIZE * vxl.YSIZE * vxl.ZSIZE * 8 / math.pow(vxl.MAP_BLOCK_SIZE, 3), + generated_blocks = 0, + generation_callbacks_fired = false +} + +MapData = { } +MapData.generation_callbacks = { } +function MapData.get_surface_pos(p) + local nearby_air_pos, crumbly_rating = nil + local min_extent, max_extent = MapData.get_extents() + local min = vector.new(p.x,min_extent.y,p.z) + local max = vector.new(p.x,max_extent.y,p.z) + local best_pos = { + x = -30000, + y = -30000, + z = -30000 + } + + local fn = function(pos, name, cid) + if pos.y > best_pos.y then + if vxl.is_solid({ name = name, cid = cid }) then + local node_above = MapData.get_node(vector.new(pos.x, pos.y+1, pos.z)) + if not vxl.is_solid(node_above) then + best_pos = pos + end + end + end + end + + MapData.walk_voxels(min, max, fn) + best_pos.y = best_pos.y + 1 + + return best_pos +end + +function MapData.get_all_surface_pos(p) + local min_extent, max_extent = MapData.get_extents() + local min = vector.new(p.x,min_extent.y,p.z) + local max = vector.new(p.x,max_extent.y,p.z) + local results = { } + + local fn = function(pos, name, cid) + if vxl.is_solid({ name = name, cid = cid }) then + local node_above = MapData.get_node(vector.new(pos.x, pos.y+1, pos.z)) + if not vxl.is_solid(node_above) then + table.insert(results, vector.new(pos.x, pos.y + 1, pos.z)) + end + end + end + + MapData.walk_voxels(min, max, fn) + return results +end + + +-- fn is a callback taking arguments (pos, name, cid) +function MapData.walk_voxels(min, max, fn) + local node, pos, cid = nil + local vm = minetest.get_voxel_manip(min, max) + local emin, emax = vm:read_from_map(min, max) + -- print('emin/max') + -- print(minetest.pos_to_string(emin), minetest.pos_to_string(emax)) + local va = VoxelArea:new({MinEdge = emin, MaxEdge = emax}) + local data = vm:get_data() + local name + local best_pos = { + x = -math.huge, + y = -math.huge, + z = -math.huge + } + + for index in va:iterp(min, max) do + cid = data[index] + pos = va:position(index) + -- print(index, minetest.pos_to_string(pos), cid) + + if cid and index > 0 then + name = minetest.get_name_from_content_id(cid) + -- print(name) + fn(pos, name, cid) + end + end + + return best_pos +end + + +function MapData.find_node_near(pos, r, spec) + local min = { x = pos.x - r, y = pos.y - r, z = pos.z - r } + local max = { x = pos.x + r, y = pos.y + r, z = pos.z + r } + local match = nil + local group = nil + local fn = function(pos, name, cid) + for _, s in ipairs(spec) do + if string.find(s, 'group:') == 1 then + group = string.sub(s,7,#s) + if MapData.get_node_group(name, group) > 0 then + match = pos + break + end + elseif name == s then + match = pos + break + end + end + end + MapData.walk_voxels(min, max, fn) + return match +end + +function MapData.get_node_group(name, group) + return minetest.get_node_group(name, group) +end + +function MapData.get_node(pos) + local node = minetest.get_node(pos) + if node.name == "ignore" then + minetest.get_voxel_manip():read_from_map(pos, pos) + node = minetest.get_node(pos) + end + return node +end + +function MapData.set_node(pos, node) + minetest.set_node(pos, node) +end + +function pos_to_int(pos) + return math.floor(pos.z-0.5) * 0x1000000 + math.floor(pos.y-0.5) * 0x1000 + math.floor(pos.x-0.5) +end + + +function MapData.random_point_near(pos, r) + return vector.new(pos.x + math.random(-r,r), pos.y + math.random(-r,r), pos.z + math.random(-r,r)) +end + +function MapData.get_surface_variance(min, max) + local y_min = math.huge + local y_max = -math.huge + local cursor, pos, x, z + + -- find the min/max height of surface nodes for this area + local cursor = vector.new(0,0,0) + for x=min.x,max.x do + for z=min.z,max.z do + cursor.x = x + cursor.z = z + pos = MapData.get_surface_pos(cursor) + + if pos then + y_min = math.min(y_min, pos.y) + y_max = math.max(y_max, pos.y) + end + end + end + + return math.abs(y_max - y_min), y_min, y_max +end + +function MapData.get_extents() + local offset = vxl.data.map.block_offset + local min = { + x = -vxl.XSIZE + offset.x, + y = -vxl.YSIZE + offset.y, + z = -vxl.ZSIZE + offset.z + } + + local max = { + x = vxl.XSIZE + offset.x, + y = vxl.YSIZE + offset.y, + z = vxl.ZSIZE + offset.z + } + + return min, max +end + +function MapData.on_generated(minp, maxp, blockseed) + if type(vxl.data.map.block_offset) ~= 'table' then + vxl.data.map.block_offset = { + x = minp.x % 80, + y = minp.y % 80, + z = minp.z % 80 + } + end + + local min_extent, max_extent = MapData.get_extents() + if minp.x >= min_extent.x and + maxp.x <= max_extent.x and + minp.y >= min_extent.y and + maxp.y <= max_extent.y and + minp.z >= min_extent.z and + maxp.z <= max_extent.z + then + vxl.data.map.generated_blocks = 1 + vxl.data.map.generated_blocks + end + + if vxl.data.map.generated_blocks == vxl.data.map.expected_blocks and not vxl.data.map.generation_callbacks_fired then + vxl.data.map.generation_callbacks_fired = true + for _, callback in ipairs(MapData.generation_callbacks) do + callback() + end + end +end + +if minetest then + minetest.register_on_generated(MapData.on_generated) + -- minetest.after(0, function() + -- MapData.get_surface_pos({x = 0, y = 0, z = 0}) + -- end) +end \ No newline at end of file diff --git a/mods/vxl/misc_helpers.lua b/mods/vxl/misc_helpers.lua new file mode 100644 index 0000000..f96291e --- /dev/null +++ b/mods/vxl/misc_helpers.lua @@ -0,0 +1,310 @@ +-- Minetest: builtin/misc_helpers.lua + +-------------------------------------------------------------------------------- +-- Localize functions to avoid table lookups (better performance). +local string_sub, string_find = string.sub, string.find + +-------------------------------------------------------------------------------- +function basic_dump(o) + local tp = type(o) + if tp == "number" then + return tostring(o) + elseif tp == "string" then + return string.format("%q", o) + elseif tp == "boolean" then + return tostring(o) + elseif tp == "nil" then + return "nil" + -- Uncomment for full function dumping support. + -- Not currently enabled because bytecode isn't very human-readable and + -- dump's output is intended for humans. + --elseif tp == "function" then + -- return string.format("loadstring(%q)", string.dump(o)) + else + return string.format("<%s>", tp) + end +end + +local keywords = { + ["and"] = true, + ["break"] = true, + ["do"] = true, + ["else"] = true, + ["elseif"] = true, + ["end"] = true, + ["false"] = true, + ["for"] = true, + ["function"] = true, + ["goto"] = true, -- Lua 5.2 + ["if"] = true, + ["in"] = true, + ["local"] = true, + ["nil"] = true, + ["not"] = true, + ["or"] = true, + ["repeat"] = true, + ["return"] = true, + ["then"] = true, + ["true"] = true, + ["until"] = true, + ["while"] = true, +} +local function is_valid_identifier(str) + if not str:find("^[a-zA-Z_][a-zA-Z0-9_]*$") or keywords[str] then + return false + end + return true +end + +-------------------------------------------------------------------------------- +-- Dumps values in a line-per-value format. +-- For example, {test = {"Testing..."}} becomes: +-- _["test"] = {} +-- _["test"][1] = "Testing..." +-- This handles tables as keys and circular references properly. +-- It also handles multiple references well, writing the table only once. +-- The dumped argument is internal-only. + +function dump2(o, name, dumped) + name = name or "_" + -- "dumped" is used to keep track of serialized tables to handle + -- multiple references and circular tables properly. + -- It only contains tables as keys. The value is the name that + -- the table has in the dump, eg: + -- {x = {"y"}} -> dumped[{"y"}] = '_["x"]' + dumped = dumped or {} + if type(o) ~= "table" then + return string.format("%s = %s\n", name, basic_dump(o)) + end + if dumped[o] then + return string.format("%s = %s\n", name, dumped[o]) + end + dumped[o] = name + -- This contains a list of strings to be concatenated later (because + -- Lua is slow at individual concatenation). + local t = {} + for k, v in pairs(o) do + local keyStr + if type(k) == "table" then + if dumped[k] then + keyStr = dumped[k] + else + -- Key tables don't have a name, so use one of + -- the form _G["table: 0xFFFFFFF"] + keyStr = string.format("_G[%q]", tostring(k)) + -- Dump key table + t[#t + 1] = dump2(k, keyStr, dumped) + end + else + keyStr = basic_dump(k) + end + local vname = string.format("%s[%s]", name, keyStr) + t[#t + 1] = dump2(v, vname, dumped) + end + return string.format("%s = {}\n%s", name, table.concat(t)) +end + +-------------------------------------------------------------------------------- +-- This dumps values in a one-statement format. +-- For example, {test = {"Testing..."}} becomes: +-- [[{ +-- test = { +-- "Testing..." +-- } +-- }]] +-- This supports tables as keys, but not circular references. +-- It performs poorly with multiple references as it writes out the full +-- table each time. +-- The indent field specifies a indentation string, it defaults to a tab. +-- Use the empty string to disable indentation. +-- The dumped and level arguments are internal-only. + +function dump(o, indent, nested, level) + if type(o) ~= "table" then + return basic_dump(o) + end + -- Contains table -> true/nil of currently nested tables + nested = nested or {} + if nested[o] then + return "" + end + nested[o] = true + indent = indent or "\t" + level = level or 1 + local t = {} + local dumped_indexes = {} + for i, v in ipairs(o) do + t[#t + 1] = dump(v, indent, nested, level + 1) + dumped_indexes[i] = true + end + for k, v in pairs(o) do + if not dumped_indexes[k] then + if type(k) ~= "string" or not is_valid_identifier(k) then + k = "["..dump(k, indent, nested, level + 1).."]" + end + v = dump(v, indent, nested, level + 1) + t[#t + 1] = k.." = "..v + end + end + nested[o] = nil + if indent ~= "" then + local indent_str = "\n"..string.rep(indent, level) + local end_indent_str = "\n"..string.rep(indent, level - 1) + return string.format("{%s%s%s}", + indent_str, + table.concat(t, ","..indent_str), + end_indent_str) + end + return "{"..table.concat(t, ", ").."}" +end + +-------------------------------------------------------------------------------- +function string.split(str, delim, include_empty, max_splits, sep_is_pattern) + delim = delim or "," + max_splits = max_splits or -1 + local items = {} + local pos, len, seplen = 1, #str, #delim + local plain = not sep_is_pattern + max_splits = max_splits + 1 + repeat + local np, npe = string_find(str, delim, pos, plain) + np, npe = (np or (len+1)), (npe or (len+1)) + if (not np) or (max_splits == 1) then + np = len + 1 + npe = np + end + local s = string_sub(str, pos, np - 1) + if include_empty or (s ~= "") then + max_splits = max_splits - 1 + items[#items + 1] = s + end + pos = npe + 1 + until (max_splits == 0) or (pos > (len + 1)) + return items +end + +-------------------------------------------------------------------------------- +function table.indexof(list, val) + for i, v in ipairs(list) do + if v == val then + return i + end + end + return -1 +end + +assert(table.indexof({"foo", "bar"}, "foo") == 1) +assert(table.indexof({"foo", "bar"}, "baz") == -1) + +-------------------------------------------------------------------------------- +function file_exists(filename) + local f = io.open(filename, "r") + if f == nil then + return false + else + f:close() + return true + end +end + +-------------------------------------------------------------------------------- +function string:trim() + return (self:gsub("^%s*(.-)%s*$", "%1")) +end + +assert(string.trim("\n \t\tfoo bar\t ") == "foo bar") + +-------------------------------------------------------------------------------- +function math.hypot(x, y) + local t + x = math.abs(x) + y = math.abs(y) + t = math.min(x, y) + x = math.max(x, y) + if x == 0 then return 0 end + t = t / x + return x * math.sqrt(1 + t * t) +end + +-------------------------------------------------------------------------------- +function math.sign(x, tolerance) + tolerance = tolerance or 0 + if x > tolerance then + return 1 + elseif x < -tolerance then + return -1 + end + return 0 +end + +-------------------------------------------------------------------------------- +function get_last_folder(text,count) + local parts = text:split(DIR_DELIM) + + if count == nil then + return parts[#parts] + end + + local retval = "" + for i=1,count,1 do + retval = retval .. parts[#parts - (count-i)] .. DIR_DELIM + end + + return retval +end + +-------------------------------------------------------------------------------- +function cleanup_path(temppath) + + local parts = temppath:split("-") + temppath = "" + for i=1,#parts,1 do + if temppath ~= "" then + temppath = temppath .. "_" + end + temppath = temppath .. parts[i] + end + + parts = temppath:split(".") + temppath = "" + for i=1,#parts,1 do + if temppath ~= "" then + temppath = temppath .. "_" + end + temppath = temppath .. parts[i] + end + + parts = temppath:split("'") + temppath = "" + for i=1,#parts,1 do + if temppath ~= "" then + temppath = temppath .. "" + end + temppath = temppath .. parts[i] + end + + parts = temppath:split(" ") + temppath = "" + for i=1,#parts,1 do + if temppath ~= "" then + temppath = temppath + end + temppath = temppath .. parts[i] + end + + return temppath +end + + + +-------------------------------------------------------------------------------- +function table.copy(t, seen) + local n = {} + seen = seen or {} + seen[t] = n + for k, v in pairs(t) do + n[(type(k) == "table" and (seen[k] or table.copy(k, seen))) or k] = + (type(v) == "table" and (seen[v] or table.copy(v, seen))) or v + end + return n +end diff --git a/mods/vxl/models/character.3ds b/mods/vxl/models/character.3ds new file mode 100644 index 0000000..8b89ce4 Binary files /dev/null and b/mods/vxl/models/character.3ds differ diff --git a/mods/vxl/models/character.b3d b/mods/vxl/models/character.b3d new file mode 100644 index 0000000..bc9d927 Binary files /dev/null and b/mods/vxl/models/character.b3d differ diff --git a/mods/vxl/models/character.blend b/mods/vxl/models/character.blend new file mode 100644 index 0000000..34c5624 Binary files /dev/null and b/mods/vxl/models/character.blend differ diff --git a/mods/vxl/models/character.mtl b/mods/vxl/models/character.mtl new file mode 100644 index 0000000..5c89d34 --- /dev/null +++ b/mods/vxl/models/character.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'character.blend' +# Material Count: 1 + +newmtl Character +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.640000 0.640000 0.640000 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 1 +map_Kd character.png diff --git a/mods/vxl/models/character.obj b/mods/vxl/models/character.obj new file mode 100644 index 0000000..3dba3d1 --- /dev/null +++ b/mods/vxl/models/character.obj @@ -0,0 +1,192 @@ +# Blender v2.74 (sub 0) OBJ File: 'character.blend' +# www.blender.org +mtllib character.mtl +o Player_Cube +v -2.000000 6.772660 0.999999 +v -2.000000 6.772660 -1.000000 +v -2.000000 13.522660 0.999999 +v -2.000000 13.522660 -1.000000 +v -4.000000 13.522660 -1.000000 +v -4.000000 13.522660 1.000000 +v -2.000000 13.522659 1.000000 +v -2.000000 13.522659 -1.000000 +v -4.000000 6.772659 -1.000000 +v -4.000000 6.772659 1.000000 +v -2.000000 6.772658 1.000000 +v -2.000000 6.772658 -1.000000 +v -2.000000 0.022660 1.000000 +v -2.000000 0.022660 -1.000000 +v -2.000000 6.772660 1.000000 +v -2.000000 6.772660 -1.000000 +v -2.000000 13.522660 2.000000 +v -2.000000 13.522660 -2.000000 +v -2.000000 17.522659 2.000000 +v -2.000000 17.522659 -2.000000 +v 2.000000 6.772660 -1.000000 +v 2.000000 6.772660 1.000000 +v 2.000000 13.522660 -1.000000 +v 2.000000 13.522660 1.000000 +v 2.000000 6.772658 -1.000000 +v 2.000000 6.772658 1.000000 +v 4.000000 6.772659 1.000000 +v 4.000000 6.772659 -1.000000 +v 2.000000 13.522659 -1.000000 +v 2.000000 13.522659 1.000000 +v 4.000000 13.522660 1.000000 +v 4.000000 13.522660 -1.000000 +v 0.000000 0.022660 -1.000000 +v -0.000000 0.022660 1.000000 +v 0.000000 6.772660 1.000000 +v 0.000000 6.772660 -1.000000 +v 2.000000 13.522660 -2.000000 +v 2.000000 13.522660 2.000000 +v 2.000000 17.522659 -2.000000 +v 2.000000 17.522659 2.000000 +v 2.000000 6.772660 -1.000000 +v 2.000000 6.772660 1.000000 +v 2.000000 0.022660 -1.000000 +v 2.000000 0.022660 1.000000 +v 0.000000 0.022660 -1.000000 +v 0.000000 0.022660 1.000000 +v 0.000000 6.772660 1.000000 +v 0.000000 6.772660 -1.000000 +v -2.200000 13.325656 2.200000 +v -2.200000 13.325656 -2.200001 +v -2.200000 17.725651 2.200000 +v -2.200000 17.725651 -2.200001 +v 2.200000 13.325656 -2.200001 +v 2.200000 13.325656 2.200000 +v 2.200000 17.725651 -2.200001 +v 2.200000 17.725651 2.200000 +v -2.000000 6.772660 1.364403 +v -2.000000 13.522660 1.364403 +v 2.000000 6.772660 1.364403 +v 2.000000 13.522660 1.364403 +v 2.000000 13.522660 1.000000 +v 2.000000 6.772660 1.000000 +v -2.000000 6.772660 1.000000 +v -2.000000 13.522660 1.000000 +vt 0.625000 0.375000 +vt 0.500000 0.375000 +vt 0.500000 0.000000 +vt 0.625000 0.000000 +vt 0.437500 0.375000 +vt 0.437500 0.000000 +vt 0.312500 0.375000 +vt 0.312500 0.000000 +vt 0.562500 0.375000 +vt 0.562500 0.500000 +vt 0.437500 0.500000 +vt 0.312500 0.500000 +vt 0.187500 0.375000 +vt 0.187500 0.000000 +vt 0.125000 0.000000 +vt 0.125000 0.375000 +vt 0.812500 0.375000 +vt 0.875000 0.375000 +vt 0.875000 0.000000 +vt 0.812500 0.000000 +vt 0.750000 0.375000 +vt 0.750000 0.000000 +vt 0.187500 0.500000 +vt 0.125000 0.500000 +vt 0.000000 0.375000 +vt 0.062500 0.375000 +vt 0.062500 0.000000 +vt 0.000000 0.000000 +vt 0.500000 0.750000 +vt 0.375000 0.750000 +vt 0.375000 0.500000 +vt 0.500000 0.500000 +vt 0.250000 0.750000 +vt 0.250000 0.500000 +vt 0.125000 0.750000 +vt 0.375000 1.000000 +vt 0.250000 1.000000 +vt 0.125000 1.000000 +vt 0.250000 0.375000 +vt 0.250000 0.000000 +vt 0.812500 0.500000 +vt 0.750000 0.500000 +vt 0.687500 0.375000 +vt 0.687500 0.500000 +vt 0.000000 0.750000 +vt 0.000000 0.500000 +vt 0.062500 0.500000 +vt 0.687500 0.000000 +vt 1.000000 0.750000 +vt 0.875000 0.750000 +vt 0.875000 0.500000 +vt 1.000000 0.500000 +vt 0.750000 0.750000 +vt 0.625000 0.750000 +vt 0.625000 0.500000 +vt 0.875000 1.000000 +vt 0.750000 1.000000 +vt 0.625000 1.000000 +vt 1.000000 0.375000 +vt 1.000000 0.000000 +vt 1.000000 0.343750 +vt 0.875000 0.343750 +vt 0.984375 0.000000 +vt 0.984375 0.375000 +vt 0.890625 0.375000 +vt 0.890625 0.000000 +vt 0.875000 0.031250 +vt 1.000000 0.031250 +vn -0.000000 0.000000 1.000000 +vn -1.000000 0.000000 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 1.000000 0.000000 +vn 1.000000 0.000000 0.000000 +usemtl Character +s off +f 24/1/1 3/2/1 1/3/1 22/4/1 +f 3/2/2 4/5/2 2/6/2 1/3/2 +f 4/5/3 23/7/3 21/8/3 2/6/3 +f 21/9/4 22/10/4 1/11/4 2/5/4 +f 4/5/5 3/11/5 24/12/5 23/7/5 +f 48/13/2 45/14/2 46/15/2 47/16/2 +f 7/17/1 6/18/1 10/19/1 11/20/1 +f 8/21/6 7/17/6 11/20/6 12/22/6 +f 33/13/4 34/23/4 13/24/4 14/16/4 +f 15/25/2 16/26/2 14/27/2 13/28/2 +f 40/29/1 19/30/1 17/31/1 38/32/1 +f 19/30/2 20/33/2 18/34/2 17/31/2 +f 20/33/3 39/35/3 37/24/3 18/34/3 +f 37/30/4 38/36/4 17/37/4 18/33/4 +f 20/33/5 19/37/5 40/38/5 39/35/5 +f 35/39/1 15/13/1 13/14/1 34/40/1 +f 41/16/3 43/15/3 45/27/3 48/26/3 +f 16/16/3 36/26/3 33/27/3 14/15/3 +f 25/21/4 28/17/4 27/41/4 26/42/4 +f 32/43/5 29/21/5 30/42/5 31/44/5 +f 47/39/1 46/40/1 44/14/1 42/13/1 +f 36/13/6 35/16/6 34/15/6 33/14/6 +f 42/25/6 44/28/6 43/27/6 41/26/6 +f 24/39/6 22/40/6 21/8/6 23/7/6 +f 40/45/6 38/46/6 37/24/6 39/35/6 +f 16/16/5 15/24/5 35/47/5 36/26/5 +f 5/43/3 8/21/3 12/22/3 9/48/3 +f 6/43/2 5/1/2 9/4/2 10/48/2 +f 31/43/6 27/48/6 28/4/6 32/1/6 +f 5/43/5 6/44/5 7/42/5 8/21/5 +f 32/43/3 28/48/3 25/22/3 29/21/3 +f 45/13/4 43/16/4 44/24/4 46/23/4 +f 29/21/2 25/22/2 26/20/2 30/17/2 +f 12/21/4 11/42/4 10/41/4 9/17/4 +f 30/17/1 26/20/1 27/19/1 31/18/1 +f 41/16/5 48/26/5 47/47/5 42/24/5 +f 56/49/1 51/50/1 49/51/1 54/52/1 +f 51/50/2 52/53/2 50/42/2 49/51/2 +f 52/53/3 55/54/3 53/55/3 50/42/3 +f 53/50/4 54/56/4 49/57/4 50/53/4 +f 52/53/5 51/57/5 56/58/5 55/54/5 +f 56/29/6 54/32/6 53/55/6 55/54/6 +f 60/59/1 58/18/1 57/19/1 59/60/1 +f 61/59/3 62/60/3 63/19/3 64/18/3 +f 58/18/5 60/59/5 61/61/5 64/62/5 +f 60/59/6 59/60/6 62/63/6 61/64/6 +f 57/19/2 58/18/2 64/65/2 63/66/2 +f 59/60/4 57/19/4 63/67/4 62/68/4 diff --git a/mods/vxl/models/character.png b/mods/vxl/models/character.png new file mode 100644 index 0000000..0502178 Binary files /dev/null and b/mods/vxl/models/character.png differ diff --git a/mods/vxl/models/character.x b/mods/vxl/models/character.x new file mode 100644 index 0000000..a9bb772 --- /dev/null +++ b/mods/vxl/models/character.x @@ -0,0 +1,6784 @@ +xof 0303txt 0032 + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Frame Armature { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000, 0.022660, 1.000000;; + } + Frame Armature_Body { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + -0.000000, 0.000000, 6.750000, 1.000000;; + } + Frame Armature_Arm_Left { + FrameTransformMatrix { + 0.989214,-0.143886,-0.027450, 0.000000, + -0.143940,-0.989586,-0.000000, 0.000000, + -0.027164, 0.003951,-0.999623, 0.000000, + -2.000000, 6.750000, 0.000000, 1.000000;; + } + } // End of Armature_Arm_Left + Frame Armature_Arm_Right { + FrameTransformMatrix { + 0.989214, 0.143886, 0.027450, 0.000000, + 0.143940,-0.989586,-0.000000, 0.000000, + 0.027164, 0.003951,-0.999623, 0.000000, + 2.000000, 6.750000, 0.000000, 1.000000;; + } + } // End of Armature_Arm_Right + Frame Armature_Cape { + FrameTransformMatrix { + 1.000000,-0.000000,-0.000000, 0.000000, + 0.000000,-1.000000, 0.000002, 0.000000, + -0.000000,-0.000002,-1.000000, 0.000000, + 0.000000, 6.750000, 0.976707, 1.000000;; + } + } // End of Armature_Cape + Frame Armature_Head { + FrameTransformMatrix { + -1.000000,-0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + 0.000000, 6.750000, 0.000000, 1.000000;; + } + } // End of Armature_Head + Frame Armature_Leg_Left { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + -1.000000, 0.000000,-0.000001, 1.000000;; + } + } // End of Armature_Leg_Left + Frame Armature_Leg_Right { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + 1.000000, 0.000000,-0.000001, 1.000000;; + } + } // End of Armature_Leg_Right + } // End of Armature_Body + Frame Player { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Mesh { // Player mesh + 192; + 2.000000;-1.000000;13.500000;, + -2.000000;-1.000000;13.500000;, + -2.000000;-1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;, + -2.000000;-1.000000;13.500000;, + -2.000000; 1.000000;13.500000;, + -2.000000; 1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -2.000000; 1.000000;13.500000;, + 2.000000; 1.000000;13.500000;, + 2.000000; 1.000000; 6.750000;, + -2.000000; 1.000000; 6.750000;, + 2.000000; 1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -2.000000; 1.000000; 6.750000;, + -2.000000; 1.000000;13.500000;, + -2.000000;-1.000000;13.500000;, + 2.000000;-1.000000;13.500000;, + 2.000000; 1.000000;13.500000;, + 0.000000; 1.000000; 6.750000;, + 0.000000; 1.000000; 0.000000;, + 0.000000;-1.000000; 0.000000;, + 0.000000;-1.000000; 6.750000;, + -2.000000;-1.000000;13.500000;, + -4.000000;-1.000000;13.500000;, + -4.000000;-1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -2.000000; 1.000000;13.500000;, + -2.000000;-1.000000;13.500000;, + -2.000000;-1.000000; 6.750000;, + -2.000000; 1.000000; 6.750000;, + 0.000000; 1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -2.000000;-1.000000; 0.000000;, + -2.000000; 1.000000; 0.000000;, + -2.000000;-1.000000; 6.750000;, + -2.000000; 1.000000; 6.750000;, + -2.000000; 1.000000; 0.000000;, + -2.000000;-1.000000; 0.000000;, + 2.000000;-2.000000;17.500000;, + -2.000000;-2.000000;17.500000;, + -2.000000;-2.000000;13.500000;, + 2.000000;-2.000000;13.500000;, + -2.000000;-2.000000;17.500000;, + -2.000000; 2.000000;17.500000;, + -2.000000; 2.000000;13.500000;, + -2.000000;-2.000000;13.500000;, + -2.000000; 2.000000;17.500000;, + 2.000000; 2.000000;17.500000;, + 2.000000; 2.000000;13.500000;, + -2.000000; 2.000000;13.500000;, + 2.000000; 2.000000;13.500000;, + 2.000000;-2.000000;13.500000;, + -2.000000;-2.000000;13.500000;, + -2.000000; 2.000000;13.500000;, + -2.000000; 2.000000;17.500000;, + -2.000000;-2.000000;17.500000;, + 2.000000;-2.000000;17.500000;, + 2.000000; 2.000000;17.500000;, + 0.000000;-1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -2.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 2.000000; 1.000000; 6.750000;, + 2.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 6.750000;, + -2.000000; 1.000000; 6.750000;, + 0.000000; 1.000000; 6.750000;, + 0.000000; 1.000000; 0.000000;, + -2.000000; 1.000000; 0.000000;, + 2.000000; 1.000000; 6.750000;, + 4.000000; 1.000000; 6.750000;, + 4.000000;-1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;, + 4.000000; 1.000000;13.500000;, + 2.000000; 1.000000;13.500000;, + 2.000000;-1.000000;13.500000;, + 4.000000;-1.000000;13.500000;, + 0.000000;-1.000000; 6.750000;, + 0.000000;-1.000000; 0.000000;, + 2.000000;-1.000000; 0.000000;, + 2.000000;-1.000000; 6.750000;, + 0.000000; 1.000000; 6.750000;, + 0.000000;-1.000000; 6.750000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 2.000000;-1.000000; 6.750000;, + 2.000000;-1.000000; 0.000000;, + 2.000000; 1.000000; 0.000000;, + 2.000000; 1.000000; 6.750000;, + 2.000000;-1.000000;13.500000;, + 2.000000;-1.000000; 6.750000;, + 2.000000; 1.000000; 6.750000;, + 2.000000; 1.000000;13.500000;, + 2.000000;-2.000000;17.500000;, + 2.000000;-2.000000;13.500000;, + 2.000000; 2.000000;13.500000;, + 2.000000; 2.000000;17.500000;, + -2.000000; 1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + 0.000000;-1.000000; 6.750000;, + 0.000000; 1.000000; 6.750000;, + -4.000000; 1.000000;13.500000;, + -2.000000; 1.000000;13.500000;, + -2.000000; 1.000000; 6.750000;, + -4.000000; 1.000000; 6.750000;, + -4.000000;-1.000000;13.500000;, + -4.000000; 1.000000;13.500000;, + -4.000000; 1.000000; 6.750000;, + -4.000000;-1.000000; 6.750000;, + 4.000000;-1.000000;13.500000;, + 4.000000;-1.000000; 6.750000;, + 4.000000; 1.000000; 6.750000;, + 4.000000; 1.000000;13.500000;, + -4.000000; 1.000000;13.500000;, + -4.000000;-1.000000;13.500000;, + -2.000000;-1.000000;13.500000;, + -2.000000; 1.000000;13.500000;, + 4.000000; 1.000000;13.500000;, + 4.000000; 1.000000; 6.750000;, + 2.000000; 1.000000; 6.750000;, + 2.000000; 1.000000;13.500000;, + 0.000000; 1.000000; 0.000000;, + 2.000000; 1.000000; 0.000000;, + 2.000000;-1.000000; 0.000000;, + 0.000000;-1.000000; 0.000000;, + 2.000000; 1.000000;13.500000;, + 2.000000; 1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;, + 2.000000;-1.000000;13.500000;, + -2.000000; 1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -4.000000;-1.000000; 6.750000;, + -4.000000; 1.000000; 6.750000;, + 2.000000;-1.000000;13.500000;, + 2.000000;-1.000000; 6.750000;, + 4.000000;-1.000000; 6.750000;, + 4.000000;-1.000000;13.500000;, + 2.000000; 1.000000; 6.750000;, + 0.000000; 1.000000; 6.750000;, + 0.000000;-1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;, + 2.200000;-2.200000;17.702990;, + -2.200000;-2.200000;17.702990;, + -2.200000;-2.200000;13.302996;, + 2.200000;-2.200000;13.302996;, + -2.200000;-2.200000;17.702990;, + -2.200000; 2.200000;17.702990;, + -2.200000; 2.200000;13.302996;, + -2.200000;-2.200000;13.302996;, + -2.200000; 2.200000;17.702990;, + 2.200000; 2.200000;17.702990;, + 2.200000; 2.200000;13.302996;, + -2.200000; 2.200000;13.302996;, + 2.200000; 2.200000;13.302996;, + 2.200000;-2.200000;13.302996;, + -2.200000;-2.200000;13.302996;, + -2.200000; 2.200000;13.302996;, + -2.200000; 2.200000;17.702990;, + -2.200000;-2.200000;17.702990;, + 2.200000;-2.200000;17.702990;, + 2.200000; 2.200000;17.702990;, + 2.200000;-2.200000;17.702990;, + 2.200000;-2.200000;13.302996;, + 2.200000; 2.200000;13.302996;, + 2.200000; 2.200000;17.702990;, + 2.000000;-1.364403;13.500000;, + -2.000000;-1.364403;13.500000;, + -2.000000;-1.364403; 6.750000;, + 2.000000;-1.364403; 6.750000;, + 2.000000;-1.000000;13.500000;, + 2.000000;-1.000000; 6.750000;, + -2.000000;-1.000000; 6.750000;, + -2.000000;-1.000000;13.500000;, + -2.000000;-1.364403;13.500000;, + 2.000000;-1.364403;13.500000;, + 2.000000;-1.000000;13.500000;, + -2.000000;-1.000000;13.500000;, + 2.000000;-1.364403;13.500000;, + 2.000000;-1.364403; 6.750000;, + 2.000000;-1.000000; 6.750000;, + 2.000000;-1.000000;13.500000;, + -2.000000;-1.364403; 6.750000;, + -2.000000;-1.364403;13.500000;, + -2.000000;-1.000000;13.500000;, + -2.000000;-1.000000; 6.750000;, + 2.000000;-1.364403; 6.750000;, + -2.000000;-1.364403; 6.750000;, + -2.000000;-1.000000; 6.750000;, + 2.000000;-1.000000; 6.750000;; + 48; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;; + MeshNormals { // Player normals + 48; + -0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000;-1.000000; 0.000000;, + 1.000000; 0.000000;-0.000000;, + 0.000000; 0.000000;-1.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000;-1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000;-0.000000; 1.000000;, + -0.000000;-1.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000; 0.000000; 0.000000;, + 1.000000; 0.000000; 0.000000;, + 1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000; 1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 0.000000;-1.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000;-1.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000; 0.000000; 0.000000;, + 0.000000;-1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000; 0.000000; 0.000000;, + -1.000000;-0.000000; 0.000000;, + 0.000000;-0.000000;-1.000000;; + 48; + 4;0,0,0,0;, + 4;1,1,1,1;, + 4;2,2,2,2;, + 4;3,3,3,3;, + 4;4,4,4,4;, + 4;5,5,5,5;, + 4;6,6,6,6;, + 4;7,7,7,7;, + 4;8,8,8,8;, + 4;9,9,9,9;, + 4;10,10,10,10;, + 4;11,11,11,11;, + 4;12,12,12,12;, + 4;13,13,13,13;, + 4;14,14,14,14;, + 4;15,15,15,15;, + 4;16,16,16,16;, + 4;17,17,17,17;, + 4;18,18,18,18;, + 4;19,19,19,19;, + 4;20,20,20,20;, + 4;21,21,21,21;, + 4;22,22,22,22;, + 4;23,23,23,23;, + 4;24,24,24,24;, + 4;25,25,25,25;, + 4;26,26,26,26;, + 4;27,27,27,27;, + 4;28,28,28,28;, + 4;29,29,29,29;, + 4;30,30,30,30;, + 4;31,31,31,31;, + 4;32,32,32,32;, + 4;33,33,33,33;, + 4;34,34,34,34;, + 4;35,35,35,35;, + 4;36,36,36,36;, + 4;37,37,37,37;, + 4;38,38,38,38;, + 4;39,39,39,39;, + 4;40,40,40,40;, + 4;41,41,41,41;, + 4;42,42,42,42;, + 4;43,43,43,43;, + 4;44,44,44,44;, + 4;45,45,45,45;, + 4;46,46,46,46;, + 4;47,47,47,47;; + } // End of Player normals + MeshTextureCoords { // Player UV coordinates + 192; + 0.625000; 0.625000;, + 0.500000; 0.625000;, + 0.500000; 1.000000;, + 0.625000; 1.000000;, + 0.500000; 0.625000;, + 0.437500; 0.625000;, + 0.437500; 1.000000;, + 0.500000; 1.000000;, + 0.437500; 0.625000;, + 0.312500; 0.625000;, + 0.312500; 1.000000;, + 0.437500; 1.000000;, + 0.562500; 0.625000;, + 0.562500; 0.500000;, + 0.437500; 0.500000;, + 0.437500; 0.625000;, + 0.437500; 0.625000;, + 0.437500; 0.500000;, + 0.312500; 0.500000;, + 0.312500; 0.625000;, + 0.187500; 0.625000;, + 0.187500; 1.000000;, + 0.125000; 1.000000;, + 0.125000; 0.625000;, + 0.812500; 0.625000;, + 0.875000; 0.625000;, + 0.875000; 1.000000;, + 0.812500; 1.000000;, + 0.750000; 0.625000;, + 0.812500; 0.625000;, + 0.812500; 1.000000;, + 0.750000; 1.000000;, + 0.187500; 0.625000;, + 0.187500; 0.500000;, + 0.125000; 0.500000;, + 0.125000; 0.625000;, + 0.000000; 0.625000;, + 0.062500; 0.625000;, + 0.062500; 1.000000;, + 0.000000; 1.000000;, + 0.500000; 0.250000;, + 0.375000; 0.250000;, + 0.375000; 0.500000;, + 0.500000; 0.500000;, + 0.375000; 0.250000;, + 0.250000; 0.250000;, + 0.250000; 0.500000;, + 0.375000; 0.500000;, + 0.250000; 0.250000;, + 0.125000; 0.250000;, + 0.125000; 0.500000;, + 0.250000; 0.500000;, + 0.375000; 0.250000;, + 0.375000; 0.000000;, + 0.250000; 0.000000;, + 0.250000; 0.250000;, + 0.250000; 0.250000;, + 0.250000; 0.000000;, + 0.125000; 0.000000;, + 0.125000; 0.250000;, + 0.250000; 0.625000;, + 0.187500; 0.625000;, + 0.187500; 1.000000;, + 0.250000; 1.000000;, + 0.125000; 0.625000;, + 0.125000; 1.000000;, + 0.062500; 1.000000;, + 0.062500; 0.625000;, + 0.125000; 0.625000;, + 0.062500; 0.625000;, + 0.062500; 1.000000;, + 0.125000; 1.000000;, + 0.750000; 0.625000;, + 0.812500; 0.625000;, + 0.812500; 0.500000;, + 0.750000; 0.500000;, + 0.687500; 0.625000;, + 0.750000; 0.625000;, + 0.750000; 0.500000;, + 0.687500; 0.500000;, + 0.250000; 0.625000;, + 0.250000; 1.000000;, + 0.187500; 1.000000;, + 0.187500; 0.625000;, + 0.187500; 0.625000;, + 0.125000; 0.625000;, + 0.125000; 1.000000;, + 0.187500; 1.000000;, + 0.000000; 0.625000;, + 0.000000; 1.000000;, + 0.062500; 1.000000;, + 0.062500; 0.625000;, + 0.250000; 0.625000;, + 0.250000; 1.000000;, + 0.312500; 1.000000;, + 0.312500; 0.625000;, + 0.000000; 0.250000;, + 0.000000; 0.500000;, + 0.125000; 0.500000;, + 0.125000; 0.250000;, + 0.125000; 0.625000;, + 0.125000; 0.500000;, + 0.062500; 0.500000;, + 0.062500; 0.625000;, + 0.687500; 0.625000;, + 0.750000; 0.625000;, + 0.750000; 1.000000;, + 0.687500; 1.000000;, + 0.687500; 0.625000;, + 0.625000; 0.625000;, + 0.625000; 1.000000;, + 0.687500; 1.000000;, + 0.687500; 0.625000;, + 0.687500; 1.000000;, + 0.625000; 1.000000;, + 0.625000; 0.625000;, + 0.687500; 0.625000;, + 0.687500; 0.500000;, + 0.750000; 0.500000;, + 0.750000; 0.625000;, + 0.687500; 0.625000;, + 0.687500; 1.000000;, + 0.750000; 1.000000;, + 0.750000; 0.625000;, + 0.187500; 0.625000;, + 0.125000; 0.625000;, + 0.125000; 0.500000;, + 0.187500; 0.500000;, + 0.750000; 0.625000;, + 0.750000; 1.000000;, + 0.812500; 1.000000;, + 0.812500; 0.625000;, + 0.750000; 0.625000;, + 0.750000; 0.500000;, + 0.812500; 0.500000;, + 0.812500; 0.625000;, + 0.812500; 0.625000;, + 0.812500; 1.000000;, + 0.875000; 1.000000;, + 0.875000; 0.625000;, + 0.125000; 0.625000;, + 0.062500; 0.625000;, + 0.062500; 0.500000;, + 0.125000; 0.500000;, + 1.000000; 0.250000;, + 0.875000; 0.250000;, + 0.875000; 0.500000;, + 1.000000; 0.500000;, + 0.875000; 0.250000;, + 0.750000; 0.250000;, + 0.750000; 0.500000;, + 0.875000; 0.500000;, + 0.750000; 0.250000;, + 0.625000; 0.250000;, + 0.625000; 0.500000;, + 0.750000; 0.500000;, + 0.875000; 0.250000;, + 0.875000; 0.000000;, + 0.750000; 0.000000;, + 0.750000; 0.250000;, + 0.750000; 0.250000;, + 0.750000; 0.000000;, + 0.625000; 0.000000;, + 0.625000; 0.250000;, + 0.500000; 0.250000;, + 0.500000; 0.500000;, + 0.625000; 0.500000;, + 0.625000; 0.250000;, + 1.000000; 0.625000;, + 0.875000; 0.625000;, + 0.875000; 1.000000;, + 1.000000; 1.000000;, + 1.000000; 0.625000;, + 1.000000; 1.000000;, + 0.875000; 1.000000;, + 0.875000; 0.625000;, + 0.875000; 0.625000;, + 1.000000; 0.625000;, + 1.000000; 0.656250;, + 0.875000; 0.656250;, + 1.000000; 0.625000;, + 1.000000; 1.000000;, + 0.984375; 1.000000;, + 0.984375; 0.625000;, + 0.875000; 1.000000;, + 0.875000; 0.625000;, + 0.890625; 0.625000;, + 0.890625; 1.000000;, + 1.000000; 1.000000;, + 0.875000; 1.000000;, + 0.875000; 0.968750;, + 1.000000; 0.968750;; + } // End of Player UV coordinates + MeshMaterialList { // Player material list + 1; + 48; + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0;; + Material Character { + 0.640000; 0.640000; 0.640000; 1.000000;; + 96.078431; + 0.000000; 0.000000; 0.000000;; + 0.000000; 0.000000; 0.000000;; + TextureFilename {"character.png";} + } + } // End of Player material list + } // End of Player mesh + } // End of Player + } // End of Armature +} // End of Root +AnimationSet Global { + Animation { + {Armature} + AnimationKey { // Rotation + 0; + 221; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 165;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 166;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 167;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 168;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 169;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 170;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 171;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 172;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 173;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 174;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 175;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 176;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 177;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 178;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 179;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 180;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 181;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 182;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 183;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 184;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 185;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 186;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 187;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 188;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 189;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 190;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 191;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 192;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 193;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 194;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 195;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 196;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 197;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 198;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 199;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 200;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 201;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 202;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 203;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 204;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 205;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 206;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 207;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 208;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 209;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 210;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 211;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 212;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 213;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 214;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 215;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 216;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 217;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 218;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 219;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 220;4;-1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 0.000000, 0.000000, 0.022660;;, + 1;3; 0.000000, 0.000000, 0.022660;;, + 2;3; 0.000000, 0.000000, 0.022660;;, + 3;3; 0.000000, 0.000000, 0.022660;;, + 4;3; 0.000000, 0.000000, 0.022660;;, + 5;3; 0.000000, 0.000000, 0.022660;;, + 6;3; 0.000000, 0.000000, 0.022660;;, + 7;3; 0.000000, 0.000000, 0.022660;;, + 8;3; 0.000000, 0.000000, 0.022660;;, + 9;3; 0.000000, 0.000000, 0.022660;;, + 10;3; 0.000000, 0.000000, 0.022660;;, + 11;3; 0.000000, 0.000000, 0.022660;;, + 12;3; 0.000000, 0.000000, 0.022660;;, + 13;3; 0.000000, 0.000000, 0.022660;;, + 14;3; 0.000000, 0.000000, 0.022660;;, + 15;3; 0.000000, 0.000000, 0.022660;;, + 16;3; 0.000000, 0.000000, 0.022660;;, + 17;3; 0.000000, 0.000000, 0.022660;;, + 18;3; 0.000000, 0.000000, 0.022660;;, + 19;3; 0.000000, 0.000000, 0.022660;;, + 20;3; 0.000000, 0.000000, 0.022660;;, + 21;3; 0.000000, 0.000000, 0.022660;;, + 22;3; 0.000000, 0.000000, 0.022660;;, + 23;3; 0.000000, 0.000000, 0.022660;;, + 24;3; 0.000000, 0.000000, 0.022660;;, + 25;3; 0.000000, 0.000000, 0.022660;;, + 26;3; 0.000000, 0.000000, 0.022660;;, + 27;3; 0.000000, 0.000000, 0.022660;;, + 28;3; 0.000000, 0.000000, 0.022660;;, + 29;3; 0.000000, 0.000000, 0.022660;;, + 30;3; 0.000000, 0.000000, 0.022660;;, + 31;3; 0.000000, 0.000000, 0.022660;;, + 32;3; 0.000000, 0.000000, 0.022660;;, + 33;3; 0.000000, 0.000000, 0.022660;;, + 34;3; 0.000000, 0.000000, 0.022660;;, + 35;3; 0.000000, 0.000000, 0.022660;;, + 36;3; 0.000000, 0.000000, 0.022660;;, + 37;3; 0.000000, 0.000000, 0.022660;;, + 38;3; 0.000000, 0.000000, 0.022660;;, + 39;3; 0.000000, 0.000000, 0.022660;;, + 40;3; 0.000000, 0.000000, 0.022660;;, + 41;3; 0.000000, 0.000000, 0.022660;;, + 42;3; 0.000000, 0.000000, 0.022660;;, + 43;3; 0.000000, 0.000000, 0.022660;;, + 44;3; 0.000000, 0.000000, 0.022660;;, + 45;3; 0.000000, 0.000000, 0.022660;;, + 46;3; 0.000000, 0.000000, 0.022660;;, + 47;3; 0.000000, 0.000000, 0.022660;;, + 48;3; 0.000000, 0.000000, 0.022660;;, + 49;3; 0.000000, 0.000000, 0.022660;;, + 50;3; 0.000000, 0.000000, 0.022660;;, + 51;3; 0.000000, 0.000000, 0.022660;;, + 52;3; 0.000000, 0.000000, 0.022660;;, + 53;3; 0.000000, 0.000000, 0.022660;;, + 54;3; 0.000000, 0.000000, 0.022660;;, + 55;3; 0.000000, 0.000000, 0.022660;;, + 56;3; 0.000000, 0.000000, 0.022660;;, + 57;3; 0.000000, 0.000000, 0.022660;;, + 58;3; 0.000000, 0.000000, 0.022660;;, + 59;3; 0.000000, 0.000000, 0.022660;;, + 60;3; 0.000000, 0.000000, 0.022660;;, + 61;3; 0.000000, 0.000000, 0.022660;;, + 62;3; 0.000000, 0.000000, 0.022660;;, + 63;3; 0.000000, 0.000000, 0.022660;;, + 64;3; 0.000000, 0.000000, 0.022660;;, + 65;3; 0.000000, 0.000000, 0.022660;;, + 66;3; 0.000000, 0.000000, 0.022660;;, + 67;3; 0.000000, 0.000000, 0.022660;;, + 68;3; 0.000000, 0.000000, 0.022660;;, + 69;3; 0.000000, 0.000000, 0.022660;;, + 70;3; 0.000000, 0.000000, 0.022660;;, + 71;3; 0.000000, 0.000000, 0.022660;;, + 72;3; 0.000000, 0.000000, 0.022660;;, + 73;3; 0.000000, 0.000000, 0.022660;;, + 74;3; 0.000000, 0.000000, 0.022660;;, + 75;3; 0.000000, 0.000000, 0.022660;;, + 76;3; 0.000000, 0.000000, 0.022660;;, + 77;3; 0.000000, 0.000000, 0.022660;;, + 78;3; 0.000000, 0.000000, 0.022660;;, + 79;3; 0.000000, 0.000000, 0.022660;;, + 80;3; 0.000000, 0.000000, 0.022660;;, + 81;3; 0.000000, 0.000000, 0.022660;;, + 82;3; 0.000000, 0.000000, 0.022660;;, + 83;3; 0.000000, 0.000000, 0.022660;;, + 84;3; 0.000000, 0.000000, 0.022660;;, + 85;3; 0.000000, 0.000000, 0.022660;;, + 86;3; 0.000000, 0.000000, 0.022660;;, + 87;3; 0.000000, 0.000000, 0.022660;;, + 88;3; 0.000000, 0.000000, 0.022660;;, + 89;3; 0.000000, 0.000000, 0.022660;;, + 90;3; 0.000000, 0.000000, 0.022660;;, + 91;3; 0.000000, 0.000000, 0.022660;;, + 92;3; 0.000000, 0.000000, 0.022660;;, + 93;3; 0.000000, 0.000000, 0.022660;;, + 94;3; 0.000000, 0.000000, 0.022660;;, + 95;3; 0.000000, 0.000000, 0.022660;;, + 96;3; 0.000000, 0.000000, 0.022660;;, + 97;3; 0.000000, 0.000000, 0.022660;;, + 98;3; 0.000000, 0.000000, 0.022660;;, + 99;3; 0.000000, 0.000000, 0.022660;;, + 100;3; 0.000000, 0.000000, 0.022660;;, + 101;3; 0.000000, 0.000000, 0.022660;;, + 102;3; 0.000000, 0.000000, 0.022660;;, + 103;3; 0.000000, 0.000000, 0.022660;;, + 104;3; 0.000000, 0.000000, 0.022660;;, + 105;3; 0.000000, 0.000000, 0.022660;;, + 106;3; 0.000000, 0.000000, 0.022660;;, + 107;3; 0.000000, 0.000000, 0.022660;;, + 108;3; 0.000000, 0.000000, 0.022660;;, + 109;3; 0.000000, 0.000000, 0.022660;;, + 110;3; 0.000000, 0.000000, 0.022660;;, + 111;3; 0.000000, 0.000000, 0.022660;;, + 112;3; 0.000000, 0.000000, 0.022660;;, + 113;3; 0.000000, 0.000000, 0.022660;;, + 114;3; 0.000000, 0.000000, 0.022660;;, + 115;3; 0.000000, 0.000000, 0.022660;;, + 116;3; 0.000000, 0.000000, 0.022660;;, + 117;3; 0.000000, 0.000000, 0.022660;;, + 118;3; 0.000000, 0.000000, 0.022660;;, + 119;3; 0.000000, 0.000000, 0.022660;;, + 120;3; 0.000000, 0.000000, 0.022660;;, + 121;3; 0.000000, 0.000000, 0.022660;;, + 122;3; 0.000000, 0.000000, 0.022660;;, + 123;3; 0.000000, 0.000000, 0.022660;;, + 124;3; 0.000000, 0.000000, 0.022660;;, + 125;3; 0.000000, 0.000000, 0.022660;;, + 126;3; 0.000000, 0.000000, 0.022660;;, + 127;3; 0.000000, 0.000000, 0.022660;;, + 128;3; 0.000000, 0.000000, 0.022660;;, + 129;3; 0.000000, 0.000000, 0.022660;;, + 130;3; 0.000000, 0.000000, 0.022660;;, + 131;3; 0.000000, 0.000000, 0.022660;;, + 132;3; 0.000000, 0.000000, 0.022660;;, + 133;3; 0.000000, 0.000000, 0.022660;;, + 134;3; 0.000000, 0.000000, 0.022660;;, + 135;3; 0.000000, 0.000000, 0.022660;;, + 136;3; 0.000000, 0.000000, 0.022660;;, + 137;3; 0.000000, 0.000000, 0.022660;;, + 138;3; 0.000000, 0.000000, 0.022660;;, + 139;3; 0.000000, 0.000000, 0.022660;;, + 140;3; 0.000000, 0.000000, 0.022660;;, + 141;3; 0.000000, 0.000000, 0.022660;;, + 142;3; 0.000000, 0.000000, 0.022660;;, + 143;3; 0.000000, 0.000000, 0.022660;;, + 144;3; 0.000000, 0.000000, 0.022660;;, + 145;3; 0.000000, 0.000000, 0.022660;;, + 146;3; 0.000000, 0.000000, 0.022660;;, + 147;3; 0.000000, 0.000000, 0.022660;;, + 148;3; 0.000000, 0.000000, 0.022660;;, + 149;3; 0.000000, 0.000000, 0.022660;;, + 150;3; 0.000000, 0.000000, 0.022660;;, + 151;3; 0.000000, 0.000000, 0.022660;;, + 152;3; 0.000000, 0.000000, 0.022660;;, + 153;3; 0.000000, 0.000000, 0.022660;;, + 154;3; 0.000000, 0.000000, 0.022660;;, + 155;3; 0.000000, 0.000000, 0.022660;;, + 156;3; 0.000000, 0.000000, 0.022660;;, + 157;3; 0.000000, 0.000000, 0.022660;;, + 158;3; 0.000000, 0.000000, 0.022660;;, + 159;3; 0.000000, 0.000000, 0.022660;;, + 160;3; 0.000000, 0.000000, 0.022660;;, + 161;3; 0.000000, 0.000000, 0.022660;;, + 162;3; 0.000000, 0.000000, 0.022660;;, + 163;3; 0.000000, 0.000000, 0.022660;;, + 164;3; 0.000000, 0.000000, 0.022660;;, + 165;3; 0.000000, 0.000000, 0.022660;;, + 166;3; 0.000000, 0.000000, 0.022660;;, + 167;3; 0.000000, 0.000000, 0.022660;;, + 168;3; 0.000000, 0.000000, 0.022660;;, + 169;3; 0.000000, 0.000000, 0.022660;;, + 170;3; 0.000000, 0.000000, 0.022660;;, + 171;3; 0.000000, 0.000000, 0.022660;;, + 172;3; 0.000000, 0.000000, 0.022660;;, + 173;3; 0.000000, 0.000000, 0.022660;;, + 174;3; 0.000000, 0.000000, 0.022660;;, + 175;3; 0.000000, 0.000000, 0.022660;;, + 176;3; 0.000000, 0.000000, 0.022660;;, + 177;3; 0.000000, 0.000000, 0.022660;;, + 178;3; 0.000000, 0.000000, 0.022660;;, + 179;3; 0.000000, 0.000000, 0.022660;;, + 180;3; 0.000000, 0.000000, 0.022660;;, + 181;3; 0.000000, 0.000000, 0.022660;;, + 182;3; 0.000000, 0.000000, 0.022660;;, + 183;3; 0.000000, 0.000000, 0.022660;;, + 184;3; 0.000000, 0.000000, 0.022660;;, + 185;3; 0.000000, 0.000000, 0.022660;;, + 186;3; 0.000000, 0.000000, 0.022660;;, + 187;3; 0.000000, 0.000000, 0.022660;;, + 188;3; 0.000000, 0.000000, 0.022660;;, + 189;3; 0.000000, 0.000000, 0.022660;;, + 190;3; 0.000000, 0.000000, 0.022660;;, + 191;3; 0.000000, 0.000000, 0.022660;;, + 192;3; 0.000000, 0.000000, 0.022660;;, + 193;3; 0.000000, 0.000000, 0.022660;;, + 194;3; 0.000000, 0.000000, 0.022660;;, + 195;3; 0.000000, 0.000000, 0.022660;;, + 196;3; 0.000000, 0.000000, 0.022660;;, + 197;3; 0.000000, 0.000000, 0.022660;;, + 198;3; 0.000000, 0.000000, 0.022660;;, + 199;3; 0.000000, 0.000000, 0.022660;;, + 200;3; 0.000000, 0.000000, 0.022660;;, + 201;3; 0.000000, 0.000000, 0.022660;;, + 202;3; 0.000000, 0.000000, 0.022660;;, + 203;3; 0.000000, 0.000000, 0.022660;;, + 204;3; 0.000000, 0.000000, 0.022660;;, + 205;3; 0.000000, 0.000000, 0.022660;;, + 206;3; 0.000000, 0.000000, 0.022660;;, + 207;3; 0.000000, 0.000000, 0.022660;;, + 208;3; 0.000000, 0.000000, 0.022660;;, + 209;3; 0.000000, 0.000000, 0.022660;;, + 210;3; 0.000000, 0.000000, 0.022660;;, + 211;3; 0.000000, 0.000000, 0.022660;;, + 212;3; 0.000000, 0.000000, 0.022660;;, + 213;3; 0.000000, 0.000000, 0.022660;;, + 214;3; 0.000000, 0.000000, 0.022660;;, + 215;3; 0.000000, 0.000000, 0.022660;;, + 216;3; 0.000000, 0.000000, 0.022660;;, + 217;3; 0.000000, 0.000000, 0.022660;;, + 218;3; 0.000000, 0.000000, 0.022660;;, + 219;3; 0.000000, 0.000000, 0.022660;;, + 220;3; 0.000000, 0.000000, 0.022660;;; + } + } + Animation { + {Armature_Body} + AnimationKey { // Rotation + 0; + 221; + 0;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 1;4;-0.706933, 0.707273, 0.000000, 0.000000;;, + 2;4;-0.706408, 0.707776, 0.000000, 0.000000;;, + 3;4;-0.705530, 0.708616, 0.000000, 0.000000;;, + 4;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 5;4;-0.702749, 0.711279, 0.000000, 0.000000;;, + 6;4;-0.700886, 0.713062, 0.000000, 0.000000;;, + 7;4;-0.698758, 0.715099, 0.000000, 0.000000;;, + 8;4;-0.696414, 0.717343, 0.000000, 0.000000;;, + 9;4;-0.693920, 0.719730, 0.000000, 0.000000;;, + 10;4;-0.691348, 0.722192, 0.000000, 0.000000;;, + 11;4;-0.688777, 0.724654, 0.000000, 0.000000;;, + 12;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 13;4;-0.683939, 0.729285, 0.000000, 0.000000;;, + 14;4;-0.681811, 0.731323, 0.000000, 0.000000;;, + 15;4;-0.679949, 0.733105, 0.000000, 0.000000;;, + 16;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 17;4;-0.677167, 0.735768, 0.000000, 0.000000;;, + 18;4;-0.676289, 0.736609, 0.000000, 0.000000;;, + 19;4;-0.675764, 0.737111, 0.000000, 0.000000;;, + 20;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 21;4;-0.675764, 0.737111, 0.000000, 0.000000;;, + 22;4;-0.676289, 0.736609, 0.000000, 0.000000;;, + 23;4;-0.677167, 0.735768, 0.000000, 0.000000;;, + 24;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 25;4;-0.679949, 0.733105, 0.000000, 0.000000;;, + 26;4;-0.681811, 0.731323, 0.000000, 0.000000;;, + 27;4;-0.683939, 0.729285, 0.000000, 0.000000;;, + 28;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 29;4;-0.688777, 0.724654, 0.000000, 0.000000;;, + 30;4;-0.691349, 0.722192, 0.000000, 0.000000;;, + 31;4;-0.693920, 0.719730, 0.000000, 0.000000;;, + 32;4;-0.696415, 0.717343, 0.000000, 0.000000;;, + 33;4;-0.698758, 0.715099, 0.000000, 0.000000;;, + 34;4;-0.700886, 0.713062, 0.000000, 0.000000;;, + 35;4;-0.702749, 0.711279, 0.000000, 0.000000;;, + 36;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 37;4;-0.705530, 0.708616, 0.000000, 0.000000;;, + 38;4;-0.706408, 0.707776, 0.000000, 0.000000;;, + 39;4;-0.706933, 0.707273, 0.000000, 0.000000;;, + 40;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 41;4;-0.706933, 0.707273, 0.000000, 0.000000;;, + 42;4;-0.706408, 0.707776, 0.000000, 0.000000;;, + 43;4;-0.705530, 0.708616, 0.000000, 0.000000;;, + 44;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 45;4;-0.702749, 0.711279, 0.000000, 0.000000;;, + 46;4;-0.700886, 0.713062, 0.000000, 0.000000;;, + 47;4;-0.698758, 0.715099, 0.000000, 0.000000;;, + 48;4;-0.696415, 0.717343, 0.000000, 0.000000;;, + 49;4;-0.693920, 0.719730, 0.000000, 0.000000;;, + 50;4;-0.691348, 0.722192, 0.000000, 0.000000;;, + 51;4;-0.688777, 0.724654, 0.000000, 0.000000;;, + 52;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 53;4;-0.683939, 0.729285, 0.000000, 0.000000;;, + 54;4;-0.681811, 0.731323, 0.000000, 0.000000;;, + 55;4;-0.679949, 0.733105, 0.000000, 0.000000;;, + 56;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 57;4;-0.677167, 0.735768, 0.000000, 0.000000;;, + 58;4;-0.676289, 0.736609, 0.000000, 0.000000;;, + 59;4;-0.675764, 0.737111, 0.000000, 0.000000;;, + 60;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 61;4;-0.675754, 0.737121, 0.000000, 0.000000;;, + 62;4;-0.676212, 0.736682, 0.000000, 0.000000;;, + 63;4;-0.676927, 0.735998, 0.000000, 0.000000;;, + 64;4;-0.677865, 0.735100, 0.000000, 0.000000;;, + 65;4;-0.679001, 0.734013, 0.000000, 0.000000;;, + 66;4;-0.680312, 0.732757, 0.000000, 0.000000;;, + 67;4;-0.681779, 0.731353, 0.000000, 0.000000;;, + 68;4;-0.683387, 0.729813, 0.000000, 0.000000;;, + 69;4;-0.685120, 0.728154, 0.000000, 0.000000;;, + 70;4;-0.686966, 0.726388, 0.000000, 0.000000;;, + 71;4;-0.688910, 0.724526, 0.000000, 0.000000;;, + 72;4;-0.690941, 0.722582, 0.000000, 0.000000;;, + 73;4;-0.693046, 0.720567, 0.000000, 0.000000;;, + 74;4;-0.695210, 0.718495, 0.000000, 0.000000;;, + 75;4;-0.697417, 0.716383, 0.000000, 0.000000;;, + 76;4;-0.699643, 0.714252, 0.000000, 0.000000;;, + 77;4;-0.701856, 0.712133, 0.000000, 0.000000;;, + 78;4;-0.703995, 0.710086, 0.000000, 0.000000;;, + 79;4;-0.705928, 0.708235, 0.000000, 0.000000;;, + 80;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 81;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 82;4;-0.705928, 0.708235, 0.000000, 0.000000;;, + 83;4;-0.703995, 0.710086, 0.000000, 0.000000;;, + 84;4;-0.701856, 0.712133, 0.000000, 0.000000;;, + 85;4;-0.699643, 0.714252, 0.000000, 0.000000;;, + 86;4;-0.697417, 0.716383, 0.000000, 0.000000;;, + 87;4;-0.695210, 0.718495, 0.000000, 0.000000;;, + 88;4;-0.693046, 0.720567, 0.000000, 0.000000;;, + 89;4;-0.690941, 0.722582, 0.000000, 0.000000;;, + 90;4;-0.688910, 0.724526, 0.000000, 0.000000;;, + 91;4;-0.686966, 0.726388, 0.000000, 0.000000;;, + 92;4;-0.685120, 0.728154, 0.000000, 0.000000;;, + 93;4;-0.683387, 0.729813, 0.000000, 0.000000;;, + 94;4;-0.681779, 0.731353, 0.000000, 0.000000;;, + 95;4;-0.680312, 0.732758, 0.000000, 0.000000;;, + 96;4;-0.679001, 0.734013, 0.000000, 0.000000;;, + 97;4;-0.677865, 0.735100, 0.000000, 0.000000;;, + 98;4;-0.676927, 0.735998, 0.000000, 0.000000;;, + 99;4;-0.676212, 0.736682, 0.000000, 0.000000;;, + 100;4;-0.675754, 0.737121, 0.000000, 0.000000;;, + 101;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 102;4;-0.675764, 0.737111, 0.000000, 0.000000;;, + 103;4;-0.676289, 0.736609, 0.000000, 0.000000;;, + 104;4;-0.677167, 0.735768, 0.000000, 0.000000;;, + 105;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 106;4;-0.679949, 0.733105, 0.000000, 0.000000;;, + 107;4;-0.681811, 0.731323, 0.000000, 0.000000;;, + 108;4;-0.683939, 0.729285, 0.000000, 0.000000;;, + 109;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 110;4;-0.688777, 0.724654, 0.000000, 0.000000;;, + 111;4;-0.691348, 0.722192, 0.000000, 0.000000;;, + 112;4;-0.693920, 0.719730, 0.000000, 0.000000;;, + 113;4;-0.696415, 0.717343, 0.000000, 0.000000;;, + 114;4;-0.698758, 0.715099, 0.000000, 0.000000;;, + 115;4;-0.700886, 0.713062, 0.000000, 0.000000;;, + 116;4;-0.702749, 0.711279, 0.000000, 0.000000;;, + 117;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 118;4;-0.705530, 0.708616, 0.000000, 0.000000;;, + 119;4;-0.706408, 0.707776, 0.000000, 0.000000;;, + 120;4;-0.706933, 0.707273, 0.000000, 0.000000;;, + 121;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 122;4;-0.706933, 0.707273, 0.000000, 0.000000;;, + 123;4;-0.706408, 0.707776, 0.000000, 0.000000;;, + 124;4;-0.705530, 0.708616, 0.000000, 0.000000;;, + 125;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 126;4;-0.702749, 0.711279, 0.000000, 0.000000;;, + 127;4;-0.700886, 0.713062, 0.000000, 0.000000;;, + 128;4;-0.698758, 0.715099, 0.000000, 0.000000;;, + 129;4;-0.696415, 0.717343, 0.000000, 0.000000;;, + 130;4;-0.693920, 0.719730, 0.000000, 0.000000;;, + 131;4;-0.691348, 0.722192, 0.000000, 0.000000;;, + 132;4;-0.688777, 0.724654, 0.000000, 0.000000;;, + 133;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 134;4;-0.683939, 0.729285, 0.000000, 0.000000;;, + 135;4;-0.681811, 0.731323, 0.000000, 0.000000;;, + 136;4;-0.679949, 0.733105, 0.000000, 0.000000;;, + 137;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 138;4;-0.677167, 0.735768, 0.000000, 0.000000;;, + 139;4;-0.676289, 0.736609, 0.000000, 0.000000;;, + 140;4;-0.675764, 0.737111, 0.000000, 0.000000;;, + 141;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 142;4;-0.675754, 0.737121, 0.000000, 0.000000;;, + 143;4;-0.676211, 0.736683, 0.000000, 0.000000;;, + 144;4;-0.676923, 0.736001, 0.000000, 0.000000;;, + 145;4;-0.677857, 0.735107, 0.000000, 0.000000;;, + 146;4;-0.678987, 0.734026, 0.000000, 0.000000;;, + 147;4;-0.680291, 0.732778, 0.000000, 0.000000;;, + 148;4;-0.681750, 0.731381, 0.000000, 0.000000;;, + 149;4;-0.683349, 0.729852, 0.000000, 0.000000;;, + 150;4;-0.685071, 0.728203, 0.000000, 0.000000;;, + 151;4;-0.686905, 0.726448, 0.000000, 0.000000;;, + 152;4;-0.688838, 0.724598, 0.000000, 0.000000;;, + 153;4;-0.690858, 0.722664, 0.000000, 0.000000;;, + 154;4;-0.692953, 0.720659, 0.000000, 0.000000;;, + 155;4;-0.695109, 0.718596, 0.000000, 0.000000;;, + 156;4;-0.697310, 0.716489, 0.000000, 0.000000;;, + 157;4;-0.699536, 0.714358, 0.000000, 0.000000;;, + 158;4;-0.701753, 0.712235, 0.000000, 0.000000;;, + 159;4;-0.703909, 0.710171, 0.000000, 0.000000;;, + 160;4;-0.705875, 0.708288, 0.000000, 0.000000;;, + 161;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 162;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 163;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 164;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 165;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 166;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 167;4;-0.000000, 1.000000, 0.000000, 0.000000;;, + 168;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 169;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 170;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 171;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 172;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 173;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 174;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 175;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 176;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 177;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 178;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 179;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 180;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 181;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 182;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 183;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 184;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 185;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 186;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 187;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 188;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 189;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 190;4;-0.709789, 0.704305, 0.000000, 0.000000;;, + 191;4;-0.717343, 0.696414, 0.000000, 0.000000;;, + 192;4;-0.727042, 0.686283, 0.000000, 0.000000;;, + 193;4;-0.734596, 0.678392, 0.000000, 0.000000;;, + 194;4;-0.737277, 0.675590, 0.000000, 0.000000;;, + 195;4;-0.734596, 0.678392, 0.000000, 0.000000;;, + 196;4;-0.727042, 0.686283, 0.000000, 0.000000;;, + 197;4;-0.717343, 0.696414, 0.000000, 0.000000;;, + 198;4;-0.709789, 0.704305, 0.000000, 0.000000;;, + 199;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 200;4;-0.707107, 0.707107, 0.000000, 0.000000;;, + 201;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 202;4;-0.696414, 0.717343, 0.000000, 0.000000;;, + 203;4;-0.686283, 0.727042, 0.000000, 0.000000;;, + 204;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 205;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 206;4;-0.681074, 0.731794, 0.000000, 0.000000;;, + 207;4;-0.696519, 0.716349, 0.000000, 0.000000;;, + 208;4;-0.716349, 0.696518, 0.000000, 0.000000;;, + 209;4;-0.731794, 0.681074, 0.000000, 0.000000;;, + 210;4;-0.737277, 0.675590, 0.000000, 0.000000;;, + 211;4;-0.731794, 0.681074, 0.000000, 0.000000;;, + 212;4;-0.716349, 0.696518, 0.000000, 0.000000;;, + 213;4;-0.696519, 0.716349, 0.000000, 0.000000;;, + 214;4;-0.681074, 0.731794, 0.000000, 0.000000;;, + 215;4;-0.675590, 0.737277, 0.000000, 0.000000;;, + 216;4;-0.678392, 0.734596, 0.000000, 0.000000;;, + 217;4;-0.686282, 0.727042, 0.000000, 0.000000;;, + 218;4;-0.696414, 0.717343, 0.000000, 0.000000;;, + 219;4;-0.704305, 0.709789, 0.000000, 0.000000;;, + 220;4;-0.707107, 0.707107, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3;-0.000000, 0.000000, 6.750000;;, + 1;3;-0.000000, 0.000000, 6.750000;;, + 2;3;-0.000000, 0.000000, 6.750000;;, + 3;3;-0.000000, 0.000000, 6.750000;;, + 4;3;-0.000000, 0.000000, 6.750000;;, + 5;3;-0.000000, 0.000000, 6.750000;;, + 6;3;-0.000000, 0.000000, 6.750000;;, + 7;3;-0.000000, 0.000000, 6.750000;;, + 8;3;-0.000000, 0.000000, 6.750000;;, + 9;3;-0.000000, 0.000000, 6.750000;;, + 10;3;-0.000000, 0.000000, 6.750000;;, + 11;3;-0.000000, 0.000000, 6.750000;;, + 12;3;-0.000000, 0.000000, 6.750000;;, + 13;3;-0.000000, 0.000000, 6.750000;;, + 14;3;-0.000000, 0.000000, 6.750000;;, + 15;3;-0.000000, 0.000000, 6.750000;;, + 16;3;-0.000000, 0.000000, 6.750000;;, + 17;3;-0.000000, 0.000000, 6.750000;;, + 18;3;-0.000000, 0.000000, 6.750000;;, + 19;3;-0.000000, 0.000000, 6.750000;;, + 20;3;-0.000000, 0.000000, 6.750000;;, + 21;3;-0.000000, 0.000000, 6.750000;;, + 22;3;-0.000000, 0.000000, 6.750000;;, + 23;3;-0.000000, 0.000000, 6.750000;;, + 24;3;-0.000000, 0.000000, 6.750000;;, + 25;3;-0.000000, 0.000000, 6.750000;;, + 26;3;-0.000000, 0.000000, 6.750000;;, + 27;3;-0.000000, 0.000000, 6.750000;;, + 28;3;-0.000000, 0.000000, 6.750000;;, + 29;3;-0.000000, 0.000000, 6.750000;;, + 30;3;-0.000000, 0.000000, 6.750000;;, + 31;3;-0.000000, 0.000000, 6.750000;;, + 32;3;-0.000000, 0.000000, 6.750000;;, + 33;3;-0.000000, 0.000000, 6.750000;;, + 34;3;-0.000000, 0.000000, 6.750000;;, + 35;3;-0.000000, 0.000000, 6.750000;;, + 36;3;-0.000000, 0.000000, 6.750000;;, + 37;3;-0.000000, 0.000000, 6.750000;;, + 38;3;-0.000000, 0.000000, 6.750000;;, + 39;3;-0.000000, 0.000000, 6.750000;;, + 40;3;-0.000000, 0.000000, 6.750000;;, + 41;3;-0.000000, 0.000000, 6.750000;;, + 42;3;-0.000000, 0.000000, 6.750000;;, + 43;3;-0.000000, 0.000000, 6.750000;;, + 44;3;-0.000000, 0.000000, 6.750000;;, + 45;3;-0.000000, 0.000000, 6.750000;;, + 46;3;-0.000000, 0.000000, 6.750000;;, + 47;3;-0.000000, 0.000000, 6.750000;;, + 48;3;-0.000000, 0.000000, 6.750000;;, + 49;3;-0.000000, 0.000000, 6.750000;;, + 50;3;-0.000000, 0.000000, 6.750000;;, + 51;3;-0.000000, 0.000000, 6.750000;;, + 52;3;-0.000000, 0.000000, 6.750000;;, + 53;3;-0.000000, 0.000000, 6.750000;;, + 54;3;-0.000000, 0.000000, 6.750000;;, + 55;3;-0.000000, 0.000000, 6.750000;;, + 56;3;-0.000000, 0.000000, 6.750000;;, + 57;3;-0.000000, 0.000000, 6.750000;;, + 58;3;-0.000000, 0.000000, 6.750000;;, + 59;3;-0.000000, 0.000000, 6.750000;;, + 60;3;-0.000000, 0.000000, 6.750000;;, + 61;3;-0.000000, 0.000000, 6.750000;;, + 62;3;-0.000000, 0.000000, 6.750000;;, + 63;3;-0.000000, 0.000000, 6.750000;;, + 64;3;-0.000000, 0.000000, 6.750000;;, + 65;3;-0.000000, 0.000000, 6.750000;;, + 66;3;-0.000000, 0.000000, 6.750000;;, + 67;3;-0.000000, 0.000000, 6.750000;;, + 68;3;-0.000000, 0.000000, 6.750000;;, + 69;3;-0.000000, 0.000000, 6.750000;;, + 70;3;-0.000000, 0.000000, 6.750000;;, + 71;3;-0.000000, 0.000000, 6.750000;;, + 72;3;-0.000000, 0.000000, 6.750000;;, + 73;3;-0.000000, 0.000000, 6.750000;;, + 74;3;-0.000000, 0.000000, 6.750000;;, + 75;3;-0.000000, 0.000000, 6.750000;;, + 76;3;-0.000000, 0.000000, 6.750000;;, + 77;3;-0.000000, 0.000000, 6.750000;;, + 78;3;-0.000000, 0.000000, 6.750000;;, + 79;3;-0.000000, 0.000000, 6.750000;;, + 80;3;-0.000000, 0.000000, 6.750000;;, + 81;3;-0.000000, 0.000000, 1.000000;;, + 82;3;-0.000000, 0.000000, 1.000000;;, + 83;3;-0.000000, 0.000000, 1.000000;;, + 84;3;-0.000000, 0.000000, 1.000000;;, + 85;3;-0.000000, 0.000000, 1.000000;;, + 86;3;-0.000000, 0.000000, 1.000000;;, + 87;3;-0.000000, 0.000000, 1.000000;;, + 88;3;-0.000000, 0.000000, 1.000000;;, + 89;3;-0.000000, 0.000000, 1.000000;;, + 90;3;-0.000000, 0.000000, 1.000000;;, + 91;3;-0.000000, 0.000000, 1.000000;;, + 92;3;-0.000000, 0.000000, 1.000000;;, + 93;3;-0.000000, 0.000000, 1.000000;;, + 94;3;-0.000000, 0.000000, 1.000000;;, + 95;3;-0.000000, 0.000000, 1.000000;;, + 96;3;-0.000000, 0.000000, 1.000000;;, + 97;3;-0.000000, 0.000000, 1.000000;;, + 98;3;-0.000000, 0.000000, 1.000000;;, + 99;3;-0.000000, 0.000000, 1.000000;;, + 100;3;-0.000000, 0.000000, 1.000000;;, + 101;3;-0.000000, 0.000000, 1.000000;;, + 102;3;-0.000000, 0.000000, 1.000000;;, + 103;3;-0.000000, 0.000000, 1.000000;;, + 104;3;-0.000000, 0.000000, 1.000000;;, + 105;3;-0.000000, 0.000000, 1.000000;;, + 106;3;-0.000000, 0.000000, 1.000000;;, + 107;3;-0.000000, 0.000000, 1.000000;;, + 108;3;-0.000000, 0.000000, 1.000000;;, + 109;3;-0.000000, 0.000000, 1.000000;;, + 110;3;-0.000000, 0.000000, 1.000000;;, + 111;3;-0.000000, 0.000000, 1.000000;;, + 112;3;-0.000000, 0.000000, 1.000000;;, + 113;3;-0.000000, 0.000000, 1.000000;;, + 114;3;-0.000000, 0.000000, 1.000000;;, + 115;3;-0.000000, 0.000000, 1.000000;;, + 116;3;-0.000000, 0.000000, 1.000000;;, + 117;3;-0.000000, 0.000000, 1.000000;;, + 118;3;-0.000000, 0.000000, 1.000000;;, + 119;3;-0.000000, 0.000000, 1.000000;;, + 120;3;-0.000000, 0.000000, 1.000000;;, + 121;3;-0.000000, 0.000000, 1.000000;;, + 122;3;-0.000000, 0.000000, 1.000000;;, + 123;3;-0.000000, 0.000000, 1.000000;;, + 124;3;-0.000000, 0.000000, 1.000000;;, + 125;3;-0.000000, 0.000000, 1.000000;;, + 126;3;-0.000000, 0.000000, 1.000000;;, + 127;3;-0.000000, 0.000000, 1.000000;;, + 128;3;-0.000000, 0.000000, 1.000000;;, + 129;3;-0.000000, 0.000000, 1.000000;;, + 130;3;-0.000000, 0.000000, 1.000000;;, + 131;3;-0.000000, 0.000000, 1.000000;;, + 132;3;-0.000000, 0.000000, 1.000000;;, + 133;3;-0.000000, 0.000000, 1.000000;;, + 134;3;-0.000000, 0.000000, 1.000000;;, + 135;3;-0.000000, 0.000000, 1.000000;;, + 136;3;-0.000000, 0.000000, 1.000000;;, + 137;3;-0.000000, 0.000000, 1.000000;;, + 138;3;-0.000000, 0.000000, 1.000000;;, + 139;3;-0.000000, 0.000000, 1.000000;;, + 140;3;-0.000000, 0.000000, 1.000000;;, + 141;3;-0.000000, 0.000000, 1.000000;;, + 142;3;-0.000000, 0.000000, 1.000000;;, + 143;3;-0.000000, 0.000000, 1.000000;;, + 144;3;-0.000000, 0.000000, 1.000000;;, + 145;3;-0.000000, 0.000000, 1.000000;;, + 146;3;-0.000000, 0.000000, 1.000000;;, + 147;3;-0.000000, 0.000000, 1.000000;;, + 148;3;-0.000000, 0.000000, 1.000000;;, + 149;3;-0.000000, 0.000000, 1.000000;;, + 150;3;-0.000000, 0.000000, 1.000000;;, + 151;3;-0.000000, 0.000000, 1.000000;;, + 152;3;-0.000000, 0.000000, 1.000000;;, + 153;3;-0.000000, 0.000000, 1.000000;;, + 154;3;-0.000000, 0.000000, 1.000000;;, + 155;3;-0.000000, 0.000000, 1.000000;;, + 156;3;-0.000000, 0.000000, 1.000000;;, + 157;3;-0.000000, 0.000000, 1.000000;;, + 158;3;-0.000000, 0.000000, 1.000000;;, + 159;3;-0.000000, 0.000000, 1.000000;;, + 160;3;-0.000000, 0.000000, 1.000000;;, + 161;3;-0.000000, 0.000000, 1.000000;;, + 162;3;-0.000000, 2.000001, 1.000000;;, + 163;3;-0.000000, 2.000001, 1.000000;;, + 164;3;-0.000000, 2.000001, 1.000000;;, + 165;3;-0.000000, 2.000001, 1.000000;;, + 166;3;-0.000000, 2.000001, 1.000000;;, + 167;3;-0.000000, 2.000001, 1.000000;;, + 168;3;-0.000000, 0.000000, 6.750000;;, + 169;3;-0.000000, 0.000000, 6.750000;;, + 170;3;-0.000000, 0.000000, 6.750000;;, + 171;3;-0.000000, 0.000000, 6.750000;;, + 172;3;-0.000000, 0.000000, 6.750000;;, + 173;3;-0.000000, 0.000000, 6.750000;;, + 174;3;-0.000000, 0.000000, 6.750000;;, + 175;3;-0.000000, 0.000000, 6.750000;;, + 176;3;-0.000000, 0.000000, 6.750000;;, + 177;3;-0.000000, 0.000000, 6.750000;;, + 178;3;-0.000000, 0.000000, 6.750000;;, + 179;3;-0.000000, 0.000000, 6.750000;;, + 180;3;-0.000000, 0.000000, 6.750000;;, + 181;3;-0.000000, 0.000000, 6.750000;;, + 182;3;-0.000000, 0.000000, 6.750000;;, + 183;3;-0.000000, 0.000000, 6.750000;;, + 184;3;-0.000000, 0.000000, 6.750000;;, + 185;3;-0.000000, 0.000000, 6.750000;;, + 186;3;-0.000000, 0.000000, 6.750000;;, + 187;3;-0.000000, 0.000000, 6.750000;;, + 188;3;-0.000000, 0.000000, 6.750000;;, + 189;3;-0.000000, 0.000000, 6.750000;;, + 190;3;-0.000000, 0.000000, 6.750000;;, + 191;3;-0.000000, 0.000000, 6.750000;;, + 192;3;-0.000000, 0.000000, 6.750000;;, + 193;3;-0.000000, 0.000000, 6.750000;;, + 194;3;-0.000000, 0.000000, 6.750000;;, + 195;3;-0.000000, 0.000000, 6.750000;;, + 196;3;-0.000000, 0.000000, 6.750000;;, + 197;3;-0.000000, 0.000000, 6.750000;;, + 198;3;-0.000000, 0.000000, 6.750000;;, + 199;3;-0.000000, 0.000000, 6.750000;;, + 200;3;-0.000000, 0.000000, 6.750000;;, + 201;3;-0.000000, 0.000000, 6.750000;;, + 202;3;-0.000000, 0.000000, 6.750000;;, + 203;3;-0.000000, 0.000000, 6.750000;;, + 204;3;-0.000000, 0.000000, 6.750000;;, + 205;3;-0.000000, 0.000000, 6.750000;;, + 206;3;-0.000000, 0.000000, 6.750000;;, + 207;3;-0.000000, 0.000000, 6.750000;;, + 208;3;-0.000000, 0.000000, 6.750000;;, + 209;3;-0.000000, 0.000000, 6.750000;;, + 210;3;-0.000000, 0.000000, 6.750000;;, + 211;3;-0.000000, 0.000000, 6.750000;;, + 212;3;-0.000000, 0.000000, 6.750000;;, + 213;3;-0.000000, 0.000000, 6.750000;;, + 214;3;-0.000000, 0.000000, 6.750000;;, + 215;3;-0.000000, 0.000000, 6.750000;;, + 216;3;-0.000000, 0.000000, 6.750000;;, + 217;3;-0.000000, 0.000000, 6.750000;;, + 218;3;-0.000000, 0.000000, 6.750000;;, + 219;3;-0.000000, 0.000000, 6.750000;;, + 220;3;-0.000000, 0.000000, 6.750000;;; + } + } + Animation { + {Armature_Head} + AnimationKey { // Rotation + 0; + 221; + 0;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 1;4;-0.000120,-0.000005, 0.999993,-0.000240;;, + 2;4;-0.000483,-0.000021, 0.999974,-0.000967;;, + 3;4;-0.001090,-0.000048, 0.999941,-0.002181;;, + 4;4;-0.001937,-0.000085, 0.999894,-0.003876;;, + 5;4;-0.003014,-0.000132, 0.999835,-0.006030;;, + 6;4;-0.004301,-0.000188, 0.999765,-0.008607;;, + 7;4;-0.005773,-0.000252, 0.999685,-0.011553;;, + 8;4;-0.007394,-0.000323, 0.999596,-0.014795;;, + 9;4;-0.009118,-0.000398, 0.999502,-0.018246;;, + 10;4;-0.010897,-0.000476, 0.999405,-0.021804;;, + 11;4;-0.012675,-0.000553, 0.999308,-0.025363;;, + 12;4;-0.014400,-0.000629, 0.999214,-0.028814;;, + 13;4;-0.016021,-0.000699, 0.999126,-0.032056;;, + 14;4;-0.017493,-0.000764, 0.999045,-0.035002;;, + 15;4;-0.018780,-0.000820, 0.998975,-0.037578;;, + 16;4;-0.019857,-0.000867, 0.998916,-0.039733;;, + 17;4;-0.020704,-0.000904, 0.998870,-0.041427;;, + 18;4;-0.021311,-0.000930, 0.998837,-0.042642;;, + 19;4;-0.021674,-0.000946, 0.998817,-0.043369;;, + 20;4;-0.021794,-0.000952, 0.998811,-0.043609;;, + 21;4;-0.021720,-0.000948, 0.998817,-0.043369;;, + 22;4;-0.021494,-0.000938, 0.998837,-0.042642;;, + 23;4;-0.021108,-0.000922, 0.998870,-0.041427;;, + 24;4;-0.020560,-0.000898, 0.998916,-0.039733;;, + 25;4;-0.019848,-0.000867, 0.998975,-0.037578;;, + 26;4;-0.018975,-0.000828, 0.999045,-0.035002;;, + 27;4;-0.017947,-0.000784, 0.999126,-0.032056;;, + 28;4;-0.016778,-0.000733, 0.999214,-0.028814;;, + 29;4;-0.015484,-0.000676, 0.999308,-0.025363;;, + 30;4;-0.014088,-0.000615, 0.999405,-0.021804;;, + 31;4;-0.012616,-0.000551, 0.999502,-0.018246;;, + 32;4;-0.011095,-0.000484, 0.999597,-0.014795;;, + 33;4;-0.009555,-0.000417, 0.999685,-0.011553;;, + 34;4;-0.008021,-0.000350, 0.999765,-0.008607;;, + 35;4;-0.006517,-0.000285, 0.999835,-0.006030;;, + 36;4;-0.005062,-0.000221, 0.999894,-0.003876;;, + 37;4;-0.003674,-0.000160, 0.999941,-0.002181;;, + 38;4;-0.002362,-0.000103, 0.999974,-0.000967;;, + 39;4;-0.001136,-0.000050, 0.999994,-0.000240;;, + 40;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 41;4; 0.001136, 0.000050, 0.999993,-0.000240;;, + 42;4; 0.002362, 0.000103, 0.999974,-0.000967;;, + 43;4; 0.003674, 0.000160, 0.999941,-0.002181;;, + 44;4; 0.005062, 0.000221, 0.999894,-0.003876;;, + 45;4; 0.006517, 0.000285, 0.999835,-0.006030;;, + 46;4; 0.008021, 0.000350, 0.999765,-0.008607;;, + 47;4; 0.009555, 0.000417, 0.999685,-0.011553;;, + 48;4; 0.011095, 0.000484, 0.999596,-0.014795;;, + 49;4; 0.012616, 0.000551, 0.999502,-0.018246;;, + 50;4; 0.014088, 0.000615, 0.999405,-0.021804;;, + 51;4; 0.015484, 0.000676, 0.999308,-0.025363;;, + 52;4; 0.016778, 0.000733, 0.999214,-0.028814;;, + 53;4; 0.017947, 0.000784, 0.999126,-0.032056;;, + 54;4; 0.018975, 0.000828, 0.999045,-0.035002;;, + 55;4; 0.019848, 0.000867, 0.998975,-0.037578;;, + 56;4; 0.020560, 0.000898, 0.998916,-0.039733;;, + 57;4; 0.021108, 0.000922, 0.998870,-0.041427;;, + 58;4; 0.021494, 0.000938, 0.998837,-0.042642;;, + 59;4; 0.021720, 0.000948, 0.998817,-0.043369;;, + 60;4; 0.021794, 0.000952, 0.998811,-0.043609;;, + 61;4; 0.021681, 0.000947, 0.998817,-0.043383;;, + 62;4; 0.021364, 0.000933, 0.998834,-0.042748;;, + 63;4; 0.020870, 0.000911, 0.998861,-0.041759;;, + 64;4; 0.020221, 0.000883, 0.998896,-0.040461;;, + 65;4; 0.019436, 0.000849, 0.998939,-0.038890;;, + 66;4; 0.018529, 0.000809, 0.998989,-0.037076;;, + 67;4; 0.017514, 0.000765, 0.999044,-0.035045;;, + 68;4; 0.016402, 0.000716, 0.999105,-0.032820;;, + 69;4; 0.015204, 0.000664, 0.999170,-0.030422;;, + 70;4; 0.013928, 0.000608, 0.999240,-0.027869;;, + 71;4; 0.012583, 0.000549, 0.999313,-0.025178;;, + 72;4; 0.011179, 0.000488, 0.999390,-0.022368;;, + 73;4; 0.009723, 0.000425, 0.999469,-0.019456;;, + 74;4; 0.008227, 0.000359, 0.999551,-0.016461;;, + 75;4; 0.006701, 0.000293, 0.999634,-0.013408;;, + 76;4; 0.005161, 0.000225, 0.999718,-0.010327;;, + 77;4; 0.003631, 0.000159, 0.999802,-0.007266;;, + 78;4; 0.002152, 0.000094, 0.999883,-0.004305;;, + 79;4; 0.000815, 0.000036, 0.999956,-0.001631;;, + 80;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 81;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 82;4;-0.000815,-0.000036, 0.999956,-0.001631;;, + 83;4;-0.002152,-0.000094, 0.999883,-0.004305;;, + 84;4;-0.003631,-0.000159, 0.999802,-0.007266;;, + 85;4;-0.005161,-0.000225, 0.999718,-0.010327;;, + 86;4;-0.006701,-0.000293, 0.999634,-0.013408;;, + 87;4;-0.008226,-0.000359, 0.999551,-0.016461;;, + 88;4;-0.009723,-0.000425, 0.999469,-0.019456;;, + 89;4;-0.011179,-0.000488, 0.999390,-0.022368;;, + 90;4;-0.012583,-0.000549, 0.999313,-0.025178;;, + 91;4;-0.013928,-0.000608, 0.999240,-0.027869;;, + 92;4;-0.015204,-0.000664, 0.999170,-0.030422;;, + 93;4;-0.016402,-0.000716, 0.999105,-0.032820;;, + 94;4;-0.017514,-0.000765, 0.999044,-0.035045;;, + 95;4;-0.018529,-0.000809, 0.998989,-0.037076;;, + 96;4;-0.019436,-0.000849, 0.998939,-0.038890;;, + 97;4;-0.020221,-0.000883, 0.998896,-0.040461;;, + 98;4;-0.020870,-0.000911, 0.998861,-0.041759;;, + 99;4;-0.021364,-0.000933, 0.998834,-0.042748;;, + 100;4;-0.021681,-0.000947, 0.998817,-0.043383;;, + 101;4;-0.021794,-0.000952, 0.998811,-0.043609;;, + 102;4;-0.021720,-0.000948, 0.998817,-0.043369;;, + 103;4;-0.021494,-0.000938, 0.998837,-0.042642;;, + 104;4;-0.021108,-0.000922, 0.998870,-0.041427;;, + 105;4;-0.020560,-0.000898, 0.998916,-0.039733;;, + 106;4;-0.019848,-0.000867, 0.998975,-0.037578;;, + 107;4;-0.018975,-0.000828, 0.999045,-0.035002;;, + 108;4;-0.017947,-0.000784, 0.999126,-0.032056;;, + 109;4;-0.016778,-0.000733, 0.999214,-0.028814;;, + 110;4;-0.015484,-0.000676, 0.999308,-0.025363;;, + 111;4;-0.014088,-0.000615, 0.999405,-0.021804;;, + 112;4;-0.012616,-0.000551, 0.999502,-0.018246;;, + 113;4;-0.011095,-0.000484, 0.999597,-0.014795;;, + 114;4;-0.009555,-0.000417, 0.999685,-0.011553;;, + 115;4;-0.008021,-0.000350, 0.999765,-0.008607;;, + 116;4;-0.006517,-0.000285, 0.999835,-0.006030;;, + 117;4;-0.005062,-0.000221, 0.999894,-0.003876;;, + 118;4;-0.003674,-0.000160, 0.999941,-0.002181;;, + 119;4;-0.002362,-0.000103, 0.999974,-0.000967;;, + 120;4;-0.001136,-0.000050, 0.999994,-0.000240;;, + 121;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 122;4; 0.001136, 0.000050, 0.999993,-0.000240;;, + 123;4; 0.002362, 0.000103, 0.999974,-0.000967;;, + 124;4; 0.003674, 0.000160, 0.999941,-0.002181;;, + 125;4; 0.005062, 0.000221, 0.999894,-0.003876;;, + 126;4; 0.006517, 0.000285, 0.999835,-0.006030;;, + 127;4; 0.008021, 0.000350, 0.999765,-0.008607;;, + 128;4; 0.009555, 0.000417, 0.999685,-0.011553;;, + 129;4; 0.011095, 0.000484, 0.999596,-0.014795;;, + 130;4; 0.012616, 0.000551, 0.999502,-0.018246;;, + 131;4; 0.014088, 0.000615, 0.999405,-0.021804;;, + 132;4; 0.015484, 0.000676, 0.999308,-0.025363;;, + 133;4; 0.016778, 0.000733, 0.999214,-0.028814;;, + 134;4; 0.017947, 0.000784, 0.999126,-0.032056;;, + 135;4; 0.018975, 0.000828, 0.999045,-0.035002;;, + 136;4; 0.019848, 0.000867, 0.998975,-0.037578;;, + 137;4; 0.020560, 0.000898, 0.998916,-0.039733;;, + 138;4; 0.021109, 0.000922, 0.998870,-0.041427;;, + 139;4; 0.021494, 0.000938, 0.998837,-0.042642;;, + 140;4; 0.021720, 0.000948, 0.998817,-0.043369;;, + 141;4; 0.021794, 0.000952, 0.998811,-0.043609;;, + 142;4; 0.021681, 0.000947, 0.998817,-0.043383;;, + 143;4; 0.021364, 0.000933, 0.998834,-0.042748;;, + 144;4; 0.020870, 0.000911, 0.998861,-0.041759;;, + 145;4; 0.020221, 0.000883, 0.998896,-0.040461;;, + 146;4; 0.019436, 0.000849, 0.998939,-0.038890;;, + 147;4; 0.018529, 0.000809, 0.998989,-0.037076;;, + 148;4; 0.017514, 0.000765, 0.999044,-0.035045;;, + 149;4; 0.016402, 0.000716, 0.999105,-0.032820;;, + 150;4; 0.015204, 0.000664, 0.999170,-0.030422;;, + 151;4; 0.013928, 0.000608, 0.999240,-0.027869;;, + 152;4; 0.012583, 0.000549, 0.999313,-0.025178;;, + 153;4; 0.011179, 0.000488, 0.999390,-0.022368;;, + 154;4; 0.009723, 0.000425, 0.999469,-0.019456;;, + 155;4; 0.008227, 0.000359, 0.999551,-0.016461;;, + 156;4; 0.006701, 0.000293, 0.999634,-0.013408;;, + 157;4; 0.005161, 0.000225, 0.999718,-0.010327;;, + 158;4; 0.003631, 0.000159, 0.999802,-0.007266;;, + 159;4; 0.002152, 0.000094, 0.999883,-0.004305;;, + 160;4; 0.000815, 0.000036, 0.999956,-0.001631;;, + 161;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 162;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 163;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 164;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 165;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 166;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 167;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 168;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 169;4; 0.003877,-0.000000, 0.999915, 0.000000;;, + 170;4; 0.014799,-0.000000, 0.999677, 0.000000;;, + 171;4; 0.028821,-0.000000, 0.999371, 0.000000;;, + 172;4; 0.039742,-0.000000, 0.999133, 0.000000;;, + 173;4; 0.043619, 0.000000, 0.999048, 0.000000;;, + 174;4; 0.041150, 0.000000, 0.999133, 0.000000;;, + 175;4; 0.033580, 0.000000, 0.999371, 0.000000;;, + 176;4; 0.022207, 0.000000, 0.999677, 0.000000;;, + 177;4; 0.010132, 0.000000, 0.999915, 0.000000;;, + 178;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 179;4;-0.010132, 0.000000, 0.999915, 0.000000;;, + 180;4;-0.022206, 0.000000, 0.999677, 0.000000;;, + 181;4;-0.033580, 0.000000, 0.999371, 0.000000;;, + 182;4;-0.041150, 0.000000, 0.999133, 0.000000;;, + 183;4;-0.043619, 0.000000, 0.999048, 0.000000;;, + 184;4;-0.039742,-0.000000, 0.999133, 0.000000;;, + 185;4;-0.028821,-0.000000, 0.999371, 0.000000;;, + 186;4;-0.014798,-0.000000, 0.999677, 0.000000;;, + 187;4;-0.003877,-0.000000, 0.999915, 0.000000;;, + 188;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 189;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 190;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 191;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 192;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 193;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 194;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 195;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 196;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 197;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 198;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 199;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 200;4; 0.000000,-0.000000, 1.000000, 0.000000;;, + 201;4; 0.003877,-0.000000, 0.999915, 0.000000;;, + 202;4; 0.014799,-0.000000, 0.999677, 0.000000;;, + 203;4; 0.028821,-0.000000, 0.999371, 0.000000;;, + 204;4; 0.039742,-0.000000, 0.999133, 0.000000;;, + 205;4; 0.043619, 0.000000, 0.999048, 0.000000;;, + 206;4; 0.041150, 0.000000, 0.999133, 0.000000;;, + 207;4; 0.033580, 0.000000, 0.999371, 0.000000;;, + 208;4; 0.022207, 0.000000, 0.999677, 0.000000;;, + 209;4; 0.010132, 0.000000, 0.999915, 0.000000;;, + 210;4; 0.000000, 0.000000, 1.000000, 0.000000;;, + 211;4;-0.010132, 0.000000, 0.999915, 0.000000;;, + 212;4;-0.022206, 0.000000, 0.999677, 0.000000;;, + 213;4;-0.033580, 0.000000, 0.999371, 0.000000;;, + 214;4;-0.041150, 0.000000, 0.999133, 0.000000;;, + 215;4;-0.043619, 0.000000, 0.999048, 0.000000;;, + 216;4;-0.039742,-0.000000, 0.999133, 0.000000;;, + 217;4;-0.028821,-0.000000, 0.999371, 0.000000;;, + 218;4;-0.014799,-0.000000, 0.999677, 0.000000;;, + 219;4;-0.003877,-0.000000, 0.999915, 0.000000;;, + 220;4; 0.000000, 0.000000, 1.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 0.000000, 6.750000, 0.000000;;, + 1;3;-0.000000, 6.750000, 0.000000;;, + 2;3; 0.000000, 6.750000, 0.000000;;, + 3;3; 0.000000, 6.750000, 0.000000;;, + 4;3; 0.000000, 6.750000, 0.000000;;, + 5;3; 0.000000, 6.750000, 0.000000;;, + 6;3; 0.000000, 6.750000, 0.000000;;, + 7;3; 0.000000, 6.750000,-0.000000;;, + 8;3; 0.000000, 6.750000,-0.000000;;, + 9;3; 0.000000, 6.750000, 0.000000;;, + 10;3; 0.000000, 6.750000,-0.000000;;, + 11;3; 0.000000, 6.750000, 0.000000;;, + 12;3; 0.000000, 6.750000, 0.000000;;, + 13;3; 0.000000, 6.750000, 0.000000;;, + 14;3; 0.000000, 6.750000,-0.000000;;, + 15;3; 0.000000, 6.750000,-0.000000;;, + 16;3; 0.000000, 6.750000, 0.000000;;, + 17;3;-0.000000, 6.750001,-0.000000;;, + 18;3; 0.000000, 6.750000, 0.000000;;, + 19;3; 0.000000, 6.750000, 0.000000;;, + 20;3; 0.000000, 6.750000, 0.000000;;, + 21;3; 0.000000, 6.750000, 0.000000;;, + 22;3; 0.000000, 6.750000, 0.000000;;, + 23;3;-0.000000, 6.750001,-0.000000;;, + 24;3; 0.000000, 6.750000, 0.000000;;, + 25;3; 0.000000, 6.750000, 0.000000;;, + 26;3; 0.000000, 6.750000,-0.000000;;, + 27;3; 0.000000, 6.750000, 0.000000;;, + 28;3; 0.000000, 6.750000, 0.000000;;, + 29;3; 0.000000, 6.750000, 0.000000;;, + 30;3; 0.000000, 6.750000, 0.000000;;, + 31;3; 0.000000, 6.750000, 0.000000;;, + 32;3; 0.000000, 6.750000,-0.000000;;, + 33;3; 0.000000, 6.750000,-0.000000;;, + 34;3; 0.000000, 6.750000, 0.000000;;, + 35;3; 0.000000, 6.750000, 0.000000;;, + 36;3; 0.000000, 6.750000,-0.000000;;, + 37;3; 0.000000, 6.750000, 0.000000;;, + 38;3; 0.000000, 6.750000, 0.000000;;, + 39;3;-0.000000, 6.750000, 0.000000;;, + 40;3; 0.000000, 6.750000, 0.000000;;, + 41;3;-0.000000, 6.750000, 0.000000;;, + 42;3; 0.000000, 6.750000, 0.000000;;, + 43;3; 0.000000, 6.750000, 0.000000;;, + 44;3; 0.000000, 6.750000, 0.000000;;, + 45;3; 0.000000, 6.750000, 0.000000;;, + 46;3; 0.000000, 6.750000,-0.000000;;, + 47;3; 0.000000, 6.750000, 0.000000;;, + 48;3; 0.000000, 6.750000, 0.000000;;, + 49;3; 0.000000, 6.750000, 0.000000;;, + 50;3; 0.000000, 6.750000,-0.000000;;, + 51;3; 0.000000, 6.750000, 0.000000;;, + 52;3; 0.000000, 6.750000, 0.000000;;, + 53;3; 0.000000, 6.750000, 0.000000;;, + 54;3; 0.000000, 6.750000, 0.000000;;, + 55;3; 0.000000, 6.750000,-0.000000;;, + 56;3; 0.000000, 6.750000, 0.000000;;, + 57;3;-0.000000, 6.750001,-0.000000;;, + 58;3; 0.000000, 6.750000, 0.000000;;, + 59;3; 0.000000, 6.750000, 0.000000;;, + 60;3; 0.000000, 6.750000, 0.000000;;, + 61;3; 0.000000, 6.750000, 0.000000;;, + 62;3; 0.000000, 6.750000, 0.000000;;, + 63;3; 0.000000, 6.750000,-0.000000;;, + 64;3; 0.000000, 6.750000, 0.000000;;, + 65;3; 0.000000, 6.750000, 0.000000;;, + 66;3; 0.000000, 6.750000, 0.000000;;, + 67;3; 0.000000, 6.750000, 0.000000;;, + 68;3; 0.000000, 6.750000, 0.000000;;, + 69;3; 0.000000, 6.750000,-0.000000;;, + 70;3; 0.000000, 6.750000,-0.000000;;, + 71;3; 0.000000, 6.750000,-0.000000;;, + 72;3; 0.000000, 6.750000,-0.000000;;, + 73;3; 0.000000, 6.749999, 0.000000;;, + 74;3; 0.000000, 6.750000, 0.000000;;, + 75;3; 0.000000, 6.750000, 0.000000;;, + 76;3;-0.000000, 6.750000,-0.000000;;, + 77;3; 0.000000, 6.750000, 0.000000;;, + 78;3; 0.000000, 6.750000,-0.000000;;, + 79;3; 0.000000, 6.750000, 0.000000;;, + 80;3; 0.000000, 6.750000, 0.000000;;, + 81;3; 0.000000, 6.750000,-0.000000;;, + 82;3; 0.000000, 6.750000, 0.000000;;, + 83;3; 0.000000, 6.750000,-0.000000;;, + 84;3; 0.000000, 6.750000, 0.000000;;, + 85;3;-0.000000, 6.750000,-0.000000;;, + 86;3; 0.000000, 6.750000, 0.000000;;, + 87;3; 0.000000, 6.750000,-0.000000;;, + 88;3; 0.000000, 6.750000, 0.000000;;, + 89;3; 0.000000, 6.750000,-0.000000;;, + 90;3; 0.000000, 6.750000,-0.000000;;, + 91;3; 0.000000, 6.750000, 0.000000;;, + 92;3; 0.000000, 6.750000,-0.000000;;, + 93;3; 0.000000, 6.750000,-0.000000;;, + 94;3; 0.000000, 6.750000,-0.000000;;, + 95;3; 0.000000, 6.750000, 0.000000;;, + 96;3; 0.000000, 6.750000,-0.000000;;, + 97;3; 0.000000, 6.750000, 0.000000;;, + 98;3; 0.000000, 6.750000, 0.000000;;, + 99;3; 0.000000, 6.750000,-0.000000;;, + 100;3; 0.000000, 6.750000, 0.000000;;, + 101;3; 0.000000, 6.750000, 0.000000;;, + 102;3; 0.000000, 6.750000,-0.000000;;, + 103;3; 0.000000, 6.750000, 0.000000;;, + 104;3;-0.000000, 6.750000, 0.000000;;, + 105;3; 0.000000, 6.750000, 0.000000;;, + 106;3; 0.000000, 6.750000, 0.000000;;, + 107;3; 0.000000, 6.750000,-0.000000;;, + 108;3; 0.000000, 6.750000, 0.000000;;, + 109;3; 0.000000, 6.750000, 0.000000;;, + 110;3; 0.000000, 6.750000,-0.000000;;, + 111;3; 0.000000, 6.750000,-0.000000;;, + 112;3; 0.000000, 6.750000,-0.000000;;, + 113;3; 0.000000, 6.750000,-0.000000;;, + 114;3; 0.000000, 6.750000, 0.000000;;, + 115;3; 0.000000, 6.750000, 0.000000;;, + 116;3; 0.000000, 6.750000, 0.000000;;, + 117;3; 0.000000, 6.750000,-0.000000;;, + 118;3; 0.000000, 6.750000,-0.000000;;, + 119;3; 0.000000, 6.750000,-0.000000;;, + 120;3;-0.000000, 6.750000, 0.000000;;, + 121;3; 0.000000, 6.750000,-0.000000;;, + 122;3;-0.000000, 6.750000,-0.000000;;, + 123;3; 0.000000, 6.750000,-0.000000;;, + 124;3; 0.000000, 6.750000, 0.000000;;, + 125;3; 0.000000, 6.750000,-0.000000;;, + 126;3; 0.000000, 6.750000, 0.000000;;, + 127;3; 0.000000, 6.750000,-0.000000;;, + 128;3; 0.000000, 6.750000, 0.000000;;, + 129;3; 0.000000, 6.750000,-0.000000;;, + 130;3; 0.000000, 6.750000,-0.000000;;, + 131;3; 0.000000, 6.750000,-0.000000;;, + 132;3; 0.000000, 6.750000,-0.000000;;, + 133;3; 0.000000, 6.750000, 0.000000;;, + 134;3; 0.000000, 6.750000,-0.000000;;, + 135;3; 0.000000, 6.750000, 0.000000;;, + 136;3; 0.000000, 6.750000, 0.000000;;, + 137;3; 0.000000, 6.750000, 0.000000;;, + 138;3;-0.000000, 6.750000, 0.000000;;, + 139;3; 0.000000, 6.750000,-0.000000;;, + 140;3; 0.000000, 6.750000,-0.000000;;, + 141;3; 0.000000, 6.750000, 0.000000;;, + 142;3; 0.000000, 6.750000, 0.000000;;, + 143;3; 0.000000, 6.750000,-0.000000;;, + 144;3; 0.000000, 6.750000, 0.000000;;, + 145;3; 0.000000, 6.750000, 0.000000;;, + 146;3; 0.000000, 6.750000, 0.000000;;, + 147;3; 0.000000, 6.750000,-0.000000;;, + 148;3; 0.000000, 6.750000, 0.000000;;, + 149;3; 0.000000, 6.750000, 0.000000;;, + 150;3; 0.000000, 6.750000,-0.000000;;, + 151;3; 0.000000, 6.750000,-0.000000;;, + 152;3; 0.000000, 6.750000,-0.000000;;, + 153;3; 0.000000, 6.750000,-0.000000;;, + 154;3; 0.000000, 6.750000,-0.000000;;, + 155;3; 0.000000, 6.750000,-0.000000;;, + 156;3; 0.000000, 6.750000,-0.000000;;, + 157;3;-0.000000, 6.750000, 0.000000;;, + 158;3; 0.000000, 6.750000, 0.000000;;, + 159;3; 0.000000, 6.750000,-0.000000;;, + 160;3; 0.000000, 6.750000, 0.000000;;, + 161;3; 0.000000, 6.750000,-0.000000;;, + 162;3; 0.000000, 6.750000, 0.000000;;, + 163;3; 0.000000, 6.750000, 0.000000;;, + 164;3; 0.000000, 6.750000, 0.000000;;, + 165;3; 0.000000, 6.750000, 0.000000;;, + 166;3; 0.000000, 6.750000, 0.000000;;, + 167;3; 0.000000, 6.750000, 0.000000;;, + 168;3; 0.000000, 6.750000, 0.000000;;, + 169;3; 0.000000, 6.750000, 0.000000;;, + 170;3; 0.000000, 6.750000, 0.000000;;, + 171;3; 0.000000, 6.750000, 0.000000;;, + 172;3; 0.000000, 6.750000, 0.000000;;, + 173;3; 0.000000, 6.750000, 0.000000;;, + 174;3; 0.000000, 6.750000, 0.000000;;, + 175;3; 0.000000, 6.750000, 0.000000;;, + 176;3; 0.000000, 6.750000, 0.000000;;, + 177;3; 0.000000, 6.750000, 0.000000;;, + 178;3; 0.000000, 6.750000, 0.000000;;, + 179;3; 0.000000, 6.750000, 0.000000;;, + 180;3; 0.000000, 6.750000, 0.000000;;, + 181;3; 0.000000, 6.750000, 0.000000;;, + 182;3; 0.000000, 6.750000, 0.000000;;, + 183;3; 0.000000, 6.750000, 0.000000;;, + 184;3; 0.000000, 6.750000, 0.000000;;, + 185;3; 0.000000, 6.750000, 0.000000;;, + 186;3; 0.000000, 6.750000, 0.000000;;, + 187;3; 0.000000, 6.750000, 0.000000;;, + 188;3; 0.000000, 6.750000, 0.000000;;, + 189;3; 0.000000, 6.750000, 0.000000;;, + 190;3; 0.000000, 6.750000,-0.000000;;, + 191;3; 0.000000, 6.750000, 0.000000;;, + 192;3; 0.000000, 6.749999,-0.000000;;, + 193;3; 0.000000, 6.750000, 0.000000;;, + 194;3; 0.000000, 6.750000, 0.000000;;, + 195;3; 0.000000, 6.750000, 0.000000;;, + 196;3; 0.000000, 6.749999, 0.000000;;, + 197;3; 0.000000, 6.750000, 0.000000;;, + 198;3; 0.000000, 6.750000, 0.000000;;, + 199;3; 0.000000, 6.750000, 0.000000;;, + 200;3; 0.000000, 6.750000, 0.000000;;, + 201;3; 0.000000, 6.750000, 0.000000;;, + 202;3; 0.000000, 6.750000,-0.000000;;, + 203;3; 0.000000, 6.750000, 0.000000;;, + 204;3; 0.000000, 6.750000, 0.000000;;, + 205;3; 0.000000, 6.750000, 0.000000;;, + 206;3;-0.000000, 6.750000, 0.000000;;, + 207;3; 0.000000, 6.750000, 0.000000;;, + 208;3;-0.000000, 6.750000, 0.000000;;, + 209;3; 0.000000, 6.750000,-0.000000;;, + 210;3; 0.000000, 6.750000, 0.000000;;, + 211;3; 0.000000, 6.750000,-0.000000;;, + 212;3;-0.000000, 6.750000, 0.000000;;, + 213;3; 0.000000, 6.750000, 0.000000;;, + 214;3;-0.000000, 6.750000, 0.000000;;, + 215;3; 0.000000, 6.750000, 0.000000;;, + 216;3; 0.000000, 6.750000, 0.000000;;, + 217;3; 0.000000, 6.749999, 0.000000;;, + 218;3; 0.000000, 6.750000, 0.000000;;, + 219;3; 0.000000, 6.750000, 0.000000;;, + 220;3; 0.000000, 6.750000, 0.000000;;; + } + } + Animation { + {Armature_Arm_Left} + AnimationKey { // Rotation + 0; + 221; + 0;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 1;4; 0.000769, 0.997293,-0.072148,-0.013782;;, + 2;4; 0.000098, 0.997275,-0.072137,-0.014061;;, + 3;4;-0.001024, 0.997244,-0.072119,-0.014527;;, + 4;4;-0.002590, 0.997202,-0.072094,-0.015177;;, + 5;4;-0.004579, 0.997148,-0.072062,-0.016004;;, + 6;4;-0.006959, 0.997083,-0.072023,-0.016992;;, + 7;4;-0.009679, 0.997009,-0.071979,-0.018122;;, + 8;4;-0.012673, 0.996927,-0.071931,-0.019366;;, + 9;4;-0.015860, 0.996840,-0.071880,-0.020690;;, + 10;4;-0.019147, 0.996751,-0.071827,-0.022055;;, + 11;4;-0.022434, 0.996661,-0.071774,-0.023420;;, + 12;4;-0.025621, 0.996574,-0.071723,-0.024744;;, + 13;4;-0.028615, 0.996493,-0.071674,-0.025988;;, + 14;4;-0.031335, 0.996419,-0.071630,-0.027118;;, + 15;4;-0.033715, 0.996354,-0.071592,-0.028106;;, + 16;4;-0.035704, 0.996300,-0.071560,-0.028932;;, + 17;4;-0.037270, 0.996257,-0.071535,-0.029583;;, + 18;4;-0.038392, 0.996227,-0.071517,-0.030048;;, + 19;4;-0.039062, 0.996208,-0.071506,-0.030327;;, + 20;4;-0.039284, 0.996202,-0.071502,-0.030419;;, + 21;4;-0.039062, 0.996208,-0.071506,-0.030327;;, + 22;4;-0.038392, 0.996227,-0.071517,-0.030048;;, + 23;4;-0.037270, 0.996257,-0.071535,-0.029583;;, + 24;4;-0.035704, 0.996300,-0.071560,-0.028932;;, + 25;4;-0.033715, 0.996354,-0.071592,-0.028106;;, + 26;4;-0.031335, 0.996419,-0.071630,-0.027118;;, + 27;4;-0.028615, 0.996493,-0.071674,-0.025988;;, + 28;4;-0.025621, 0.996574,-0.071723,-0.024744;;, + 29;4;-0.022434, 0.996661,-0.071774,-0.023420;;, + 30;4;-0.019147, 0.996751,-0.071827,-0.022055;;, + 31;4;-0.015860, 0.996840,-0.071880,-0.020690;;, + 32;4;-0.012673, 0.996927,-0.071931,-0.019366;;, + 33;4;-0.009679, 0.997009,-0.071979,-0.018122;;, + 34;4;-0.006959, 0.997083,-0.072023,-0.016992;;, + 35;4;-0.004579, 0.997148,-0.072062,-0.016004;;, + 36;4;-0.002590, 0.997202,-0.072094,-0.015177;;, + 37;4;-0.001024, 0.997245,-0.072119,-0.014527;;, + 38;4; 0.000098, 0.997275,-0.072137,-0.014061;;, + 39;4; 0.000769, 0.997293,-0.072148,-0.013782;;, + 40;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 41;4; 0.000769, 0.997293,-0.072148,-0.013782;;, + 42;4; 0.000098, 0.997275,-0.072137,-0.014061;;, + 43;4;-0.001024, 0.997244,-0.072119,-0.014527;;, + 44;4;-0.002590, 0.997202,-0.072094,-0.015177;;, + 45;4;-0.004579, 0.997148,-0.072062,-0.016004;;, + 46;4;-0.006959, 0.997083,-0.072023,-0.016992;;, + 47;4;-0.009679, 0.997009,-0.071979,-0.018122;;, + 48;4;-0.012673, 0.996927,-0.071931,-0.019366;;, + 49;4;-0.015860, 0.996840,-0.071880,-0.020690;;, + 50;4;-0.019147, 0.996751,-0.071827,-0.022055;;, + 51;4;-0.022434, 0.996661,-0.071774,-0.023420;;, + 52;4;-0.025621, 0.996574,-0.071723,-0.024744;;, + 53;4;-0.028615, 0.996493,-0.071674,-0.025988;;, + 54;4;-0.031335, 0.996419,-0.071630,-0.027118;;, + 55;4;-0.033715, 0.996354,-0.071592,-0.028106;;, + 56;4;-0.035704, 0.996300,-0.071560,-0.028932;;, + 57;4;-0.037270, 0.996257,-0.071535,-0.029583;;, + 58;4;-0.038392, 0.996227,-0.071517,-0.030048;;, + 59;4;-0.039062, 0.996208,-0.071506,-0.030327;;, + 60;4;-0.039284, 0.996202,-0.071502,-0.030419;;, + 61;4;-0.039076, 0.996208,-0.071506,-0.030333;;, + 62;4;-0.038489, 0.996224,-0.071515,-0.030089;;, + 63;4;-0.037576, 0.996249,-0.071530,-0.029710;;, + 64;4;-0.036377, 0.996281,-0.071549,-0.029212;;, + 65;4;-0.034926, 0.996321,-0.071573,-0.028609;;, + 66;4;-0.033251, 0.996367,-0.071600,-0.027913;;, + 67;4;-0.031375, 0.996418,-0.071630,-0.027134;;, + 68;4;-0.029321, 0.996474,-0.071663,-0.026281;;, + 69;4;-0.027106, 0.996534,-0.071699,-0.025361;;, + 70;4;-0.024748, 0.996598,-0.071737,-0.024381;;, + 71;4;-0.022263, 0.996666,-0.071777,-0.023349;;, + 72;4;-0.019667, 0.996737,-0.071818,-0.022271;;, + 73;4;-0.016978, 0.996810,-0.071862,-0.021154;;, + 74;4;-0.014212, 0.996885,-0.071906,-0.020005;;, + 75;4;-0.011392, 0.996962,-0.071952,-0.018834;;, + 76;4;-0.008547, 0.997040,-0.071998,-0.017652;;, + 77;4;-0.005720, 0.997117,-0.072043,-0.016478;;, + 78;4;-0.002986, 0.997191,-0.072087,-0.015342;;, + 79;4;-0.000516, 0.997258,-0.072127,-0.014316;;, + 80;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 81;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 82;4;-0.000516, 0.997258,-0.072127,-0.014316;;, + 83;4;-0.002986, 0.997191,-0.072087,-0.015342;;, + 84;4;-0.005720, 0.997117,-0.072043,-0.016478;;, + 85;4;-0.008547, 0.997040,-0.071998,-0.017652;;, + 86;4;-0.011392, 0.996962,-0.071952,-0.018834;;, + 87;4;-0.014212, 0.996885,-0.071906,-0.020005;;, + 88;4;-0.016978, 0.996810,-0.071862,-0.021154;;, + 89;4;-0.019667, 0.996737,-0.071818,-0.022271;;, + 90;4;-0.022263, 0.996666,-0.071777,-0.023349;;, + 91;4;-0.024748, 0.996598,-0.071737,-0.024381;;, + 92;4;-0.027106, 0.996534,-0.071699,-0.025361;;, + 93;4;-0.029321, 0.996474,-0.071663,-0.026281;;, + 94;4;-0.031375, 0.996418,-0.071630,-0.027134;;, + 95;4;-0.033251, 0.996367,-0.071600,-0.027913;;, + 96;4;-0.034926, 0.996321,-0.071573,-0.028609;;, + 97;4;-0.036377, 0.996281,-0.071549,-0.029212;;, + 98;4;-0.037576, 0.996249,-0.071530,-0.029710;;, + 99;4;-0.038489, 0.996224,-0.071515,-0.030089;;, + 100;4;-0.039076, 0.996208,-0.071506,-0.030333;;, + 101;4;-0.039284, 0.996202,-0.071502,-0.030419;;, + 102;4;-0.039062, 0.996208,-0.071506,-0.030327;;, + 103;4;-0.038392, 0.996227,-0.071517,-0.030048;;, + 104;4;-0.037270, 0.996257,-0.071535,-0.029583;;, + 105;4;-0.035704, 0.996300,-0.071560,-0.028932;;, + 106;4;-0.033715, 0.996354,-0.071592,-0.028106;;, + 107;4;-0.031335, 0.996419,-0.071630,-0.027118;;, + 108;4;-0.028615, 0.996493,-0.071674,-0.025988;;, + 109;4;-0.025621, 0.996574,-0.071723,-0.024744;;, + 110;4;-0.022434, 0.996661,-0.071774,-0.023420;;, + 111;4;-0.019147, 0.996751,-0.071827,-0.022055;;, + 112;4;-0.015860, 0.996840,-0.071880,-0.020690;;, + 113;4;-0.012673, 0.996927,-0.071931,-0.019366;;, + 114;4;-0.009679, 0.997009,-0.071979,-0.018122;;, + 115;4;-0.006959, 0.997083,-0.072023,-0.016992;;, + 116;4;-0.004579, 0.997148,-0.072062,-0.016004;;, + 117;4;-0.002590, 0.997202,-0.072094,-0.015177;;, + 118;4;-0.001024, 0.997245,-0.072119,-0.014527;;, + 119;4; 0.000098, 0.997275,-0.072137,-0.014061;;, + 120;4; 0.000769, 0.997293,-0.072148,-0.013782;;, + 121;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 122;4; 0.000769, 0.997293,-0.072148,-0.013782;;, + 123;4; 0.000098, 0.997275,-0.072137,-0.014061;;, + 124;4;-0.001024, 0.997244,-0.072119,-0.014527;;, + 125;4;-0.002590, 0.997202,-0.072094,-0.015177;;, + 126;4;-0.004579, 0.997148,-0.072062,-0.016004;;, + 127;4;-0.006959, 0.997083,-0.072023,-0.016992;;, + 128;4;-0.009679, 0.997009,-0.071979,-0.018122;;, + 129;4;-0.012673, 0.996927,-0.071931,-0.019366;;, + 130;4;-0.015860, 0.996840,-0.071880,-0.020690;;, + 131;4;-0.019147, 0.996751,-0.071827,-0.022055;;, + 132;4;-0.022434, 0.996661,-0.071774,-0.023420;;, + 133;4;-0.025621, 0.996574,-0.071723,-0.024744;;, + 134;4;-0.028615, 0.996493,-0.071674,-0.025988;;, + 135;4;-0.031335, 0.996419,-0.071630,-0.027118;;, + 136;4;-0.033715, 0.996354,-0.071592,-0.028106;;, + 137;4;-0.035704, 0.996300,-0.071560,-0.028932;;, + 138;4;-0.037270, 0.996257,-0.071535,-0.029583;;, + 139;4;-0.038392, 0.996227,-0.071517,-0.030048;;, + 140;4;-0.039062, 0.996208,-0.071506,-0.030327;;, + 141;4;-0.039284, 0.996202,-0.071502,-0.030419;;, + 142;4;-0.039115, 0.996208,-0.071505,-0.030336;;, + 143;4;-0.038639, 0.996224,-0.071513,-0.030100;;, + 144;4;-0.037892, 0.996249,-0.071526,-0.029733;;, + 145;4;-0.036906, 0.996282,-0.071542,-0.029250;;, + 146;4;-0.035703, 0.996322,-0.071562,-0.028665;;, + 147;4;-0.034305, 0.996368,-0.071585,-0.027989;;, + 148;4;-0.032728, 0.996419,-0.071611,-0.027232;;, + 149;4;-0.030984, 0.996475,-0.071640,-0.026401;;, + 150;4;-0.029084, 0.996536,-0.071671,-0.025504;;, + 151;4;-0.027040, 0.996601,-0.071705,-0.024547;;, + 152;4;-0.024856, 0.996669,-0.071741,-0.023537;;, + 153;4;-0.022540, 0.996740,-0.071779,-0.022479;;, + 154;4;-0.020096, 0.996813,-0.071819,-0.021379;;, + 155;4;-0.017525, 0.996889,-0.071861,-0.020245;;, + 156;4;-0.014829, 0.996965,-0.071905,-0.019082;;, + 157;4;-0.012005, 0.997043,-0.071950,-0.017902;;, + 158;4;-0.009047, 0.997120,-0.071997,-0.016718;;, + 159;4;-0.005937, 0.997194,-0.072047,-0.015555;;, + 160;4;-0.002640, 0.997260,-0.072098,-0.014470;;, + 161;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 162;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 163;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 164;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 165;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 166;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 167;4; 0.003930, 0.958043,-0.286296,-0.013151;;, + 168;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 169;4; 0.027474, 0.993490,-0.067047,-0.017181;;, + 170;4; 0.101898, 0.981967,-0.063626,-0.027024;;, + 171;4; 0.197393, 0.966975,-0.061969,-0.039667;;, + 172;4; 0.271749, 0.955237,-0.061527,-0.049515;;, + 173;4; 0.298147, 0.951060,-0.061513,-0.053011;;, + 174;4; 0.281322, 0.955152,-0.062327,-0.050806;;, + 175;4; 0.229768, 0.966687,-0.064677,-0.044029;;, + 176;4; 0.152321, 0.981519,-0.067850,-0.033813;;, + 177;4; 0.070049, 0.993111,-0.070621,-0.022912;;, + 178;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 179;4;-0.068084, 0.993365,-0.072516,-0.004357;;, + 180;4;-0.150401, 0.982077,-0.072003, 0.006858;;, + 181;4;-0.227906, 0.967532,-0.070959, 0.017477;;, + 182;4;-0.279505, 0.956187,-0.070026, 0.024569;;, + 183;4;-0.296346, 0.952156,-0.069674, 0.026885;;, + 184;4;-0.269920, 0.956169,-0.069894, 0.023278;;, + 185;4;-0.195492, 0.967472,-0.070514, 0.013118;;, + 186;4;-0.099917, 0.981984,-0.071310, 0.000073;;, + 187;4;-0.025455, 0.993287,-0.071931,-0.010085;;, + 188;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 189;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 190;4; 0.008557, 0.996939,-0.072023,-0.015345;;, + 191;4; 0.029870, 0.995925,-0.071662,-0.020004;;, + 192;4; 0.057234, 0.994623,-0.071198,-0.025988;;, + 193;4; 0.078546, 0.993608,-0.070836,-0.030648;;, + 194;4; 0.086112, 0.993248,-0.070708,-0.032302;;, + 195;4; 0.078546, 0.993608,-0.070836,-0.030648;;, + 196;4; 0.057234, 0.994623,-0.071198,-0.025988;;, + 197;4; 0.029870, 0.995925,-0.071662,-0.020004;;, + 198;4; 0.008557, 0.996939,-0.072023,-0.015345;;, + 199;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 200;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 201;4; 0.027420, 0.993189,-0.071206,-0.017184;;, + 202;4; 0.101837, 0.981612,-0.068543,-0.027028;;, + 203;4; 0.197354, 0.966747,-0.065123,-0.039670;;, + 204;4; 0.271737, 0.955170,-0.062459,-0.049516;;, + 205;4; 0.298147, 0.951060,-0.061513,-0.053011;;, + 206;4; 0.281322, 0.955152,-0.062327,-0.050806;;, + 207;4; 0.229768, 0.966687,-0.064677,-0.044029;;, + 208;4; 0.152321, 0.981519,-0.067850,-0.033813;;, + 209;4; 0.070049, 0.993111,-0.070621,-0.022912;;, + 210;4; 0.000990, 0.997299,-0.072151,-0.013690;;, + 211;4;-0.068084, 0.993365,-0.072516,-0.004357;;, + 212;4;-0.150401, 0.982077,-0.072003, 0.006858;;, + 213;4;-0.227906, 0.967532,-0.070959, 0.017477;;, + 214;4;-0.279505, 0.956187,-0.070026, 0.024569;;, + 215;4;-0.296346, 0.952156,-0.069674, 0.026885;;, + 216;4;-0.269931, 0.956169,-0.069894, 0.023278;;, + 217;4;-0.195556, 0.967471,-0.070513, 0.013114;;, + 218;4;-0.100016, 0.981984,-0.071309, 0.000067;;, + 219;4;-0.025503, 0.993287,-0.071930,-0.010088;;, + 220;4; 0.000990, 0.997299,-0.072151,-0.013690;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3;-2.000000, 6.750000, 0.000000;;, + 1;3;-2.000000, 6.750000, 0.000000;;, + 2;3;-2.000000, 6.750000, 0.000000;;, + 3;3;-2.000000, 6.750000, 0.000000;;, + 4;3;-2.000000, 6.750000, 0.000000;;, + 5;3;-2.000000, 6.750000, 0.000000;;, + 6;3;-2.000000, 6.750000, 0.000000;;, + 7;3;-2.000000, 6.750000,-0.000000;;, + 8;3;-2.000000, 6.750000,-0.000000;;, + 9;3;-2.000000, 6.750000, 0.000000;;, + 10;3;-2.000000, 6.750000,-0.000000;;, + 11;3;-2.000000, 6.750000, 0.000000;;, + 12;3;-2.000000, 6.750000, 0.000000;;, + 13;3;-2.000000, 6.750000, 0.000000;;, + 14;3;-2.000000, 6.750000,-0.000000;;, + 15;3;-2.000000, 6.750000,-0.000000;;, + 16;3;-2.000000, 6.750000, 0.000000;;, + 17;3;-2.000000, 6.750001,-0.000000;;, + 18;3;-2.000000, 6.750000, 0.000000;;, + 19;3;-2.000000, 6.750000, 0.000000;;, + 20;3;-2.000000, 6.750000, 0.000000;;, + 21;3;-2.000000, 6.750000, 0.000000;;, + 22;3;-2.000000, 6.750000, 0.000000;;, + 23;3;-2.000000, 6.750001,-0.000000;;, + 24;3;-2.000000, 6.750000, 0.000000;;, + 25;3;-2.000000, 6.750000, 0.000000;;, + 26;3;-2.000000, 6.750000,-0.000000;;, + 27;3;-2.000000, 6.750000, 0.000000;;, + 28;3;-2.000000, 6.750000, 0.000000;;, + 29;3;-2.000000, 6.750000, 0.000000;;, + 30;3;-2.000000, 6.750000, 0.000000;;, + 31;3;-2.000000, 6.750000, 0.000000;;, + 32;3;-2.000000, 6.750000,-0.000000;;, + 33;3;-2.000000, 6.750000,-0.000000;;, + 34;3;-2.000000, 6.750000, 0.000000;;, + 35;3;-2.000000, 6.750000, 0.000000;;, + 36;3;-2.000000, 6.750000,-0.000000;;, + 37;3;-2.000000, 6.750000, 0.000000;;, + 38;3;-2.000000, 6.750000, 0.000000;;, + 39;3;-2.000000, 6.750000, 0.000000;;, + 40;3;-2.000000, 6.750000, 0.000000;;, + 41;3;-2.000000, 6.750000, 0.000000;;, + 42;3;-2.000000, 6.750000, 0.000000;;, + 43;3;-2.000000, 6.750000, 0.000000;;, + 44;3;-2.000000, 6.750000, 0.000000;;, + 45;3;-2.000000, 6.750000, 0.000000;;, + 46;3;-2.000000, 6.750000,-0.000000;;, + 47;3;-2.000000, 6.750000, 0.000000;;, + 48;3;-2.000000, 6.750000, 0.000000;;, + 49;3;-2.000000, 6.750000, 0.000000;;, + 50;3;-2.000000, 6.750000,-0.000000;;, + 51;3;-2.000000, 6.750000, 0.000000;;, + 52;3;-2.000000, 6.750000, 0.000000;;, + 53;3;-2.000000, 6.750000, 0.000000;;, + 54;3;-2.000000, 6.750000, 0.000000;;, + 55;3;-2.000000, 6.750000,-0.000000;;, + 56;3;-2.000000, 6.750000, 0.000000;;, + 57;3;-2.000000, 6.750001,-0.000000;;, + 58;3;-2.000000, 6.750000, 0.000000;;, + 59;3;-2.000000, 6.750000, 0.000000;;, + 60;3;-2.000000, 6.750000, 0.000000;;, + 61;3;-2.000000, 6.750000, 0.000000;;, + 62;3;-2.000000, 6.750000, 0.000000;;, + 63;3;-2.000000, 6.750000,-0.000000;;, + 64;3;-2.000000, 6.750000, 0.000000;;, + 65;3;-2.000000, 6.750000, 0.000000;;, + 66;3;-2.000000, 6.750000, 0.000000;;, + 67;3;-2.000000, 6.750000, 0.000000;;, + 68;3;-2.000000, 6.750000, 0.000000;;, + 69;3;-2.000000, 6.750000,-0.000000;;, + 70;3;-2.000000, 6.750000,-0.000000;;, + 71;3;-2.000000, 6.750000,-0.000000;;, + 72;3;-2.000000, 6.750000,-0.000000;;, + 73;3;-2.000000, 6.749999, 0.000000;;, + 74;3;-2.000000, 6.750000, 0.000000;;, + 75;3;-2.000000, 6.750000, 0.000000;;, + 76;3;-2.000000, 6.750000,-0.000000;;, + 77;3;-2.000000, 6.750000, 0.000000;;, + 78;3;-2.000000, 6.750000,-0.000000;;, + 79;3;-2.000000, 6.750000, 0.000000;;, + 80;3;-2.000000, 6.750000, 0.000000;;, + 81;3;-2.000000, 6.750000,-0.000000;;, + 82;3;-2.000000, 6.750000, 0.000000;;, + 83;3;-2.000000, 6.750000,-0.000000;;, + 84;3;-2.000000, 6.750000, 0.000000;;, + 85;3;-2.000000, 6.750000,-0.000000;;, + 86;3;-2.000000, 6.750000, 0.000000;;, + 87;3;-2.000000, 6.750000,-0.000000;;, + 88;3;-2.000000, 6.750000, 0.000000;;, + 89;3;-2.000000, 6.750000,-0.000000;;, + 90;3;-2.000000, 6.750000,-0.000000;;, + 91;3;-2.000000, 6.750000, 0.000000;;, + 92;3;-2.000000, 6.750000,-0.000000;;, + 93;3;-2.000000, 6.750000,-0.000000;;, + 94;3;-2.000000, 6.750000,-0.000000;;, + 95;3;-2.000000, 6.750000, 0.000000;;, + 96;3;-2.000000, 6.750000,-0.000000;;, + 97;3;-2.000000, 6.750000, 0.000000;;, + 98;3;-2.000000, 6.750000, 0.000000;;, + 99;3;-2.000000, 6.750000,-0.000000;;, + 100;3;-2.000000, 6.750000, 0.000000;;, + 101;3;-2.000000, 6.750000, 0.000000;;, + 102;3;-2.000000, 6.750000,-0.000000;;, + 103;3;-2.000000, 6.750000, 0.000000;;, + 104;3;-2.000000, 6.750000, 0.000000;;, + 105;3;-2.000000, 6.750000, 0.000000;;, + 106;3;-2.000000, 6.750000, 0.000000;;, + 107;3;-2.000000, 6.750000,-0.000000;;, + 108;3;-2.000000, 6.750000, 0.000000;;, + 109;3;-2.000000, 6.750000, 0.000000;;, + 110;3;-2.000000, 6.750000,-0.000000;;, + 111;3;-2.000000, 6.750000,-0.000000;;, + 112;3;-2.000000, 6.750000,-0.000000;;, + 113;3;-2.000000, 6.750000,-0.000000;;, + 114;3;-2.000000, 6.750000, 0.000000;;, + 115;3;-2.000000, 6.750000, 0.000000;;, + 116;3;-2.000000, 6.750000, 0.000000;;, + 117;3;-2.000000, 6.750000,-0.000000;;, + 118;3;-2.000000, 6.750000,-0.000000;;, + 119;3;-2.000000, 6.750000,-0.000000;;, + 120;3;-2.000000, 6.750000, 0.000000;;, + 121;3;-2.000000, 6.750000,-0.000000;;, + 122;3;-2.000000, 6.750000,-0.000000;;, + 123;3;-2.000000, 6.750000,-0.000000;;, + 124;3;-2.000000, 6.750000, 0.000000;;, + 125;3;-2.000000, 6.750000,-0.000000;;, + 126;3;-2.000000, 6.750000, 0.000000;;, + 127;3;-2.000000, 6.750000,-0.000000;;, + 128;3;-2.000000, 6.750000, 0.000000;;, + 129;3;-2.000000, 6.750000,-0.000000;;, + 130;3;-2.000000, 6.750000,-0.000000;;, + 131;3;-2.000000, 6.750000,-0.000000;;, + 132;3;-2.000000, 6.750000,-0.000000;;, + 133;3;-2.000000, 6.750000, 0.000000;;, + 134;3;-2.000000, 6.750000,-0.000000;;, + 135;3;-2.000000, 6.750000, 0.000000;;, + 136;3;-2.000000, 6.750000, 0.000000;;, + 137;3;-2.000000, 6.750000, 0.000000;;, + 138;3;-2.000000, 6.750000, 0.000000;;, + 139;3;-2.000000, 6.750000,-0.000000;;, + 140;3;-2.000000, 6.750000,-0.000000;;, + 141;3;-2.000000, 6.750000, 0.000000;;, + 142;3;-2.000000, 6.750000, 0.000000;;, + 143;3;-2.000000, 6.750000,-0.000000;;, + 144;3;-2.000000, 6.750000, 0.000000;;, + 145;3;-2.000000, 6.750000, 0.000000;;, + 146;3;-2.000000, 6.750000, 0.000000;;, + 147;3;-2.000000, 6.750000,-0.000000;;, + 148;3;-2.000000, 6.750000, 0.000000;;, + 149;3;-2.000000, 6.750000, 0.000000;;, + 150;3;-2.000000, 6.750000,-0.000000;;, + 151;3;-2.000000, 6.750000,-0.000000;;, + 152;3;-2.000000, 6.750000,-0.000000;;, + 153;3;-2.000000, 6.750000,-0.000000;;, + 154;3;-2.000000, 6.750000,-0.000000;;, + 155;3;-2.000000, 6.750000,-0.000000;;, + 156;3;-2.000000, 6.750000,-0.000000;;, + 157;3;-2.000000, 6.750000, 0.000000;;, + 158;3;-2.000000, 6.750000, 0.000000;;, + 159;3;-2.000000, 6.750000,-0.000000;;, + 160;3;-2.000000, 6.750000, 0.000000;;, + 161;3;-2.000000, 6.750000,-0.000000;;, + 162;3;-2.000000, 6.750000, 0.000000;;, + 163;3;-2.000000, 6.750000, 0.000000;;, + 164;3;-2.000000, 6.750000, 0.000000;;, + 165;3;-2.000000, 6.750000, 0.000000;;, + 166;3;-2.000000, 6.750000, 0.000000;;, + 167;3;-2.000000, 6.750000, 0.000000;;, + 168;3;-2.000000, 6.750000, 0.000000;;, + 169;3;-2.000000, 6.750000, 0.000000;;, + 170;3;-2.000000, 6.750000, 0.000000;;, + 171;3;-2.000000, 6.750000, 0.000000;;, + 172;3;-2.000000, 6.750000, 0.000000;;, + 173;3;-2.000000, 6.750000, 0.000000;;, + 174;3;-2.000000, 6.750000, 0.000000;;, + 175;3;-2.000000, 6.750000, 0.000000;;, + 176;3;-2.000000, 6.750000, 0.000000;;, + 177;3;-2.000000, 6.750000, 0.000000;;, + 178;3;-2.000000, 6.750000, 0.000000;;, + 179;3;-2.000000, 6.750000, 0.000000;;, + 180;3;-2.000000, 6.750000, 0.000000;;, + 181;3;-2.000000, 6.750000, 0.000000;;, + 182;3;-2.000000, 6.750000, 0.000000;;, + 183;3;-2.000000, 6.750000, 0.000000;;, + 184;3;-2.000000, 6.750000, 0.000000;;, + 185;3;-2.000000, 6.750000, 0.000000;;, + 186;3;-2.000000, 6.750000, 0.000000;;, + 187;3;-2.000000, 6.750000, 0.000000;;, + 188;3;-2.000000, 6.750000, 0.000000;;, + 189;3;-2.000000, 6.750000, 0.000000;;, + 190;3;-2.000000, 6.750000,-0.000000;;, + 191;3;-2.000000, 6.750000, 0.000000;;, + 192;3;-2.000000, 6.749999,-0.000000;;, + 193;3;-2.000000, 6.750000, 0.000000;;, + 194;3;-2.000000, 6.750000, 0.000000;;, + 195;3;-2.000000, 6.750000, 0.000000;;, + 196;3;-2.000000, 6.749999, 0.000000;;, + 197;3;-2.000000, 6.750000, 0.000000;;, + 198;3;-2.000000, 6.750000, 0.000000;;, + 199;3;-2.000000, 6.750000, 0.000000;;, + 200;3;-2.000000, 6.750000, 0.000000;;, + 201;3;-2.000000, 6.750000, 0.000000;;, + 202;3;-2.000000, 6.750000,-0.000000;;, + 203;3;-2.000000, 6.750000, 0.000000;;, + 204;3;-2.000000, 6.750000, 0.000000;;, + 205;3;-2.000000, 6.750000, 0.000000;;, + 206;3;-2.000000, 6.750000, 0.000000;;, + 207;3;-2.000000, 6.750000, 0.000000;;, + 208;3;-2.000000, 6.750000, 0.000000;;, + 209;3;-2.000000, 6.750000,-0.000000;;, + 210;3;-2.000000, 6.750000, 0.000000;;, + 211;3;-2.000000, 6.750000,-0.000000;;, + 212;3;-2.000000, 6.750000, 0.000000;;, + 213;3;-2.000000, 6.750000, 0.000000;;, + 214;3;-2.000000, 6.750000, 0.000000;;, + 215;3;-2.000000, 6.750000, 0.000000;;, + 216;3;-2.000000, 6.750000, 0.000000;;, + 217;3;-2.000000, 6.749999, 0.000000;;, + 218;3;-2.000000, 6.750000, 0.000000;;, + 219;3;-2.000000, 6.750000, 0.000000;;, + 220;3;-2.000000, 6.750000, 0.000000;;; + } + } + Animation { + {Armature_Arm_Right} + AnimationKey { // Rotation + 0; + 221; + 0;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 1;4; 0.000769, 0.997293, 0.072148, 0.013782;;, + 2;4; 0.000098, 0.997275, 0.072137, 0.014061;;, + 3;4;-0.001024, 0.997244, 0.072119, 0.014527;;, + 4;4;-0.002590, 0.997202, 0.072094, 0.015177;;, + 5;4;-0.004579, 0.997148, 0.072062, 0.016004;;, + 6;4;-0.006959, 0.997083, 0.072023, 0.016992;;, + 7;4;-0.009679, 0.997009, 0.071979, 0.018122;;, + 8;4;-0.012673, 0.996927, 0.071931, 0.019366;;, + 9;4;-0.015860, 0.996840, 0.071880, 0.020690;;, + 10;4;-0.019147, 0.996751, 0.071827, 0.022055;;, + 11;4;-0.022434, 0.996661, 0.071774, 0.023420;;, + 12;4;-0.025621, 0.996574, 0.071723, 0.024744;;, + 13;4;-0.028615, 0.996493, 0.071674, 0.025988;;, + 14;4;-0.031335, 0.996419, 0.071630, 0.027118;;, + 15;4;-0.033715, 0.996354, 0.071592, 0.028106;;, + 16;4;-0.035704, 0.996300, 0.071560, 0.028932;;, + 17;4;-0.037270, 0.996257, 0.071535, 0.029583;;, + 18;4;-0.038392, 0.996227, 0.071517, 0.030048;;, + 19;4;-0.039062, 0.996208, 0.071506, 0.030327;;, + 20;4;-0.039284, 0.996202, 0.071502, 0.030419;;, + 21;4;-0.039062, 0.996208, 0.071506, 0.030327;;, + 22;4;-0.038392, 0.996227, 0.071517, 0.030048;;, + 23;4;-0.037270, 0.996257, 0.071535, 0.029583;;, + 24;4;-0.035704, 0.996300, 0.071560, 0.028932;;, + 25;4;-0.033715, 0.996354, 0.071592, 0.028106;;, + 26;4;-0.031335, 0.996419, 0.071630, 0.027118;;, + 27;4;-0.028615, 0.996493, 0.071674, 0.025988;;, + 28;4;-0.025621, 0.996574, 0.071723, 0.024744;;, + 29;4;-0.022434, 0.996661, 0.071774, 0.023420;;, + 30;4;-0.019147, 0.996751, 0.071827, 0.022055;;, + 31;4;-0.015860, 0.996840, 0.071880, 0.020690;;, + 32;4;-0.012673, 0.996927, 0.071931, 0.019366;;, + 33;4;-0.009679, 0.997009, 0.071979, 0.018122;;, + 34;4;-0.006959, 0.997083, 0.072023, 0.016992;;, + 35;4;-0.004579, 0.997148, 0.072062, 0.016004;;, + 36;4;-0.002590, 0.997202, 0.072094, 0.015177;;, + 37;4;-0.001024, 0.997245, 0.072119, 0.014527;;, + 38;4; 0.000098, 0.997275, 0.072137, 0.014061;;, + 39;4; 0.000769, 0.997293, 0.072148, 0.013782;;, + 40;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 41;4; 0.000769, 0.997293, 0.072148, 0.013782;;, + 42;4; 0.000098, 0.997275, 0.072137, 0.014061;;, + 43;4;-0.001024, 0.997244, 0.072119, 0.014527;;, + 44;4;-0.002590, 0.997202, 0.072094, 0.015177;;, + 45;4;-0.004579, 0.997148, 0.072062, 0.016004;;, + 46;4;-0.006959, 0.997083, 0.072023, 0.016992;;, + 47;4;-0.009679, 0.997009, 0.071979, 0.018122;;, + 48;4;-0.012673, 0.996927, 0.071931, 0.019366;;, + 49;4;-0.015860, 0.996840, 0.071880, 0.020690;;, + 50;4;-0.019147, 0.996751, 0.071827, 0.022055;;, + 51;4;-0.022434, 0.996661, 0.071774, 0.023420;;, + 52;4;-0.025621, 0.996574, 0.071723, 0.024744;;, + 53;4;-0.028615, 0.996493, 0.071674, 0.025988;;, + 54;4;-0.031335, 0.996419, 0.071630, 0.027118;;, + 55;4;-0.033715, 0.996354, 0.071592, 0.028106;;, + 56;4;-0.035704, 0.996300, 0.071560, 0.028932;;, + 57;4;-0.037270, 0.996257, 0.071535, 0.029583;;, + 58;4;-0.038392, 0.996227, 0.071517, 0.030048;;, + 59;4;-0.039062, 0.996208, 0.071506, 0.030327;;, + 60;4;-0.039284, 0.996202, 0.071502, 0.030419;;, + 61;4;-0.039076, 0.996208, 0.071506, 0.030333;;, + 62;4;-0.038489, 0.996224, 0.071515, 0.030089;;, + 63;4;-0.037576, 0.996249, 0.071530, 0.029710;;, + 64;4;-0.036377, 0.996281, 0.071549, 0.029212;;, + 65;4;-0.034926, 0.996321, 0.071573, 0.028609;;, + 66;4;-0.033251, 0.996367, 0.071600, 0.027913;;, + 67;4;-0.031375, 0.996418, 0.071630, 0.027134;;, + 68;4;-0.029321, 0.996474, 0.071663, 0.026281;;, + 69;4;-0.027106, 0.996534, 0.071699, 0.025361;;, + 70;4;-0.024748, 0.996598, 0.071737, 0.024381;;, + 71;4;-0.022263, 0.996666, 0.071777, 0.023349;;, + 72;4;-0.019667, 0.996737, 0.071818, 0.022271;;, + 73;4;-0.016978, 0.996810, 0.071862, 0.021154;;, + 74;4;-0.014212, 0.996885, 0.071906, 0.020005;;, + 75;4;-0.011392, 0.996962, 0.071952, 0.018834;;, + 76;4;-0.008547, 0.997040, 0.071998, 0.017652;;, + 77;4;-0.005720, 0.997117, 0.072043, 0.016478;;, + 78;4;-0.002986, 0.997191, 0.072087, 0.015342;;, + 79;4;-0.000516, 0.997258, 0.072127, 0.014316;;, + 80;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 81;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 82;4;-0.000516, 0.997258, 0.072127, 0.014316;;, + 83;4;-0.002986, 0.997191, 0.072087, 0.015342;;, + 84;4;-0.005720, 0.997117, 0.072043, 0.016478;;, + 85;4;-0.008547, 0.997040, 0.071998, 0.017652;;, + 86;4;-0.011392, 0.996962, 0.071952, 0.018834;;, + 87;4;-0.014212, 0.996885, 0.071906, 0.020005;;, + 88;4;-0.016978, 0.996810, 0.071862, 0.021154;;, + 89;4;-0.019667, 0.996737, 0.071818, 0.022271;;, + 90;4;-0.022263, 0.996666, 0.071777, 0.023349;;, + 91;4;-0.024748, 0.996598, 0.071737, 0.024381;;, + 92;4;-0.027106, 0.996534, 0.071699, 0.025361;;, + 93;4;-0.029321, 0.996474, 0.071663, 0.026281;;, + 94;4;-0.031375, 0.996418, 0.071630, 0.027134;;, + 95;4;-0.033251, 0.996367, 0.071600, 0.027913;;, + 96;4;-0.034926, 0.996321, 0.071573, 0.028609;;, + 97;4;-0.036377, 0.996281, 0.071549, 0.029212;;, + 98;4;-0.037576, 0.996249, 0.071530, 0.029710;;, + 99;4;-0.038489, 0.996224, 0.071515, 0.030089;;, + 100;4;-0.039076, 0.996208, 0.071506, 0.030333;;, + 101;4;-0.039284, 0.996202, 0.071502, 0.030419;;, + 102;4;-0.039062, 0.996208, 0.071506, 0.030327;;, + 103;4;-0.038392, 0.996227, 0.071517, 0.030048;;, + 104;4;-0.037270, 0.996257, 0.071535, 0.029583;;, + 105;4;-0.035704, 0.996300, 0.071560, 0.028932;;, + 106;4;-0.033715, 0.996354, 0.071592, 0.028106;;, + 107;4;-0.031335, 0.996419, 0.071630, 0.027118;;, + 108;4;-0.028615, 0.996493, 0.071674, 0.025988;;, + 109;4;-0.025621, 0.996574, 0.071723, 0.024744;;, + 110;4;-0.022434, 0.996661, 0.071774, 0.023420;;, + 111;4;-0.019147, 0.996751, 0.071827, 0.022055;;, + 112;4;-0.015860, 0.996840, 0.071880, 0.020690;;, + 113;4;-0.012673, 0.996927, 0.071931, 0.019366;;, + 114;4;-0.009679, 0.997009, 0.071979, 0.018122;;, + 115;4;-0.006959, 0.997083, 0.072023, 0.016992;;, + 116;4;-0.004579, 0.997148, 0.072062, 0.016004;;, + 117;4;-0.002590, 0.997202, 0.072094, 0.015177;;, + 118;4;-0.001024, 0.997245, 0.072119, 0.014527;;, + 119;4; 0.000098, 0.997275, 0.072137, 0.014061;;, + 120;4; 0.000769, 0.997293, 0.072148, 0.013782;;, + 121;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 122;4; 0.000769, 0.997293, 0.072148, 0.013782;;, + 123;4; 0.000098, 0.997275, 0.072137, 0.014061;;, + 124;4;-0.001024, 0.997244, 0.072119, 0.014527;;, + 125;4;-0.002590, 0.997202, 0.072094, 0.015177;;, + 126;4;-0.004579, 0.997148, 0.072062, 0.016004;;, + 127;4;-0.006959, 0.997083, 0.072023, 0.016992;;, + 128;4;-0.009679, 0.997009, 0.071979, 0.018122;;, + 129;4;-0.012673, 0.996927, 0.071931, 0.019366;;, + 130;4;-0.015860, 0.996840, 0.071880, 0.020690;;, + 131;4;-0.019147, 0.996751, 0.071827, 0.022055;;, + 132;4;-0.022434, 0.996661, 0.071774, 0.023420;;, + 133;4;-0.025621, 0.996574, 0.071723, 0.024744;;, + 134;4;-0.028615, 0.996493, 0.071674, 0.025988;;, + 135;4;-0.031335, 0.996419, 0.071630, 0.027118;;, + 136;4;-0.033715, 0.996354, 0.071592, 0.028106;;, + 137;4;-0.035704, 0.996300, 0.071560, 0.028932;;, + 138;4;-0.037270, 0.996257, 0.071535, 0.029583;;, + 139;4;-0.038392, 0.996227, 0.071517, 0.030048;;, + 140;4;-0.039062, 0.996208, 0.071506, 0.030327;;, + 141;4;-0.039284, 0.996202, 0.071502, 0.030419;;, + 142;4;-0.039115, 0.996208, 0.071505, 0.030336;;, + 143;4;-0.038639, 0.996224, 0.071513, 0.030100;;, + 144;4;-0.037892, 0.996249, 0.071526, 0.029733;;, + 145;4;-0.036906, 0.996282, 0.071542, 0.029250;;, + 146;4;-0.035703, 0.996322, 0.071562, 0.028665;;, + 147;4;-0.034305, 0.996368, 0.071585, 0.027989;;, + 148;4;-0.032728, 0.996419, 0.071611, 0.027232;;, + 149;4;-0.030984, 0.996475, 0.071640, 0.026401;;, + 150;4;-0.029084, 0.996536, 0.071671, 0.025504;;, + 151;4;-0.027040, 0.996601, 0.071705, 0.024547;;, + 152;4;-0.024856, 0.996669, 0.071741, 0.023537;;, + 153;4;-0.022540, 0.996740, 0.071779, 0.022479;;, + 154;4;-0.020096, 0.996813, 0.071819, 0.021379;;, + 155;4;-0.017525, 0.996889, 0.071861, 0.020245;;, + 156;4;-0.014829, 0.996965, 0.071905, 0.019082;;, + 157;4;-0.012005, 0.997043, 0.071950, 0.017902;;, + 158;4;-0.009047, 0.997120, 0.071997, 0.016718;;, + 159;4;-0.005937, 0.997194, 0.072047, 0.015555;;, + 160;4;-0.002640, 0.997260, 0.072098, 0.014470;;, + 161;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 162;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 163;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 164;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 165;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 166;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 167;4; 0.003930, 0.958043, 0.286296, 0.013151;;, + 168;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 169;4;-0.036334, 0.993297, 0.071785, 0.010872;;, + 170;4;-0.112795, 0.981996, 0.071141, 0.000858;;, + 171;4;-0.203764, 0.967480, 0.070405,-0.012520;;, + 172;4;-0.272368, 0.956171, 0.069861,-0.023101;;, + 173;4;-0.296346, 0.952156, 0.069674,-0.026885;;, + 174;4;-0.279505, 0.956187, 0.070026,-0.024569;;, + 175;4;-0.227906, 0.967532, 0.070959,-0.017477;;, + 176;4;-0.150401, 0.982077, 0.072003,-0.006858;;, + 177;4;-0.068084, 0.993365, 0.072516, 0.004357;;, + 178;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 179;4; 0.070049, 0.993110, 0.070621, 0.022912;;, + 180;4; 0.152321, 0.981519, 0.067850, 0.033813;;, + 181;4; 0.229768, 0.966687, 0.064677, 0.044029;;, + 182;4; 0.281322, 0.955152, 0.062327, 0.050806;;, + 183;4; 0.298147, 0.951060, 0.061513, 0.053011;;, + 184;4; 0.272271, 0.955137, 0.062464, 0.049482;;, + 185;4; 0.200483, 0.966553, 0.065150, 0.039474;;, + 186;4; 0.106848, 0.981306, 0.068588, 0.026713;;, + 187;4; 0.029980, 0.993038, 0.071229, 0.017022;;, + 188;4; 0.000990, 0.997299, 0.072151, 0.013690;;, + 189;4; 0.835222, 0.536095,-0.025763, 0.119765;;, + 190;4; 0.803188, 0.565880,-0.021823, 0.111185;;, + 191;4; 0.718121, 0.648323,-0.010764, 0.086701;;, + 192;4; 0.614362, 0.752496, 0.003385, 0.054936;;, + 193;4; 0.534781, 0.833221, 0.014391, 0.030125;;, + 194;4; 0.506108, 0.862012, 0.018302, 0.021341;;, + 195;4; 0.535304, 0.833108, 0.014390, 0.030093;;, + 196;4; 0.617421, 0.751829, 0.003376, 0.054751;;, + 197;4; 0.723032, 0.647272,-0.010776, 0.086402;;, + 198;4; 0.805707, 0.565361,-0.021828, 0.111030;;, + 199;4; 0.835222, 0.536095,-0.025763, 0.119765;;, + 200;4; 0.538719, 0.840704, 0.006525, 0.054376;;, + 201;4; 0.565323, 0.813342, 0.003638, 0.060174;;, + 202;4; 0.639820, 0.736775,-0.004464, 0.076530;;, + 203;4; 0.734955, 0.639062,-0.014831, 0.097562;;, + 204;4; 0.808921, 0.563107,-0.022896, 0.113949;;, + 205;4; 0.835222, 0.536095,-0.025763, 0.119765;;, + 206;4; 0.805967, 0.565065,-0.021846, 0.111016;;, + 207;4; 0.723565, 0.646666,-0.010813, 0.086373;;, + 208;4; 0.617763, 0.751441, 0.003353, 0.054732;;, + 209;4; 0.535362, 0.833042, 0.014386, 0.030090;;, + 210;4; 0.506108, 0.862012, 0.018302, 0.021341;;, + 211;4; 0.535362, 0.833042, 0.014386, 0.030090;;, + 212;4; 0.617763, 0.751441, 0.003353, 0.054732;;, + 213;4; 0.723565, 0.646666,-0.010813, 0.086373;;, + 214;4; 0.805967, 0.565065,-0.021846, 0.111016;;, + 215;4; 0.835222, 0.536095,-0.025763, 0.119765;;, + 216;4; 0.808880, 0.563155,-0.022893, 0.113951;;, + 217;4; 0.734711, 0.639342,-0.014814, 0.097576;;, + 218;4; 0.639439, 0.737214,-0.004438, 0.076552;;, + 219;4; 0.565137, 0.813556, 0.003651, 0.060184;;, + 220;4; 0.538719, 0.840704, 0.006525, 0.054376;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 2.000000, 6.750000, 0.000000;;, + 1;3; 2.000000, 6.750000, 0.000000;;, + 2;3; 2.000000, 6.750000, 0.000000;;, + 3;3; 2.000000, 6.750000, 0.000000;;, + 4;3; 2.000000, 6.750000, 0.000000;;, + 5;3; 2.000000, 6.750000, 0.000000;;, + 6;3; 2.000000, 6.750000, 0.000000;;, + 7;3; 2.000000, 6.750000,-0.000000;;, + 8;3; 2.000000, 6.750000,-0.000000;;, + 9;3; 2.000000, 6.750000, 0.000000;;, + 10;3; 2.000000, 6.750000,-0.000000;;, + 11;3; 2.000000, 6.750000, 0.000000;;, + 12;3; 2.000000, 6.750000, 0.000000;;, + 13;3; 2.000000, 6.750000, 0.000000;;, + 14;3; 2.000000, 6.750000,-0.000000;;, + 15;3; 2.000000, 6.750000,-0.000000;;, + 16;3; 2.000000, 6.750000, 0.000000;;, + 17;3; 2.000000, 6.750001,-0.000000;;, + 18;3; 2.000000, 6.750000, 0.000000;;, + 19;3; 2.000000, 6.750000, 0.000000;;, + 20;3; 2.000000, 6.750000, 0.000000;;, + 21;3; 2.000000, 6.750000, 0.000000;;, + 22;3; 2.000000, 6.750000, 0.000000;;, + 23;3; 2.000000, 6.750001,-0.000000;;, + 24;3; 2.000000, 6.750000, 0.000000;;, + 25;3; 2.000000, 6.750000, 0.000000;;, + 26;3; 2.000000, 6.750000,-0.000000;;, + 27;3; 2.000000, 6.750000, 0.000000;;, + 28;3; 2.000000, 6.750000, 0.000000;;, + 29;3; 2.000000, 6.750000, 0.000000;;, + 30;3; 2.000000, 6.750000, 0.000000;;, + 31;3; 2.000000, 6.750000, 0.000000;;, + 32;3; 2.000000, 6.750000,-0.000000;;, + 33;3; 2.000000, 6.750000,-0.000000;;, + 34;3; 2.000000, 6.750000, 0.000000;;, + 35;3; 2.000000, 6.750000, 0.000000;;, + 36;3; 2.000000, 6.750000,-0.000000;;, + 37;3; 2.000000, 6.750000, 0.000000;;, + 38;3; 2.000000, 6.750000, 0.000000;;, + 39;3; 2.000000, 6.750000, 0.000000;;, + 40;3; 2.000000, 6.750000, 0.000000;;, + 41;3; 2.000000, 6.750000, 0.000000;;, + 42;3; 2.000000, 6.750000, 0.000000;;, + 43;3; 2.000000, 6.750000, 0.000000;;, + 44;3; 2.000000, 6.750000, 0.000000;;, + 45;3; 2.000000, 6.750000, 0.000000;;, + 46;3; 2.000000, 6.750000,-0.000000;;, + 47;3; 2.000000, 6.750000, 0.000000;;, + 48;3; 2.000000, 6.750000, 0.000000;;, + 49;3; 2.000000, 6.750000, 0.000000;;, + 50;3; 2.000000, 6.750000,-0.000000;;, + 51;3; 2.000000, 6.750000, 0.000000;;, + 52;3; 2.000000, 6.750000, 0.000000;;, + 53;3; 2.000000, 6.750000, 0.000000;;, + 54;3; 2.000000, 6.750000, 0.000000;;, + 55;3; 2.000000, 6.750000,-0.000000;;, + 56;3; 2.000000, 6.750000, 0.000000;;, + 57;3; 2.000000, 6.750001,-0.000000;;, + 58;3; 2.000000, 6.750000, 0.000000;;, + 59;3; 2.000000, 6.750000, 0.000000;;, + 60;3; 2.000000, 6.750000, 0.000000;;, + 61;3; 2.000000, 6.750000, 0.000000;;, + 62;3; 2.000000, 6.750000, 0.000000;;, + 63;3; 2.000000, 6.750000,-0.000000;;, + 64;3; 2.000000, 6.750000, 0.000000;;, + 65;3; 2.000000, 6.750000, 0.000000;;, + 66;3; 2.000000, 6.750000, 0.000000;;, + 67;3; 2.000000, 6.750000, 0.000000;;, + 68;3; 2.000000, 6.750000, 0.000000;;, + 69;3; 2.000000, 6.750000,-0.000000;;, + 70;3; 2.000000, 6.750000,-0.000000;;, + 71;3; 2.000000, 6.750000,-0.000000;;, + 72;3; 2.000000, 6.750000,-0.000000;;, + 73;3; 2.000000, 6.749999, 0.000000;;, + 74;3; 2.000000, 6.750000, 0.000000;;, + 75;3; 2.000000, 6.750000, 0.000000;;, + 76;3; 2.000000, 6.750000,-0.000000;;, + 77;3; 2.000000, 6.750000, 0.000000;;, + 78;3; 2.000000, 6.750000,-0.000000;;, + 79;3; 2.000000, 6.750000, 0.000000;;, + 80;3; 2.000000, 6.750000, 0.000000;;, + 81;3; 2.000000, 6.750000,-0.000000;;, + 82;3; 2.000000, 6.750000, 0.000000;;, + 83;3; 2.000000, 6.750000,-0.000000;;, + 84;3; 2.000000, 6.750000, 0.000000;;, + 85;3; 2.000000, 6.750000,-0.000000;;, + 86;3; 2.000000, 6.750000, 0.000000;;, + 87;3; 2.000000, 6.750000,-0.000000;;, + 88;3; 2.000000, 6.750000, 0.000000;;, + 89;3; 2.000000, 6.750000,-0.000000;;, + 90;3; 2.000000, 6.750000,-0.000000;;, + 91;3; 2.000000, 6.750000, 0.000000;;, + 92;3; 2.000000, 6.750000,-0.000000;;, + 93;3; 2.000000, 6.750000,-0.000000;;, + 94;3; 2.000000, 6.750000,-0.000000;;, + 95;3; 2.000000, 6.750000, 0.000000;;, + 96;3; 2.000000, 6.750000,-0.000000;;, + 97;3; 2.000000, 6.750000, 0.000000;;, + 98;3; 2.000000, 6.750000, 0.000000;;, + 99;3; 2.000000, 6.750000,-0.000000;;, + 100;3; 2.000000, 6.750000, 0.000000;;, + 101;3; 2.000000, 6.750000, 0.000000;;, + 102;3; 2.000000, 6.750000,-0.000000;;, + 103;3; 2.000000, 6.750000, 0.000000;;, + 104;3; 2.000000, 6.750000, 0.000000;;, + 105;3; 2.000000, 6.750000, 0.000000;;, + 106;3; 2.000000, 6.750000, 0.000000;;, + 107;3; 2.000000, 6.750000,-0.000000;;, + 108;3; 2.000000, 6.750000, 0.000000;;, + 109;3; 2.000000, 6.750000, 0.000000;;, + 110;3; 2.000000, 6.750000,-0.000000;;, + 111;3; 2.000000, 6.750000,-0.000000;;, + 112;3; 2.000000, 6.750000,-0.000000;;, + 113;3; 2.000000, 6.750000,-0.000000;;, + 114;3; 2.000000, 6.750000, 0.000000;;, + 115;3; 2.000000, 6.750000, 0.000000;;, + 116;3; 2.000000, 6.750000, 0.000000;;, + 117;3; 2.000000, 6.750000,-0.000000;;, + 118;3; 2.000000, 6.750000,-0.000000;;, + 119;3; 2.000000, 6.750000,-0.000000;;, + 120;3; 2.000000, 6.750000, 0.000000;;, + 121;3; 2.000000, 6.750000,-0.000000;;, + 122;3; 2.000000, 6.750000,-0.000000;;, + 123;3; 2.000000, 6.750000,-0.000000;;, + 124;3; 2.000000, 6.750000, 0.000000;;, + 125;3; 2.000000, 6.750000,-0.000000;;, + 126;3; 2.000000, 6.750000, 0.000000;;, + 127;3; 2.000000, 6.750000,-0.000000;;, + 128;3; 2.000000, 6.750000, 0.000000;;, + 129;3; 2.000000, 6.750000,-0.000000;;, + 130;3; 2.000000, 6.750000,-0.000000;;, + 131;3; 2.000000, 6.750000,-0.000000;;, + 132;3; 2.000000, 6.750000,-0.000000;;, + 133;3; 2.000000, 6.750000, 0.000000;;, + 134;3; 2.000000, 6.750000,-0.000000;;, + 135;3; 2.000000, 6.750000, 0.000000;;, + 136;3; 2.000000, 6.750000, 0.000000;;, + 137;3; 2.000000, 6.750000, 0.000000;;, + 138;3; 2.000000, 6.750000, 0.000000;;, + 139;3; 2.000000, 6.750000,-0.000000;;, + 140;3; 2.000000, 6.750000,-0.000000;;, + 141;3; 2.000000, 6.750000, 0.000000;;, + 142;3; 2.000000, 6.750000, 0.000000;;, + 143;3; 2.000000, 6.750000,-0.000000;;, + 144;3; 2.000000, 6.750000, 0.000000;;, + 145;3; 2.000000, 6.750000, 0.000000;;, + 146;3; 2.000000, 6.750000, 0.000000;;, + 147;3; 2.000000, 6.750000,-0.000000;;, + 148;3; 2.000000, 6.750000, 0.000000;;, + 149;3; 2.000000, 6.750000, 0.000000;;, + 150;3; 2.000000, 6.750000,-0.000000;;, + 151;3; 2.000000, 6.750000,-0.000000;;, + 152;3; 2.000000, 6.750000,-0.000000;;, + 153;3; 2.000000, 6.750000,-0.000000;;, + 154;3; 2.000000, 6.750000,-0.000000;;, + 155;3; 2.000000, 6.750000,-0.000000;;, + 156;3; 2.000000, 6.750000,-0.000000;;, + 157;3; 2.000000, 6.750000, 0.000000;;, + 158;3; 2.000000, 6.750000, 0.000000;;, + 159;3; 2.000000, 6.750000,-0.000000;;, + 160;3; 2.000000, 6.750000, 0.000000;;, + 161;3; 2.000000, 6.750000,-0.000000;;, + 162;3; 2.000000, 6.750000, 0.000000;;, + 163;3; 2.000000, 6.750000, 0.000000;;, + 164;3; 2.000000, 6.750000, 0.000000;;, + 165;3; 2.000000, 6.750000, 0.000000;;, + 166;3; 2.000000, 6.750000, 0.000000;;, + 167;3; 2.000000, 6.750000, 0.000000;;, + 168;3; 2.000000, 6.750000, 0.000000;;, + 169;3; 2.000000, 6.750000, 0.000000;;, + 170;3; 2.000000, 6.750000, 0.000000;;, + 171;3; 2.000000, 6.750000, 0.000000;;, + 172;3; 2.000000, 6.750000, 0.000000;;, + 173;3; 2.000000, 6.750000, 0.000000;;, + 174;3; 2.000000, 6.750000, 0.000000;;, + 175;3; 2.000000, 6.750000, 0.000000;;, + 176;3; 2.000000, 6.750000, 0.000000;;, + 177;3; 2.000000, 6.750000, 0.000000;;, + 178;3; 2.000000, 6.750000, 0.000000;;, + 179;3; 2.000000, 6.750000, 0.000000;;, + 180;3; 2.000000, 6.750000, 0.000000;;, + 181;3; 2.000000, 6.750000, 0.000000;;, + 182;3; 2.000000, 6.750000, 0.000000;;, + 183;3; 2.000000, 6.750000, 0.000000;;, + 184;3; 2.000000, 6.750000, 0.000000;;, + 185;3; 2.000000, 6.750000, 0.000000;;, + 186;3; 2.000000, 6.750000, 0.000000;;, + 187;3; 2.000000, 6.750000, 0.000000;;, + 188;3; 2.000000, 6.750000, 0.000000;;, + 189;3; 2.000000, 6.750000, 0.000000;;, + 190;3; 2.000000, 6.750000,-0.000000;;, + 191;3; 2.000000, 6.750000, 0.000000;;, + 192;3; 2.000000, 6.749999,-0.000000;;, + 193;3; 2.000000, 6.750000, 0.000000;;, + 194;3; 2.000000, 6.750000, 0.000000;;, + 195;3; 2.000000, 6.750000, 0.000000;;, + 196;3; 2.000000, 6.749999, 0.000000;;, + 197;3; 2.000000, 6.750000, 0.000000;;, + 198;3; 2.000000, 6.750000, 0.000000;;, + 199;3; 2.000000, 6.750000, 0.000000;;, + 200;3; 2.000000, 6.750000, 0.000000;;, + 201;3; 2.000000, 6.750000, 0.000000;;, + 202;3; 2.000000, 6.750000,-0.000000;;, + 203;3; 2.000000, 6.750000, 0.000000;;, + 204;3; 2.000000, 6.750000, 0.000000;;, + 205;3; 2.000000, 6.750000, 0.000000;;, + 206;3; 2.000000, 6.750000, 0.000000;;, + 207;3; 2.000000, 6.750000, 0.000000;;, + 208;3; 2.000000, 6.750000, 0.000000;;, + 209;3; 2.000000, 6.750000,-0.000000;;, + 210;3; 2.000000, 6.750000, 0.000000;;, + 211;3; 2.000000, 6.750000,-0.000000;;, + 212;3; 2.000000, 6.750000, 0.000000;;, + 213;3; 2.000000, 6.750000, 0.000000;;, + 214;3; 2.000000, 6.750000, 0.000000;;, + 215;3; 2.000000, 6.750000, 0.000000;;, + 216;3; 2.000000, 6.750000, 0.000000;;, + 217;3; 2.000000, 6.749999, 0.000000;;, + 218;3; 2.000000, 6.750000, 0.000000;;, + 219;3; 2.000000, 6.750000, 0.000000;;, + 220;3; 2.000000, 6.750000, 0.000000;;; + } + } + Animation { + {Armature_Leg_Right} + AnimationKey { // Rotation + 0; + 221; + 0;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 1;4;-0.000240, 0.999995, 0.000000,-0.000000;;, + 2;4;-0.000967, 0.999979, 0.000000,-0.000000;;, + 3;4;-0.002182, 0.999952, 0.000000,-0.000000;;, + 4;4;-0.003877, 0.999915, 0.000000,-0.000000;;, + 5;4;-0.006032, 0.999868, 0.000000,-0.000000;;, + 6;4;-0.008609, 0.999812, 0.000000,-0.000000;;, + 7;4;-0.011555, 0.999748, 0.000000,-0.000000;;, + 8;4;-0.014798, 0.999677, 0.000000,-0.000000;;, + 9;4;-0.018250, 0.999602, 0.000000,-0.000000;;, + 10;4;-0.021810, 0.999524, 0.000000,-0.000000;;, + 11;4;-0.025369, 0.999446, 0.000000,-0.000000;;, + 12;4;-0.028821, 0.999371, 0.000000,-0.000000;;, + 13;4;-0.032064, 0.999300, 0.000000,-0.000000;;, + 14;4;-0.035010, 0.999236, 0.000000,-0.000000;;, + 15;4;-0.037587, 0.999180, 0.000000,-0.000000;;, + 16;4;-0.039742, 0.999133, 0.000000,-0.000000;;, + 17;4;-0.041437, 0.999096, 0.000000,-0.000000;;, + 18;4;-0.042652, 0.999069, 0.000000,-0.000000;;, + 19;4;-0.043379, 0.999053, 0.000000,-0.000000;;, + 20;4;-0.043619, 0.999048,-0.000000,-0.000000;;, + 21;4;-0.043379, 0.999053,-0.000000,-0.000000;;, + 22;4;-0.042652, 0.999069,-0.000000,-0.000000;;, + 23;4;-0.041437, 0.999096,-0.000000,-0.000000;;, + 24;4;-0.039742, 0.999133,-0.000000,-0.000000;;, + 25;4;-0.037587, 0.999180,-0.000000,-0.000000;;, + 26;4;-0.035010, 0.999236,-0.000000,-0.000000;;, + 27;4;-0.032064, 0.999300,-0.000000,-0.000000;;, + 28;4;-0.028821, 0.999371,-0.000000,-0.000000;;, + 29;4;-0.025369, 0.999446,-0.000000,-0.000000;;, + 30;4;-0.021810, 0.999524,-0.000000,-0.000000;;, + 31;4;-0.018250, 0.999602,-0.000000,-0.000000;;, + 32;4;-0.014798, 0.999677,-0.000000,-0.000000;;, + 33;4;-0.011555, 0.999748,-0.000000,-0.000000;;, + 34;4;-0.008609, 0.999812,-0.000000,-0.000000;;, + 35;4;-0.006032, 0.999868,-0.000000,-0.000000;;, + 36;4;-0.003877, 0.999915,-0.000000,-0.000000;;, + 37;4;-0.002182, 0.999952,-0.000000,-0.000000;;, + 38;4;-0.000967, 0.999979,-0.000000,-0.000000;;, + 39;4;-0.000240, 0.999995,-0.000000,-0.000000;;, + 40;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 41;4;-0.000240, 0.999995, 0.000000,-0.000000;;, + 42;4;-0.000967, 0.999979, 0.000000,-0.000000;;, + 43;4;-0.002182, 0.999952, 0.000000,-0.000000;;, + 44;4;-0.003877, 0.999915, 0.000000,-0.000000;;, + 45;4;-0.006032, 0.999868, 0.000000,-0.000000;;, + 46;4;-0.008609, 0.999812, 0.000000,-0.000000;;, + 47;4;-0.011555, 0.999748, 0.000000,-0.000000;;, + 48;4;-0.014798, 0.999677, 0.000000,-0.000000;;, + 49;4;-0.018250, 0.999602, 0.000000,-0.000000;;, + 50;4;-0.021810, 0.999524, 0.000000,-0.000000;;, + 51;4;-0.025369, 0.999446, 0.000000,-0.000000;;, + 52;4;-0.028821, 0.999371, 0.000000,-0.000000;;, + 53;4;-0.032064, 0.999300, 0.000000,-0.000000;;, + 54;4;-0.035010, 0.999236, 0.000000,-0.000000;;, + 55;4;-0.037587, 0.999180, 0.000000,-0.000000;;, + 56;4;-0.039742, 0.999133, 0.000000,-0.000000;;, + 57;4;-0.041437, 0.999096, 0.000000,-0.000000;;, + 58;4;-0.042652, 0.999069, 0.000000,-0.000000;;, + 59;4;-0.043379, 0.999053, 0.000000,-0.000000;;, + 60;4;-0.043619, 0.999048,-0.000000,-0.000000;;, + 61;4;-0.043616, 0.999053,-0.000000,-0.000000;;, + 62;4;-0.043594, 0.999067,-0.000000,-0.000000;;, + 63;4;-0.043536, 0.999089,-0.000000,-0.000000;;, + 64;4;-0.043427, 0.999117,-0.000000,-0.000000;;, + 65;4;-0.043249, 0.999151,-0.000000,-0.000000;;, + 66;4;-0.042989, 0.999191,-0.000000,-0.000000;;, + 67;4;-0.042626, 0.999235,-0.000000,-0.000000;;, + 68;4;-0.042144, 0.999283,-0.000000,-0.000000;;, + 69;4;-0.041519, 0.999336,-0.000000,-0.000000;;, + 70;4;-0.040725, 0.999391,-0.000000,-0.000000;;, + 71;4;-0.039732, 0.999450,-0.000000,-0.000000;;, + 72;4;-0.038501, 0.999511,-0.000000,-0.000000;;, + 73;4;-0.036980, 0.999575,-0.000000,-0.000000;;, + 74;4;-0.035101, 0.999640,-0.000000,-0.000000;;, + 75;4;-0.032769, 0.999707,-0.000000,-0.000000;;, + 76;4;-0.029842, 0.999774,-0.000000,-0.000000;;, + 77;4;-0.026086, 0.999841,-0.000000,-0.000000;;, + 78;4;-0.021070, 0.999906,-0.000000,-0.000000;;, + 79;4;-0.013794, 0.999964,-0.000000,-0.000000;;, + 80;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 81;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 82;4; 0.705874, 0.708245, 0.000000,-0.000000;;, + 83;4; 0.703907, 0.710101, 0.000000,-0.000000;;, + 84;4; 0.701752, 0.712152, 0.000000,-0.000000;;, + 85;4; 0.699534, 0.714271, 0.000000,-0.000000;;, + 86;4; 0.697308, 0.716402, 0.000000,-0.000000;;, + 87;4; 0.695107, 0.718513, 0.000000,-0.000000;;, + 88;4; 0.692952, 0.720584, 0.000000,-0.000000;;, + 89;4; 0.690857, 0.722597, 0.000000,-0.000000;;, + 90;4; 0.688837, 0.724539, 0.000000,-0.000000;;, + 91;4; 0.686904, 0.726399, 0.000000,-0.000000;;, + 92;4; 0.685070, 0.728163, 0.000000,-0.000000;;, + 93;4; 0.683348, 0.729820, 0.000000,-0.000000;;, + 94;4; 0.681750, 0.731358, 0.000000,-0.000000;;, + 95;4; 0.680291, 0.732761, 0.000000,-0.000000;;, + 96;4; 0.678987, 0.734015, 0.000000,-0.000000;;, + 97;4; 0.677857, 0.735101, 0.000000,-0.000000;;, + 98;4; 0.676923, 0.735998, 0.000000,-0.000000;;, + 99;4; 0.676211, 0.736682, 0.000000,-0.000000;;, + 100;4; 0.675754, 0.737121, 0.000000,-0.000000;;, + 101;4; 0.675590, 0.737277, 0.000000,-0.000000;;, + 102;4; 0.675764, 0.737111, 0.000000,-0.000000;;, + 103;4; 0.676289, 0.736609, 0.000000,-0.000000;;, + 104;4; 0.677167, 0.735768, 0.000000,-0.000000;;, + 105;4; 0.678392, 0.734595, 0.000000,-0.000000;;, + 106;4; 0.679949, 0.733105, 0.000000,-0.000000;;, + 107;4; 0.681811, 0.731323, 0.000000,-0.000000;;, + 108;4; 0.683940, 0.729285, 0.000000,-0.000000;;, + 109;4; 0.686283, 0.727042, 0.000000,-0.000000;;, + 110;4; 0.688777, 0.724654, 0.000000,-0.000000;;, + 111;4; 0.691349, 0.722192, 0.000000,-0.000000;;, + 112;4; 0.693920, 0.719730, 0.000000,-0.000000;;, + 113;4; 0.696415, 0.717342, 0.000000,-0.000000;;, + 114;4; 0.698758, 0.715099, 0.000000,-0.000000;;, + 115;4; 0.700886, 0.713062, 0.000000,-0.000000;;, + 116;4; 0.702749, 0.711279, 0.000000,-0.000000;;, + 117;4; 0.704305, 0.709789, 0.000000,-0.000000;;, + 118;4; 0.705530, 0.708616, 0.000000,-0.000000;;, + 119;4; 0.706408, 0.707776, 0.000000,-0.000000;;, + 120;4; 0.706933, 0.707273, 0.000000,-0.000000;;, + 121;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 122;4; 0.706933, 0.707273, 0.000000,-0.000000;;, + 123;4; 0.706408, 0.707776, 0.000000,-0.000000;;, + 124;4; 0.705530, 0.708616, 0.000000,-0.000000;;, + 125;4; 0.704305, 0.709789, 0.000000,-0.000000;;, + 126;4; 0.702749, 0.711279, 0.000000,-0.000000;;, + 127;4; 0.700886, 0.713062, 0.000000,-0.000000;;, + 128;4; 0.698758, 0.715099, 0.000000,-0.000000;;, + 129;4; 0.696415, 0.717342, 0.000000,-0.000000;;, + 130;4; 0.693920, 0.719730, 0.000000,-0.000000;;, + 131;4; 0.691349, 0.722192, 0.000000,-0.000000;;, + 132;4; 0.688777, 0.724654, 0.000000,-0.000000;;, + 133;4; 0.686283, 0.727042, 0.000000,-0.000000;;, + 134;4; 0.683940, 0.729285, 0.000000,-0.000000;;, + 135;4; 0.681811, 0.731323, 0.000000,-0.000000;;, + 136;4; 0.679949, 0.733105, 0.000000,-0.000000;;, + 137;4; 0.678392, 0.734596, 0.000000,-0.000000;;, + 138;4; 0.677167, 0.735768, 0.000000,-0.000000;;, + 139;4; 0.676289, 0.736609, 0.000000,-0.000000;;, + 140;4; 0.675764, 0.737111, 0.000000,-0.000000;;, + 141;4; 0.675590, 0.737277, 0.000000,-0.000000;;, + 142;4; 0.675754, 0.737121, 0.000000,-0.000000;;, + 143;4; 0.676211, 0.736682, 0.000000,-0.000000;;, + 144;4; 0.676923, 0.735998, 0.000000,-0.000000;;, + 145;4; 0.677857, 0.735101, 0.000000,-0.000000;;, + 146;4; 0.678987, 0.734015, 0.000000,-0.000000;;, + 147;4; 0.680291, 0.732761, 0.000000,-0.000000;;, + 148;4; 0.681750, 0.731357, 0.000000,-0.000000;;, + 149;4; 0.683348, 0.729820, 0.000000,-0.000000;;, + 150;4; 0.685070, 0.728162, 0.000000,-0.000000;;, + 151;4; 0.686904, 0.726398, 0.000000,-0.000000;;, + 152;4; 0.688837, 0.724539, 0.000000,-0.000000;;, + 153;4; 0.690857, 0.722596, 0.000000,-0.000000;;, + 154;4; 0.692952, 0.720583, 0.000000,-0.000000;;, + 155;4; 0.695107, 0.718512, 0.000000,-0.000000;;, + 156;4; 0.697308, 0.716401, 0.000000,-0.000000;;, + 157;4; 0.699534, 0.714270, 0.000000,-0.000000;;, + 158;4; 0.701752, 0.712151, 0.000000,-0.000000;;, + 159;4; 0.703907, 0.710100, 0.000000,-0.000000;;, + 160;4; 0.705874, 0.708244, 0.000000,-0.000000;;, + 161;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 162;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 163;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 164;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 165;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 166;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 167;4; 0.000000, 0.991445, 0.130526,-0.000000;;, + 168;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 169;4; 0.034052, 0.993234,-0.000000,-0.000000;;, + 170;4; 0.129904, 0.974175,-0.000000,-0.000000;;, + 171;4; 0.252901, 0.949704,-0.000000,-0.000000;;, + 172;4; 0.348675, 0.930646,-0.000000,-0.000000;;, + 173;4; 0.382684, 0.923880, 0.000000,-0.000000;;, + 174;4; 0.361005, 0.930646, 0.000000,-0.000000;;, + 175;4; 0.294618, 0.949704, 0.000000,-0.000000;;, + 176;4; 0.194899, 0.974175, 0.000000,-0.000000;;, + 177;4; 0.088939, 0.993234, 0.000000,-0.000000;;, + 178;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 179;4;-0.088939, 0.993234, 0.000000,-0.000000;;, + 180;4;-0.194899, 0.974175, 0.000000,-0.000000;;, + 181;4;-0.294618, 0.949704, 0.000000,-0.000000;;, + 182;4;-0.361005, 0.930646, 0.000000,-0.000000;;, + 183;4;-0.382683, 0.923880,-0.000000,-0.000000;;, + 184;4;-0.348675, 0.930646,-0.000000,-0.000000;;, + 185;4;-0.252901, 0.949704,-0.000000,-0.000000;;, + 186;4;-0.129903, 0.974175,-0.000000,-0.000000;;, + 187;4;-0.034052, 0.993234,-0.000000,-0.000000;;, + 188;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 189;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 190;4; 0.003877, 0.999915,-0.000000,-0.000000;;, + 191;4; 0.014799, 0.999677,-0.000000,-0.000000;;, + 192;4; 0.028821, 0.999371,-0.000000,-0.000000;;, + 193;4; 0.039742, 0.999133,-0.000000,-0.000000;;, + 194;4; 0.043619, 0.999048, 0.000000,-0.000000;;, + 195;4; 0.039742, 0.999133, 0.000000,-0.000000;;, + 196;4; 0.028821, 0.999371, 0.000000,-0.000000;;, + 197;4; 0.014799, 0.999677, 0.000000,-0.000000;;, + 198;4; 0.003877, 0.999915, 0.000000,-0.000000;;, + 199;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 200;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 201;4; 0.034052, 0.993233,-0.000000,-0.000000;;, + 202;4; 0.129904, 0.974175,-0.000000,-0.000000;;, + 203;4; 0.252901, 0.949704,-0.000000,-0.000000;;, + 204;4; 0.348675, 0.930646,-0.000000,-0.000000;;, + 205;4; 0.382684, 0.923880, 0.000000,-0.000000;;, + 206;4; 0.361005, 0.930646, 0.000000,-0.000000;;, + 207;4; 0.294618, 0.949704, 0.000000,-0.000000;;, + 208;4; 0.194899, 0.974175, 0.000000,-0.000000;;, + 209;4; 0.088939, 0.993234, 0.000000,-0.000000;;, + 210;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 211;4;-0.088939, 0.993234, 0.000000,-0.000000;;, + 212;4;-0.194899, 0.974175, 0.000000,-0.000000;;, + 213;4;-0.294618, 0.949704, 0.000000,-0.000000;;, + 214;4;-0.361005, 0.930646, 0.000000,-0.000000;;, + 215;4;-0.382683, 0.923880,-0.000000,-0.000000;;, + 216;4;-0.348699, 0.930646,-0.000000,-0.000000;;, + 217;4;-0.253041, 0.949703,-0.000000,-0.000000;;, + 218;4;-0.130122, 0.974173,-0.000000,-0.000000;;, + 219;4;-0.034158, 0.993233,-0.000000,-0.000000;;, + 220;4; 0.000000, 1.000000,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 0.999999;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 0.999999;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 0.999999;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 1.000000, 0.000000,-0.000001;;, + 1;3; 1.000000,-0.000000,-0.000001;;, + 2;3; 1.000000,-0.000000,-0.000001;;, + 3;3; 1.000000,-0.000000,-0.000001;;, + 4;3; 1.000000,-0.000000,-0.000001;;, + 5;3; 1.000000,-0.000000,-0.000001;;, + 6;3; 1.000000,-0.000000,-0.000001;;, + 7;3; 1.000000,-0.000000,-0.000001;;, + 8;3; 1.000000,-0.000000,-0.000001;;, + 9;3; 1.000000,-0.000000,-0.000001;;, + 10;3; 1.000000,-0.000000,-0.000000;;, + 11;3; 1.000000,-0.000000,-0.000000;;, + 12;3; 1.000000,-0.000000,-0.000000;;, + 13;3; 1.000000,-0.000000,-0.000000;;, + 14;3; 1.000000,-0.000000,-0.000000;;, + 15;3; 1.000000,-0.000000,-0.000001;;, + 16;3; 1.000000,-0.000000,-0.000001;;, + 17;3; 1.000000,-0.000000,-0.000001;;, + 18;3; 1.000000,-0.000000,-0.000001;;, + 19;3; 1.000000,-0.000000,-0.000001;;, + 20;3; 1.000000,-0.000000,-0.000001;;, + 21;3; 1.000000,-0.000000,-0.000001;;, + 22;3; 1.000000,-0.000000,-0.000000;;, + 23;3; 1.000000,-0.000000,-0.000001;;, + 24;3; 1.000000,-0.000000,-0.000001;;, + 25;3; 1.000000,-0.000000,-0.000001;;, + 26;3; 1.000000,-0.000000,-0.000000;;, + 27;3; 1.000000,-0.000000,-0.000000;;, + 28;3; 1.000000,-0.000000,-0.000000;;, + 29;3; 1.000000,-0.000000,-0.000000;;, + 30;3; 1.000000,-0.000000,-0.000000;;, + 31;3; 1.000000,-0.000000,-0.000001;;, + 32;3; 1.000000,-0.000000,-0.000001;;, + 33;3; 1.000000,-0.000000,-0.000001;;, + 34;3; 1.000000,-0.000000,-0.000001;;, + 35;3; 1.000000,-0.000000,-0.000001;;, + 36;3; 1.000000,-0.000000,-0.000001;;, + 37;3; 1.000000,-0.000000,-0.000001;;, + 38;3; 1.000000,-0.000000,-0.000001;;, + 39;3; 1.000000,-0.000000,-0.000001;;, + 40;3; 1.000000, 0.000000,-0.000001;;, + 41;3; 1.000000,-0.000000,-0.000001;;, + 42;3; 1.000000,-0.000000,-0.000001;;, + 43;3; 1.000000,-0.000000,-0.000001;;, + 44;3; 1.000000,-0.000000,-0.000001;;, + 45;3; 1.000000,-0.000000,-0.000001;;, + 46;3; 1.000000,-0.000000,-0.000001;;, + 47;3; 1.000000,-0.000000,-0.000001;;, + 48;3; 1.000000,-0.000000,-0.000001;;, + 49;3; 1.000000,-0.000000,-0.000001;;, + 50;3; 1.000000,-0.000000,-0.000000;;, + 51;3; 1.000000,-0.000000,-0.000000;;, + 52;3; 1.000000,-0.000000,-0.000000;;, + 53;3; 1.000000,-0.000000,-0.000000;;, + 54;3; 1.000000,-0.000000,-0.000000;;, + 55;3; 1.000000,-0.000000,-0.000001;;, + 56;3; 1.000000,-0.000000,-0.000001;;, + 57;3; 1.000000,-0.000000,-0.000001;;, + 58;3; 1.000000,-0.000000,-0.000001;;, + 59;3; 1.000000,-0.000000,-0.000001;;, + 60;3; 1.000000,-0.000000,-0.000001;;, + 61;3; 1.000000,-0.000000,-0.000001;;, + 62;3; 1.000000,-0.000000,-0.000001;;, + 63;3; 1.000000,-0.000000,-0.000001;;, + 64;3; 1.000000,-0.000000,-0.000001;;, + 65;3; 1.000000,-0.000000,-0.000001;;, + 66;3; 1.000000,-0.000000,-0.000001;;, + 67;3; 1.000000,-0.000000,-0.000000;;, + 68;3; 1.000000,-0.000000,-0.000000;;, + 69;3; 1.000000,-0.000000,-0.000000;;, + 70;3; 1.000000,-0.000000,-0.000000;;, + 71;3; 1.000000,-0.000000,-0.000000;;, + 72;3; 1.000000,-0.000000,-0.000000;;, + 73;3; 1.000000,-0.000000,-0.000000;;, + 74;3; 1.000000,-0.000000,-0.000001;;, + 75;3; 1.000000,-0.000000,-0.000001;;, + 76;3; 1.000000,-0.000000,-0.000001;;, + 77;3; 1.000000,-0.000000,-0.000001;;, + 78;3; 1.000000,-0.000000,-0.000001;;, + 79;3; 1.000000,-0.000000,-0.000001;;, + 80;3; 1.000000, 0.000000,-0.000001;;, + 81;3; 1.000000, 0.000000,-0.000001;;, + 82;3; 1.000000,-0.000000,-0.000001;;, + 83;3; 1.000000,-0.000000,-0.000001;;, + 84;3; 1.000000,-0.000000,-0.000001;;, + 85;3; 1.000000,-0.000000,-0.000001;;, + 86;3; 1.000000,-0.000000,-0.000001;;, + 87;3; 1.000000,-0.000000,-0.000001;;, + 88;3; 1.000000,-0.000000,-0.000001;;, + 89;3; 1.000000,-0.000000,-0.000001;;, + 90;3; 1.000000,-0.000000,-0.000001;;, + 91;3; 1.000000,-0.000000,-0.000001;;, + 92;3; 1.000000,-0.000000,-0.000001;;, + 93;3; 1.000000,-0.000000,-0.000001;;, + 94;3; 1.000000,-0.000000,-0.000001;;, + 95;3; 1.000000,-0.000000,-0.000001;;, + 96;3; 1.000000,-0.000000,-0.000001;;, + 97;3; 1.000000,-0.000000,-0.000001;;, + 98;3; 1.000000,-0.000000,-0.000001;;, + 99;3; 1.000000,-0.000000,-0.000001;;, + 100;3; 1.000000,-0.000000,-0.000001;;, + 101;3; 1.000000,-0.000000,-0.000001;;, + 102;3; 1.000000,-0.000000,-0.000001;;, + 103;3; 1.000000,-0.000000,-0.000001;;, + 104;3; 1.000000,-0.000000,-0.000001;;, + 105;3; 1.000000,-0.000000,-0.000001;;, + 106;3; 1.000000,-0.000000,-0.000001;;, + 107;3; 1.000000,-0.000000,-0.000001;;, + 108;3; 1.000000,-0.000000,-0.000001;;, + 109;3; 1.000000,-0.000000,-0.000001;;, + 110;3; 1.000000,-0.000000,-0.000001;;, + 111;3; 1.000000,-0.000000,-0.000001;;, + 112;3; 1.000000,-0.000000,-0.000001;;, + 113;3; 1.000000,-0.000000,-0.000001;;, + 114;3; 1.000000,-0.000000,-0.000001;;, + 115;3; 1.000000,-0.000000,-0.000001;;, + 116;3; 1.000000,-0.000000,-0.000001;;, + 117;3; 1.000000,-0.000000,-0.000001;;, + 118;3; 1.000000,-0.000000,-0.000001;;, + 119;3; 1.000000,-0.000000,-0.000001;;, + 120;3; 1.000000,-0.000000,-0.000001;;, + 121;3; 1.000000, 0.000000,-0.000001;;, + 122;3; 1.000000,-0.000000,-0.000001;;, + 123;3; 1.000000,-0.000000,-0.000001;;, + 124;3; 1.000000,-0.000000,-0.000001;;, + 125;3; 1.000000,-0.000000,-0.000001;;, + 126;3; 1.000000,-0.000000,-0.000001;;, + 127;3; 1.000000,-0.000000,-0.000001;;, + 128;3; 1.000000,-0.000000,-0.000001;;, + 129;3; 1.000000,-0.000000,-0.000001;;, + 130;3; 1.000000,-0.000000,-0.000001;;, + 131;3; 1.000000,-0.000000,-0.000001;;, + 132;3; 1.000000,-0.000000,-0.000001;;, + 133;3; 1.000000,-0.000000,-0.000001;;, + 134;3; 1.000000,-0.000000,-0.000001;;, + 135;3; 1.000000,-0.000000,-0.000001;;, + 136;3; 1.000000,-0.000000,-0.000001;;, + 137;3; 1.000000,-0.000000,-0.000001;;, + 138;3; 1.000000,-0.000000,-0.000001;;, + 139;3; 1.000000,-0.000000,-0.000001;;, + 140;3; 1.000000,-0.000000,-0.000001;;, + 141;3; 1.000000,-0.000000,-0.000001;;, + 142;3; 1.000000,-0.000000,-0.000001;;, + 143;3; 1.000000,-0.000000,-0.000001;;, + 144;3; 1.000000,-0.000000,-0.000001;;, + 145;3; 1.000000,-0.000000,-0.000001;;, + 146;3; 1.000000,-0.000000,-0.000001;;, + 147;3; 1.000000,-0.000000,-0.000001;;, + 148;3; 1.000000,-0.000000,-0.000001;;, + 149;3; 1.000000,-0.000000,-0.000001;;, + 150;3; 1.000000,-0.000000,-0.000001;;, + 151;3; 1.000000,-0.000000,-0.000001;;, + 152;3; 1.000000,-0.000000,-0.000001;;, + 153;3; 1.000000,-0.000000,-0.000001;;, + 154;3; 1.000000,-0.000000,-0.000001;;, + 155;3; 1.000000,-0.000000,-0.000001;;, + 156;3; 1.000000,-0.000000,-0.000001;;, + 157;3; 1.000000,-0.000000,-0.000001;;, + 158;3; 1.000000,-0.000000,-0.000001;;, + 159;3; 1.000000,-0.000000,-0.000001;;, + 160;3; 1.000000,-0.000000,-0.000001;;, + 161;3; 1.000000, 0.000000,-0.000001;;, + 162;3; 1.000000,-0.000000,-0.000000;;, + 163;3; 1.000000,-0.000000,-0.000000;;, + 164;3; 1.000000,-0.000000,-0.000000;;, + 165;3; 1.000000,-0.000000,-0.000000;;, + 166;3; 1.000000,-0.000000,-0.000000;;, + 167;3; 1.000000,-0.000000,-0.000000;;, + 168;3; 1.000000, 0.000000,-0.000001;;, + 169;3; 1.000000, 0.000000,-0.000001;;, + 170;3; 1.000000, 0.000000,-0.000001;;, + 171;3; 1.000000, 0.000000,-0.000001;;, + 172;3; 1.000000, 0.000000,-0.000001;;, + 173;3; 1.000000, 0.000000,-0.000001;;, + 174;3; 1.000000, 0.000000,-0.000001;;, + 175;3; 1.000000, 0.000000,-0.000001;;, + 176;3; 1.000000, 0.000000,-0.000001;;, + 177;3; 1.000000, 0.000000,-0.000001;;, + 178;3; 1.000000, 0.000000,-0.000001;;, + 179;3; 1.000000, 0.000000,-0.000001;;, + 180;3; 1.000000, 0.000000,-0.000001;;, + 181;3; 1.000000, 0.000000,-0.000001;;, + 182;3; 1.000000, 0.000000,-0.000001;;, + 183;3; 1.000000, 0.000000,-0.000001;;, + 184;3; 1.000000, 0.000000,-0.000001;;, + 185;3; 1.000000, 0.000000,-0.000001;;, + 186;3; 1.000000, 0.000000,-0.000001;;, + 187;3; 1.000000, 0.000000,-0.000001;;, + 188;3; 1.000000, 0.000000,-0.000001;;, + 189;3; 1.000000, 0.000000,-0.000001;;, + 190;3; 1.000000, 0.000000,-0.000001;;, + 191;3; 1.000000, 0.000000,-0.000001;;, + 192;3; 1.000000, 0.000000,-0.000000;;, + 193;3; 1.000000, 0.000000,-0.000001;;, + 194;3; 1.000000, 0.000000,-0.000001;;, + 195;3; 1.000000, 0.000000,-0.000001;;, + 196;3; 1.000000, 0.000000,-0.000000;;, + 197;3; 1.000000, 0.000000,-0.000001;;, + 198;3; 1.000000, 0.000000,-0.000001;;, + 199;3; 1.000000, 0.000000,-0.000001;;, + 200;3; 1.000000, 0.000000,-0.000001;;, + 201;3; 1.000000,-0.000000,-0.000001;;, + 202;3; 1.000000,-0.000000,-0.000001;;, + 203;3; 1.000000,-0.000000,-0.000000;;, + 204;3; 1.000000,-0.000000,-0.000001;;, + 205;3; 1.000000,-0.000000,-0.000001;;, + 206;3; 1.000000,-0.000000,-0.000000;;, + 207;3; 1.000000,-0.000000,-0.000001;;, + 208;3; 1.000000, 0.000000,-0.000000;;, + 209;3; 1.000000, 0.000000,-0.000000;;, + 210;3; 1.000000, 0.000000,-0.000001;;, + 211;3; 1.000000, 0.000000,-0.000000;;, + 212;3; 1.000000, 0.000000,-0.000000;;, + 213;3; 1.000000,-0.000000,-0.000001;;, + 214;3; 1.000000,-0.000000,-0.000000;;, + 215;3; 1.000000,-0.000000,-0.000001;;, + 216;3; 1.000000,-0.000000,-0.000001;;, + 217;3; 1.000000,-0.000000,-0.000000;;, + 218;3; 1.000000,-0.000000,-0.000001;;, + 219;3; 1.000000,-0.000000,-0.000001;;, + 220;3; 1.000000, 0.000000,-0.000001;;; + } + } + Animation { + {Armature_Leg_Left} + AnimationKey { // Rotation + 0; + 221; + 0;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 1;4;-0.000240, 0.999995, 0.000000,-0.000000;;, + 2;4;-0.000967, 0.999979, 0.000000,-0.000000;;, + 3;4;-0.002182, 0.999952, 0.000000,-0.000000;;, + 4;4;-0.003877, 0.999915, 0.000000,-0.000000;;, + 5;4;-0.006032, 0.999868, 0.000000,-0.000000;;, + 6;4;-0.008609, 0.999812, 0.000000,-0.000000;;, + 7;4;-0.011555, 0.999748, 0.000000,-0.000000;;, + 8;4;-0.014798, 0.999677, 0.000000,-0.000000;;, + 9;4;-0.018250, 0.999602, 0.000000,-0.000000;;, + 10;4;-0.021810, 0.999524, 0.000000,-0.000000;;, + 11;4;-0.025369, 0.999446, 0.000000,-0.000000;;, + 12;4;-0.028821, 0.999371, 0.000000,-0.000000;;, + 13;4;-0.032064, 0.999300, 0.000000,-0.000000;;, + 14;4;-0.035010, 0.999236, 0.000000,-0.000000;;, + 15;4;-0.037587, 0.999180, 0.000000,-0.000000;;, + 16;4;-0.039742, 0.999133, 0.000000,-0.000000;;, + 17;4;-0.041437, 0.999096, 0.000000,-0.000000;;, + 18;4;-0.042652, 0.999069, 0.000000,-0.000000;;, + 19;4;-0.043379, 0.999053, 0.000000,-0.000000;;, + 20;4;-0.043619, 0.999048,-0.000000,-0.000000;;, + 21;4;-0.043379, 0.999053,-0.000000,-0.000000;;, + 22;4;-0.042652, 0.999069,-0.000000,-0.000000;;, + 23;4;-0.041437, 0.999096,-0.000000,-0.000000;;, + 24;4;-0.039742, 0.999133,-0.000000,-0.000000;;, + 25;4;-0.037587, 0.999180,-0.000000,-0.000000;;, + 26;4;-0.035010, 0.999236,-0.000000,-0.000000;;, + 27;4;-0.032064, 0.999300,-0.000000,-0.000000;;, + 28;4;-0.028821, 0.999371,-0.000000,-0.000000;;, + 29;4;-0.025369, 0.999446,-0.000000,-0.000000;;, + 30;4;-0.021810, 0.999524,-0.000000,-0.000000;;, + 31;4;-0.018250, 0.999602,-0.000000,-0.000000;;, + 32;4;-0.014798, 0.999677,-0.000000,-0.000000;;, + 33;4;-0.011555, 0.999748,-0.000000,-0.000000;;, + 34;4;-0.008609, 0.999812,-0.000000,-0.000000;;, + 35;4;-0.006032, 0.999868,-0.000000,-0.000000;;, + 36;4;-0.003877, 0.999915,-0.000000,-0.000000;;, + 37;4;-0.002182, 0.999952,-0.000000,-0.000000;;, + 38;4;-0.000967, 0.999979,-0.000000,-0.000000;;, + 39;4;-0.000240, 0.999995,-0.000000,-0.000000;;, + 40;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 41;4;-0.000240, 0.999995, 0.000000,-0.000000;;, + 42;4;-0.000967, 0.999979, 0.000000,-0.000000;;, + 43;4;-0.002182, 0.999952, 0.000000,-0.000000;;, + 44;4;-0.003877, 0.999915, 0.000000,-0.000000;;, + 45;4;-0.006032, 0.999868, 0.000000,-0.000000;;, + 46;4;-0.008609, 0.999812, 0.000000,-0.000000;;, + 47;4;-0.011555, 0.999748, 0.000000,-0.000000;;, + 48;4;-0.014798, 0.999677, 0.000000,-0.000000;;, + 49;4;-0.018250, 0.999602, 0.000000,-0.000000;;, + 50;4;-0.021810, 0.999524, 0.000000,-0.000000;;, + 51;4;-0.025369, 0.999446, 0.000000,-0.000000;;, + 52;4;-0.028821, 0.999371, 0.000000,-0.000000;;, + 53;4;-0.032064, 0.999300, 0.000000,-0.000000;;, + 54;4;-0.035010, 0.999236, 0.000000,-0.000000;;, + 55;4;-0.037587, 0.999180, 0.000000,-0.000000;;, + 56;4;-0.039742, 0.999133, 0.000000,-0.000000;;, + 57;4;-0.041437, 0.999096, 0.000000,-0.000000;;, + 58;4;-0.042652, 0.999069, 0.000000,-0.000000;;, + 59;4;-0.043379, 0.999053, 0.000000,-0.000000;;, + 60;4;-0.043619, 0.999048,-0.000000,-0.000000;;, + 61;4;-0.043616, 0.999053,-0.000000,-0.000000;;, + 62;4;-0.043594, 0.999067,-0.000000,-0.000000;;, + 63;4;-0.043536, 0.999089,-0.000000,-0.000000;;, + 64;4;-0.043427, 0.999117,-0.000000,-0.000000;;, + 65;4;-0.043249, 0.999151,-0.000000,-0.000000;;, + 66;4;-0.042989, 0.999191,-0.000000,-0.000000;;, + 67;4;-0.042626, 0.999235,-0.000000,-0.000000;;, + 68;4;-0.042144, 0.999283,-0.000000,-0.000000;;, + 69;4;-0.041519, 0.999336,-0.000000,-0.000000;;, + 70;4;-0.040725, 0.999391,-0.000000,-0.000000;;, + 71;4;-0.039732, 0.999450,-0.000000,-0.000000;;, + 72;4;-0.038501, 0.999511,-0.000000,-0.000000;;, + 73;4;-0.036980, 0.999575,-0.000000,-0.000000;;, + 74;4;-0.035101, 0.999640,-0.000000,-0.000000;;, + 75;4;-0.032769, 0.999707,-0.000000,-0.000000;;, + 76;4;-0.029842, 0.999774,-0.000000,-0.000000;;, + 77;4;-0.026086, 0.999841,-0.000000,-0.000000;;, + 78;4;-0.021070, 0.999906,-0.000000,-0.000000;;, + 79;4;-0.013794, 0.999964,-0.000000,-0.000000;;, + 80;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 81;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 82;4; 0.705874, 0.708245, 0.000000,-0.000000;;, + 83;4; 0.703907, 0.710101, 0.000000,-0.000000;;, + 84;4; 0.701752, 0.712152, 0.000000,-0.000000;;, + 85;4; 0.699534, 0.714271, 0.000000,-0.000000;;, + 86;4; 0.697308, 0.716402, 0.000000,-0.000000;;, + 87;4; 0.695107, 0.718513, 0.000000,-0.000000;;, + 88;4; 0.692952, 0.720584, 0.000000,-0.000000;;, + 89;4; 0.690857, 0.722597, 0.000000,-0.000000;;, + 90;4; 0.688837, 0.724539, 0.000000,-0.000000;;, + 91;4; 0.686904, 0.726399, 0.000000,-0.000000;;, + 92;4; 0.685070, 0.728163, 0.000000,-0.000000;;, + 93;4; 0.683348, 0.729820, 0.000000,-0.000000;;, + 94;4; 0.681750, 0.731358, 0.000000,-0.000000;;, + 95;4; 0.680291, 0.732761, 0.000000,-0.000000;;, + 96;4; 0.678987, 0.734015, 0.000000,-0.000000;;, + 97;4; 0.677857, 0.735101, 0.000000,-0.000000;;, + 98;4; 0.676923, 0.735998, 0.000000,-0.000000;;, + 99;4; 0.676211, 0.736682, 0.000000,-0.000000;;, + 100;4; 0.675754, 0.737121, 0.000000,-0.000000;;, + 101;4; 0.675590, 0.737277, 0.000000,-0.000000;;, + 102;4; 0.675764, 0.737111, 0.000000,-0.000000;;, + 103;4; 0.676289, 0.736609, 0.000000,-0.000000;;, + 104;4; 0.677167, 0.735768, 0.000000,-0.000000;;, + 105;4; 0.678392, 0.734595, 0.000000,-0.000000;;, + 106;4; 0.679949, 0.733105, 0.000000,-0.000000;;, + 107;4; 0.681811, 0.731323, 0.000000,-0.000000;;, + 108;4; 0.683940, 0.729285, 0.000000,-0.000000;;, + 109;4; 0.686283, 0.727042, 0.000000,-0.000000;;, + 110;4; 0.688777, 0.724654, 0.000000,-0.000000;;, + 111;4; 0.691349, 0.722192, 0.000000,-0.000000;;, + 112;4; 0.693920, 0.719730, 0.000000,-0.000000;;, + 113;4; 0.696415, 0.717342, 0.000000,-0.000000;;, + 114;4; 0.698758, 0.715099, 0.000000,-0.000000;;, + 115;4; 0.700886, 0.713062, 0.000000,-0.000000;;, + 116;4; 0.702749, 0.711279, 0.000000,-0.000000;;, + 117;4; 0.704305, 0.709789, 0.000000,-0.000000;;, + 118;4; 0.705530, 0.708616, 0.000000,-0.000000;;, + 119;4; 0.706408, 0.707776, 0.000000,-0.000000;;, + 120;4; 0.706933, 0.707273, 0.000000,-0.000000;;, + 121;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 122;4; 0.706933, 0.707273, 0.000000,-0.000000;;, + 123;4; 0.706408, 0.707776, 0.000000,-0.000000;;, + 124;4; 0.705530, 0.708616, 0.000000,-0.000000;;, + 125;4; 0.704305, 0.709789, 0.000000,-0.000000;;, + 126;4; 0.702749, 0.711279, 0.000000,-0.000000;;, + 127;4; 0.700886, 0.713062, 0.000000,-0.000000;;, + 128;4; 0.698758, 0.715099, 0.000000,-0.000000;;, + 129;4; 0.696415, 0.717342, 0.000000,-0.000000;;, + 130;4; 0.693920, 0.719730, 0.000000,-0.000000;;, + 131;4; 0.691349, 0.722192, 0.000000,-0.000000;;, + 132;4; 0.688777, 0.724654, 0.000000,-0.000000;;, + 133;4; 0.686283, 0.727042, 0.000000,-0.000000;;, + 134;4; 0.683940, 0.729285, 0.000000,-0.000000;;, + 135;4; 0.681811, 0.731323, 0.000000,-0.000000;;, + 136;4; 0.679949, 0.733105, 0.000000,-0.000000;;, + 137;4; 0.678392, 0.734596, 0.000000,-0.000000;;, + 138;4; 0.677167, 0.735768, 0.000000,-0.000000;;, + 139;4; 0.676289, 0.736609, 0.000000,-0.000000;;, + 140;4; 0.675764, 0.737111, 0.000000,-0.000000;;, + 141;4; 0.675590, 0.737277, 0.000000,-0.000000;;, + 142;4; 0.675754, 0.737121, 0.000000,-0.000000;;, + 143;4; 0.676211, 0.736682, 0.000000,-0.000000;;, + 144;4; 0.676923, 0.735998, 0.000000,-0.000000;;, + 145;4; 0.677857, 0.735101, 0.000000,-0.000000;;, + 146;4; 0.678987, 0.734015, 0.000000,-0.000000;;, + 147;4; 0.680291, 0.732761, 0.000000,-0.000000;;, + 148;4; 0.681750, 0.731357, 0.000000,-0.000000;;, + 149;4; 0.683348, 0.729820, 0.000000,-0.000000;;, + 150;4; 0.685070, 0.728162, 0.000000,-0.000000;;, + 151;4; 0.686904, 0.726398, 0.000000,-0.000000;;, + 152;4; 0.688837, 0.724539, 0.000000,-0.000000;;, + 153;4; 0.690857, 0.722596, 0.000000,-0.000000;;, + 154;4; 0.692952, 0.720583, 0.000000,-0.000000;;, + 155;4; 0.695107, 0.718512, 0.000000,-0.000000;;, + 156;4; 0.697308, 0.716401, 0.000000,-0.000000;;, + 157;4; 0.699534, 0.714270, 0.000000,-0.000000;;, + 158;4; 0.701752, 0.712151, 0.000000,-0.000000;;, + 159;4; 0.703907, 0.710100, 0.000000,-0.000000;;, + 160;4; 0.705874, 0.708244, 0.000000,-0.000000;;, + 161;4; 0.707107, 0.707107, 0.000000,-0.000000;;, + 162;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 163;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 164;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 165;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 166;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 167;4; 0.000000, 0.991445,-0.130526,-0.000000;;, + 168;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 169;4;-0.034052, 0.993234, 0.000000,-0.000000;;, + 170;4;-0.129903, 0.974175, 0.000000,-0.000000;;, + 171;4;-0.252901, 0.949704, 0.000000,-0.000000;;, + 172;4;-0.348675, 0.930646, 0.000000,-0.000000;;, + 173;4;-0.382683, 0.923880,-0.000000,-0.000000;;, + 174;4;-0.361005, 0.930646,-0.000000,-0.000000;;, + 175;4;-0.294618, 0.949704,-0.000000,-0.000000;;, + 176;4;-0.194899, 0.974175,-0.000000,-0.000000;;, + 177;4;-0.088939, 0.993234,-0.000000,-0.000000;;, + 178;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 179;4; 0.088939, 0.993234,-0.000000,-0.000000;;, + 180;4; 0.194899, 0.974175,-0.000000,-0.000000;;, + 181;4; 0.294618, 0.949704,-0.000000,-0.000000;;, + 182;4; 0.361005, 0.930646,-0.000000,-0.000000;;, + 183;4; 0.382684, 0.923880, 0.000000,-0.000000;;, + 184;4; 0.348675, 0.930646, 0.000000,-0.000000;;, + 185;4; 0.252901, 0.949704, 0.000000,-0.000000;;, + 186;4; 0.129904, 0.974175, 0.000000,-0.000000;;, + 187;4; 0.034052, 0.993234, 0.000000,-0.000000;;, + 188;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 189;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 190;4; 0.003877, 0.999915,-0.000000,-0.000000;;, + 191;4; 0.014799, 0.999677,-0.000000,-0.000000;;, + 192;4; 0.028821, 0.999371,-0.000000,-0.000000;;, + 193;4; 0.039742, 0.999133,-0.000000,-0.000000;;, + 194;4; 0.043619, 0.999048, 0.000000,-0.000000;;, + 195;4; 0.039742, 0.999133, 0.000000,-0.000000;;, + 196;4; 0.028821, 0.999371, 0.000000,-0.000000;;, + 197;4; 0.014799, 0.999677, 0.000000,-0.000000;;, + 198;4; 0.003877, 0.999915, 0.000000,-0.000000;;, + 199;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 200;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 201;4;-0.034052, 0.993233, 0.000000,-0.000000;;, + 202;4;-0.129903, 0.974175, 0.000000,-0.000000;;, + 203;4;-0.252901, 0.949704, 0.000000,-0.000000;;, + 204;4;-0.348675, 0.930646, 0.000000,-0.000000;;, + 205;4;-0.382683, 0.923880,-0.000000,-0.000000;;, + 206;4;-0.361005, 0.930646,-0.000000,-0.000000;;, + 207;4;-0.294618, 0.949704,-0.000000,-0.000000;;, + 208;4;-0.194899, 0.974175,-0.000000,-0.000000;;, + 209;4;-0.088939, 0.993234,-0.000000,-0.000000;;, + 210;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 211;4; 0.088939, 0.993234,-0.000000,-0.000000;;, + 212;4; 0.194899, 0.974175,-0.000000,-0.000000;;, + 213;4; 0.294618, 0.949704,-0.000000,-0.000000;;, + 214;4; 0.361005, 0.930646,-0.000000,-0.000000;;, + 215;4; 0.382684, 0.923880, 0.000000,-0.000000;;, + 216;4; 0.348699, 0.930646, 0.000000,-0.000000;;, + 217;4; 0.253041, 0.949703, 0.000000,-0.000000;;, + 218;4; 0.130122, 0.974173, 0.000000,-0.000000;;, + 219;4; 0.034158, 0.993233, 0.000000,-0.000000;;, + 220;4; 0.000000, 1.000000,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 0.999999;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 0.999999;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 0.999999;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3;-1.000000, 0.000000,-0.000001;;, + 1;3;-1.000000,-0.000000,-0.000001;;, + 2;3;-1.000000,-0.000000,-0.000001;;, + 3;3;-1.000000,-0.000000,-0.000001;;, + 4;3;-1.000000,-0.000000,-0.000001;;, + 5;3;-1.000000,-0.000000,-0.000001;;, + 6;3;-1.000000,-0.000000,-0.000001;;, + 7;3;-1.000000,-0.000000,-0.000001;;, + 8;3;-1.000000,-0.000000,-0.000001;;, + 9;3;-1.000000,-0.000000,-0.000001;;, + 10;3;-1.000000,-0.000000,-0.000000;;, + 11;3;-1.000000,-0.000000,-0.000000;;, + 12;3;-1.000000,-0.000000,-0.000000;;, + 13;3;-1.000000,-0.000000,-0.000000;;, + 14;3;-1.000000,-0.000000,-0.000000;;, + 15;3;-1.000000,-0.000000,-0.000001;;, + 16;3;-1.000000,-0.000000,-0.000001;;, + 17;3;-1.000000,-0.000000,-0.000001;;, + 18;3;-1.000000,-0.000000,-0.000001;;, + 19;3;-1.000000,-0.000000,-0.000001;;, + 20;3;-1.000000,-0.000000,-0.000001;;, + 21;3;-1.000000,-0.000000,-0.000001;;, + 22;3;-1.000000,-0.000000,-0.000000;;, + 23;3;-1.000000,-0.000000,-0.000001;;, + 24;3;-1.000000,-0.000000,-0.000001;;, + 25;3;-1.000000,-0.000000,-0.000001;;, + 26;3;-1.000000,-0.000000,-0.000000;;, + 27;3;-1.000000,-0.000000,-0.000000;;, + 28;3;-1.000000,-0.000000,-0.000000;;, + 29;3;-1.000000,-0.000000,-0.000000;;, + 30;3;-1.000000,-0.000000,-0.000000;;, + 31;3;-1.000000,-0.000000,-0.000001;;, + 32;3;-1.000000,-0.000000,-0.000001;;, + 33;3;-1.000000,-0.000000,-0.000001;;, + 34;3;-1.000000,-0.000000,-0.000001;;, + 35;3;-1.000000,-0.000000,-0.000001;;, + 36;3;-1.000000,-0.000000,-0.000001;;, + 37;3;-1.000000,-0.000000,-0.000001;;, + 38;3;-1.000000,-0.000000,-0.000001;;, + 39;3;-1.000000,-0.000000,-0.000001;;, + 40;3;-1.000000, 0.000000,-0.000001;;, + 41;3;-1.000000,-0.000000,-0.000001;;, + 42;3;-1.000000,-0.000000,-0.000001;;, + 43;3;-1.000000,-0.000000,-0.000001;;, + 44;3;-1.000000,-0.000000,-0.000001;;, + 45;3;-1.000000,-0.000000,-0.000001;;, + 46;3;-1.000000,-0.000000,-0.000001;;, + 47;3;-1.000000,-0.000000,-0.000001;;, + 48;3;-1.000000,-0.000000,-0.000001;;, + 49;3;-1.000000,-0.000000,-0.000001;;, + 50;3;-1.000000,-0.000000,-0.000000;;, + 51;3;-1.000000,-0.000000,-0.000000;;, + 52;3;-1.000000,-0.000000,-0.000000;;, + 53;3;-1.000000,-0.000000,-0.000000;;, + 54;3;-1.000000,-0.000000,-0.000000;;, + 55;3;-1.000000,-0.000000,-0.000001;;, + 56;3;-1.000000,-0.000000,-0.000001;;, + 57;3;-1.000000,-0.000000,-0.000001;;, + 58;3;-1.000000,-0.000000,-0.000001;;, + 59;3;-1.000000,-0.000000,-0.000001;;, + 60;3;-1.000000,-0.000000,-0.000001;;, + 61;3;-1.000000,-0.000000,-0.000001;;, + 62;3;-1.000000,-0.000000,-0.000001;;, + 63;3;-1.000000,-0.000000,-0.000001;;, + 64;3;-1.000000,-0.000000,-0.000001;;, + 65;3;-1.000000,-0.000000,-0.000001;;, + 66;3;-1.000000,-0.000000,-0.000001;;, + 67;3;-1.000000,-0.000000,-0.000000;;, + 68;3;-1.000000,-0.000000,-0.000000;;, + 69;3;-1.000000,-0.000000,-0.000000;;, + 70;3;-1.000000,-0.000000,-0.000000;;, + 71;3;-1.000000,-0.000000,-0.000000;;, + 72;3;-1.000000,-0.000000,-0.000000;;, + 73;3;-1.000000,-0.000000,-0.000000;;, + 74;3;-1.000000,-0.000000,-0.000001;;, + 75;3;-1.000000,-0.000000,-0.000001;;, + 76;3;-1.000000,-0.000000,-0.000001;;, + 77;3;-1.000000,-0.000000,-0.000001;;, + 78;3;-1.000000,-0.000000,-0.000001;;, + 79;3;-1.000000,-0.000000,-0.000001;;, + 80;3;-1.000000, 0.000000,-0.000001;;, + 81;3;-1.000000, 0.000000,-0.000001;;, + 82;3;-1.000000,-0.000000,-0.000001;;, + 83;3;-1.000000,-0.000000,-0.000001;;, + 84;3;-1.000000,-0.000000,-0.000001;;, + 85;3;-1.000000,-0.000000,-0.000001;;, + 86;3;-1.000000,-0.000000,-0.000001;;, + 87;3;-1.000000,-0.000000,-0.000001;;, + 88;3;-1.000000,-0.000000,-0.000001;;, + 89;3;-1.000000,-0.000000,-0.000001;;, + 90;3;-1.000000,-0.000000,-0.000001;;, + 91;3;-1.000000,-0.000000,-0.000001;;, + 92;3;-1.000000,-0.000000,-0.000001;;, + 93;3;-1.000000,-0.000000,-0.000001;;, + 94;3;-1.000000,-0.000000,-0.000001;;, + 95;3;-1.000000,-0.000000,-0.000001;;, + 96;3;-1.000000,-0.000000,-0.000001;;, + 97;3;-1.000000,-0.000000,-0.000001;;, + 98;3;-1.000000,-0.000000,-0.000001;;, + 99;3;-1.000000,-0.000000,-0.000001;;, + 100;3;-1.000000,-0.000000,-0.000001;;, + 101;3;-1.000000,-0.000000,-0.000001;;, + 102;3;-1.000000,-0.000000,-0.000001;;, + 103;3;-1.000000,-0.000000,-0.000001;;, + 104;3;-1.000000,-0.000000,-0.000001;;, + 105;3;-1.000000,-0.000000,-0.000001;;, + 106;3;-1.000000,-0.000000,-0.000001;;, + 107;3;-1.000000,-0.000000,-0.000001;;, + 108;3;-1.000000,-0.000000,-0.000001;;, + 109;3;-1.000000,-0.000000,-0.000001;;, + 110;3;-1.000000,-0.000000,-0.000001;;, + 111;3;-1.000000,-0.000000,-0.000001;;, + 112;3;-1.000000,-0.000000,-0.000001;;, + 113;3;-1.000000,-0.000000,-0.000001;;, + 114;3;-1.000000,-0.000000,-0.000001;;, + 115;3;-1.000000,-0.000000,-0.000001;;, + 116;3;-1.000000,-0.000000,-0.000001;;, + 117;3;-1.000000,-0.000000,-0.000001;;, + 118;3;-1.000000,-0.000000,-0.000001;;, + 119;3;-1.000000,-0.000000,-0.000001;;, + 120;3;-1.000000,-0.000000,-0.000001;;, + 121;3;-1.000000, 0.000000,-0.000001;;, + 122;3;-1.000000,-0.000000,-0.000001;;, + 123;3;-1.000000,-0.000000,-0.000001;;, + 124;3;-1.000000,-0.000000,-0.000001;;, + 125;3;-1.000000,-0.000000,-0.000001;;, + 126;3;-1.000000,-0.000000,-0.000001;;, + 127;3;-1.000000,-0.000000,-0.000001;;, + 128;3;-1.000000,-0.000000,-0.000001;;, + 129;3;-1.000000,-0.000000,-0.000001;;, + 130;3;-1.000000,-0.000000,-0.000001;;, + 131;3;-1.000000,-0.000000,-0.000001;;, + 132;3;-1.000000,-0.000000,-0.000001;;, + 133;3;-1.000000,-0.000000,-0.000001;;, + 134;3;-1.000000,-0.000000,-0.000001;;, + 135;3;-1.000000,-0.000000,-0.000001;;, + 136;3;-1.000000,-0.000000,-0.000001;;, + 137;3;-1.000000,-0.000000,-0.000001;;, + 138;3;-1.000000,-0.000000,-0.000001;;, + 139;3;-1.000000,-0.000000,-0.000001;;, + 140;3;-1.000000,-0.000000,-0.000001;;, + 141;3;-1.000000,-0.000000,-0.000001;;, + 142;3;-1.000000,-0.000000,-0.000001;;, + 143;3;-1.000000,-0.000000,-0.000001;;, + 144;3;-1.000000,-0.000000,-0.000001;;, + 145;3;-1.000000,-0.000000,-0.000001;;, + 146;3;-1.000000,-0.000000,-0.000001;;, + 147;3;-1.000000,-0.000000,-0.000001;;, + 148;3;-1.000000,-0.000000,-0.000001;;, + 149;3;-1.000000,-0.000000,-0.000001;;, + 150;3;-1.000000,-0.000000,-0.000001;;, + 151;3;-1.000000,-0.000000,-0.000001;;, + 152;3;-1.000000,-0.000000,-0.000001;;, + 153;3;-1.000000,-0.000000,-0.000001;;, + 154;3;-1.000000,-0.000000,-0.000001;;, + 155;3;-1.000000,-0.000000,-0.000001;;, + 156;3;-1.000000,-0.000000,-0.000001;;, + 157;3;-1.000000,-0.000000,-0.000001;;, + 158;3;-1.000000,-0.000000,-0.000001;;, + 159;3;-1.000000,-0.000000,-0.000001;;, + 160;3;-1.000000,-0.000000,-0.000001;;, + 161;3;-1.000000, 0.000000,-0.000001;;, + 162;3;-1.000000,-0.000000,-0.000000;;, + 163;3;-1.000000,-0.000000,-0.000000;;, + 164;3;-1.000000,-0.000000,-0.000000;;, + 165;3;-1.000000,-0.000000,-0.000000;;, + 166;3;-1.000000,-0.000000,-0.000000;;, + 167;3;-1.000000,-0.000000,-0.000000;;, + 168;3;-1.000000, 0.000000,-0.000001;;, + 169;3;-1.000000, 0.000000,-0.000001;;, + 170;3;-1.000000, 0.000000,-0.000001;;, + 171;3;-1.000000, 0.000000,-0.000001;;, + 172;3;-1.000000, 0.000000,-0.000001;;, + 173;3;-1.000000, 0.000000,-0.000001;;, + 174;3;-1.000000, 0.000000,-0.000001;;, + 175;3;-1.000000, 0.000000,-0.000001;;, + 176;3;-1.000000, 0.000000,-0.000001;;, + 177;3;-1.000000, 0.000000,-0.000001;;, + 178;3;-1.000000, 0.000000,-0.000001;;, + 179;3;-1.000000, 0.000000,-0.000001;;, + 180;3;-1.000000, 0.000000,-0.000001;;, + 181;3;-1.000000, 0.000000,-0.000001;;, + 182;3;-1.000000, 0.000000,-0.000001;;, + 183;3;-1.000000, 0.000000,-0.000001;;, + 184;3;-1.000000, 0.000000,-0.000001;;, + 185;3;-1.000000, 0.000000,-0.000001;;, + 186;3;-1.000000, 0.000000,-0.000001;;, + 187;3;-1.000000, 0.000000,-0.000001;;, + 188;3;-1.000000, 0.000000,-0.000001;;, + 189;3;-1.000000, 0.000000,-0.000001;;, + 190;3;-1.000000, 0.000000,-0.000001;;, + 191;3;-1.000000, 0.000000,-0.000001;;, + 192;3;-1.000000, 0.000000,-0.000000;;, + 193;3;-1.000000, 0.000000,-0.000001;;, + 194;3;-1.000000, 0.000000,-0.000001;;, + 195;3;-1.000000, 0.000000,-0.000001;;, + 196;3;-1.000000, 0.000000,-0.000000;;, + 197;3;-1.000000, 0.000000,-0.000001;;, + 198;3;-1.000000, 0.000000,-0.000001;;, + 199;3;-1.000000, 0.000000,-0.000001;;, + 200;3;-1.000000, 0.000000,-0.000001;;, + 201;3;-1.000000,-0.000000,-0.000001;;, + 202;3;-1.000000,-0.000000,-0.000001;;, + 203;3;-1.000000,-0.000000,-0.000000;;, + 204;3;-1.000000,-0.000000,-0.000001;;, + 205;3;-1.000000,-0.000000,-0.000001;;, + 206;3;-1.000000,-0.000000,-0.000000;;, + 207;3;-1.000000,-0.000000,-0.000001;;, + 208;3;-1.000000, 0.000000,-0.000000;;, + 209;3;-1.000000, 0.000000,-0.000000;;, + 210;3;-1.000000, 0.000000,-0.000001;;, + 211;3;-1.000000, 0.000000,-0.000000;;, + 212;3;-1.000000, 0.000000,-0.000000;;, + 213;3;-1.000000,-0.000000,-0.000001;;, + 214;3;-1.000000,-0.000000,-0.000000;;, + 215;3;-1.000000,-0.000000,-0.000001;;, + 216;3;-1.000000,-0.000000,-0.000001;;, + 217;3;-1.000000,-0.000000,-0.000000;;, + 218;3;-1.000000,-0.000000,-0.000001;;, + 219;3;-1.000000,-0.000000,-0.000001;;, + 220;3;-1.000000, 0.000000,-0.000001;;; + } + } + Animation { + {Armature_Cape} + AnimationKey { // Rotation + 0; + 221; + 0;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 1;4;-0.000277, 1.000000, 0.000000,-0.000000;;, + 2;4;-0.001110, 1.000000, 0.000000,-0.000000;;, + 3;4;-0.002502, 1.000000, 0.000000,-0.000000;;, + 4;4;-0.004446, 1.000000, 0.000000,-0.000000;;, + 5;4;-0.006915, 1.000000, 0.000000,-0.000000;;, + 6;4;-0.009870, 1.000000, 0.000000,-0.000000;;, + 7;4;-0.013247, 1.000000, 0.000000,-0.000000;;, + 8;4;-0.016964, 1.000000, 0.000000,-0.000000;;, + 9;4;-0.020921, 1.000000, 0.000000,-0.000000;;, + 10;4;-0.025001, 1.000000, 0.000000,-0.000000;;, + 11;4;-0.029081, 1.000000, 0.000000,-0.000000;;, + 12;4;-0.033038, 1.000000, 0.000000,-0.000000;;, + 13;4;-0.036756, 1.000000, 0.000000,-0.000000;;, + 14;4;-0.040133, 1.000000, 0.000000,-0.000000;;, + 15;4;-0.043087, 1.000000, 0.000000,-0.000000;;, + 16;4;-0.045557, 1.000000, 0.000000,-0.000000;;, + 17;4;-0.047500, 1.000000, 0.000000,-0.000000;;, + 18;4;-0.048893, 1.000000, 0.000000,-0.000000;;, + 19;4;-0.049726, 1.000000, 0.000000,-0.000000;;, + 20;4;-0.050001, 1.000000, 0.000000,-0.000000;;, + 21;4;-0.049726, 1.000000, 0.000000,-0.000000;;, + 22;4;-0.048893, 1.000000, 0.000000,-0.000000;;, + 23;4;-0.047500, 1.000000, 0.000000,-0.000000;;, + 24;4;-0.045557, 1.000000, 0.000000,-0.000000;;, + 25;4;-0.043087, 1.000000, 0.000000,-0.000000;;, + 26;4;-0.040133, 1.000000, 0.000000,-0.000000;;, + 27;4;-0.036756, 1.000000, 0.000000,-0.000000;;, + 28;4;-0.033038, 1.000000, 0.000000,-0.000000;;, + 29;4;-0.029081, 1.000000, 0.000000,-0.000000;;, + 30;4;-0.025001, 1.000000, 0.000000,-0.000000;;, + 31;4;-0.020921, 1.000000, 0.000000,-0.000000;;, + 32;4;-0.016964, 1.000000, 0.000000,-0.000000;;, + 33;4;-0.013247, 1.000000, 0.000000,-0.000000;;, + 34;4;-0.009870, 1.000000, 0.000000,-0.000000;;, + 35;4;-0.006915, 1.000000, 0.000000,-0.000000;;, + 36;4;-0.004446, 1.000000, 0.000000,-0.000000;;, + 37;4;-0.002502, 1.000000, 0.000000,-0.000000;;, + 38;4;-0.001110, 1.000000, 0.000000,-0.000000;;, + 39;4;-0.000277, 1.000000, 0.000000,-0.000000;;, + 40;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 41;4;-0.000277, 1.000000, 0.000000,-0.000000;;, + 42;4;-0.001110, 1.000000, 0.000000,-0.000000;;, + 43;4;-0.002502, 1.000000, 0.000000,-0.000000;;, + 44;4;-0.004446, 1.000000, 0.000000,-0.000000;;, + 45;4;-0.006915, 1.000000, 0.000000,-0.000000;;, + 46;4;-0.009870, 1.000000, 0.000000,-0.000000;;, + 47;4;-0.013247, 1.000000, 0.000000,-0.000000;;, + 48;4;-0.016964, 1.000000, 0.000000,-0.000000;;, + 49;4;-0.020921, 1.000000, 0.000000,-0.000000;;, + 50;4;-0.025001, 1.000000, 0.000000,-0.000000;;, + 51;4;-0.029081, 1.000000, 0.000000,-0.000000;;, + 52;4;-0.033038, 1.000000, 0.000000,-0.000000;;, + 53;4;-0.036756, 1.000000, 0.000000,-0.000000;;, + 54;4;-0.040133, 1.000000, 0.000000,-0.000000;;, + 55;4;-0.043087, 1.000000, 0.000000,-0.000000;;, + 56;4;-0.045557, 1.000000, 0.000000,-0.000000;;, + 57;4;-0.047500, 1.000000, 0.000000,-0.000000;;, + 58;4;-0.048893, 1.000000, 0.000000,-0.000000;;, + 59;4;-0.049726, 1.000000, 0.000000,-0.000000;;, + 60;4;-0.050001, 1.000000, 0.000000,-0.000000;;, + 61;4;-0.049742, 1.000000, 0.000000,-0.000000;;, + 62;4;-0.049014, 1.000000, 0.000000,-0.000000;;, + 63;4;-0.047881, 1.000000, 0.000000,-0.000000;;, + 64;4;-0.046392, 1.000000, 0.000000,-0.000000;;, + 65;4;-0.044591, 1.000000, 0.000000,-0.000000;;, + 66;4;-0.042511, 1.000000, 0.000000,-0.000000;;, + 67;4;-0.040182, 1.000000, 0.000000,-0.000000;;, + 68;4;-0.037632, 1.000000, 0.000000,-0.000000;;, + 69;4;-0.034882, 1.000000, 0.000000,-0.000000;;, + 70;4;-0.031954, 1.000000, 0.000000,-0.000000;;, + 71;4;-0.028870, 1.000000, 0.000000,-0.000000;;, + 72;4;-0.025647, 1.000000, 0.000000,-0.000000;;, + 73;4;-0.022308, 1.000000, 0.000000,-0.000000;;, + 74;4;-0.018874, 1.000000, 0.000000,-0.000000;;, + 75;4;-0.015374, 1.000000, 0.000000,-0.000000;;, + 76;4;-0.011842, 1.000000, 0.000000,-0.000000;;, + 77;4;-0.008332, 1.000000, 0.000000,-0.000000;;, + 78;4;-0.004938, 1.000000, 0.000000,-0.000000;;, + 79;4;-0.001871, 1.000000, 0.000000,-0.000000;;, + 80;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 81;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 82;4;-0.001871, 1.000000, 0.000000,-0.000000;;, + 83;4;-0.004938, 1.000000, 0.000000,-0.000000;;, + 84;4;-0.008332, 1.000000, 0.000000,-0.000000;;, + 85;4;-0.011842, 1.000000, 0.000000,-0.000000;;, + 86;4;-0.015374, 1.000000, 0.000000,-0.000000;;, + 87;4;-0.018874, 1.000000, 0.000000,-0.000000;;, + 88;4;-0.022308, 1.000000, 0.000000,-0.000000;;, + 89;4;-0.025647, 1.000000, 0.000000,-0.000000;;, + 90;4;-0.028870, 1.000000, 0.000000,-0.000000;;, + 91;4;-0.031954, 1.000000, 0.000000,-0.000000;;, + 92;4;-0.034882, 1.000000, 0.000000,-0.000000;;, + 93;4;-0.037631, 1.000000, 0.000000,-0.000000;;, + 94;4;-0.040182, 1.000000, 0.000000,-0.000000;;, + 95;4;-0.042511, 1.000000, 0.000000,-0.000000;;, + 96;4;-0.044591, 1.000000, 0.000000,-0.000000;;, + 97;4;-0.046392, 1.000000, 0.000000,-0.000000;;, + 98;4;-0.047881, 1.000000, 0.000000,-0.000000;;, + 99;4;-0.049014, 1.000000, 0.000000,-0.000000;;, + 100;4;-0.049742, 1.000000, 0.000000,-0.000000;;, + 101;4;-0.050001, 1.000000, 0.000000,-0.000000;;, + 102;4;-0.049726, 1.000000, 0.000000,-0.000000;;, + 103;4;-0.048893, 1.000000, 0.000000,-0.000000;;, + 104;4;-0.047500, 1.000000, 0.000000,-0.000000;;, + 105;4;-0.045557, 1.000000, 0.000000,-0.000000;;, + 106;4;-0.043087, 1.000000, 0.000000,-0.000000;;, + 107;4;-0.040133, 1.000000, 0.000000,-0.000000;;, + 108;4;-0.036756, 1.000000, 0.000000,-0.000000;;, + 109;4;-0.033038, 1.000000, 0.000000,-0.000000;;, + 110;4;-0.029081, 1.000000, 0.000000,-0.000000;;, + 111;4;-0.025001, 1.000000, 0.000000,-0.000000;;, + 112;4;-0.020921, 1.000000, 0.000000,-0.000000;;, + 113;4;-0.016964, 1.000000, 0.000000,-0.000000;;, + 114;4;-0.013247, 1.000000, 0.000000,-0.000000;;, + 115;4;-0.009870, 1.000000, 0.000000,-0.000000;;, + 116;4;-0.006915, 1.000000, 0.000000,-0.000000;;, + 117;4;-0.004446, 1.000000, 0.000000,-0.000000;;, + 118;4;-0.002502, 1.000000, 0.000000,-0.000000;;, + 119;4;-0.001110, 1.000000, 0.000000,-0.000000;;, + 120;4;-0.000277, 1.000000, 0.000000,-0.000000;;, + 121;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 122;4;-0.000277, 1.000000, 0.000000,-0.000000;;, + 123;4;-0.001110, 1.000000, 0.000000,-0.000000;;, + 124;4;-0.002502, 1.000000, 0.000000,-0.000000;;, + 125;4;-0.004446, 1.000000, 0.000000,-0.000000;;, + 126;4;-0.006915, 1.000000, 0.000000,-0.000000;;, + 127;4;-0.009870, 1.000000, 0.000000,-0.000000;;, + 128;4;-0.013247, 1.000000, 0.000000,-0.000000;;, + 129;4;-0.016964, 1.000000, 0.000000,-0.000000;;, + 130;4;-0.020921, 1.000000, 0.000000,-0.000000;;, + 131;4;-0.025001, 1.000000, 0.000000,-0.000000;;, + 132;4;-0.029081, 1.000000, 0.000000,-0.000000;;, + 133;4;-0.033038, 1.000000, 0.000000,-0.000000;;, + 134;4;-0.036756, 1.000000, 0.000000,-0.000000;;, + 135;4;-0.040133, 1.000000, 0.000000,-0.000000;;, + 136;4;-0.043087, 1.000000, 0.000000,-0.000000;;, + 137;4;-0.045557, 1.000000, 0.000000,-0.000000;;, + 138;4;-0.047500, 1.000000, 0.000000,-0.000000;;, + 139;4;-0.048893, 1.000000, 0.000000,-0.000000;;, + 140;4;-0.049726, 1.000000, 0.000000,-0.000000;;, + 141;4;-0.050001, 1.000000, 0.000000,-0.000000;;, + 142;4;-0.049997, 1.000000, 0.000000,-0.000000;;, + 143;4;-0.049972, 1.000000, 0.000000,-0.000000;;, + 144;4;-0.049906, 1.000000, 0.000000,-0.000000;;, + 145;4;-0.049781, 1.000000, 0.000000,-0.000000;;, + 146;4;-0.049580, 1.000000, 0.000000,-0.000000;;, + 147;4;-0.049283, 1.000000, 0.000000,-0.000000;;, + 148;4;-0.048871, 1.000000, 0.000000,-0.000000;;, + 149;4;-0.048322, 1.000000, 0.000000,-0.000000;;, + 150;4;-0.047613, 1.000000, 0.000000,-0.000000;;, + 151;4;-0.046712, 1.000000, 0.000000,-0.000000;;, + 152;4;-0.045585, 1.000000, 0.000000,-0.000000;;, + 153;4;-0.044188, 1.000000, 0.000000,-0.000000;;, + 154;4;-0.042463, 1.000000, 0.000000,-0.000000;;, + 155;4;-0.040332, 1.000000, 0.000000,-0.000000;;, + 156;4;-0.037688, 1.000000, 0.000000,-0.000000;;, + 157;4;-0.034366, 1.000000, 0.000000,-0.000000;;, + 158;4;-0.030102, 1.000000, 0.000000,-0.000000;;, + 159;4;-0.024398, 1.000000, 0.000000,-0.000000;;, + 160;4;-0.016090, 1.000000, 0.000000,-0.000000;;, + 161;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 162;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 163;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 164;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 165;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 166;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 167;4; 0.999999, 1.000001,-0.000000,-0.000000;;, + 168;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 169;4;-0.147008, 1.000000, 0.000000,-0.000000;;, + 170;4;-0.239053, 1.000000, 0.000000,-0.000000;;, + 171;4;-0.283791, 1.000000, 0.000000,-0.000000;;, + 172;4;-0.298246, 1.000000, 0.000000,-0.000000;;, + 173;4;-0.300001, 1.000000, 0.000000,-0.000000;;, + 174;4;-0.273334, 1.000000, 0.000000,-0.000000;;, + 175;4;-0.198223, 1.000000, 0.000000,-0.000000;;, + 176;4;-0.101780, 1.000000, 0.000000,-0.000000;;, + 177;4;-0.026668, 1.000000, 0.000000,-0.000000;;, + 178;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 179;4;-0.026668, 1.000000, 0.000000,-0.000000;;, + 180;4;-0.101780, 1.000000, 0.000000,-0.000000;;, + 181;4;-0.198223, 1.000000, 0.000000,-0.000000;;, + 182;4;-0.273334, 1.000000, 0.000000,-0.000000;;, + 183;4;-0.300001, 1.000000, 0.000000,-0.000000;;, + 184;4;-0.273338, 1.000000, 0.000000,-0.000000;;, + 185;4;-0.198245, 1.000000, 0.000000,-0.000000;;, + 186;4;-0.101815, 1.000000, 0.000000,-0.000000;;, + 187;4;-0.026685, 1.000000, 0.000000,-0.000000;;, + 188;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 189;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 190;4;-0.008891, 1.000000, 0.000000,-0.000000;;, + 191;4;-0.033929, 1.000000, 0.000000,-0.000000;;, + 192;4;-0.066076, 1.000000, 0.000000,-0.000000;;, + 193;4;-0.091112, 1.000000, 0.000000,-0.000000;;, + 194;4;-0.100001, 1.000000, 0.000000,-0.000000;;, + 195;4;-0.091112, 1.000000, 0.000000,-0.000000;;, + 196;4;-0.066076, 1.000000, 0.000000,-0.000000;;, + 197;4;-0.033929, 1.000000, 0.000000,-0.000000;;, + 198;4;-0.008891, 1.000000, 0.000000,-0.000000;;, + 199;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 200;4;-0.000001, 1.000000, 0.000000,-0.000000;;, + 201;4;-0.026683, 1.000000, 0.000000,-0.000000;;, + 202;4;-0.101804, 1.000000, 0.000000,-0.000000;;, + 203;4;-0.198229, 1.000000, 0.000000,-0.000000;;, + 204;4;-0.273331, 1.000000, 0.000000,-0.000000;;, + 205;4;-0.300001, 1.000000, 0.000000,-0.000000;;, + 206;4;-0.291110, 1.000000, 0.000000,-0.000000;;, + 207;4;-0.266070, 1.000000, 0.000000,-0.000000;;, + 208;4;-0.233924, 1.000000, 0.000000,-0.000000;;, + 209;4;-0.208889, 1.000000, 0.000000,-0.000000;;, + 210;4;-0.200001, 1.000000, 0.000000,-0.000000;;, + 211;4;-0.208889, 1.000000, 0.000000,-0.000000;;, + 212;4;-0.233924, 1.000000, 0.000000,-0.000000;;, + 213;4;-0.266070, 1.000000, 0.000000,-0.000000;;, + 214;4;-0.291110, 1.000000, 0.000000,-0.000000;;, + 215;4;-0.300001, 1.000000, 0.000000,-0.000000;;, + 216;4;-0.273342, 1.000000, 0.000000,-0.000000;;, + 217;4;-0.198297, 1.000000, 0.000000,-0.000000;;, + 218;4;-0.101911, 1.000000, 0.000000,-0.000000;;, + 219;4;-0.026735, 1.000000, 0.000000,-0.000000;;, + 220;4;-0.000001, 1.000000, 0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 0.000000, 6.750000, 0.976707;;, + 1;3;-0.000000, 6.749999, 0.976707;;, + 2;3; 0.000000, 6.750000, 0.976707;;, + 3;3; 0.000000, 6.750000, 0.976707;;, + 4;3; 0.000000, 6.750000, 0.976707;;, + 5;3; 0.000000, 6.750000, 0.976707;;, + 6;3; 0.000000, 6.750000, 0.976707;;, + 7;3; 0.000000, 6.750000, 0.976707;;, + 8;3; 0.000000, 6.750000, 0.976707;;, + 9;3; 0.000000, 6.750000, 0.976707;;, + 10;3; 0.000000, 6.750000, 0.976707;;, + 11;3; 0.000000, 6.750000, 0.976707;;, + 12;3; 0.000000, 6.750000, 0.976707;;, + 13;3; 0.000000, 6.750000, 0.976707;;, + 14;3; 0.000000, 6.750000, 0.976707;;, + 15;3; 0.000000, 6.750000, 0.976707;;, + 16;3; 0.000000, 6.750000, 0.976707;;, + 17;3;-0.000000, 6.750000, 0.976707;;, + 18;3; 0.000000, 6.750000, 0.976707;;, + 19;3; 0.000000, 6.750000, 0.976707;;, + 20;3; 0.000000, 6.750000, 0.976707;;, + 21;3; 0.000000, 6.750000, 0.976707;;, + 22;3; 0.000000, 6.750000, 0.976707;;, + 23;3;-0.000000, 6.750000, 0.976707;;, + 24;3; 0.000000, 6.750000, 0.976707;;, + 25;3; 0.000000, 6.750000, 0.976707;;, + 26;3; 0.000000, 6.750000, 0.976707;;, + 27;3; 0.000000, 6.750000, 0.976707;;, + 28;3; 0.000000, 6.750000, 0.976707;;, + 29;3; 0.000000, 6.750000, 0.976707;;, + 30;3; 0.000000, 6.750000, 0.976707;;, + 31;3; 0.000000, 6.750000, 0.976707;;, + 32;3; 0.000000, 6.750000, 0.976707;;, + 33;3; 0.000000, 6.750000, 0.976707;;, + 34;3; 0.000000, 6.750000, 0.976707;;, + 35;3; 0.000000, 6.750000, 0.976707;;, + 36;3; 0.000000, 6.749999, 0.976707;;, + 37;3; 0.000000, 6.750000, 0.976707;;, + 38;3; 0.000000, 6.750000, 0.976707;;, + 39;3;-0.000000, 6.749999, 0.976707;;, + 40;3; 0.000000, 6.750000, 0.976707;;, + 41;3;-0.000000, 6.749999, 0.976707;;, + 42;3; 0.000000, 6.750000, 0.976707;;, + 43;3; 0.000000, 6.750000, 0.976707;;, + 44;3; 0.000000, 6.749999, 0.976707;;, + 45;3; 0.000000, 6.750000, 0.976707;;, + 46;3; 0.000000, 6.750000, 0.976707;;, + 47;3; 0.000000, 6.750000, 0.976707;;, + 48;3; 0.000000, 6.750000, 0.976707;;, + 49;3; 0.000000, 6.750000, 0.976707;;, + 50;3; 0.000000, 6.750000, 0.976707;;, + 51;3; 0.000000, 6.750000, 0.976707;;, + 52;3; 0.000000, 6.750000, 0.976707;;, + 53;3; 0.000000, 6.750000, 0.976707;;, + 54;3; 0.000000, 6.750000, 0.976707;;, + 55;3; 0.000000, 6.750000, 0.976707;;, + 56;3; 0.000000, 6.750000, 0.976707;;, + 57;3;-0.000000, 6.750000, 0.976707;;, + 58;3; 0.000000, 6.750000, 0.976707;;, + 59;3; 0.000000, 6.750000, 0.976707;;, + 60;3; 0.000000, 6.750000, 0.976707;;, + 61;3; 0.000000, 6.750000, 0.976707;;, + 62;3; 0.000000, 6.750000, 0.976707;;, + 63;3; 0.000000, 6.750000, 0.976707;;, + 64;3; 0.000000, 6.750000, 0.976707;;, + 65;3; 0.000000, 6.750000, 0.976707;;, + 66;3; 0.000000, 6.750000, 0.976707;;, + 67;3; 0.000000, 6.750000, 0.976707;;, + 68;3; 0.000000, 6.750000, 0.976707;;, + 69;3; 0.000000, 6.750000, 0.976707;;, + 70;3; 0.000000, 6.750000, 0.976707;;, + 71;3; 0.000000, 6.750000, 0.976707;;, + 72;3; 0.000000, 6.750000, 0.976707;;, + 73;3; 0.000000, 6.750000, 0.976707;;, + 74;3; 0.000000, 6.750000, 0.976707;;, + 75;3; 0.000000, 6.750000, 0.976707;;, + 76;3;-0.000000, 6.750000, 0.976707;;, + 77;3; 0.000000, 6.750000, 0.976707;;, + 78;3; 0.000000, 6.750000, 0.976707;;, + 79;3; 0.000000, 6.750000, 0.976707;;, + 80;3; 0.000000, 6.750000, 0.976707;;, + 81;3; 0.000000, 6.750000, 0.976707;;, + 82;3; 0.000000, 6.750000, 0.976707;;, + 83;3; 0.000000, 6.750000, 0.976707;;, + 84;3; 0.000000, 6.750000, 0.976707;;, + 85;3;-0.000000, 6.750000, 0.976707;;, + 86;3; 0.000000, 6.750000, 0.976707;;, + 87;3; 0.000000, 6.750000, 0.976707;;, + 88;3; 0.000000, 6.750000, 0.976707;;, + 89;3; 0.000000, 6.750000, 0.976707;;, + 90;3; 0.000000, 6.750000, 0.976707;;, + 91;3; 0.000000, 6.750000, 0.976707;;, + 92;3; 0.000000, 6.750000, 0.976707;;, + 93;3; 0.000000, 6.750000, 0.976707;;, + 94;3; 0.000000, 6.750000, 0.976707;;, + 95;3; 0.000000, 6.750000, 0.976707;;, + 96;3; 0.000000, 6.750000, 0.976707;;, + 97;3; 0.000000, 6.750000, 0.976707;;, + 98;3; 0.000000, 6.750000, 0.976707;;, + 99;3; 0.000000, 6.750000, 0.976707;;, + 100;3; 0.000000, 6.750000, 0.976707;;, + 101;3; 0.000000, 6.750000, 0.976707;;, + 102;3; 0.000000, 6.750000, 0.976707;;, + 103;3; 0.000000, 6.750000, 0.976707;;, + 104;3;-0.000000, 6.750000, 0.976707;;, + 105;3; 0.000000, 6.750000, 0.976707;;, + 106;3; 0.000000, 6.750000, 0.976707;;, + 107;3; 0.000000, 6.750000, 0.976707;;, + 108;3; 0.000000, 6.750000, 0.976707;;, + 109;3; 0.000000, 6.750000, 0.976707;;, + 110;3; 0.000000, 6.750000, 0.976707;;, + 111;3; 0.000000, 6.750000, 0.976707;;, + 112;3; 0.000000, 6.750000, 0.976707;;, + 113;3; 0.000000, 6.750000, 0.976707;;, + 114;3; 0.000000, 6.750000, 0.976707;;, + 115;3; 0.000000, 6.750000, 0.976707;;, + 116;3; 0.000000, 6.750000, 0.976707;;, + 117;3; 0.000000, 6.750000, 0.976707;;, + 118;3; 0.000000, 6.750000, 0.976707;;, + 119;3; 0.000000, 6.750000, 0.976707;;, + 120;3;-0.000000, 6.750000, 0.976707;;, + 121;3; 0.000000, 6.750000, 0.976707;;, + 122;3;-0.000000, 6.750000, 0.976707;;, + 123;3; 0.000000, 6.750000, 0.976707;;, + 124;3; 0.000000, 6.750000, 0.976707;;, + 125;3; 0.000000, 6.750000, 0.976707;;, + 126;3; 0.000000, 6.750000, 0.976707;;, + 127;3; 0.000000, 6.750000, 0.976707;;, + 128;3; 0.000000, 6.750000, 0.976707;;, + 129;3; 0.000000, 6.750000, 0.976707;;, + 130;3; 0.000000, 6.750000, 0.976707;;, + 131;3; 0.000000, 6.750000, 0.976707;;, + 132;3; 0.000000, 6.750000, 0.976707;;, + 133;3; 0.000000, 6.750000, 0.976707;;, + 134;3; 0.000000, 6.750000, 0.976707;;, + 135;3; 0.000000, 6.750000, 0.976707;;, + 136;3; 0.000000, 6.750000, 0.976707;;, + 137;3; 0.000000, 6.750000, 0.976707;;, + 138;3;-0.000000, 6.750000, 0.976707;;, + 139;3; 0.000000, 6.750000, 0.976707;;, + 140;3; 0.000000, 6.750000, 0.976707;;, + 141;3; 0.000000, 6.750000, 0.976707;;, + 142;3; 0.000000, 6.750000, 0.976707;;, + 143;3; 0.000000, 6.750000, 0.976707;;, + 144;3; 0.000000, 6.750000, 0.976707;;, + 145;3; 0.000000, 6.750000, 0.976707;;, + 146;3; 0.000000, 6.750000, 0.976707;;, + 147;3; 0.000000, 6.750000, 0.976707;;, + 148;3; 0.000000, 6.750000, 0.976707;;, + 149;3; 0.000000, 6.750000, 0.976707;;, + 150;3; 0.000000, 6.750000, 0.976707;;, + 151;3; 0.000000, 6.750000, 0.976707;;, + 152;3; 0.000000, 6.750000, 0.976707;;, + 153;3; 0.000000, 6.750000, 0.976707;;, + 154;3; 0.000000, 6.750000, 0.976707;;, + 155;3; 0.000000, 6.750000, 0.976707;;, + 156;3; 0.000000, 6.750000, 0.976707;;, + 157;3;-0.000000, 6.749999, 0.976707;;, + 158;3; 0.000000, 6.750000, 0.976707;;, + 159;3; 0.000000, 6.750000, 0.976707;;, + 160;3; 0.000000, 6.750000, 0.976707;;, + 161;3; 0.000000, 6.750000, 0.976707;;, + 162;3; 0.000000, 6.750000, 0.976707;;, + 163;3; 0.000000, 6.750000, 0.976707;;, + 164;3; 0.000000, 6.750000, 0.976707;;, + 165;3; 0.000000, 6.750000, 0.976707;;, + 166;3; 0.000000, 6.750000, 0.976707;;, + 167;3; 0.000000, 6.750000, 0.976707;;, + 168;3; 0.000000, 6.750000, 0.976707;;, + 169;3; 0.000000, 6.750000, 0.976707;;, + 170;3; 0.000000, 6.750000, 0.976707;;, + 171;3; 0.000000, 6.750000, 0.976707;;, + 172;3; 0.000000, 6.750000, 0.976707;;, + 173;3; 0.000000, 6.750000, 0.976707;;, + 174;3; 0.000000, 6.750000, 0.976707;;, + 175;3; 0.000000, 6.750000, 0.976707;;, + 176;3; 0.000000, 6.750000, 0.976707;;, + 177;3; 0.000000, 6.750000, 0.976707;;, + 178;3; 0.000000, 6.750000, 0.976707;;, + 179;3; 0.000000, 6.750000, 0.976707;;, + 180;3; 0.000000, 6.750000, 0.976707;;, + 181;3; 0.000000, 6.750000, 0.976707;;, + 182;3; 0.000000, 6.750000, 0.976707;;, + 183;3; 0.000000, 6.750000, 0.976707;;, + 184;3; 0.000000, 6.750000, 0.976707;;, + 185;3; 0.000000, 6.750000, 0.976707;;, + 186;3; 0.000000, 6.750000, 0.976707;;, + 187;3; 0.000000, 6.750000, 0.976707;;, + 188;3; 0.000000, 6.750000, 0.976707;;, + 189;3; 0.000000, 6.750000, 0.976707;;, + 190;3; 0.000000, 6.750001, 0.976707;;, + 191;3; 0.000000, 6.750000, 0.976707;;, + 192;3; 0.000000, 6.750000, 0.976707;;, + 193;3; 0.000000, 6.750000, 0.976707;;, + 194;3; 0.000000, 6.750000, 0.976707;;, + 195;3; 0.000000, 6.750000, 0.976707;;, + 196;3; 0.000000, 6.750000, 0.976707;;, + 197;3; 0.000000, 6.750000, 0.976707;;, + 198;3; 0.000000, 6.750001, 0.976707;;, + 199;3; 0.000000, 6.750000, 0.976707;;, + 200;3; 0.000000, 6.750000, 0.976707;;, + 201;3; 0.000000, 6.750000, 0.976707;;, + 202;3; 0.000000, 6.750000, 0.976707;;, + 203;3; 0.000000, 6.750000, 0.976707;;, + 204;3; 0.000000, 6.750000, 0.976707;;, + 205;3; 0.000000, 6.750000, 0.976707;;, + 206;3;-0.000000, 6.750000, 0.976707;;, + 207;3; 0.000000, 6.750000, 0.976707;;, + 208;3;-0.000000, 6.750000, 0.976707;;, + 209;3; 0.000000, 6.750000, 0.976707;;, + 210;3; 0.000000, 6.750000, 0.976707;;, + 211;3; 0.000000, 6.750000, 0.976707;;, + 212;3;-0.000000, 6.750000, 0.976707;;, + 213;3; 0.000000, 6.750000, 0.976707;;, + 214;3;-0.000000, 6.750000, 0.976707;;, + 215;3; 0.000000, 6.750000, 0.976707;;, + 216;3; 0.000000, 6.750000, 0.976707;;, + 217;3; 0.000000, 6.750000, 0.976707;;, + 218;3; 0.000000, 6.750000, 0.976707;;, + 219;3; 0.000000, 6.750000, 0.976707;;, + 220;3; 0.000000, 6.750000, 0.976707;;; + } + } + Animation { + {Player} + AnimationKey { // Rotation + 0; + 221; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 165;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 166;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 167;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 168;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 169;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 170;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 171;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 172;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 173;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 174;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 175;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 176;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 177;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 178;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 179;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 180;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 181;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 182;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 183;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 184;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 185;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 186;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 187;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 188;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 189;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 190;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 191;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 192;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 193;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 194;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 195;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 196;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 197;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 198;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 199;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 200;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 201;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 202;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 203;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 204;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 205;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 206;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 207;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 208;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 209;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 210;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 211;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 212;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 213;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 214;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 215;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 216;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 217;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 218;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 219;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 220;4;-1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { // Scale + 1; + 221; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;, + 165;3; 1.000000, 1.000000, 1.000000;;, + 166;3; 1.000000, 1.000000, 1.000000;;, + 167;3; 1.000000, 1.000000, 1.000000;;, + 168;3; 1.000000, 1.000000, 1.000000;;, + 169;3; 1.000000, 1.000000, 1.000000;;, + 170;3; 1.000000, 1.000000, 1.000000;;, + 171;3; 1.000000, 1.000000, 1.000000;;, + 172;3; 1.000000, 1.000000, 1.000000;;, + 173;3; 1.000000, 1.000000, 1.000000;;, + 174;3; 1.000000, 1.000000, 1.000000;;, + 175;3; 1.000000, 1.000000, 1.000000;;, + 176;3; 1.000000, 1.000000, 1.000000;;, + 177;3; 1.000000, 1.000000, 1.000000;;, + 178;3; 1.000000, 1.000000, 1.000000;;, + 179;3; 1.000000, 1.000000, 1.000000;;, + 180;3; 1.000000, 1.000000, 1.000000;;, + 181;3; 1.000000, 1.000000, 1.000000;;, + 182;3; 1.000000, 1.000000, 1.000000;;, + 183;3; 1.000000, 1.000000, 1.000000;;, + 184;3; 1.000000, 1.000000, 1.000000;;, + 185;3; 1.000000, 1.000000, 1.000000;;, + 186;3; 1.000000, 1.000000, 1.000000;;, + 187;3; 1.000000, 1.000000, 1.000000;;, + 188;3; 1.000000, 1.000000, 1.000000;;, + 189;3; 1.000000, 1.000000, 1.000000;;, + 190;3; 1.000000, 1.000000, 1.000000;;, + 191;3; 1.000000, 1.000000, 1.000000;;, + 192;3; 1.000000, 1.000000, 1.000000;;, + 193;3; 1.000000, 1.000000, 1.000000;;, + 194;3; 1.000000, 1.000000, 1.000000;;, + 195;3; 1.000000, 1.000000, 1.000000;;, + 196;3; 1.000000, 1.000000, 1.000000;;, + 197;3; 1.000000, 1.000000, 1.000000;;, + 198;3; 1.000000, 1.000000, 1.000000;;, + 199;3; 1.000000, 1.000000, 1.000000;;, + 200;3; 1.000000, 1.000000, 1.000000;;, + 201;3; 1.000000, 1.000000, 1.000000;;, + 202;3; 1.000000, 1.000000, 1.000000;;, + 203;3; 1.000000, 1.000000, 1.000000;;, + 204;3; 1.000000, 1.000000, 1.000000;;, + 205;3; 1.000000, 1.000000, 1.000000;;, + 206;3; 1.000000, 1.000000, 1.000000;;, + 207;3; 1.000000, 1.000000, 1.000000;;, + 208;3; 1.000000, 1.000000, 1.000000;;, + 209;3; 1.000000, 1.000000, 1.000000;;, + 210;3; 1.000000, 1.000000, 1.000000;;, + 211;3; 1.000000, 1.000000, 1.000000;;, + 212;3; 1.000000, 1.000000, 1.000000;;, + 213;3; 1.000000, 1.000000, 1.000000;;, + 214;3; 1.000000, 1.000000, 1.000000;;, + 215;3; 1.000000, 1.000000, 1.000000;;, + 216;3; 1.000000, 1.000000, 1.000000;;, + 217;3; 1.000000, 1.000000, 1.000000;;, + 218;3; 1.000000, 1.000000, 1.000000;;, + 219;3; 1.000000, 1.000000, 1.000000;;, + 220;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 221; + 0;3; 0.000000, 0.000000, 0.000000;;, + 1;3; 0.000000, 0.000000, 0.000000;;, + 2;3; 0.000000, 0.000000, 0.000000;;, + 3;3; 0.000000, 0.000000, 0.000000;;, + 4;3; 0.000000, 0.000000, 0.000000;;, + 5;3; 0.000000, 0.000000, 0.000000;;, + 6;3; 0.000000, 0.000000, 0.000000;;, + 7;3; 0.000000, 0.000000, 0.000000;;, + 8;3; 0.000000, 0.000000, 0.000000;;, + 9;3; 0.000000, 0.000000, 0.000000;;, + 10;3; 0.000000, 0.000000, 0.000000;;, + 11;3; 0.000000, 0.000000, 0.000000;;, + 12;3; 0.000000, 0.000000, 0.000000;;, + 13;3; 0.000000, 0.000000, 0.000000;;, + 14;3; 0.000000, 0.000000, 0.000000;;, + 15;3; 0.000000, 0.000000, 0.000000;;, + 16;3; 0.000000, 0.000000, 0.000000;;, + 17;3; 0.000000, 0.000000, 0.000000;;, + 18;3; 0.000000, 0.000000, 0.000000;;, + 19;3; 0.000000, 0.000000, 0.000000;;, + 20;3; 0.000000, 0.000000, 0.000000;;, + 21;3; 0.000000, 0.000000, 0.000000;;, + 22;3; 0.000000, 0.000000, 0.000000;;, + 23;3; 0.000000, 0.000000, 0.000000;;, + 24;3; 0.000000, 0.000000, 0.000000;;, + 25;3; 0.000000, 0.000000, 0.000000;;, + 26;3; 0.000000, 0.000000, 0.000000;;, + 27;3; 0.000000, 0.000000, 0.000000;;, + 28;3; 0.000000, 0.000000, 0.000000;;, + 29;3; 0.000000, 0.000000, 0.000000;;, + 30;3; 0.000000, 0.000000, 0.000000;;, + 31;3; 0.000000, 0.000000, 0.000000;;, + 32;3; 0.000000, 0.000000, 0.000000;;, + 33;3; 0.000000, 0.000000, 0.000000;;, + 34;3; 0.000000, 0.000000, 0.000000;;, + 35;3; 0.000000, 0.000000, 0.000000;;, + 36;3; 0.000000, 0.000000, 0.000000;;, + 37;3; 0.000000, 0.000000, 0.000000;;, + 38;3; 0.000000, 0.000000, 0.000000;;, + 39;3; 0.000000, 0.000000, 0.000000;;, + 40;3; 0.000000, 0.000000, 0.000000;;, + 41;3; 0.000000, 0.000000, 0.000000;;, + 42;3; 0.000000, 0.000000, 0.000000;;, + 43;3; 0.000000, 0.000000, 0.000000;;, + 44;3; 0.000000, 0.000000, 0.000000;;, + 45;3; 0.000000, 0.000000, 0.000000;;, + 46;3; 0.000000, 0.000000, 0.000000;;, + 47;3; 0.000000, 0.000000, 0.000000;;, + 48;3; 0.000000, 0.000000, 0.000000;;, + 49;3; 0.000000, 0.000000, 0.000000;;, + 50;3; 0.000000, 0.000000, 0.000000;;, + 51;3; 0.000000, 0.000000, 0.000000;;, + 52;3; 0.000000, 0.000000, 0.000000;;, + 53;3; 0.000000, 0.000000, 0.000000;;, + 54;3; 0.000000, 0.000000, 0.000000;;, + 55;3; 0.000000, 0.000000, 0.000000;;, + 56;3; 0.000000, 0.000000, 0.000000;;, + 57;3; 0.000000, 0.000000, 0.000000;;, + 58;3; 0.000000, 0.000000, 0.000000;;, + 59;3; 0.000000, 0.000000, 0.000000;;, + 60;3; 0.000000, 0.000000, 0.000000;;, + 61;3; 0.000000, 0.000000, 0.000000;;, + 62;3; 0.000000, 0.000000, 0.000000;;, + 63;3; 0.000000, 0.000000, 0.000000;;, + 64;3; 0.000000, 0.000000, 0.000000;;, + 65;3; 0.000000, 0.000000, 0.000000;;, + 66;3; 0.000000, 0.000000, 0.000000;;, + 67;3; 0.000000, 0.000000, 0.000000;;, + 68;3; 0.000000, 0.000000, 0.000000;;, + 69;3; 0.000000, 0.000000, 0.000000;;, + 70;3; 0.000000, 0.000000, 0.000000;;, + 71;3; 0.000000, 0.000000, 0.000000;;, + 72;3; 0.000000, 0.000000, 0.000000;;, + 73;3; 0.000000, 0.000000, 0.000000;;, + 74;3; 0.000000, 0.000000, 0.000000;;, + 75;3; 0.000000, 0.000000, 0.000000;;, + 76;3; 0.000000, 0.000000, 0.000000;;, + 77;3; 0.000000, 0.000000, 0.000000;;, + 78;3; 0.000000, 0.000000, 0.000000;;, + 79;3; 0.000000, 0.000000, 0.000000;;, + 80;3; 0.000000, 0.000000, 0.000000;;, + 81;3; 0.000000, 0.000000, 0.000000;;, + 82;3; 0.000000, 0.000000, 0.000000;;, + 83;3; 0.000000, 0.000000, 0.000000;;, + 84;3; 0.000000, 0.000000, 0.000000;;, + 85;3; 0.000000, 0.000000, 0.000000;;, + 86;3; 0.000000, 0.000000, 0.000000;;, + 87;3; 0.000000, 0.000000, 0.000000;;, + 88;3; 0.000000, 0.000000, 0.000000;;, + 89;3; 0.000000, 0.000000, 0.000000;;, + 90;3; 0.000000, 0.000000, 0.000000;;, + 91;3; 0.000000, 0.000000, 0.000000;;, + 92;3; 0.000000, 0.000000, 0.000000;;, + 93;3; 0.000000, 0.000000, 0.000000;;, + 94;3; 0.000000, 0.000000, 0.000000;;, + 95;3; 0.000000, 0.000000, 0.000000;;, + 96;3; 0.000000, 0.000000, 0.000000;;, + 97;3; 0.000000, 0.000000, 0.000000;;, + 98;3; 0.000000, 0.000000, 0.000000;;, + 99;3; 0.000000, 0.000000, 0.000000;;, + 100;3; 0.000000, 0.000000, 0.000000;;, + 101;3; 0.000000, 0.000000, 0.000000;;, + 102;3; 0.000000, 0.000000, 0.000000;;, + 103;3; 0.000000, 0.000000, 0.000000;;, + 104;3; 0.000000, 0.000000, 0.000000;;, + 105;3; 0.000000, 0.000000, 0.000000;;, + 106;3; 0.000000, 0.000000, 0.000000;;, + 107;3; 0.000000, 0.000000, 0.000000;;, + 108;3; 0.000000, 0.000000, 0.000000;;, + 109;3; 0.000000, 0.000000, 0.000000;;, + 110;3; 0.000000, 0.000000, 0.000000;;, + 111;3; 0.000000, 0.000000, 0.000000;;, + 112;3; 0.000000, 0.000000, 0.000000;;, + 113;3; 0.000000, 0.000000, 0.000000;;, + 114;3; 0.000000, 0.000000, 0.000000;;, + 115;3; 0.000000, 0.000000, 0.000000;;, + 116;3; 0.000000, 0.000000, 0.000000;;, + 117;3; 0.000000, 0.000000, 0.000000;;, + 118;3; 0.000000, 0.000000, 0.000000;;, + 119;3; 0.000000, 0.000000, 0.000000;;, + 120;3; 0.000000, 0.000000, 0.000000;;, + 121;3; 0.000000, 0.000000, 0.000000;;, + 122;3; 0.000000, 0.000000, 0.000000;;, + 123;3; 0.000000, 0.000000, 0.000000;;, + 124;3; 0.000000, 0.000000, 0.000000;;, + 125;3; 0.000000, 0.000000, 0.000000;;, + 126;3; 0.000000, 0.000000, 0.000000;;, + 127;3; 0.000000, 0.000000, 0.000000;;, + 128;3; 0.000000, 0.000000, 0.000000;;, + 129;3; 0.000000, 0.000000, 0.000000;;, + 130;3; 0.000000, 0.000000, 0.000000;;, + 131;3; 0.000000, 0.000000, 0.000000;;, + 132;3; 0.000000, 0.000000, 0.000000;;, + 133;3; 0.000000, 0.000000, 0.000000;;, + 134;3; 0.000000, 0.000000, 0.000000;;, + 135;3; 0.000000, 0.000000, 0.000000;;, + 136;3; 0.000000, 0.000000, 0.000000;;, + 137;3; 0.000000, 0.000000, 0.000000;;, + 138;3; 0.000000, 0.000000, 0.000000;;, + 139;3; 0.000000, 0.000000, 0.000000;;, + 140;3; 0.000000, 0.000000, 0.000000;;, + 141;3; 0.000000, 0.000000, 0.000000;;, + 142;3; 0.000000, 0.000000, 0.000000;;, + 143;3; 0.000000, 0.000000, 0.000000;;, + 144;3; 0.000000, 0.000000, 0.000000;;, + 145;3; 0.000000, 0.000000, 0.000000;;, + 146;3; 0.000000, 0.000000, 0.000000;;, + 147;3; 0.000000, 0.000000, 0.000000;;, + 148;3; 0.000000, 0.000000, 0.000000;;, + 149;3; 0.000000, 0.000000, 0.000000;;, + 150;3; 0.000000, 0.000000, 0.000000;;, + 151;3; 0.000000, 0.000000, 0.000000;;, + 152;3; 0.000000, 0.000000, 0.000000;;, + 153;3; 0.000000, 0.000000, 0.000000;;, + 154;3; 0.000000, 0.000000, 0.000000;;, + 155;3; 0.000000, 0.000000, 0.000000;;, + 156;3; 0.000000, 0.000000, 0.000000;;, + 157;3; 0.000000, 0.000000, 0.000000;;, + 158;3; 0.000000, 0.000000, 0.000000;;, + 159;3; 0.000000, 0.000000, 0.000000;;, + 160;3; 0.000000, 0.000000, 0.000000;;, + 161;3; 0.000000, 0.000000, 0.000000;;, + 162;3; 0.000000, 0.000000, 0.000000;;, + 163;3; 0.000000, 0.000000, 0.000000;;, + 164;3; 0.000000, 0.000000, 0.000000;;, + 165;3; 0.000000, 0.000000, 0.000000;;, + 166;3; 0.000000, 0.000000, 0.000000;;, + 167;3; 0.000000, 0.000000, 0.000000;;, + 168;3; 0.000000, 0.000000, 0.000000;;, + 169;3; 0.000000, 0.000000, 0.000000;;, + 170;3; 0.000000, 0.000000, 0.000000;;, + 171;3; 0.000000, 0.000000, 0.000000;;, + 172;3; 0.000000, 0.000000, 0.000000;;, + 173;3; 0.000000, 0.000000, 0.000000;;, + 174;3; 0.000000, 0.000000, 0.000000;;, + 175;3; 0.000000, 0.000000, 0.000000;;, + 176;3; 0.000000, 0.000000, 0.000000;;, + 177;3; 0.000000, 0.000000, 0.000000;;, + 178;3; 0.000000, 0.000000, 0.000000;;, + 179;3; 0.000000, 0.000000, 0.000000;;, + 180;3; 0.000000, 0.000000, 0.000000;;, + 181;3; 0.000000, 0.000000, 0.000000;;, + 182;3; 0.000000, 0.000000, 0.000000;;, + 183;3; 0.000000, 0.000000, 0.000000;;, + 184;3; 0.000000, 0.000000, 0.000000;;, + 185;3; 0.000000, 0.000000, 0.000000;;, + 186;3; 0.000000, 0.000000, 0.000000;;, + 187;3; 0.000000, 0.000000, 0.000000;;, + 188;3; 0.000000, 0.000000, 0.000000;;, + 189;3; 0.000000, 0.000000, 0.000000;;, + 190;3; 0.000000, 0.000000, 0.000000;;, + 191;3; 0.000000, 0.000000, 0.000000;;, + 192;3; 0.000000, 0.000000, 0.000000;;, + 193;3; 0.000000, 0.000000, 0.000000;;, + 194;3; 0.000000, 0.000000, 0.000000;;, + 195;3; 0.000000, 0.000000, 0.000000;;, + 196;3; 0.000000, 0.000000, 0.000000;;, + 197;3; 0.000000, 0.000000, 0.000000;;, + 198;3; 0.000000, 0.000000, 0.000000;;, + 199;3; 0.000000, 0.000000, 0.000000;;, + 200;3; 0.000000, 0.000000, 0.000000;;, + 201;3; 0.000000, 0.000000, 0.000000;;, + 202;3; 0.000000, 0.000000, 0.000000;;, + 203;3; 0.000000, 0.000000, 0.000000;;, + 204;3; 0.000000, 0.000000, 0.000000;;, + 205;3; 0.000000, 0.000000, 0.000000;;, + 206;3; 0.000000, 0.000000, 0.000000;;, + 207;3; 0.000000, 0.000000, 0.000000;;, + 208;3; 0.000000, 0.000000, 0.000000;;, + 209;3; 0.000000, 0.000000, 0.000000;;, + 210;3; 0.000000, 0.000000, 0.000000;;, + 211;3; 0.000000, 0.000000, 0.000000;;, + 212;3; 0.000000, 0.000000, 0.000000;;, + 213;3; 0.000000, 0.000000, 0.000000;;, + 214;3; 0.000000, 0.000000, 0.000000;;, + 215;3; 0.000000, 0.000000, 0.000000;;, + 216;3; 0.000000, 0.000000, 0.000000;;, + 217;3; 0.000000, 0.000000, 0.000000;;, + 218;3; 0.000000, 0.000000, 0.000000;;, + 219;3; 0.000000, 0.000000, 0.000000;;, + 220;3; 0.000000, 0.000000, 0.000000;;; + } + } +} // End of AnimationSet Global diff --git a/mods/vxl/models/mobs_sheep.png b/mods/vxl/models/mobs_sheep.png new file mode 100644 index 0000000..96731f7 Binary files /dev/null and b/mods/vxl/models/mobs_sheep.png differ diff --git a/mods/vxl/models/mobs_sheep.x b/mods/vxl/models/mobs_sheep.x new file mode 100755 index 0000000..04a1dad --- /dev/null +++ b/mods/vxl/models/mobs_sheep.x @@ -0,0 +1,7169 @@ +xof 0303txt 0032 + +template XSkinMeshHeader { + <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> + WORD nMaxSkinWeightsPerVertex; + WORD nMaxSkinWeightsPerFace; + WORD nBones; +} + +template SkinWeights { + <6f0d123b-bad2-4167-a0d0-80224f25fabb> + STRING transformNodeName; + DWORD nWeights; + array DWORD vertexIndices[nWeights]; + array float weights[nWeights]; + Matrix4x4 matrixOffset; +} + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 1.000000,-0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Frame Armature { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.020581, 0.043608, 0.162447, 1.000000;; + } + Frame Armature_Root { + FrameTransformMatrix { + -1.000000, 0.000000, 0.000000, 0.000000, + -0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.030899,-0.009276, 5.987902, 1.000000;; + } + Frame Armature_Bone_001 { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + 1.460671,-0.139217, 4.073730, 1.000000;; + } + } //End of Armature_Bone_001 + Frame Armature_Bone_002 { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + 1.460671,-0.139216,-3.633328, 1.000000;; + } + } //End of Armature_Bone_002 + Frame Armature_Bone_003 { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + -1.438651,-0.139217, 4.073730, 1.000000;; + } + } //End of Armature_Bone_003 + Frame Armature_RR_leg { + FrameTransformMatrix { + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + -0.000000, 0.000000,-1.000000, 0.000000, + -1.438651,-0.139216,-3.633328, 1.000000;; + } + } //End of Armature_RR_leg + Frame Armature_Head { + FrameTransformMatrix { + -1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + -0.000000, 4.052525, 3.788038, 1.000000;; + } + } //End of Armature_Head + } //End of Armature_Root + Frame sheep { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.000000, 0.000000,-0.000000, 1.000000;; + } + Mesh { //Cube_000 Mesh + 500; + 1.998222; 2.998158; 8.227857;, + 1.998223; 2.998159;12.113163;, + 1.998224; 6.883465;12.113163;, + 1.998224; 6.883465; 8.227857;, + 1.998223; 2.998159;12.113163;, + 1.998222; 2.998158; 8.227857;, + -1.887084; 2.998160; 8.227857;, + -1.887085; 2.998161;12.113163;, + 1.998222; 2.998158; 8.227857;, + 1.998224; 6.883465; 8.227857;, + -1.887082; 6.883466; 8.227857;, + -1.887084; 2.998160; 8.227857;, + -1.887081; 6.883467;12.113163;, + 1.998224; 6.883465;12.113163;, + 1.998223; 2.998159;12.113163;, + -1.887085; 2.998161;12.113163;, + -1.887082; 6.883466; 8.227857;, + -1.887081; 6.883467;12.113163;, + -1.887085; 2.998161;12.113163;, + -1.887084; 2.998160; 8.227857;, + -1.568521; 6.883467;11.794603;, + 1.679665; 6.883465;11.794603;, + 1.998224; 6.883465;12.113163;, + -1.887081; 6.883467;12.113163;, + -1.568521; 7.249873;11.794603;, + 1.679665; 7.249870;11.794603;, + 1.679665; 6.883465;11.794603;, + -1.568521; 6.883467;11.794603;, + -1.568522; 6.883466; 8.546416;, + -1.568521; 6.883467;11.794603;, + -1.887081; 6.883467;12.113163;, + -1.887082; 6.883466; 8.227857;, + 1.679665; 6.883465;11.794603;, + 1.679664; 6.883465; 8.546416;, + 1.998224; 6.883465; 8.227857;, + 1.998224; 6.883465;12.113163;, + 1.679664; 6.883465; 8.546416;, + -1.568522; 6.883466; 8.546416;, + -1.887082; 6.883466; 8.227857;, + 1.998224; 6.883465; 8.227857;, + -0.939442; 7.249872;10.610328;, + 1.050586; 7.249870;10.610328;, + 1.679665; 7.249870;11.794603;, + -1.568521; 7.249873;11.794603;, + -1.568522; 7.249871; 8.546416;, + -1.568521; 7.249873;11.794603;, + -1.568521; 6.883467;11.794603;, + -1.568522; 6.883466; 8.546416;, + 1.679665; 7.249870; 8.546416;, + -1.568522; 7.249871; 8.546416;, + -1.568522; 6.883466; 8.546416;, + 1.679664; 6.883465; 8.546416;, + 1.679665; 7.249870;11.794603;, + 1.679665; 7.249870; 8.546416;, + 1.679664; 6.883465; 8.546416;, + 1.679665; 6.883465;11.794603;, + -0.939441; 7.625868;10.610328;, + 1.050586; 7.625866;10.610328;, + 1.050586; 7.249870;10.610328;, + -0.939442; 7.249872;10.610328;, + 1.050586; 7.249870;10.610328;, + 1.050585; 7.249870; 8.689556;, + 1.679665; 7.249870; 8.546416;, + 1.679665; 7.249870;11.794603;, + -0.939442; 7.249871; 8.689556;, + -0.939442; 7.249872;10.610328;, + -1.568521; 7.249873;11.794603;, + -1.568522; 7.249871; 8.546416;, + 1.050585; 7.249870; 8.689556;, + -0.939442; 7.249871; 8.689556;, + -1.568522; 7.249871; 8.546416;, + 1.679665; 7.249870; 8.546416;, + 1.050586; 7.625866; 8.689556;, + 1.050586; 7.625866;10.610328;, + -0.939441; 7.625868;10.610328;, + -0.939442; 7.625867; 8.689556;, + 1.050586; 7.625866;10.610328;, + 1.050586; 7.625866; 8.689556;, + 1.050585; 7.249870; 8.689556;, + 1.050586; 7.249870;10.610328;, + -0.939442; 7.625867; 8.689556;, + -0.939441; 7.625868;10.610328;, + -0.939442; 7.249872;10.610328;, + -0.939442; 7.249871; 8.689556;, + 1.050586; 7.625866; 8.689556;, + -0.939442; 7.625867; 8.689556;, + -0.939442; 7.249871; 8.689556;, + 1.050585; 7.249870; 8.689556;, + -0.605994; 3.121706;-0.078749;, + -2.241733; 3.121707;-0.078749;, + -2.241733; 3.121707; 0.786420;, + -0.605994; 3.121706; 0.786420;, + -2.241732; 5.023183;-0.078749;, + -0.605994; 5.023182;-0.078749;, + -0.605994; 5.023182; 0.786420;, + -2.241732; 5.023183; 0.786420;, + -0.605994; 5.023182;-0.078749;, + -0.605994; 3.121706;-0.078749;, + -0.605994; 3.121706; 0.786420;, + -0.605994; 5.023182; 0.786420;, + -0.605994; 3.121706;-0.078749;, + -0.605994; 5.023182;-0.078749;, + -2.241732; 5.023183;-0.078749;, + -2.241733; 3.121707;-0.078749;, + -0.600140; 5.030460; 4.316999;, + -0.600140; 5.030460; 5.986964;, + -2.247585; 5.030461; 5.986964;, + -2.247585; 5.030461; 4.317000;, + -2.247585; 2.982151; 5.986965;, + -0.600140; 2.982150; 5.986964;, + -0.600141; 2.982150; 4.317000;, + -2.247586; 2.982151; 4.317000;, + -2.247585; 5.030461; 5.986964;, + -2.247585; 2.982151; 5.986965;, + -2.247586; 2.982151; 4.317000;, + -2.247585; 5.030461; 4.317000;, + -0.600140; 5.030460; 5.986964;, + -0.600140; 2.982150; 5.986964;, + -2.247585; 2.982151; 5.986965;, + -2.247585; 5.030461; 5.986964;, + -0.600140; 5.030460; 4.316999;, + -0.600141; 2.982150; 4.317000;, + -0.600140; 2.982150; 5.986964;, + -0.600140; 5.030460; 5.986964;, + -0.802528; 4.778826; 4.317000;, + -0.802529; 3.233785; 4.317000;, + -0.600141; 2.982150; 4.317000;, + -0.600140; 5.030460; 4.316999;, + -2.241732; 5.023183; 0.786420;, + -0.605994; 5.023182; 0.786420;, + -0.802529; 4.778825; 0.786420;, + -2.045197; 4.778826; 0.786420;, + -0.605994; 3.121706; 0.786420;, + -2.241733; 3.121707; 0.786420;, + -2.045198; 3.233785; 0.786420;, + -0.802529; 3.233784; 0.786420;, + -2.241733; 3.121707; 0.786420;, + -2.241732; 5.023183; 0.786420;, + -2.045197; 4.778826; 0.786420;, + -2.045198; 3.233785; 0.786420;, + -2.241733; 3.121707;-0.078749;, + -2.241732; 5.023183;-0.078749;, + -2.241732; 5.023183; 0.786420;, + -2.241733; 3.121707; 0.786420;, + -2.045197; 4.778826; 0.786420;, + -0.802529; 4.778825; 0.786420;, + -0.802528; 4.778826; 4.317000;, + -2.045197; 4.778826; 4.317000;, + -0.802529; 4.778825; 0.786420;, + -0.802529; 3.233784; 0.786420;, + -0.802529; 3.233785; 4.317000;, + -0.802528; 4.778826; 4.317000;, + -0.802529; 3.233784; 0.786420;, + -2.045198; 3.233785; 0.786420;, + -2.045197; 3.233785; 4.317000;, + -0.802529; 3.233785; 4.317000;, + -0.605994; 5.023182; 0.786420;, + -0.605994; 3.121706; 0.786420;, + -0.802529; 3.233784; 0.786420;, + -0.802529; 4.778825; 0.786420;, + -2.045197; 4.778826; 4.317000;, + -0.802528; 4.778826; 4.317000;, + -0.600140; 5.030460; 4.316999;, + -2.247585; 5.030461; 4.317000;, + -2.045197; 3.233785; 4.317000;, + -2.045197; 4.778826; 4.317000;, + -2.247585; 5.030461; 4.317000;, + -2.247586; 2.982151; 4.317000;, + -0.802529; 3.233785; 4.317000;, + -2.045197; 3.233785; 4.317000;, + -2.247586; 2.982151; 4.317000;, + -0.600141; 2.982150; 4.317000;, + -2.045198; 3.233785; 0.786420;, + -2.045197; 4.778826; 0.786420;, + -2.045197; 4.778826; 4.317000;, + -2.045197; 3.233785; 4.317000;, + 2.289855; 3.121706;-0.078749;, + 0.654117; 3.121706;-0.078749;, + 0.654117; 3.121706; 0.786420;, + 2.289855; 3.121706; 0.786420;, + 0.654118; 5.023182;-0.078749;, + 2.289856; 5.023181;-0.078749;, + 2.289856; 5.023181; 0.786420;, + 0.654118; 5.023182; 0.786420;, + 2.289856; 5.023181;-0.078749;, + 2.289855; 3.121706;-0.078749;, + 2.289855; 3.121706; 0.786420;, + 2.289856; 5.023181; 0.786420;, + 2.289855; 3.121706;-0.078749;, + 2.289856; 5.023181;-0.078749;, + 0.654118; 5.023182;-0.078749;, + 0.654117; 3.121706;-0.078749;, + 2.295710; 5.030459; 4.316999;, + 2.295710; 5.030459; 5.986964;, + 0.648265; 5.030460; 5.986964;, + 0.648265; 5.030460; 4.317000;, + 0.648265; 2.982150; 5.986965;, + 2.295710; 2.982149; 5.986964;, + 2.295709; 2.982149; 4.317000;, + 0.648264; 2.982150; 4.317000;, + 0.648265; 5.030460; 5.986964;, + 0.648265; 2.982150; 5.986965;, + 0.648264; 2.982150; 4.317000;, + 0.648265; 5.030460; 4.317000;, + 2.295710; 5.030459; 5.986964;, + 2.295710; 2.982149; 5.986964;, + 0.648265; 2.982150; 5.986965;, + 0.648265; 5.030460; 5.986964;, + 2.295710; 5.030459; 4.316999;, + 2.295709; 2.982149; 4.317000;, + 2.295710; 2.982149; 5.986964;, + 2.295710; 5.030459; 5.986964;, + 2.093321; 4.778825; 4.317000;, + 2.093321; 3.233784; 4.317000;, + 2.295709; 2.982149; 4.317000;, + 2.295710; 5.030459; 4.316999;, + 0.654118; 5.023182; 0.786420;, + 2.289856; 5.023181; 0.786420;, + 2.093321; 4.778824; 0.786420;, + 0.850653; 4.778825; 0.786420;, + 2.289855; 3.121706; 0.786420;, + 0.654117; 3.121706; 0.786420;, + 0.850652; 3.233784; 0.786420;, + 2.093320; 3.233783; 0.786420;, + 0.654117; 3.121706; 0.786420;, + 0.654118; 5.023182; 0.786420;, + 0.850653; 4.778825; 0.786420;, + 0.850652; 3.233784; 0.786420;, + 0.654117; 3.121706;-0.078749;, + 0.654118; 5.023182;-0.078749;, + 0.654118; 5.023182; 0.786420;, + 0.654117; 3.121706; 0.786420;, + 0.850653; 4.778825; 0.786420;, + 2.093321; 4.778824; 0.786420;, + 2.093321; 4.778825; 4.317000;, + 0.850653; 4.778825; 4.317000;, + 2.093321; 4.778824; 0.786420;, + 2.093320; 3.233783; 0.786420;, + 2.093321; 3.233784; 4.317000;, + 2.093321; 4.778825; 4.317000;, + 2.093320; 3.233783; 0.786420;, + 0.850652; 3.233784; 0.786420;, + 0.850652; 3.233784; 4.317000;, + 2.093321; 3.233784; 4.317000;, + 2.289856; 5.023181; 0.786420;, + 2.289855; 3.121706; 0.786420;, + 2.093320; 3.233783; 0.786420;, + 2.093321; 4.778824; 0.786420;, + 0.850653; 4.778825; 4.317000;, + 2.093321; 4.778825; 4.317000;, + 2.295710; 5.030459; 4.316999;, + 0.648265; 5.030460; 4.317000;, + 0.850652; 3.233784; 4.317000;, + 0.850653; 4.778825; 4.317000;, + 0.648265; 5.030460; 4.317000;, + 0.648264; 2.982150; 4.317000;, + 2.093321; 3.233784; 4.317000;, + 0.850652; 3.233784; 4.317000;, + 0.648264; 2.982150; 4.317000;, + 2.295709; 2.982149; 4.317000;, + 0.850652; 3.233784; 0.786420;, + 0.850653; 4.778825; 0.786420;, + 0.850653; 4.778825; 4.317000;, + 0.850652; 3.233784; 4.317000;, + -0.605996;-4.554652;-0.078749;, + -2.241735;-4.554652;-0.078749;, + -2.241735;-4.554652; 0.786420;, + -0.605996;-4.554652; 0.786420;, + -2.241734;-2.653176;-0.078749;, + -0.605996;-2.653177;-0.078749;, + -0.605996;-2.653177; 0.786420;, + -2.241734;-2.653176; 0.786420;, + -0.605996;-2.653177;-0.078749;, + -0.605996;-4.554652;-0.078749;, + -0.605996;-4.554652; 0.786420;, + -0.605996;-2.653177; 0.786420;, + -0.605996;-4.554652;-0.078749;, + -0.605996;-2.653177;-0.078749;, + -2.241734;-2.653176;-0.078749;, + -2.241735;-4.554652;-0.078749;, + -0.600143;-2.645899; 4.316999;, + -0.600142;-2.645899; 5.986964;, + -2.247587;-2.645898; 5.986964;, + -2.247587;-2.645898; 4.317000;, + -2.247587;-4.694208; 5.986965;, + -0.600143;-4.694209; 5.986964;, + -0.600143;-4.694209; 4.317000;, + -2.247588;-4.694208; 4.317000;, + -2.247587;-2.645898; 5.986964;, + -2.247587;-4.694208; 5.986965;, + -2.247588;-4.694208; 4.317000;, + -2.247587;-2.645898; 4.317000;, + -0.600142;-2.645899; 5.986964;, + -0.600143;-4.694209; 5.986964;, + -2.247587;-4.694208; 5.986965;, + -2.247587;-2.645898; 5.986964;, + -0.600143;-2.645899; 4.316999;, + -0.600143;-4.694209; 4.317000;, + -0.600143;-4.694209; 5.986964;, + -0.600142;-2.645899; 5.986964;, + -0.802531;-2.897533; 4.317000;, + -0.802531;-4.442574; 4.317000;, + -0.600143;-4.694209; 4.317000;, + -0.600143;-2.645899; 4.316999;, + -2.241734;-2.653176; 0.786420;, + -0.605996;-2.653177; 0.786420;, + -0.802531;-2.897534; 0.786420;, + -2.045199;-2.897533; 0.786420;, + -0.605996;-4.554652; 0.786420;, + -2.241735;-4.554652; 0.786420;, + -2.045200;-4.442574; 0.786420;, + -0.802532;-4.442575; 0.786420;, + -2.241735;-4.554652; 0.786420;, + -2.241734;-2.653176; 0.786420;, + -2.045199;-2.897533; 0.786420;, + -2.045200;-4.442574; 0.786420;, + -2.241735;-4.554652;-0.078749;, + -2.241734;-2.653176;-0.078749;, + -2.241734;-2.653176; 0.786420;, + -2.241735;-4.554652; 0.786420;, + -2.045199;-2.897533; 0.786420;, + -0.802531;-2.897534; 0.786420;, + -0.802531;-2.897533; 4.317000;, + -2.045199;-2.897533; 4.317000;, + -0.802531;-2.897534; 0.786420;, + -0.802532;-4.442575; 0.786420;, + -0.802531;-4.442574; 4.317000;, + -0.802531;-2.897533; 4.317000;, + -0.802532;-4.442575; 0.786420;, + -2.045200;-4.442574; 0.786420;, + -2.045200;-4.442574; 4.317000;, + -0.802531;-4.442574; 4.317000;, + -0.605996;-2.653177; 0.786420;, + -0.605996;-4.554652; 0.786420;, + -0.802532;-4.442575; 0.786420;, + -0.802531;-2.897534; 0.786420;, + -2.045199;-2.897533; 4.317000;, + -0.802531;-2.897533; 4.317000;, + -0.600143;-2.645899; 4.316999;, + -2.247587;-2.645898; 4.317000;, + -2.045200;-4.442574; 4.317000;, + -2.045199;-2.897533; 4.317000;, + -2.247587;-2.645898; 4.317000;, + -2.247588;-4.694208; 4.317000;, + -0.802531;-4.442574; 4.317000;, + -2.045200;-4.442574; 4.317000;, + -2.247588;-4.694208; 4.317000;, + -0.600143;-4.694209; 4.317000;, + -2.045200;-4.442574; 0.786420;, + -2.045199;-2.897533; 0.786420;, + -2.045199;-2.897533; 4.317000;, + -2.045200;-4.442574; 4.317000;, + 2.289853;-4.554653;-0.078749;, + 0.654114;-4.554653;-0.078749;, + 0.654114;-4.554653; 0.786420;, + 2.289853;-4.554653; 0.786420;, + 0.654115;-2.653177;-0.078749;, + 2.289853;-2.653177;-0.078749;, + 2.289853;-2.653177; 0.786420;, + 0.654115;-2.653177; 0.786420;, + 2.289853;-2.653177;-0.078749;, + 2.289853;-4.554653;-0.078749;, + 2.289853;-4.554653; 0.786420;, + 2.289853;-2.653177; 0.786420;, + 2.289853;-4.554653;-0.078749;, + 2.289853;-2.653177;-0.078749;, + 0.654115;-2.653177;-0.078749;, + 0.654114;-4.554653;-0.078749;, + 2.295707;-2.645900; 4.316999;, + 2.295707;-2.645900; 5.986964;, + 0.648262;-2.645899; 5.986964;, + 0.648262;-2.645899; 4.317000;, + 0.648262;-4.694209; 5.986965;, + 2.295707;-4.694210; 5.986964;, + 2.295706;-4.694210; 4.317000;, + 0.648261;-4.694209; 4.317000;, + 0.648262;-2.645899; 5.986964;, + 0.648262;-4.694209; 5.986965;, + 0.648261;-4.694209; 4.317000;, + 0.648262;-2.645899; 4.317000;, + 2.295707;-2.645900; 5.986964;, + 2.295707;-4.694210; 5.986964;, + 0.648262;-4.694209; 5.986965;, + 0.648262;-2.645899; 5.986964;, + 2.295707;-2.645900; 4.316999;, + 2.295706;-4.694210; 4.317000;, + 2.295707;-4.694210; 5.986964;, + 2.295707;-2.645900; 5.986964;, + 2.093318;-2.897534; 4.317000;, + 2.093318;-4.442575; 4.317000;, + 2.295706;-4.694210; 4.317000;, + 2.295707;-2.645900; 4.316999;, + 0.654115;-2.653177; 0.786420;, + 2.289853;-2.653177; 0.786420;, + 2.093318;-2.897534; 0.786420;, + 0.850650;-2.897534; 0.786420;, + 2.289853;-4.554653; 0.786420;, + 0.654114;-4.554653; 0.786420;, + 0.850649;-4.442575; 0.786420;, + 2.093318;-4.442575; 0.786420;, + 0.654114;-4.554653; 0.786420;, + 0.654115;-2.653177; 0.786420;, + 0.850650;-2.897534; 0.786420;, + 0.850649;-4.442575; 0.786420;, + 0.654114;-4.554653;-0.078749;, + 0.654115;-2.653177;-0.078749;, + 0.654115;-2.653177; 0.786420;, + 0.654114;-4.554653; 0.786420;, + 0.850650;-2.897534; 0.786420;, + 2.093318;-2.897534; 0.786420;, + 2.093318;-2.897534; 4.317000;, + 0.850650;-2.897534; 4.317000;, + 2.093318;-2.897534; 0.786420;, + 2.093318;-4.442575; 0.786420;, + 2.093318;-4.442575; 4.317000;, + 2.093318;-2.897534; 4.317000;, + 2.093318;-4.442575; 0.786420;, + 0.850649;-4.442575; 0.786420;, + 0.850650;-4.442575; 4.317000;, + 2.093318;-4.442575; 4.317000;, + 2.289853;-2.653177; 0.786420;, + 2.289853;-4.554653; 0.786420;, + 2.093318;-4.442575; 0.786420;, + 2.093318;-2.897534; 0.786420;, + 0.850650;-2.897534; 4.317000;, + 2.093318;-2.897534; 4.317000;, + 2.295707;-2.645900; 4.316999;, + 0.648262;-2.645899; 4.317000;, + 0.850650;-4.442575; 4.317000;, + 0.850650;-2.897534; 4.317000;, + 0.648262;-2.645899; 4.317000;, + 0.648261;-4.694209; 4.317000;, + 2.093318;-4.442575; 4.317000;, + 0.850650;-4.442575; 4.317000;, + 0.648261;-4.694209; 4.317000;, + 2.295706;-4.694210; 4.317000;, + 0.850649;-4.442575; 0.786420;, + 0.850650;-2.897534; 0.786420;, + 0.850650;-2.897534; 4.317000;, + 0.850650;-4.442575; 4.317000;, + 2.755566;-5.423599; 5.058936;, + 2.755570; 5.376402; 5.058936;, + -2.644430; 5.376405; 5.058936;, + -2.644433;-5.423595; 5.058936;, + -2.644428; 5.376408;10.458936;, + 2.755571; 5.376401;10.458936;, + 2.755567;-5.423597;10.458936;, + -2.644435;-5.423593;10.458936;, + -2.644430; 5.376405; 5.058936;, + -2.644428; 5.376408;10.458936;, + -2.644435;-5.423593;10.458936;, + -2.644433;-5.423595; 5.058936;, + 2.755570; 5.376402; 5.058936;, + 2.755571; 5.376401;10.458936;, + -2.644428; 5.376408;10.458936;, + -2.644430; 5.376405; 5.058936;, + 2.755566;-5.423599; 5.058936;, + 2.755567;-5.423597;10.458936;, + 2.755571; 5.376401;10.458936;, + 2.755570; 5.376402; 5.058936;, + 0.457788;-5.423596; 9.828822;, + -0.346656;-5.423596; 9.828822;, + -2.644435;-5.423593;10.458936;, + 2.755567;-5.423597;10.458936;, + -0.346656;-6.180264; 9.828822;, + -0.346656;-6.180264; 7.673504;, + -0.346656;-5.423596; 7.673504;, + -0.346656;-5.423596; 9.828822;, + 0.457788;-6.180264; 9.828822;, + 0.457788;-6.180264; 7.673504;, + -0.346656;-6.180264; 7.673504;, + -0.346656;-6.180264; 9.828822;, + 0.457788;-5.423596; 7.673504;, + 0.457788;-5.423596; 9.828822;, + 2.755567;-5.423597;10.458936;, + 2.755566;-5.423599; 5.058936;, + -0.346656;-5.423596; 9.828822;, + -0.346656;-5.423596; 7.673504;, + -2.644433;-5.423595; 5.058936;, + -2.644435;-5.423593;10.458936;, + -0.346656;-5.423596; 7.673504;, + 0.457788;-5.423596; 7.673504;, + 2.755566;-5.423599; 5.058936;, + -2.644433;-5.423595; 5.058936;, + -0.346656;-6.180264; 7.673504;, + 0.457788;-6.180264; 7.673504;, + 0.457788;-5.423596; 7.673504;, + -0.346656;-5.423596; 7.673504;, + 0.457788;-6.180264; 7.673504;, + 0.457788;-6.180264; 9.828822;, + 0.457788;-5.423596; 9.828822;, + 0.457788;-5.423596; 7.673504;, + 0.457788;-6.180264; 9.828822;, + -0.346656;-6.180264; 9.828822;, + -0.346656;-5.423596; 9.828822;, + 0.457788;-5.423596; 9.828822;, + -0.600140; 2.982150; 5.986964;, + -2.247585; 2.982151; 5.986965;, + -2.247585; 2.982151; 5.986965;, + -0.600140; 2.982150; 5.986964;; + 125; + 4;0;1;2;3;, + 4;4;5;6;7;, + 4;8;9;10;11;, + 4;12;13;14;15;, + 4;16;17;18;19;, + 4;20;21;22;23;, + 4;24;25;26;27;, + 4;28;29;30;31;, + 4;32;33;34;35;, + 4;36;37;38;39;, + 4;40;41;42;43;, + 4;44;45;46;47;, + 4;48;49;50;51;, + 4;52;53;54;55;, + 4;56;57;58;59;, + 4;60;61;62;63;, + 4;64;65;66;67;, + 4;68;69;70;71;, + 4;72;73;74;75;, + 4;76;77;78;79;, + 4;80;81;82;83;, + 4;84;85;86;87;, + 4;88;89;90;91;, + 4;92;93;94;95;, + 4;96;97;98;99;, + 4;100;101;102;103;, + 4;104;105;106;107;, + 4;108;109;110;111;, + 4;112;113;114;115;, + 4;116;117;118;119;, + 4;120;121;122;123;, + 4;124;125;126;127;, + 4;128;129;130;131;, + 4;132;133;134;135;, + 4;136;137;138;139;, + 4;140;141;142;143;, + 4;144;145;146;147;, + 4;148;149;150;151;, + 4;152;153;154;155;, + 4;156;157;158;159;, + 4;160;161;162;163;, + 4;164;165;166;167;, + 4;168;169;170;171;, + 4;172;173;174;175;, + 4;176;177;178;179;, + 4;180;181;182;183;, + 4;184;185;186;187;, + 4;188;189;190;191;, + 4;192;193;194;195;, + 4;196;197;198;199;, + 4;200;201;202;203;, + 4;204;205;206;207;, + 4;208;209;210;211;, + 4;212;213;214;215;, + 4;216;217;218;219;, + 4;220;221;222;223;, + 4;224;225;226;227;, + 4;228;229;230;231;, + 4;232;233;234;235;, + 4;236;237;238;239;, + 4;240;241;242;243;, + 4;244;245;246;247;, + 4;248;249;250;251;, + 4;252;253;254;255;, + 4;256;257;258;259;, + 4;260;261;262;263;, + 4;264;265;266;267;, + 4;268;269;270;271;, + 4;272;273;274;275;, + 4;276;277;278;279;, + 4;280;281;282;283;, + 4;284;285;286;287;, + 4;288;289;290;291;, + 4;292;293;294;295;, + 4;296;297;298;299;, + 4;300;301;302;303;, + 4;304;305;306;307;, + 4;308;309;310;311;, + 4;312;313;314;315;, + 4;316;317;318;319;, + 4;320;321;322;323;, + 4;324;325;326;327;, + 4;328;329;330;331;, + 4;332;333;334;335;, + 4;336;337;338;339;, + 4;340;341;342;343;, + 4;344;345;346;347;, + 4;348;349;350;351;, + 4;352;353;354;355;, + 4;356;357;358;359;, + 4;360;361;362;363;, + 4;364;365;366;367;, + 4;368;369;370;371;, + 4;372;373;374;375;, + 4;376;377;378;379;, + 4;380;381;382;383;, + 4;384;385;386;387;, + 4;388;389;390;391;, + 4;392;393;394;395;, + 4;396;397;398;399;, + 4;400;401;402;403;, + 4;404;405;406;407;, + 4;408;409;410;411;, + 4;412;413;414;415;, + 4;416;417;418;419;, + 4;420;421;422;423;, + 4;424;425;426;427;, + 4;428;429;430;431;, + 4;432;433;434;435;, + 4;436;437;438;439;, + 4;440;441;442;443;, + 4;444;445;446;447;, + 4;448;449;450;451;, + 4;452;453;454;455;, + 4;456;457;458;459;, + 4;460;461;462;463;, + 4;464;465;466;467;, + 4;468;469;470;471;, + 4;472;473;474;475;, + 4;476;477;478;479;, + 4;480;481;482;483;, + 4;484;485;486;487;, + 4;488;489;490;491;, + 4;492;493;494;495;, + 4;496;497;498;499;; + MeshNormals { //Cube_000 Normals + 500; + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + 0.000001; 1.000000; 0.000000;, + 0.000001; 1.000000; 0.000000;, + 0.000001; 1.000000; 0.000000;, + 0.000001; 1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + -0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + 1.000000;-0.000001;-0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 0.000000; 1.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + 1.000000;-0.000000; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + -0.000001;-0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -0.000000; 0.000000; 1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 0.000000; 1.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000;-0.000001;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + 0.000000;-0.000000;-1.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -1.000000; 0.000001; 0.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + -0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + 0.000000; 0.000000; 1.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + -1.000000; 0.000000; 0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 0.000001; 1.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + 1.000000;-0.000000;-0.000000;, + -0.000001;-1.000000; 0.000002;, + -0.000001;-1.000000; 0.000002;, + -0.000001;-1.000000; 0.000002;, + -0.000001;-1.000000; 0.000002;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + -1.000000; 0.000001;-0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000000;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + -0.000001;-1.000000; 0.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000;-1.000000;, + 0.000000; 0.000000;-1.000000;, + 1.000000;-0.000001; 0.000000;, + 1.000000;-0.000001; 0.000000;, + 1.000000;-0.000001; 0.000000;, + 1.000000;-0.000001; 0.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000;-0.000000; 1.000000;, + 0.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 0.000000;, + 0.000000; 0.000000; 0.000000;; + 125; + 4;0;1;2;3;, + 4;4;5;6;7;, + 4;8;9;10;11;, + 4;12;13;14;15;, + 4;16;17;18;19;, + 4;20;21;22;23;, + 4;24;25;26;27;, + 4;28;29;30;31;, + 4;32;33;34;35;, + 4;36;37;38;39;, + 4;40;41;42;43;, + 4;44;45;46;47;, + 4;48;49;50;51;, + 4;52;53;54;55;, + 4;56;57;58;59;, + 4;60;61;62;63;, + 4;64;65;66;67;, + 4;68;69;70;71;, + 4;72;73;74;75;, + 4;76;77;78;79;, + 4;80;81;82;83;, + 4;84;85;86;87;, + 4;88;89;90;91;, + 4;92;93;94;95;, + 4;96;97;98;99;, + 4;100;101;102;103;, + 4;104;105;106;107;, + 4;108;109;110;111;, + 4;112;113;114;115;, + 4;116;117;118;119;, + 4;120;121;122;123;, + 4;124;125;126;127;, + 4;128;129;130;131;, + 4;132;133;134;135;, + 4;136;137;138;139;, + 4;140;141;142;143;, + 4;144;145;146;147;, + 4;148;149;150;151;, + 4;152;153;154;155;, + 4;156;157;158;159;, + 4;160;161;162;163;, + 4;164;165;166;167;, + 4;168;169;170;171;, + 4;172;173;174;175;, + 4;176;177;178;179;, + 4;180;181;182;183;, + 4;184;185;186;187;, + 4;188;189;190;191;, + 4;192;193;194;195;, + 4;196;197;198;199;, + 4;200;201;202;203;, + 4;204;205;206;207;, + 4;208;209;210;211;, + 4;212;213;214;215;, + 4;216;217;218;219;, + 4;220;221;222;223;, + 4;224;225;226;227;, + 4;228;229;230;231;, + 4;232;233;234;235;, + 4;236;237;238;239;, + 4;240;241;242;243;, + 4;244;245;246;247;, + 4;248;249;250;251;, + 4;252;253;254;255;, + 4;256;257;258;259;, + 4;260;261;262;263;, + 4;264;265;266;267;, + 4;268;269;270;271;, + 4;272;273;274;275;, + 4;276;277;278;279;, + 4;280;281;282;283;, + 4;284;285;286;287;, + 4;288;289;290;291;, + 4;292;293;294;295;, + 4;296;297;298;299;, + 4;300;301;302;303;, + 4;304;305;306;307;, + 4;308;309;310;311;, + 4;312;313;314;315;, + 4;316;317;318;319;, + 4;320;321;322;323;, + 4;324;325;326;327;, + 4;328;329;330;331;, + 4;332;333;334;335;, + 4;336;337;338;339;, + 4;340;341;342;343;, + 4;344;345;346;347;, + 4;348;349;350;351;, + 4;352;353;354;355;, + 4;356;357;358;359;, + 4;360;361;362;363;, + 4;364;365;366;367;, + 4;368;369;370;371;, + 4;372;373;374;375;, + 4;376;377;378;379;, + 4;380;381;382;383;, + 4;384;385;386;387;, + 4;388;389;390;391;, + 4;392;393;394;395;, + 4;396;397;398;399;, + 4;400;401;402;403;, + 4;404;405;406;407;, + 4;408;409;410;411;, + 4;412;413;414;415;, + 4;416;417;418;419;, + 4;420;421;422;423;, + 4;424;425;426;427;, + 4;428;429;430;431;, + 4;432;433;434;435;, + 4;436;437;438;439;, + 4;440;441;442;443;, + 4;444;445;446;447;, + 4;448;449;450;451;, + 4;452;453;454;455;, + 4;456;457;458;459;, + 4;460;461;462;463;, + 4;464;465;466;467;, + 4;468;469;470;471;, + 4;472;473;474;475;, + 4;476;477;478;479;, + 4;480;481;482;483;, + 4;484;485;486;487;, + 4;488;489;490;491;, + 4;492;493;494;495;, + 4;496;497;498;499;; + } //End of Cube_000 Normals + MeshMaterialList { //Cube_000 Material List + 1; + 125; + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0;; + Material Material { + 0.800000; 0.800000; 0.800000; 1.000000;; + 96.078431; + 0.000000; 0.000000; 0.000000;; + 0.000000; 0.000000; 0.000000;; + } + } //End of Cube_000 Material List + MeshTextureCoords { //Cube_000 UV Coordinates + 500; + 0.775469; 0.249479;, + 0.775469; 0.000000;, + 1.000000; 0.000000;, + 1.000000; 0.249479;, + 0.770791; 0.254677;, + 0.770791; 0.000000;, + 1.000000; 0.000000;, + 1.000000; 0.254677;, + 0.776860; 0.247933;, + 0.776860; 0.000000;, + 1.000000; 0.000000;, + 1.000000; 0.247933;, + 1.000000; 0.248886;, + 0.776003; 0.248886;, + 0.776003; 0.000000;, + 1.000000; 0.000000;, + 0.775469; 0.249479;, + 0.775469; 0.000000;, + 1.000000; 0.000000;, + 1.000000; 0.249479;, + 0.508558; 0.128375;, + 0.416040; 0.128375;, + 0.399617; 0.101116;, + 0.521949; 0.101116;, + 0.774010; 0.541452;, + 0.428653; 0.541418;, + 0.409241; 0.502401;, + 0.788614; 0.502401;, + 0.508558; 0.323334;, + 0.508558; 0.128375;, + 0.521949; 0.101116;, + 0.521949; 0.350594;, + 0.170686; 0.040386;, + 0.170686; 0.289871;, + 0.128073; 0.289868;, + 0.128073; 0.040389;, + 0.535799; 0.248602;, + 0.665009; 0.248602;, + 0.660053; 0.275862;, + 0.537722; 0.275862;, + 0.717535; 0.651074;, + 0.480501; 0.651074;, + 0.403272; 0.516724;, + 0.800974; 0.515687;, + 0.819048; 0.797658;, + 0.818677; 0.592455;, + 0.785562; 0.595942;, + 0.785562; 0.806196;, + 0.445849; 0.717935;, + 0.757626; 0.715741;, + 0.759700; 0.650149;, + 0.451988; 0.650149;, + 0.385327; 0.564976;, + 0.385327; 0.831711;, + 0.411585; 0.834122;, + 0.411585; 0.566052;, + 0.641769; 0.799233;, + 0.559004; 0.799233;, + 0.531170; 0.783727;, + 0.669603; 0.783727;, + 0.480501; 0.651074;, + 0.480501; 0.866680;, + 0.402917; 0.885928;, + 0.403272; 0.516724;, + 0.717535; 0.866680;, + 0.717535; 0.651074;, + 0.800974; 0.515687;, + 0.800796; 0.879372;, + 0.445862; 0.690313;, + 0.757393; 0.690313;, + 0.757626; 0.715741;, + 0.445849; 0.717935;, + 0.530532; 0.825974;, + 0.530532; 0.725803;, + 0.672472; 0.725803;, + 0.672472; 0.825974;, + 0.546001; 0.748997;, + 0.546001; 0.824503;, + 0.529045; 0.825838;, + 0.529045; 0.747662;, + 0.654435; 0.833521;, + 0.654435; 0.728251;, + 0.669955; 0.728605;, + 0.669954; 0.835122;, + 0.531146; 0.813612;, + 0.671345; 0.813612;, + 0.670462; 0.829118;, + 0.532029; 0.829118;, + 0.163824; 0.970678;, + 0.025445; 0.971241;, + 0.025078; 0.812645;, + 0.163457; 0.812082;, + 0.163457; 0.971241;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.163824; 0.812645;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.197495; 0.970678;, + 0.025445; 0.971378;, + 0.197553; 0.995579;, + 0.025502; 0.996279;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.757152; 0.213729;, + 0.757313; 0.027004;, + 0.808940; 0.027564;, + 0.808778; 0.214289;, + 0.873128; 0.028261;, + 0.924754; 0.028821;, + 0.924592; 0.215546;, + 0.872966; 0.214986;, + 0.808940; 0.027564;, + 0.873128; 0.028261;, + 0.872966; 0.214986;, + 0.808778; 0.214289;, + 0.760353; 0.210258;, + 0.760551; 0.026773;, + 0.812177; 0.027222;, + 0.811979; 0.210707;, + 0.757152; 0.213729;, + 0.692963; 0.213032;, + 0.693125; 0.026307;, + 0.757313; 0.027004;, + 0.757120; 0.249836;, + 0.692932; 0.249139;, + 0.692963; 0.213032;, + 0.757152; 0.213729;, + 0.025078; 0.995579;, + 0.025502; 0.812082;, + 0.046123; 0.834214;, + 0.045801; 0.973616;, + 0.197553; 0.812782;, + 0.197128; 0.996279;, + 0.176507; 0.974147;, + 0.176830; 0.834745;, + 0.197128; 0.996279;, + 0.025078; 0.995579;, + 0.045801; 0.973616;, + 0.176507; 0.974147;, + 0.197128; 0.971378;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.197495; 0.812783;, + 0.145802; 0.800348;, + 0.037973; 0.799657;, + 0.038577; 0.388392;, + 0.146405; 0.389084;, + 0.169580; 0.801264;, + 0.035513; 0.800404;, + 0.036117; 0.389140;, + 0.170183; 0.389999;, + 0.147602; 0.801900;, + 0.039773; 0.801209;, + 0.040375; 0.389943;, + 0.148204; 0.390635;, + 0.025502; 0.812082;, + 0.197553; 0.812782;, + 0.176830; 0.834745;, + 0.046123; 0.834214;, + 0.808747; 0.250397;, + 0.757120; 0.249836;, + 0.757152; 0.213729;, + 0.808778; 0.214289;, + 0.872935; 0.251093;, + 0.808747; 0.250397;, + 0.808778; 0.214289;, + 0.872966; 0.214986;, + 0.924561; 0.251654;, + 0.872935; 0.251093;, + 0.872966; 0.214986;, + 0.924592; 0.215546;, + 0.169708; 0.801209;, + 0.035640; 0.800348;, + 0.036243; 0.389084;, + 0.170310; 0.389943;, + 0.163824; 0.970678;, + 0.025445; 0.971241;, + 0.025078; 0.812645;, + 0.163457; 0.812082;, + 0.163457; 0.971241;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.163824; 0.812645;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.197495; 0.970678;, + 0.025445; 0.971378;, + 0.197553; 0.995579;, + 0.025502; 0.996279;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.757152; 0.213729;, + 0.757313; 0.027004;, + 0.808940; 0.027564;, + 0.808778; 0.214289;, + 0.873128; 0.028261;, + 0.924754; 0.028821;, + 0.924592; 0.215546;, + 0.872966; 0.214986;, + 0.808940; 0.027564;, + 0.873128; 0.028261;, + 0.872966; 0.214986;, + 0.808778; 0.214289;, + 0.760353; 0.210258;, + 0.760551; 0.026773;, + 0.812177; 0.027222;, + 0.811979; 0.210707;, + 0.757152; 0.213729;, + 0.692963; 0.213032;, + 0.693125; 0.026307;, + 0.757313; 0.027004;, + 0.757120; 0.249836;, + 0.692932; 0.249139;, + 0.692963; 0.213032;, + 0.757152; 0.213729;, + 0.025078; 0.995579;, + 0.025502; 0.812082;, + 0.046123; 0.834214;, + 0.045801; 0.973616;, + 0.197553; 0.812782;, + 0.197128; 0.996279;, + 0.176507; 0.974147;, + 0.176830; 0.834745;, + 0.197128; 0.996279;, + 0.025078; 0.995579;, + 0.045801; 0.973616;, + 0.176507; 0.974147;, + 0.197128; 0.971378;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.197495; 0.812783;, + 0.145802; 0.800348;, + 0.037973; 0.799657;, + 0.038577; 0.388392;, + 0.146405; 0.389084;, + 0.169580; 0.801264;, + 0.035513; 0.800404;, + 0.036117; 0.389140;, + 0.170183; 0.389999;, + 0.147602; 0.801900;, + 0.039773; 0.801209;, + 0.040375; 0.389943;, + 0.148204; 0.390635;, + 0.025502; 0.812082;, + 0.197553; 0.812782;, + 0.176830; 0.834745;, + 0.046123; 0.834214;, + 0.808747; 0.250397;, + 0.757120; 0.249836;, + 0.757152; 0.213729;, + 0.808778; 0.214289;, + 0.872935; 0.251093;, + 0.808747; 0.250397;, + 0.808778; 0.214289;, + 0.872966; 0.214986;, + 0.924561; 0.251654;, + 0.872935; 0.251093;, + 0.872966; 0.214986;, + 0.924592; 0.215546;, + 0.169708; 0.801209;, + 0.035640; 0.800348;, + 0.036243; 0.389084;, + 0.170310; 0.389943;, + 0.163824; 0.970678;, + 0.025445; 0.971241;, + 0.025078; 0.812645;, + 0.163457; 0.812082;, + 0.163457; 0.971241;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.163824; 0.812645;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.197495; 0.970678;, + 0.025445; 0.971378;, + 0.197553; 0.995579;, + 0.025502; 0.996279;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.757152; 0.213729;, + 0.757313; 0.027004;, + 0.808940; 0.027564;, + 0.808778; 0.214289;, + 0.873128; 0.028261;, + 0.924754; 0.028821;, + 0.924592; 0.215546;, + 0.872966; 0.214986;, + 0.808940; 0.027564;, + 0.873128; 0.028261;, + 0.872966; 0.214986;, + 0.808778; 0.214289;, + 0.760353; 0.210258;, + 0.760551; 0.026773;, + 0.812177; 0.027222;, + 0.811979; 0.210707;, + 0.757152; 0.213729;, + 0.692963; 0.213032;, + 0.693125; 0.026307;, + 0.757313; 0.027004;, + 0.757120; 0.249836;, + 0.692932; 0.249139;, + 0.692963; 0.213032;, + 0.757152; 0.213729;, + 0.025078; 0.995579;, + 0.025502; 0.812082;, + 0.046123; 0.834214;, + 0.045801; 0.973616;, + 0.197553; 0.812782;, + 0.197128; 0.996279;, + 0.176507; 0.974147;, + 0.176830; 0.834745;, + 0.197128; 0.996279;, + 0.025078; 0.995579;, + 0.045801; 0.973616;, + 0.176507; 0.974147;, + 0.197128; 0.971378;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.197495; 0.812783;, + 0.145802; 0.800348;, + 0.037973; 0.799657;, + 0.038577; 0.388392;, + 0.146405; 0.389084;, + 0.169580; 0.801264;, + 0.035513; 0.800404;, + 0.036117; 0.389140;, + 0.170183; 0.389999;, + 0.147602; 0.801900;, + 0.039773; 0.801209;, + 0.040375; 0.389943;, + 0.148204; 0.390635;, + 0.025502; 0.812082;, + 0.197553; 0.812782;, + 0.176830; 0.834745;, + 0.046123; 0.834214;, + 0.808747; 0.250397;, + 0.757120; 0.249836;, + 0.757152; 0.213729;, + 0.808778; 0.214289;, + 0.872935; 0.251093;, + 0.808747; 0.250397;, + 0.808778; 0.214289;, + 0.872966; 0.214986;, + 0.924561; 0.251654;, + 0.872935; 0.251093;, + 0.872966; 0.214986;, + 0.924592; 0.215546;, + 0.169708; 0.801209;, + 0.035640; 0.800348;, + 0.036243; 0.389084;, + 0.170310; 0.389943;, + 0.163824; 0.970678;, + 0.025445; 0.971241;, + 0.025078; 0.812645;, + 0.163457; 0.812082;, + 0.163457; 0.971241;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.163824; 0.812645;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.197495; 0.970678;, + 0.025445; 0.971378;, + 0.197553; 0.995579;, + 0.025502; 0.996279;, + 0.025078; 0.812782;, + 0.197128; 0.812082;, + 0.757152; 0.213729;, + 0.757313; 0.027004;, + 0.808940; 0.027564;, + 0.808778; 0.214289;, + 0.873128; 0.028261;, + 0.924754; 0.028821;, + 0.924592; 0.215546;, + 0.872966; 0.214986;, + 0.808940; 0.027564;, + 0.873128; 0.028261;, + 0.872966; 0.214986;, + 0.808778; 0.214289;, + 0.760353; 0.210258;, + 0.760551; 0.026773;, + 0.812177; 0.027222;, + 0.811979; 0.210707;, + 0.757152; 0.213729;, + 0.692963; 0.213032;, + 0.693125; 0.026307;, + 0.757313; 0.027004;, + 0.757120; 0.249836;, + 0.692932; 0.249139;, + 0.692963; 0.213032;, + 0.757152; 0.213729;, + 0.025078; 0.995579;, + 0.025502; 0.812082;, + 0.046123; 0.834214;, + 0.045801; 0.973616;, + 0.197553; 0.812782;, + 0.197128; 0.996279;, + 0.176507; 0.974147;, + 0.176830; 0.834745;, + 0.197128; 0.996279;, + 0.025078; 0.995579;, + 0.045801; 0.973616;, + 0.176507; 0.974147;, + 0.197128; 0.971378;, + 0.025078; 0.970678;, + 0.025445; 0.812082;, + 0.197495; 0.812783;, + 0.145802; 0.800348;, + 0.037973; 0.799657;, + 0.038577; 0.388392;, + 0.146405; 0.389084;, + 0.169580; 0.801264;, + 0.035513; 0.800404;, + 0.036117; 0.389140;, + 0.170183; 0.389999;, + 0.147602; 0.801900;, + 0.039773; 0.801209;, + 0.040375; 0.389943;, + 0.148204; 0.390635;, + 0.025502; 0.812082;, + 0.197553; 0.812782;, + 0.176830; 0.834745;, + 0.046123; 0.834214;, + 0.808747; 0.250397;, + 0.757120; 0.249836;, + 0.757152; 0.213729;, + 0.808778; 0.214289;, + 0.872935; 0.251093;, + 0.808747; 0.250397;, + 0.808778; 0.214289;, + 0.872966; 0.214986;, + 0.924561; 0.251654;, + 0.872935; 0.251093;, + 0.872966; 0.214986;, + 0.924592; 0.215546;, + 0.169708; 0.801209;, + 0.035640; 0.800348;, + 0.036243; 0.389084;, + 0.170310; 0.389943;, + 0.162385; 0.009221;, + 0.924369; 0.009221;, + 0.924369; 0.340664;, + 0.162385; 0.340664;, + 0.162385; 0.375513;, + 0.162385; 0.044070;, + 0.920960; 0.044069;, + 0.920960; 0.375513;, + 0.162385; 0.341696;, + 0.162385; 0.040128;, + 0.811969; 0.040128;, + 0.811969; 0.341696;, + 0.420022; 0.481351;, + 0.420022; 0.016910;, + 0.838019; 0.016910;, + 0.838019; 0.481351;, + 0.893638; 0.009221;, + 0.893639; 0.340665;, + 0.162386; 0.340666;, + 0.162385; 0.009222;, + 0.784518; 0.096296;, + 0.836709; 0.096296;, + 0.985785; 0.049700;, + 0.635442; 0.049700;, + 0.846809; 0.124222;, + 0.847350; 0.300681;, + 0.785401; 0.300871;, + 0.784859; 0.124412;, + 0.655966; 0.300669;, + 0.656507; 0.124210;, + 0.722368; 0.124412;, + 0.721827; 0.300871;, + 0.784518; 0.255678;, + 0.784518; 0.096296;, + 0.635442; 0.049700;, + 0.635442; 0.449020;, + 0.836709; 0.096296;, + 0.836709; 0.255678;, + 0.985785; 0.449020;, + 0.985785; 0.049700;, + 0.836709; 0.255678;, + 0.784518; 0.255678;, + 0.635442; 0.449020;, + 0.985785; 0.449020;, + 0.784859; 0.124032;, + 0.785061; 0.058171;, + 0.847011; 0.058361;, + 0.846809; 0.124222;, + 0.722368; 0.300681;, + 0.722910; 0.124222;, + 0.784859; 0.124412;, + 0.784318; 0.300871;, + 0.784657; 0.058171;, + 0.784859; 0.124032;, + 0.722910; 0.124222;, + 0.722708; 0.058361;, + 0.560714; 0.056620;, + 0.713255; 0.056620;, + 0.713255; 0.056620;, + 0.560714; 0.056620;; + } //End of Cube_000 UV Coordinates + XSkinMeshHeader { + 2; + 6; + 6; + } + SkinWeights { + "Armature_RR_leg"; + 88; + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374, + 375, + 376, + 377, + 378, + 379, + 380, + 381, + 382, + 383, + 384, + 385, + 386, + 387, + 388, + 389, + 390, + 391, + 392, + 393, + 394, + 395, + 396, + 397, + 398, + 399, + 400, + 401, + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 411, + 412, + 413, + 414, + 415, + 416, + 417, + 418, + 419, + 420, + 421, + 422, + 423, + 424, + 425, + 426, + 427, + 428, + 429, + 430, + 431, + 432, + 433, + 434, + 435, + 436, + 437, + 438, + 439; + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000; + -1.000000,-0.000000,-0.000000, 0.000000, + 0.000000,-0.000000,-1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + 1.469550, 5.848685,-3.642604, 1.000000;; + } //End of Armature_RR_leg Skin Weights + SkinWeights { + "Armature_Bone_001"; + 88; + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175; + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000; + -1.000000,-0.000000,-0.000000, 0.000000, + 0.000000,-0.000000,-1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + -1.429771, 5.848686, 4.064455, 1.000000;; + } //End of Armature_Bone_001 Skin Weights + SkinWeights { + "Armature_Head"; + 94; + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 444, + 445, + 449, + 453, + 454, + 458; + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.000000, + 0.000003, + 0.000000, + 0.000003, + 0.000000, + 0.000003; + 1.000000, 0.000000,-0.000000, 0.000000, + -0.000000, 1.000000,-0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + -0.030900,-3.778762,-10.040427, 1.000000;; + } //End of Armature_Head Skin Weights + SkinWeights { + "Armature_Root"; + 59; + 197, + 205, + 210, + 440, + 441, + 442, + 443, + 444, + 445, + 446, + 447, + 448, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460, + 461, + 462, + 463, + 464, + 465, + 466, + 467, + 468, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 478, + 479, + 480, + 481, + 482, + 483, + 484, + 485, + 486, + 487, + 488, + 489, + 490, + 491, + 492, + 493, + 494, + 495; + 0.502081, + 0.502081, + 0.502081, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.999997, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.999997, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.999997, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000; + -1.000000,-0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + -0.000000, 1.000000, 0.000000, 0.000000, + 0.030899,-5.987902, 0.009275, 1.000000;; + } //End of Armature_Root Skin Weights + SkinWeights { + "Armature_Bone_002"; + 88; + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351; + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.993587, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.993587, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.993587, + 1.000000, + 1.000000, + 0.993587, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000; + -1.000000,-0.000000,-0.000000, 0.000000, + 0.000000,-0.000000,-1.000000, 0.000000, + 0.000000,-1.000000, 0.000000, 0.000000, + -1.429772, 5.848685,-3.642603, 1.000000;; + } //End of Armature_Bone_002 Skin Weights + SkinWeights { + "Armature_Bone_003"; + 107; + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 268, + 271, + 278, + 283, + 291, + 304, + 307, + 311, + 313, + 314, + 317, + 318, + 320, + 325, + 328, + 334, + 339, + 342, + 349; + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.497919, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.497919, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.497919, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 1.000000, + 0.000000, + 0.000000, + 0.000000, + 0.006413, + 0.006413, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.000000, + 0.006413, + 0.006413, + 0.000000; + -1.000000, 0.000000,-0.000000, 0.000000, + 0.000000, 0.000000,-1.000000, 0.000000, + -0.000000,-1.000000,-0.000000, 0.000000, + 1.469550, 5.848685, 4.064454, 1.000000;; + } //End of Armature_Bone_003 Skin Weights + } //End of Cube_000 Mesh + } //End of sheep + } //End of Armature +} //End of Root Frame +AnimationSet { + Animation { + {Armature} + AnimationKey { //Position + 2; + 165; + 0;3; 0.020581, 0.043608, 0.162447;;, + 1;3; 0.020581, 0.043608, 0.162447;;, + 2;3; 0.020581, 0.043608, 0.162447;;, + 3;3; 0.020581, 0.043608, 0.162447;;, + 4;3; 0.020581, 0.043608, 0.162447;;, + 5;3; 0.020581, 0.043608, 0.162447;;, + 6;3; 0.020581, 0.043608, 0.162447;;, + 7;3; 0.020581, 0.043608, 0.162447;;, + 8;3; 0.020581, 0.043608, 0.162447;;, + 9;3; 0.020581, 0.043608, 0.162447;;, + 10;3; 0.020581, 0.043608, 0.162447;;, + 11;3; 0.020581, 0.043608, 0.162447;;, + 12;3; 0.020581, 0.043608, 0.162447;;, + 13;3; 0.020581, 0.043608, 0.162447;;, + 14;3; 0.020581, 0.043608, 0.162447;;, + 15;3; 0.020581, 0.043608, 0.162447;;, + 16;3; 0.020581, 0.043608, 0.162447;;, + 17;3; 0.020581, 0.043608, 0.162447;;, + 18;3; 0.020581, 0.043608, 0.162447;;, + 19;3; 0.020581, 0.043608, 0.162447;;, + 20;3; 0.020581, 0.043608, 0.162447;;, + 21;3; 0.020581, 0.043608, 0.162447;;, + 22;3; 0.020581, 0.043608, 0.162447;;, + 23;3; 0.020581, 0.043608, 0.162447;;, + 24;3; 0.020581, 0.043608, 0.162447;;, + 25;3; 0.020581, 0.043608, 0.162447;;, + 26;3; 0.020581, 0.043608, 0.162447;;, + 27;3; 0.020581, 0.043608, 0.162447;;, + 28;3; 0.020581, 0.043608, 0.162447;;, + 29;3; 0.020581, 0.043608, 0.162447;;, + 30;3; 0.020581, 0.043608, 0.162447;;, + 31;3; 0.020581, 0.043608, 0.162447;;, + 32;3; 0.020581, 0.043608, 0.162447;;, + 33;3; 0.020581, 0.043608, 0.162447;;, + 34;3; 0.020581, 0.043608, 0.162447;;, + 35;3; 0.020581, 0.043608, 0.162447;;, + 36;3; 0.020581, 0.043608, 0.162447;;, + 37;3; 0.020581, 0.043608, 0.162447;;, + 38;3; 0.020581, 0.043608, 0.162447;;, + 39;3; 0.020581, 0.043608, 0.162447;;, + 40;3; 0.020581, 0.043608, 0.162447;;, + 41;3; 0.020581, 0.043608, 0.162447;;, + 42;3; 0.020581, 0.043608, 0.162447;;, + 43;3; 0.020581, 0.043608, 0.162447;;, + 44;3; 0.020581, 0.043608, 0.162447;;, + 45;3; 0.020581, 0.043608, 0.162447;;, + 46;3; 0.020581, 0.043608, 0.162447;;, + 47;3; 0.020581, 0.043608, 0.162447;;, + 48;3; 0.020581, 0.043608, 0.162447;;, + 49;3; 0.020581, 0.043608, 0.162447;;, + 50;3; 0.020581, 0.043608, 0.162447;;, + 51;3; 0.020581, 0.043608, 0.162447;;, + 52;3; 0.020581, 0.043608, 0.162447;;, + 53;3; 0.020581, 0.043608, 0.162447;;, + 54;3; 0.020581, 0.043608, 0.162447;;, + 55;3; 0.020581, 0.043608, 0.162447;;, + 56;3; 0.020581, 0.043608, 0.162447;;, + 57;3; 0.020581, 0.043608, 0.162447;;, + 58;3; 0.020581, 0.043608, 0.162447;;, + 59;3; 0.020581, 0.043608, 0.162447;;, + 60;3; 0.020581, 0.043608, 0.162447;;, + 61;3; 0.020581, 0.043608, 0.162447;;, + 62;3; 0.020581, 0.043608, 0.162447;;, + 63;3; 0.020581, 0.043608, 0.162447;;, + 64;3; 0.020581, 0.043608, 0.162447;;, + 65;3; 0.020581, 0.043608, 0.162447;;, + 66;3; 0.020581, 0.043608, 0.162447;;, + 67;3; 0.020581, 0.043608, 0.162447;;, + 68;3; 0.020581, 0.043608, 0.162447;;, + 69;3; 0.020581, 0.043608, 0.162447;;, + 70;3; 0.020581, 0.043608, 0.162447;;, + 71;3; 0.020581, 0.043608, 0.162447;;, + 72;3; 0.020581, 0.043608, 0.162447;;, + 73;3; 0.020581, 0.043608, 0.162447;;, + 74;3; 0.020581, 0.043608, 0.162447;;, + 75;3; 0.020581, 0.043608, 0.162447;;, + 76;3; 0.020581, 0.043608, 0.162447;;, + 77;3; 0.020581, 0.043608, 0.162447;;, + 78;3; 0.020581, 0.043608, 0.162447;;, + 79;3; 0.020581, 0.043608, 0.162447;;, + 80;3; 0.020581, 0.043608, 0.162447;;, + 81;3; 0.020581, 0.043608, 0.162447;;, + 82;3; 0.020581, 0.043608, 0.162447;;, + 83;3; 0.020581, 0.043608, 0.162447;;, + 84;3; 0.020581, 0.043608, 0.162447;;, + 85;3; 0.020581, 0.043608, 0.162447;;, + 86;3; 0.020581, 0.043608, 0.162447;;, + 87;3; 0.020581, 0.043608, 0.162447;;, + 88;3; 0.020581, 0.043608, 0.162447;;, + 89;3; 0.020581, 0.043608, 0.162447;;, + 90;3; 0.020581, 0.043608, 0.162447;;, + 91;3; 0.020581, 0.043608, 0.162447;;, + 92;3; 0.020581, 0.043608, 0.162447;;, + 93;3; 0.020581, 0.043608, 0.162447;;, + 94;3; 0.020581, 0.043608, 0.162447;;, + 95;3; 0.020581, 0.043608, 0.162447;;, + 96;3; 0.020581, 0.043608, 0.162447;;, + 97;3; 0.020581, 0.043608, 0.162447;;, + 98;3; 0.020581, 0.043608, 0.162447;;, + 99;3; 0.020581, 0.043608, 0.162447;;, + 100;3; 0.020581, 0.043608, 0.162447;;, + 101;3; 0.020581, 0.043608, 0.162447;;, + 102;3; 0.020581, 0.043608, 0.162447;;, + 103;3; 0.020581, 0.043608, 0.162447;;, + 104;3; 0.020581, 0.043608, 0.162447;;, + 105;3; 0.020581, 0.043608, 0.162447;;, + 106;3; 0.020581, 0.043608, 0.162447;;, + 107;3; 0.020581, 0.043608, 0.162447;;, + 108;3; 0.020581, 0.043608, 0.162447;;, + 109;3; 0.020581, 0.043608, 0.162447;;, + 110;3; 0.020581, 0.043608, 0.162447;;, + 111;3; 0.020581, 0.043608, 0.162447;;, + 112;3; 0.020581, 0.043608, 0.162447;;, + 113;3; 0.020581, 0.043608, 0.162447;;, + 114;3; 0.020581, 0.043608, 0.162447;;, + 115;3; 0.020581, 0.043608, 0.162447;;, + 116;3; 0.020581, 0.043608, 0.162447;;, + 117;3; 0.020581, 0.043608, 0.162447;;, + 118;3; 0.020581, 0.043608, 0.162447;;, + 119;3; 0.020581, 0.043608, 0.162447;;, + 120;3; 0.020581, 0.043608, 0.162447;;, + 121;3; 0.020581, 0.043608, 0.162447;;, + 122;3; 0.020581, 0.043608, 0.162447;;, + 123;3; 0.020581, 0.043608, 0.162447;;, + 124;3; 0.020581, 0.043608, 0.162447;;, + 125;3; 0.020581, 0.043608, 0.162447;;, + 126;3; 0.020581, 0.043608, 0.162447;;, + 127;3; 0.020581, 0.043608, 0.162447;;, + 128;3; 0.020581, 0.043608, 0.162447;;, + 129;3; 0.020581, 0.043608, 0.162447;;, + 130;3; 0.020581, 0.043608, 0.162447;;, + 131;3; 0.020581, 0.043608, 0.162447;;, + 132;3; 0.020581, 0.043608, 0.162447;;, + 133;3; 0.020581, 0.043608, 0.162447;;, + 134;3; 0.020581, 0.043608, 0.162447;;, + 135;3; 0.020581, 0.043608, 0.162447;;, + 136;3; 0.020581, 0.043608, 0.162447;;, + 137;3; 0.020581, 0.043608, 0.162447;;, + 138;3; 0.020581, 0.043608, 0.162447;;, + 139;3; 0.020581, 0.043608, 0.162447;;, + 140;3; 0.020581, 0.043608, 0.162447;;, + 141;3; 0.020581, 0.043608, 0.162447;;, + 142;3; 0.020581, 0.043608, 0.162447;;, + 143;3; 0.020581, 0.043608, 0.162447;;, + 144;3; 0.020581, 0.043608, 0.162447;;, + 145;3; 0.020581, 0.043608, 0.162447;;, + 146;3; 0.020581, 0.043608, 0.162447;;, + 147;3; 0.020581, 0.043608, 0.162447;;, + 148;3; 0.020581, 0.043608, 0.162447;;, + 149;3; 0.020581, 0.043608, 0.162447;;, + 150;3; 0.020581, 0.043608, 0.162447;;, + 151;3; 0.020581, 0.043608, 0.162447;;, + 152;3; 0.020581, 0.043608, 0.162447;;, + 153;3; 0.020581, 0.043608, 0.162447;;, + 154;3; 0.020581, 0.043608, 0.162447;;, + 155;3; 0.020581, 0.043608, 0.162447;;, + 156;3; 0.020581, 0.043608, 0.162447;;, + 157;3; 0.020581, 0.043608, 0.162447;;, + 158;3; 0.020581, 0.043608, 0.162447;;, + 159;3; 0.020581, 0.043608, 0.162447;;, + 160;3; 0.020581, 0.043608, 0.162447;;, + 161;3; 0.020581, 0.043608, 0.162447;;, + 162;3; 0.020581, 0.043608, 0.162447;;, + 163;3; 0.020581, 0.043608, 0.162447;;, + 164;3; 0.020581, 0.043608, 0.162447;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4; -1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_Root} + AnimationKey { //Position + 2; + 165; + 0;3; 0.030899,-0.009276, 5.987902;;, + 1;3; 0.030899,-0.009276, 5.987902;;, + 2;3; 0.030899,-0.009276, 5.987902;;, + 3;3; 0.030899,-0.009276, 5.987902;;, + 4;3; 0.030899,-0.009276, 5.987902;;, + 5;3; 0.030899,-0.009276, 5.987902;;, + 6;3; 0.030899,-0.009276, 5.987902;;, + 7;3; 0.030899,-0.009276, 5.987902;;, + 8;3; 0.030899,-0.009276, 5.987902;;, + 9;3; 0.030899,-0.009276, 5.987902;;, + 10;3; 0.030899,-0.009276, 5.987902;;, + 11;3; 0.030899,-0.009276, 5.987902;;, + 12;3; 0.030899,-0.009276, 5.987902;;, + 13;3; 0.030899,-0.009276, 5.987902;;, + 14;3; 0.030899,-0.009276, 5.987902;;, + 15;3; 0.030899,-0.009276, 5.987902;;, + 16;3; 0.030899,-0.009276, 5.987902;;, + 17;3; 0.030899,-0.009276, 5.987902;;, + 18;3; 0.030899,-0.009276, 5.987902;;, + 19;3; 0.030899,-0.009276, 5.987902;;, + 20;3; 0.030899,-0.009276, 5.987902;;, + 21;3; 0.030899,-0.009276, 5.987902;;, + 22;3; 0.030899,-0.009276, 5.987902;;, + 23;3; 0.030899,-0.009276, 5.987902;;, + 24;3; 0.030899,-0.009276, 5.987902;;, + 25;3; 0.030899,-0.009276, 5.987902;;, + 26;3; 0.030899,-0.009276, 5.987902;;, + 27;3; 0.030899,-0.009276, 5.987902;;, + 28;3; 0.030899,-0.009276, 5.987902;;, + 29;3; 0.030899,-0.009276, 5.987902;;, + 30;3; 0.030899,-0.009276, 5.987902;;, + 31;3; 0.030899,-0.009276, 5.987902;;, + 32;3; 0.030899,-0.009276, 5.987902;;, + 33;3; 0.030899,-0.009276, 5.987902;;, + 34;3; 0.030899,-0.009276, 5.987902;;, + 35;3; 0.030899,-0.009276, 5.987902;;, + 36;3; 0.030899,-0.009276, 5.987902;;, + 37;3; 0.030899,-0.009276, 5.987902;;, + 38;3; 0.030899,-0.009276, 5.987902;;, + 39;3; 0.030899,-0.009276, 5.987902;;, + 40;3; 0.030899,-0.009276, 5.987902;;, + 41;3; 0.030899,-0.009276, 5.987902;;, + 42;3; 0.030899,-0.009276, 5.987902;;, + 43;3; 0.030899,-0.009276, 5.987902;;, + 44;3; 0.030899,-0.009276, 5.987902;;, + 45;3; 0.030899,-0.009276, 5.987902;;, + 46;3; 0.030899,-0.009276, 5.987902;;, + 47;3; 0.030899,-0.009276, 5.987902;;, + 48;3; 0.030899,-0.009276, 5.987902;;, + 49;3; 0.030899,-0.009276, 5.987902;;, + 50;3; 0.030899,-0.009276, 5.987902;;, + 51;3; 0.030899,-0.009276, 5.987902;;, + 52;3; 0.030899,-0.009276, 5.987902;;, + 53;3; 0.030899,-0.009276, 5.987902;;, + 54;3; 0.030899,-0.009276, 5.987902;;, + 55;3; 0.030899,-0.009276, 5.987902;;, + 56;3; 0.030899,-0.009276, 5.987902;;, + 57;3; 0.030899,-0.009276, 5.987902;;, + 58;3; 0.030899,-0.009276, 5.987902;;, + 59;3; 0.030899,-0.009276, 5.987902;;, + 60;3; 0.030899,-0.009276, 5.987902;;, + 61;3; 0.030899,-0.009276, 5.987902;;, + 62;3; 0.030899,-0.009276, 5.987902;;, + 63;3; 0.030899,-0.009276, 5.987902;;, + 64;3; 0.030899,-0.009276, 5.987902;;, + 65;3; 0.030899,-0.009276, 5.987902;;, + 66;3; 0.030899,-0.009276, 5.987902;;, + 67;3; 0.030899,-0.009276, 5.987902;;, + 68;3; 0.030899,-0.009276, 5.987902;;, + 69;3; 0.030899,-0.009276, 5.987902;;, + 70;3; 0.030899,-0.009276, 5.987902;;, + 71;3; 0.030899,-0.009276, 5.987902;;, + 72;3; 0.030899,-0.009276, 5.987902;;, + 73;3; 0.030899,-0.009276, 5.987902;;, + 74;3; 0.030899,-0.009276, 5.987902;;, + 75;3; 0.030899,-0.009276, 5.987902;;, + 76;3; 0.030899,-0.009276, 5.987902;;, + 77;3; 0.030899,-0.009276, 5.987902;;, + 78;3; 0.030899,-0.009276, 5.987902;;, + 79;3; 0.030899,-0.009276, 5.987902;;, + 80;3; 0.030899,-0.009276, 5.987902;;, + 81;3; 0.030899,-0.009276, 5.987902;;, + 82;3; 0.030899,-0.009276, 5.987902;;, + 83;3; 0.030899,-0.009276, 5.987902;;, + 84;3; 0.030899,-0.009276, 5.987902;;, + 85;3; 0.030899,-0.009276, 5.987902;;, + 86;3; 0.030899,-0.009276, 5.987902;;, + 87;3; 0.030899,-0.009276, 5.987902;;, + 88;3; 0.030899,-0.009276, 5.987902;;, + 89;3; 0.030899,-0.009276, 5.987902;;, + 90;3; 0.030899,-0.009276, 5.987902;;, + 91;3; 0.030899,-0.009276, 5.987902;;, + 92;3; 0.030899,-0.009276, 5.987902;;, + 93;3; 0.030899,-0.009276, 5.987902;;, + 94;3; 0.030899,-0.009276, 5.987902;;, + 95;3; 0.030899,-0.009276, 5.987902;;, + 96;3; 0.030899,-0.009276, 5.987902;;, + 97;3; 0.030899,-0.009276, 5.987902;;, + 98;3; 0.030899,-0.009276, 5.987902;;, + 99;3; 0.030899,-0.009276, 5.987902;;, + 100;3; 0.030899,-0.009276, 5.987902;;, + 101;3; 0.030899,-0.009276, 5.987902;;, + 102;3; 0.030899,-0.009276, 5.987902;;, + 103;3; 0.030899,-0.009276, 5.987902;;, + 104;3; 0.030899,-0.009276, 5.987902;;, + 105;3; 0.030899,-0.009276, 5.987902;;, + 106;3; 0.030899,-0.009276, 5.987902;;, + 107;3; 0.030899,-0.009276, 5.987902;;, + 108;3; 0.030899,-0.009276, 5.987902;;, + 109;3; 0.030899,-0.009276, 5.987902;;, + 110;3; 0.030899,-0.009276, 5.987902;;, + 111;3; 0.030899,-0.009276, 5.987902;;, + 112;3; 0.030899,-0.009276, 5.987902;;, + 113;3; 0.030899,-0.009276, 5.987902;;, + 114;3; 0.030899,-0.009276, 5.987902;;, + 115;3; 0.030899,-0.009276, 5.987902;;, + 116;3; 0.030899,-0.009276, 5.987902;;, + 117;3; 0.030899,-0.009276, 5.987902;;, + 118;3; 0.030899,-0.009276, 5.987902;;, + 119;3; 0.030899,-0.009276, 5.987902;;, + 120;3; 0.030899,-0.009276, 5.987902;;, + 121;3; 0.030899,-0.009276, 5.987902;;, + 122;3; 0.030899,-0.009276, 5.987902;;, + 123;3; 0.030899,-0.009276, 5.987902;;, + 124;3; 0.030899,-0.009276, 5.987902;;, + 125;3; 0.030899,-0.009276, 5.987902;;, + 126;3; 0.030899,-0.009276, 5.987902;;, + 127;3; 0.030899,-0.009276, 5.987902;;, + 128;3; 0.030899,-0.009276, 5.987902;;, + 129;3; 0.030899,-0.009276, 5.987902;;, + 130;3; 0.030899,-0.009276, 5.987902;;, + 131;3; 0.030899,-0.009276, 5.987902;;, + 132;3; 0.030899,-0.009276, 5.987902;;, + 133;3; 0.030899,-0.009276, 5.987902;;, + 134;3; 0.030899,-0.009276, 5.987902;;, + 135;3; 0.030899,-0.009276, 5.987902;;, + 136;3; 0.030899,-0.009276, 5.987902;;, + 137;3; 0.030899,-0.009276, 5.987902;;, + 138;3; 0.030899,-0.009276, 5.987902;;, + 139;3; 0.030899,-0.009276, 5.987902;;, + 140;3; 0.030899,-0.009276, 5.987902;;, + 141;3; 0.030899,-0.009276, 5.987902;;, + 142;3; 0.030899,-0.009276, 5.987902;;, + 143;3; 0.030899,-0.009276, 5.987902;;, + 144;3; 0.030899,-0.009276, 5.987902;;, + 145;3; 0.030899,-0.009276, 5.987902;;, + 146;3; 0.030899,-0.009276, 5.987902;;, + 147;3; 0.030899,-0.009276, 5.987902;;, + 148;3; 0.030899,-0.009276, 5.987902;;, + 149;3; 0.030899,-0.009276, 5.987902;;, + 150;3; 0.030899,-0.009276, 5.987902;;, + 151;3; 0.030899,-0.009276, 5.987902;;, + 152;3; 0.030899,-0.009276, 5.987902;;, + 153;3; 0.030899,-0.009276, 5.987902;;, + 154;3; 0.030899,-0.009276, 5.987902;;, + 155;3; 0.030899,-0.009276, 5.987902;;, + 156;3; 0.030899,-0.009276, 5.987902;;, + 157;3; 0.030899,-0.009276, 5.987902;;, + 158;3; 0.030899,-0.009276, 5.987902;;, + 159;3; 0.030899,-0.009276, 5.987902;;, + 160;3; 0.030899,-0.009276, 5.987902;;, + 161;3; 0.030899,-0.009276, 5.987902;;, + 162;3; 0.030899,-0.009276, 5.987902;;, + 163;3; 0.030899,-0.009276, 5.987902;;, + 164;3; 0.030899,-0.009276, 5.987902;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 1;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 2;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 3;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 4;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 5;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 6;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 7;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 8;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 9;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 10;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 11;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 12;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 13;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 14;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 15;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 16;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 17;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 18;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 19;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 20;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 21;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 22;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 23;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 24;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 25;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 26;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 27;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 28;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 29;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 30;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 31;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 32;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 33;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 34;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 35;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 36;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 37;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 38;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 39;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 40;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 41;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 42;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 43;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 44;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 45;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 46;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 47;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 48;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 49;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 50;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 51;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 52;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 53;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 54;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 55;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 56;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 57;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 58;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 59;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 60;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 61;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 62;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 63;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 64;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 65;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 66;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 67;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 68;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 69;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 70;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 71;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 72;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 73;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 74;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 75;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 76;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 77;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 78;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 79;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 80;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 81;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 82;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 83;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 84;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 85;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 86;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 87;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 88;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 89;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 90;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 91;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 92;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 93;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 94;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 95;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 96;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 97;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 98;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 99;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 100;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 101;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 102;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 103;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 104;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 105;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 106;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 107;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 108;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 109;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 110;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 111;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 112;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 113;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 114;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 115;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 116;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 117;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 118;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 119;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 120;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 121;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 122;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 123;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 124;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 125;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 126;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 127;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 128;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 129;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 130;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 131;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 132;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 133;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 134;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 135;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 136;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 137;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 138;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 139;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 140;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 141;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 142;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 143;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 144;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 145;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 146;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 147;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 148;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 149;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 150;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 151;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 152;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 153;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 154;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 155;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 156;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 157;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 158;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 159;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 160;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 161;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 162;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 163;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 164;4; 0.000000, 0.000000, 0.707107, 0.707107;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_Bone_001} + AnimationKey { //Position + 2; + 165; + 0;3; 1.460671,-0.139217, 4.073730;;, + 1;3; 1.460671,-0.139217, 4.073730;;, + 2;3; 1.460671,-0.139217, 4.073730;;, + 3;3; 1.460671,-0.139217, 4.073730;;, + 4;3; 1.460671,-0.139217, 4.073730;;, + 5;3; 1.460671,-0.139217, 4.073730;;, + 6;3; 1.460671,-0.139217, 4.073730;;, + 7;3; 1.460671,-0.139217, 4.073730;;, + 8;3; 1.460671,-0.139217, 4.073730;;, + 9;3; 1.460671,-0.139217, 4.073730;;, + 10;3; 1.460671,-0.139217, 4.073730;;, + 11;3; 1.460671,-0.139217, 4.073730;;, + 12;3; 1.460671,-0.139217, 4.073730;;, + 13;3; 1.460671,-0.139217, 4.073730;;, + 14;3; 1.460671,-0.139217, 4.073730;;, + 15;3; 1.460671,-0.139217, 4.073730;;, + 16;3; 1.460671,-0.139217, 4.073730;;, + 17;3; 1.460671,-0.139217, 4.073730;;, + 18;3; 1.460671,-0.139217, 4.073730;;, + 19;3; 1.460671,-0.139217, 4.073730;;, + 20;3; 1.460671,-0.139217, 4.073730;;, + 21;3; 1.460671,-0.139217, 4.073730;;, + 22;3; 1.460671,-0.139217, 4.073730;;, + 23;3; 1.460671,-0.139217, 4.073730;;, + 24;3; 1.460671,-0.139217, 4.073730;;, + 25;3; 1.460671,-0.139217, 4.073730;;, + 26;3; 1.460671,-0.139217, 4.073730;;, + 27;3; 1.460671,-0.139217, 4.073730;;, + 28;3; 1.460671,-0.139217, 4.073730;;, + 29;3; 1.460671,-0.139217, 4.073730;;, + 30;3; 1.460671,-0.139217, 4.073730;;, + 31;3; 1.460671,-0.139217, 4.073730;;, + 32;3; 1.460671,-0.139217, 4.073730;;, + 33;3; 1.460671,-0.139217, 4.073730;;, + 34;3; 1.460671,-0.139217, 4.073730;;, + 35;3; 1.460671,-0.139217, 4.073730;;, + 36;3; 1.460671,-0.139217, 4.073730;;, + 37;3; 1.460671,-0.139217, 4.073730;;, + 38;3; 1.460671,-0.139217, 4.073730;;, + 39;3; 1.460671,-0.139217, 4.073730;;, + 40;3; 1.460671,-0.139217, 4.073730;;, + 41;3; 1.460671,-0.139217, 4.073730;;, + 42;3; 1.460671,-0.139217, 4.073730;;, + 43;3; 1.460671,-0.139217, 4.073730;;, + 44;3; 1.460671,-0.139217, 4.073730;;, + 45;3; 1.460671,-0.139217, 4.073730;;, + 46;3; 1.460671,-0.139217, 4.073730;;, + 47;3; 1.460671,-0.139217, 4.073730;;, + 48;3; 1.460671,-0.139217, 4.073730;;, + 49;3; 1.460671,-0.139217, 4.073730;;, + 50;3; 1.460671,-0.139217, 4.073730;;, + 51;3; 1.460671,-0.139217, 4.073730;;, + 52;3; 1.460671,-0.139217, 4.073730;;, + 53;3; 1.460671,-0.139217, 4.073730;;, + 54;3; 1.460671,-0.139217, 4.073730;;, + 55;3; 1.460671,-0.139217, 4.073730;;, + 56;3; 1.460671,-0.139217, 4.073730;;, + 57;3; 1.460671,-0.139217, 4.073730;;, + 58;3; 1.460671,-0.139217, 4.073730;;, + 59;3; 1.460671,-0.139217, 4.073730;;, + 60;3; 1.460671,-0.139217, 4.073730;;, + 61;3; 1.460671,-0.139217, 4.073730;;, + 62;3; 1.460671,-0.139217, 4.073730;;, + 63;3; 1.460671,-0.139217, 4.073730;;, + 64;3; 1.460671,-0.139217, 4.073730;;, + 65;3; 1.460671,-0.139217, 4.073730;;, + 66;3; 1.460671,-0.139217, 4.073730;;, + 67;3; 1.460671,-0.139217, 4.073730;;, + 68;3; 1.460671,-0.139217, 4.073730;;, + 69;3; 1.460671,-0.139217, 4.073730;;, + 70;3; 1.460671,-0.139217, 4.073730;;, + 71;3; 1.460671,-0.139217, 4.073730;;, + 72;3; 1.460671,-0.139217, 4.073730;;, + 73;3; 1.460671,-0.139217, 4.073730;;, + 74;3; 1.460671,-0.139217, 4.073730;;, + 75;3; 1.460671,-0.139217, 4.073730;;, + 76;3; 1.460671,-0.139217, 4.073730;;, + 77;3; 1.460671,-0.139217, 4.073730;;, + 78;3; 1.460671,-0.139217, 4.073730;;, + 79;3; 1.460671,-0.139217, 4.073730;;, + 80;3; 1.460671,-0.139217, 4.073730;;, + 81;3; 1.460671,-0.139217, 4.073730;;, + 82;3; 1.460671,-0.139217, 4.073730;;, + 83;3; 1.460671,-0.139217, 4.073730;;, + 84;3; 1.460671,-0.139217, 4.073730;;, + 85;3; 1.460671,-0.139217, 4.073730;;, + 86;3; 1.460671,-0.139217, 4.073730;;, + 87;3; 1.460671,-0.139217, 4.073730;;, + 88;3; 1.460671,-0.139217, 4.073730;;, + 89;3; 1.460671,-0.139217, 4.073730;;, + 90;3; 1.460671,-0.139217, 4.073730;;, + 91;3; 1.460671,-0.139217, 4.073730;;, + 92;3; 1.460671,-0.139217, 4.073730;;, + 93;3; 1.460671,-0.139217, 4.073730;;, + 94;3; 1.460671,-0.139217, 4.073730;;, + 95;3; 1.460671,-0.139217, 4.073730;;, + 96;3; 1.460671,-0.139217, 4.073730;;, + 97;3; 1.460671,-0.139217, 4.073730;;, + 98;3; 1.460671,-0.139217, 4.073730;;, + 99;3; 1.460671,-0.139217, 4.073730;;, + 100;3; 1.460671,-0.139217, 4.073730;;, + 101;3; 1.460671,-0.139217, 4.073730;;, + 102;3; 1.460671,-0.139217, 4.073730;;, + 103;3; 1.460671,-0.139217, 4.073730;;, + 104;3; 1.460671,-0.139217, 4.073730;;, + 105;3; 1.460671,-0.139217, 4.073730;;, + 106;3; 1.460671,-0.139217, 4.073730;;, + 107;3; 1.460671,-0.139217, 4.073730;;, + 108;3; 1.460671,-0.139217, 4.073730;;, + 109;3; 1.460671,-0.139217, 4.073730;;, + 110;3; 1.460671,-0.139217, 4.073730;;, + 111;3; 1.460671,-0.139217, 4.073730;;, + 112;3; 1.460671,-0.139217, 4.073730;;, + 113;3; 1.460671,-0.139217, 4.073730;;, + 114;3; 1.460671,-0.139217, 4.073730;;, + 115;3; 1.460671,-0.139217, 4.073730;;, + 116;3; 1.460671,-0.139217, 4.073730;;, + 117;3; 1.460671,-0.139217, 4.073730;;, + 118;3; 1.460671,-0.139217, 4.073730;;, + 119;3; 1.460671,-0.139217, 4.073730;;, + 120;3; 1.460671,-0.139217, 4.073730;;, + 121;3; 1.460671,-0.139217, 4.073730;;, + 122;3; 1.460671,-0.139217, 4.073730;;, + 123;3; 1.460671,-0.139217, 4.073730;;, + 124;3; 1.460671,-0.139217, 4.073730;;, + 125;3; 1.460671,-0.139217, 4.073730;;, + 126;3; 1.460671,-0.139217, 4.073730;;, + 127;3; 1.460671,-0.139217, 4.073730;;, + 128;3; 1.460671,-0.139217, 4.073730;;, + 129;3; 1.460671,-0.139217, 4.073730;;, + 130;3; 1.460671,-0.139217, 4.073730;;, + 131;3; 1.460671,-0.139217, 4.073730;;, + 132;3; 1.460671,-0.139217, 4.073730;;, + 133;3; 1.460671,-0.139217, 4.073730;;, + 134;3; 1.460671,-0.139217, 4.073730;;, + 135;3; 1.460671,-0.139217, 4.073730;;, + 136;3; 1.460671,-0.139217, 4.073730;;, + 137;3; 1.460671,-0.139217, 4.073730;;, + 138;3; 1.460671,-0.139217, 4.073730;;, + 139;3; 1.460671,-0.139217, 4.073730;;, + 140;3; 1.460671,-0.139217, 4.073730;;, + 141;3; 1.460671,-0.139217, 4.073730;;, + 142;3; 1.460671,-0.139217, 4.073730;;, + 143;3; 1.460671,-0.139217, 4.073730;;, + 144;3; 1.460671,-0.139217, 4.073730;;, + 145;3; 1.460671,-0.139217, 4.073730;;, + 146;3; 1.460671,-0.139217, 4.073730;;, + 147;3; 1.460671,-0.139217, 4.073730;;, + 148;3; 1.460671,-0.139217, 4.073730;;, + 149;3; 1.460671,-0.139217, 4.073730;;, + 150;3; 1.460671,-0.139217, 4.073730;;, + 151;3; 1.460671,-0.139217, 4.073730;;, + 152;3; 1.460671,-0.139217, 4.073730;;, + 153;3; 1.460671,-0.139217, 4.073730;;, + 154;3; 1.460671,-0.139217, 4.073730;;, + 155;3; 1.460671,-0.139217, 4.073730;;, + 156;3; 1.460671,-0.139217, 4.073730;;, + 157;3; 1.460671,-0.139217, 4.073730;;, + 158;3; 1.460671,-0.139217, 4.073730;;, + 159;3; 1.460671,-0.139217, 4.073730;;, + 160;3; 1.460671,-0.139217, 4.073730;;, + 161;3; 1.460671,-0.139217, 4.073730;;, + 162;3; 1.460671,-0.139217, 4.073730;;, + 163;3; 1.460671,-0.139217, 4.073730;;, + 164;3; 1.460671,-0.139217, 4.073730;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 1;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 2;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 3;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 4;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 5;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 6;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 7;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 8;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 9;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 10;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 11;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 12;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 13;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 14;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 15;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 16;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 17;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 18;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 19;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 20;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 21;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 22;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 23;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 24;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 25;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 26;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 27;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 28;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 29;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 30;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 31;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 32;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 33;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 34;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 35;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 36;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 37;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 38;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 39;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 40;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 41;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 42;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 43;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 44;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 45;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 46;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 47;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 48;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 49;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 50;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 51;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 52;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 53;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 54;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 55;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 56;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 57;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 58;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 59;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 60;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 61;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 62;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 63;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 64;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 65;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 66;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 67;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 68;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 69;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 70;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 71;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 72;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 73;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 74;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 75;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 76;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 77;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 78;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 79;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 80;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 81;4; -0.023017, 0.996971,-0.000000,-0.000000;;, + 82;4; -0.087830, 0.988440,-0.000000,-0.000000;;, + 83;4; -0.171026, 0.977486,-0.000000,-0.000000;;, + 84;4; -0.235816, 0.968955,-0.000000,-0.000000;;, + 85;4; -0.258819, 0.965926,-0.000000,-0.000000;;, + 86;4; -0.247344, 0.965926,-0.000000,-0.000000;;, + 87;4; -0.212807, 0.965926,-0.000000,-0.000000;;, + 88;4; -0.156652, 0.965926,-0.000000,-0.000000;;, + 89;4; -0.083204, 0.965926,-0.000000,-0.000000;;, + 90;4; -0.000000, 0.965926,-0.000000,-0.000000;;, + 91;4; 0.083204, 0.965926, 0.000000,-0.000000;;, + 92;4; 0.156652, 0.965926, 0.000000,-0.000000;;, + 93;4; 0.212807, 0.965926, 0.000000,-0.000000;;, + 94;4; 0.247343, 0.965926, 0.000000,-0.000000;;, + 95;4; 0.258819, 0.965926, 0.000000,-0.000000;;, + 96;4; 0.235815, 0.968955, 0.000000,-0.000000;;, + 97;4; 0.171026, 0.977486, 0.000000,-0.000000;;, + 98;4; 0.087830, 0.988440, 0.000000,-0.000000;;, + 99;4; 0.023017, 0.996971, 0.000000,-0.000000;;, + 100;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 101;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 102;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 103;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 104;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 105;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 106;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 107;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 108;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 109;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 110;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 111;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 112;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 113;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 114;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 115;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 116;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 117;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 118;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 119;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 120;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 121;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 122;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 123;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 124;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 125;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 126;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 127;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 128;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 129;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 130;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 131;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 132;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 133;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 134;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 135;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 136;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 137;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 138;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 139;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 140;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 141;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 142;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 143;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 144;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 145;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 146;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 147;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 148;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 149;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 150;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 151;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 152;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 153;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 154;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 155;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 156;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 157;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 158;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 159;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 160;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 161;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 162;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 163;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 164;4; -0.000000, 1.000000, 0.000000,-0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_Bone_002} + AnimationKey { //Position + 2; + 165; + 0;3; 1.460671,-0.139216,-3.633328;;, + 1;3; 1.460671,-0.139216,-3.633328;;, + 2;3; 1.460671,-0.139216,-3.633328;;, + 3;3; 1.460671,-0.139216,-3.633328;;, + 4;3; 1.460671,-0.139216,-3.633328;;, + 5;3; 1.460671,-0.139216,-3.633328;;, + 6;3; 1.460671,-0.139216,-3.633328;;, + 7;3; 1.460671,-0.139216,-3.633328;;, + 8;3; 1.460671,-0.139216,-3.633328;;, + 9;3; 1.460671,-0.139216,-3.633328;;, + 10;3; 1.460671,-0.139216,-3.633328;;, + 11;3; 1.460671,-0.139216,-3.633328;;, + 12;3; 1.460671,-0.139216,-3.633328;;, + 13;3; 1.460671,-0.139216,-3.633328;;, + 14;3; 1.460671,-0.139216,-3.633328;;, + 15;3; 1.460671,-0.139216,-3.633328;;, + 16;3; 1.460671,-0.139216,-3.633328;;, + 17;3; 1.460671,-0.139216,-3.633328;;, + 18;3; 1.460671,-0.139216,-3.633328;;, + 19;3; 1.460671,-0.139216,-3.633328;;, + 20;3; 1.460671,-0.139216,-3.633328;;, + 21;3; 1.460671,-0.139216,-3.633328;;, + 22;3; 1.460671,-0.139216,-3.633328;;, + 23;3; 1.460671,-0.139216,-3.633328;;, + 24;3; 1.460671,-0.139216,-3.633328;;, + 25;3; 1.460671,-0.139216,-3.633328;;, + 26;3; 1.460671,-0.139216,-3.633328;;, + 27;3; 1.460671,-0.139216,-3.633328;;, + 28;3; 1.460671,-0.139216,-3.633328;;, + 29;3; 1.460671,-0.139216,-3.633328;;, + 30;3; 1.460671,-0.139216,-3.633328;;, + 31;3; 1.460671,-0.139216,-3.633328;;, + 32;3; 1.460671,-0.139216,-3.633328;;, + 33;3; 1.460671,-0.139216,-3.633328;;, + 34;3; 1.460671,-0.139216,-3.633328;;, + 35;3; 1.460671,-0.139216,-3.633328;;, + 36;3; 1.460671,-0.139216,-3.633328;;, + 37;3; 1.460671,-0.139216,-3.633328;;, + 38;3; 1.460671,-0.139216,-3.633328;;, + 39;3; 1.460671,-0.139216,-3.633328;;, + 40;3; 1.460671,-0.139216,-3.633328;;, + 41;3; 1.460671,-0.139216,-3.633328;;, + 42;3; 1.460671,-0.139216,-3.633328;;, + 43;3; 1.460671,-0.139216,-3.633328;;, + 44;3; 1.460671,-0.139216,-3.633328;;, + 45;3; 1.460671,-0.139216,-3.633328;;, + 46;3; 1.460671,-0.139216,-3.633328;;, + 47;3; 1.460671,-0.139216,-3.633328;;, + 48;3; 1.460671,-0.139216,-3.633328;;, + 49;3; 1.460671,-0.139216,-3.633328;;, + 50;3; 1.460671,-0.139216,-3.633328;;, + 51;3; 1.460671,-0.139216,-3.633328;;, + 52;3; 1.460671,-0.139216,-3.633328;;, + 53;3; 1.460671,-0.139216,-3.633328;;, + 54;3; 1.460671,-0.139216,-3.633328;;, + 55;3; 1.460671,-0.139216,-3.633328;;, + 56;3; 1.460671,-0.139216,-3.633328;;, + 57;3; 1.460671,-0.139216,-3.633328;;, + 58;3; 1.460671,-0.139216,-3.633328;;, + 59;3; 1.460671,-0.139216,-3.633328;;, + 60;3; 1.460671,-0.139216,-3.633328;;, + 61;3; 1.460671,-0.139216,-3.633328;;, + 62;3; 1.460671,-0.139216,-3.633328;;, + 63;3; 1.460671,-0.139216,-3.633328;;, + 64;3; 1.460671,-0.139216,-3.633328;;, + 65;3; 1.460671,-0.139216,-3.633328;;, + 66;3; 1.460671,-0.139216,-3.633328;;, + 67;3; 1.460671,-0.139216,-3.633328;;, + 68;3; 1.460671,-0.139216,-3.633328;;, + 69;3; 1.460671,-0.139216,-3.633328;;, + 70;3; 1.460671,-0.139216,-3.633328;;, + 71;3; 1.460671,-0.139216,-3.633328;;, + 72;3; 1.460671,-0.139216,-3.633328;;, + 73;3; 1.460671,-0.139216,-3.633328;;, + 74;3; 1.460671,-0.139216,-3.633328;;, + 75;3; 1.460671,-0.139216,-3.633328;;, + 76;3; 1.460671,-0.139216,-3.633328;;, + 77;3; 1.460671,-0.139216,-3.633328;;, + 78;3; 1.460671,-0.139216,-3.633328;;, + 79;3; 1.460671,-0.139216,-3.633328;;, + 80;3; 1.460671,-0.139216,-3.633328;;, + 81;3; 1.460671,-0.139216,-3.633328;;, + 82;3; 1.460671,-0.139216,-3.633328;;, + 83;3; 1.460671,-0.139216,-3.633328;;, + 84;3; 1.460671,-0.139216,-3.633328;;, + 85;3; 1.460671,-0.139216,-3.633328;;, + 86;3; 1.460671,-0.139216,-3.633328;;, + 87;3; 1.460671,-0.139216,-3.633328;;, + 88;3; 1.460671,-0.139216,-3.633328;;, + 89;3; 1.460671,-0.139216,-3.633328;;, + 90;3; 1.460671,-0.139216,-3.633328;;, + 91;3; 1.460671,-0.139216,-3.633328;;, + 92;3; 1.460671,-0.139216,-3.633328;;, + 93;3; 1.460671,-0.139216,-3.633328;;, + 94;3; 1.460671,-0.139216,-3.633328;;, + 95;3; 1.460671,-0.139216,-3.633328;;, + 96;3; 1.460671,-0.139216,-3.633328;;, + 97;3; 1.460671,-0.139216,-3.633328;;, + 98;3; 1.460671,-0.139216,-3.633328;;, + 99;3; 1.460671,-0.139216,-3.633328;;, + 100;3; 1.460671,-0.139216,-3.633328;;, + 101;3; 1.460671,-0.139216,-3.633328;;, + 102;3; 1.460671,-0.139216,-3.633328;;, + 103;3; 1.460671,-0.139216,-3.633328;;, + 104;3; 1.460671,-0.139216,-3.633328;;, + 105;3; 1.460671,-0.139216,-3.633328;;, + 106;3; 1.460671,-0.139216,-3.633328;;, + 107;3; 1.460671,-0.139216,-3.633328;;, + 108;3; 1.460671,-0.139216,-3.633328;;, + 109;3; 1.460671,-0.139216,-3.633328;;, + 110;3; 1.460671,-0.139216,-3.633328;;, + 111;3; 1.460671,-0.139216,-3.633328;;, + 112;3; 1.460671,-0.139216,-3.633328;;, + 113;3; 1.460671,-0.139216,-3.633328;;, + 114;3; 1.460671,-0.139216,-3.633328;;, + 115;3; 1.460671,-0.139216,-3.633328;;, + 116;3; 1.460671,-0.139216,-3.633328;;, + 117;3; 1.460671,-0.139216,-3.633328;;, + 118;3; 1.460671,-0.139216,-3.633328;;, + 119;3; 1.460671,-0.139216,-3.633328;;, + 120;3; 1.460671,-0.139216,-3.633328;;, + 121;3; 1.460671,-0.139216,-3.633328;;, + 122;3; 1.460671,-0.139216,-3.633328;;, + 123;3; 1.460671,-0.139216,-3.633328;;, + 124;3; 1.460671,-0.139216,-3.633328;;, + 125;3; 1.460671,-0.139216,-3.633328;;, + 126;3; 1.460671,-0.139216,-3.633328;;, + 127;3; 1.460671,-0.139216,-3.633328;;, + 128;3; 1.460671,-0.139216,-3.633328;;, + 129;3; 1.460671,-0.139216,-3.633328;;, + 130;3; 1.460671,-0.139216,-3.633328;;, + 131;3; 1.460671,-0.139216,-3.633328;;, + 132;3; 1.460671,-0.139216,-3.633328;;, + 133;3; 1.460671,-0.139216,-3.633328;;, + 134;3; 1.460671,-0.139216,-3.633328;;, + 135;3; 1.460671,-0.139216,-3.633328;;, + 136;3; 1.460671,-0.139216,-3.633328;;, + 137;3; 1.460671,-0.139216,-3.633328;;, + 138;3; 1.460671,-0.139216,-3.633328;;, + 139;3; 1.460671,-0.139216,-3.633328;;, + 140;3; 1.460671,-0.139216,-3.633328;;, + 141;3; 1.460671,-0.139216,-3.633328;;, + 142;3; 1.460671,-0.139216,-3.633328;;, + 143;3; 1.460671,-0.139216,-3.633328;;, + 144;3; 1.460671,-0.139216,-3.633328;;, + 145;3; 1.460671,-0.139216,-3.633328;;, + 146;3; 1.460671,-0.139216,-3.633328;;, + 147;3; 1.460671,-0.139216,-3.633328;;, + 148;3; 1.460671,-0.139216,-3.633328;;, + 149;3; 1.460671,-0.139216,-3.633328;;, + 150;3; 1.460671,-0.139216,-3.633328;;, + 151;3; 1.460671,-0.139216,-3.633328;;, + 152;3; 1.460671,-0.139216,-3.633328;;, + 153;3; 1.460671,-0.139216,-3.633328;;, + 154;3; 1.460671,-0.139216,-3.633328;;, + 155;3; 1.460671,-0.139216,-3.633328;;, + 156;3; 1.460671,-0.139216,-3.633328;;, + 157;3; 1.460671,-0.139216,-3.633328;;, + 158;3; 1.460671,-0.139216,-3.633328;;, + 159;3; 1.460671,-0.139216,-3.633328;;, + 160;3; 1.460671,-0.139216,-3.633328;;, + 161;3; 1.460671,-0.139216,-3.633328;;, + 162;3; 1.460671,-0.139216,-3.633328;;, + 163;3; 1.460671,-0.139216,-3.633328;;, + 164;3; 1.460671,-0.139216,-3.633328;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 1;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 2;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 3;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 4;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 5;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 6;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 7;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 8;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 9;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 10;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 11;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 12;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 13;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 14;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 15;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 16;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 17;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 18;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 19;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 20;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 21;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 22;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 23;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 24;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 25;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 26;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 27;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 28;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 29;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 30;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 31;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 32;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 33;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 34;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 35;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 36;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 37;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 38;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 39;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 40;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 41;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 42;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 43;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 44;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 45;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 46;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 47;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 48;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 49;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 50;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 51;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 52;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 53;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 54;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 55;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 56;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 57;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 58;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 59;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 60;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 61;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 62;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 63;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 64;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 65;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 66;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 67;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 68;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 69;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 70;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 71;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 72;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 73;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 74;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 75;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 76;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 77;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 78;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 79;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 80;4; -0.000000, 1.000000,-0.000000,-0.000000;;, + 81;4; 0.023017, 0.996971, 0.000000,-0.000000;;, + 82;4; 0.087830, 0.988440, 0.000000,-0.000000;;, + 83;4; 0.171026, 0.977486, 0.000000,-0.000000;;, + 84;4; 0.235815, 0.968955, 0.000000,-0.000000;;, + 85;4; 0.258819, 0.965926, 0.000000,-0.000000;;, + 86;4; 0.247343, 0.965926, 0.000000,-0.000000;;, + 87;4; 0.212807, 0.965926, 0.000000,-0.000000;;, + 88;4; 0.156652, 0.965926, 0.000000,-0.000000;;, + 89;4; 0.083204, 0.965926, 0.000000,-0.000000;;, + 90;4; -0.000000, 0.965926,-0.000000,-0.000000;;, + 91;4; -0.083204, 0.965926,-0.000000,-0.000000;;, + 92;4; -0.156652, 0.965926,-0.000000,-0.000000;;, + 93;4; -0.212807, 0.965926,-0.000000,-0.000000;;, + 94;4; -0.247344, 0.965926,-0.000000,-0.000000;;, + 95;4; -0.258819, 0.965926,-0.000000,-0.000000;;, + 96;4; -0.235816, 0.968955,-0.000000,-0.000000;;, + 97;4; -0.171026, 0.977486,-0.000000,-0.000000;;, + 98;4; -0.087830, 0.988440,-0.000000,-0.000000;;, + 99;4; -0.023017, 0.996971,-0.000000,-0.000000;;, + 100;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 101;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 102;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 103;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 104;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 105;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 106;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 107;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 108;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 109;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 110;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 111;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 112;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 113;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 114;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 115;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 116;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 117;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 118;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 119;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 120;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 121;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 122;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 123;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 124;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 125;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 126;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 127;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 128;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 129;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 130;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 131;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 132;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 133;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 134;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 135;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 136;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 137;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 138;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 139;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 140;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 141;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 142;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 143;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 144;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 145;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 146;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 147;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 148;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 149;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 150;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 151;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 152;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 153;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 154;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 155;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 156;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 157;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 158;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 159;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 160;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 161;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 162;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 163;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 164;4; -0.000000, 1.000000, 0.000000,-0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_Bone_003} + AnimationKey { //Position + 2; + 165; + 0;3; -1.438651,-0.139217, 4.073730;;, + 1;3; -1.438651,-0.139217, 4.073730;;, + 2;3; -1.438651,-0.139217, 4.073730;;, + 3;3; -1.438651,-0.139217, 4.073730;;, + 4;3; -1.438651,-0.139217, 4.073730;;, + 5;3; -1.438651,-0.139217, 4.073730;;, + 6;3; -1.438651,-0.139217, 4.073730;;, + 7;3; -1.438651,-0.139217, 4.073730;;, + 8;3; -1.438651,-0.139217, 4.073730;;, + 9;3; -1.438651,-0.139217, 4.073730;;, + 10;3; -1.438651,-0.139217, 4.073730;;, + 11;3; -1.438651,-0.139217, 4.073730;;, + 12;3; -1.438651,-0.139217, 4.073730;;, + 13;3; -1.438651,-0.139217, 4.073730;;, + 14;3; -1.438651,-0.139217, 4.073730;;, + 15;3; -1.438651,-0.139217, 4.073730;;, + 16;3; -1.438651,-0.139217, 4.073730;;, + 17;3; -1.438651,-0.139217, 4.073730;;, + 18;3; -1.438651,-0.139217, 4.073730;;, + 19;3; -1.438651,-0.139217, 4.073730;;, + 20;3; -1.438651,-0.139217, 4.073730;;, + 21;3; -1.438651,-0.139217, 4.073730;;, + 22;3; -1.438651,-0.139217, 4.073730;;, + 23;3; -1.438651,-0.139217, 4.073730;;, + 24;3; -1.438651,-0.139217, 4.073730;;, + 25;3; -1.438651,-0.139217, 4.073730;;, + 26;3; -1.438651,-0.139217, 4.073730;;, + 27;3; -1.438651,-0.139217, 4.073730;;, + 28;3; -1.438651,-0.139217, 4.073730;;, + 29;3; -1.438651,-0.139217, 4.073730;;, + 30;3; -1.438651,-0.139217, 4.073730;;, + 31;3; -1.438651,-0.139217, 4.073730;;, + 32;3; -1.438651,-0.139217, 4.073730;;, + 33;3; -1.438651,-0.139217, 4.073730;;, + 34;3; -1.438651,-0.139217, 4.073730;;, + 35;3; -1.438651,-0.139217, 4.073730;;, + 36;3; -1.438651,-0.139217, 4.073730;;, + 37;3; -1.438651,-0.139217, 4.073730;;, + 38;3; -1.438651,-0.139217, 4.073730;;, + 39;3; -1.438651,-0.139217, 4.073730;;, + 40;3; -1.438651,-0.139217, 4.073730;;, + 41;3; -1.438651,-0.139217, 4.073730;;, + 42;3; -1.438651,-0.139217, 4.073730;;, + 43;3; -1.438651,-0.139217, 4.073730;;, + 44;3; -1.438651,-0.139217, 4.073730;;, + 45;3; -1.438651,-0.139217, 4.073730;;, + 46;3; -1.438651,-0.139217, 4.073730;;, + 47;3; -1.438651,-0.139217, 4.073730;;, + 48;3; -1.438651,-0.139217, 4.073730;;, + 49;3; -1.438651,-0.139217, 4.073730;;, + 50;3; -1.438651,-0.139217, 4.073730;;, + 51;3; -1.438651,-0.139217, 4.073730;;, + 52;3; -1.438651,-0.139217, 4.073730;;, + 53;3; -1.438651,-0.139217, 4.073730;;, + 54;3; -1.438651,-0.139217, 4.073730;;, + 55;3; -1.438651,-0.139217, 4.073730;;, + 56;3; -1.438651,-0.139217, 4.073730;;, + 57;3; -1.438651,-0.139217, 4.073730;;, + 58;3; -1.438651,-0.139217, 4.073730;;, + 59;3; -1.438651,-0.139217, 4.073730;;, + 60;3; -1.438651,-0.139217, 4.073730;;, + 61;3; -1.438651,-0.139217, 4.073730;;, + 62;3; -1.438651,-0.139217, 4.073730;;, + 63;3; -1.438651,-0.139217, 4.073730;;, + 64;3; -1.438651,-0.139217, 4.073730;;, + 65;3; -1.438651,-0.139217, 4.073730;;, + 66;3; -1.438651,-0.139217, 4.073730;;, + 67;3; -1.438651,-0.139217, 4.073730;;, + 68;3; -1.438651,-0.139217, 4.073730;;, + 69;3; -1.438651,-0.139217, 4.073730;;, + 70;3; -1.438651,-0.139217, 4.073730;;, + 71;3; -1.438651,-0.139217, 4.073730;;, + 72;3; -1.438651,-0.139217, 4.073730;;, + 73;3; -1.438651,-0.139217, 4.073730;;, + 74;3; -1.438651,-0.139217, 4.073730;;, + 75;3; -1.438651,-0.139217, 4.073730;;, + 76;3; -1.438651,-0.139217, 4.073730;;, + 77;3; -1.438651,-0.139217, 4.073730;;, + 78;3; -1.438651,-0.139217, 4.073730;;, + 79;3; -1.438651,-0.139217, 4.073730;;, + 80;3; -1.438651,-0.139217, 4.073730;;, + 81;3; -1.438651,-0.139217, 4.073730;;, + 82;3; -1.438651,-0.139217, 4.073730;;, + 83;3; -1.438651,-0.139217, 4.073730;;, + 84;3; -1.438651,-0.139217, 4.073730;;, + 85;3; -1.438651,-0.139217, 4.073730;;, + 86;3; -1.438651,-0.139217, 4.073730;;, + 87;3; -1.438651,-0.139217, 4.073730;;, + 88;3; -1.438651,-0.139217, 4.073730;;, + 89;3; -1.438651,-0.139217, 4.073730;;, + 90;3; -1.438651,-0.139217, 4.073730;;, + 91;3; -1.438651,-0.139217, 4.073730;;, + 92;3; -1.438651,-0.139217, 4.073730;;, + 93;3; -1.438651,-0.139217, 4.073730;;, + 94;3; -1.438651,-0.139217, 4.073730;;, + 95;3; -1.438651,-0.139217, 4.073730;;, + 96;3; -1.438651,-0.139217, 4.073730;;, + 97;3; -1.438651,-0.139217, 4.073730;;, + 98;3; -1.438651,-0.139217, 4.073730;;, + 99;3; -1.438651,-0.139217, 4.073730;;, + 100;3; -1.438651,-0.139217, 4.073730;;, + 101;3; -1.438651,-0.139217, 4.073730;;, + 102;3; -1.438651,-0.139217, 4.073730;;, + 103;3; -1.438651,-0.139217, 4.073730;;, + 104;3; -1.438651,-0.139217, 4.073730;;, + 105;3; -1.438651,-0.139217, 4.073730;;, + 106;3; -1.438651,-0.139217, 4.073730;;, + 107;3; -1.438651,-0.139217, 4.073730;;, + 108;3; -1.438651,-0.139217, 4.073730;;, + 109;3; -1.438651,-0.139217, 4.073730;;, + 110;3; -1.438651,-0.139217, 4.073730;;, + 111;3; -1.438651,-0.139217, 4.073730;;, + 112;3; -1.438651,-0.139217, 4.073730;;, + 113;3; -1.438651,-0.139217, 4.073730;;, + 114;3; -1.438651,-0.139217, 4.073730;;, + 115;3; -1.438651,-0.139217, 4.073730;;, + 116;3; -1.438651,-0.139217, 4.073730;;, + 117;3; -1.438651,-0.139217, 4.073730;;, + 118;3; -1.438651,-0.139217, 4.073730;;, + 119;3; -1.438651,-0.139217, 4.073730;;, + 120;3; -1.438651,-0.139217, 4.073730;;, + 121;3; -1.438651,-0.139217, 4.073730;;, + 122;3; -1.438651,-0.139217, 4.073730;;, + 123;3; -1.438651,-0.139217, 4.073730;;, + 124;3; -1.438651,-0.139217, 4.073730;;, + 125;3; -1.438651,-0.139217, 4.073730;;, + 126;3; -1.438651,-0.139217, 4.073730;;, + 127;3; -1.438651,-0.139217, 4.073730;;, + 128;3; -1.438651,-0.139217, 4.073730;;, + 129;3; -1.438651,-0.139217, 4.073730;;, + 130;3; -1.438651,-0.139217, 4.073730;;, + 131;3; -1.438651,-0.139217, 4.073730;;, + 132;3; -1.438651,-0.139217, 4.073730;;, + 133;3; -1.438651,-0.139217, 4.073730;;, + 134;3; -1.438651,-0.139217, 4.073730;;, + 135;3; -1.438651,-0.139217, 4.073730;;, + 136;3; -1.438651,-0.139217, 4.073730;;, + 137;3; -1.438651,-0.139217, 4.073730;;, + 138;3; -1.438651,-0.139217, 4.073730;;, + 139;3; -1.438651,-0.139217, 4.073730;;, + 140;3; -1.438651,-0.139217, 4.073730;;, + 141;3; -1.438651,-0.139217, 4.073730;;, + 142;3; -1.438651,-0.139217, 4.073730;;, + 143;3; -1.438651,-0.139217, 4.073730;;, + 144;3; -1.438651,-0.139217, 4.073730;;, + 145;3; -1.438651,-0.139217, 4.073730;;, + 146;3; -1.438651,-0.139217, 4.073730;;, + 147;3; -1.438651,-0.139217, 4.073730;;, + 148;3; -1.438651,-0.139217, 4.073730;;, + 149;3; -1.438651,-0.139217, 4.073730;;, + 150;3; -1.438651,-0.139217, 4.073730;;, + 151;3; -1.438651,-0.139217, 4.073730;;, + 152;3; -1.438651,-0.139217, 4.073730;;, + 153;3; -1.438651,-0.139217, 4.073730;;, + 154;3; -1.438651,-0.139217, 4.073730;;, + 155;3; -1.438651,-0.139217, 4.073730;;, + 156;3; -1.438651,-0.139217, 4.073730;;, + 157;3; -1.438651,-0.139217, 4.073730;;, + 158;3; -1.438651,-0.139217, 4.073730;;, + 159;3; -1.438651,-0.139217, 4.073730;;, + 160;3; -1.438651,-0.139217, 4.073730;;, + 161;3; -1.438651,-0.139217, 4.073730;;, + 162;3; -1.438651,-0.139217, 4.073730;;, + 163;3; -1.438651,-0.139217, 4.073730;;, + 164;3; -1.438651,-0.139217, 4.073730;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 1;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 2;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 3;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 4;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 5;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 6;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 7;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 8;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 9;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 10;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 11;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 12;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 13;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 14;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 15;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 16;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 17;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 18;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 19;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 20;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 21;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 22;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 23;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 24;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 25;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 26;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 27;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 28;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 29;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 30;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 31;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 32;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 33;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 34;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 35;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 36;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 37;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 38;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 39;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 40;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 41;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 42;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 43;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 44;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 45;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 46;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 47;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 48;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 49;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 50;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 51;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 52;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 53;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 54;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 55;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 56;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 57;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 58;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 59;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 60;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 61;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 62;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 63;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 64;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 65;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 66;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 67;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 68;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 69;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 70;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 71;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 72;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 73;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 74;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 75;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 76;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 77;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 78;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 79;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 80;4; 0.000000, 1.000000,-0.000000,-0.000000;;, + 81;4; 0.023017, 0.996971, 0.000000,-0.000000;;, + 82;4; 0.087830, 0.988440, 0.000000,-0.000000;;, + 83;4; 0.171026, 0.977486, 0.000000,-0.000000;;, + 84;4; 0.235815, 0.968955, 0.000000,-0.000000;;, + 85;4; 0.258819, 0.965926, 0.000000,-0.000000;;, + 86;4; 0.247344, 0.965926, 0.000000,-0.000000;;, + 87;4; 0.212807, 0.965926, 0.000000,-0.000000;;, + 88;4; 0.156652, 0.965926, 0.000000,-0.000000;;, + 89;4; 0.083204, 0.965926, 0.000000,-0.000000;;, + 90;4; -0.000000, 0.965926, 0.000000,-0.000000;;, + 91;4; -0.083204, 0.965926,-0.000000,-0.000000;;, + 92;4; -0.156652, 0.965926,-0.000000,-0.000000;;, + 93;4; -0.212807, 0.965926,-0.000000,-0.000000;;, + 94;4; -0.247344, 0.965926,-0.000000,-0.000000;;, + 95;4; -0.258819, 0.965926,-0.000000,-0.000000;;, + 96;4; -0.235815, 0.968955,-0.000000,-0.000000;;, + 97;4; -0.171026, 0.977486,-0.000000,-0.000000;;, + 98;4; -0.087830, 0.988440,-0.000000,-0.000000;;, + 99;4; -0.023017, 0.996971,-0.000000,-0.000000;;, + 100;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 101;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 102;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 103;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 104;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 105;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 106;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 107;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 108;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 109;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 110;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 111;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 112;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 113;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 114;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 115;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 116;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 117;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 118;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 119;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 120;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 121;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 122;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 123;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 124;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 125;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 126;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 127;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 128;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 129;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 130;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 131;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 132;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 133;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 134;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 135;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 136;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 137;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 138;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 139;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 140;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 141;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 142;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 143;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 144;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 145;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 146;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 147;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 148;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 149;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 150;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 151;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 152;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 153;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 154;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 155;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 156;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 157;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 158;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 159;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 160;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 161;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 162;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 163;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 164;4; -0.000000, 1.000000, 0.000000,-0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_RR_leg} + AnimationKey { //Position + 2; + 165; + 0;3; -1.438651,-0.139216,-3.633328;;, + 1;3; -1.438651,-0.139216,-3.633328;;, + 2;3; -1.438651,-0.139216,-3.633328;;, + 3;3; -1.438651,-0.139216,-3.633328;;, + 4;3; -1.438651,-0.139216,-3.633328;;, + 5;3; -1.438651,-0.139216,-3.633328;;, + 6;3; -1.438651,-0.139216,-3.633328;;, + 7;3; -1.438651,-0.139216,-3.633328;;, + 8;3; -1.438651,-0.139216,-3.633328;;, + 9;3; -1.438651,-0.139216,-3.633328;;, + 10;3; -1.438651,-0.139216,-3.633328;;, + 11;3; -1.438651,-0.139216,-3.633328;;, + 12;3; -1.438651,-0.139216,-3.633328;;, + 13;3; -1.438651,-0.139216,-3.633328;;, + 14;3; -1.438651,-0.139216,-3.633328;;, + 15;3; -1.438651,-0.139216,-3.633328;;, + 16;3; -1.438651,-0.139216,-3.633328;;, + 17;3; -1.438651,-0.139216,-3.633328;;, + 18;3; -1.438651,-0.139216,-3.633328;;, + 19;3; -1.438651,-0.139216,-3.633328;;, + 20;3; -1.438651,-0.139216,-3.633328;;, + 21;3; -1.438651,-0.139216,-3.633328;;, + 22;3; -1.438651,-0.139216,-3.633328;;, + 23;3; -1.438651,-0.139216,-3.633328;;, + 24;3; -1.438651,-0.139216,-3.633328;;, + 25;3; -1.438651,-0.139216,-3.633328;;, + 26;3; -1.438651,-0.139216,-3.633328;;, + 27;3; -1.438651,-0.139216,-3.633328;;, + 28;3; -1.438651,-0.139216,-3.633328;;, + 29;3; -1.438651,-0.139216,-3.633328;;, + 30;3; -1.438651,-0.139216,-3.633328;;, + 31;3; -1.438651,-0.139216,-3.633328;;, + 32;3; -1.438651,-0.139216,-3.633328;;, + 33;3; -1.438651,-0.139216,-3.633328;;, + 34;3; -1.438651,-0.139216,-3.633328;;, + 35;3; -1.438651,-0.139216,-3.633328;;, + 36;3; -1.438651,-0.139216,-3.633328;;, + 37;3; -1.438651,-0.139216,-3.633328;;, + 38;3; -1.438651,-0.139216,-3.633328;;, + 39;3; -1.438651,-0.139216,-3.633328;;, + 40;3; -1.438651,-0.139216,-3.633328;;, + 41;3; -1.438651,-0.139216,-3.633328;;, + 42;3; -1.438651,-0.139216,-3.633328;;, + 43;3; -1.438651,-0.139216,-3.633328;;, + 44;3; -1.438651,-0.139216,-3.633328;;, + 45;3; -1.438651,-0.139216,-3.633328;;, + 46;3; -1.438651,-0.139216,-3.633328;;, + 47;3; -1.438651,-0.139216,-3.633328;;, + 48;3; -1.438651,-0.139216,-3.633328;;, + 49;3; -1.438651,-0.139216,-3.633328;;, + 50;3; -1.438651,-0.139216,-3.633328;;, + 51;3; -1.438651,-0.139216,-3.633328;;, + 52;3; -1.438651,-0.139216,-3.633328;;, + 53;3; -1.438651,-0.139216,-3.633328;;, + 54;3; -1.438651,-0.139216,-3.633328;;, + 55;3; -1.438651,-0.139216,-3.633328;;, + 56;3; -1.438651,-0.139216,-3.633328;;, + 57;3; -1.438651,-0.139216,-3.633328;;, + 58;3; -1.438651,-0.139216,-3.633328;;, + 59;3; -1.438651,-0.139216,-3.633328;;, + 60;3; -1.438651,-0.139216,-3.633328;;, + 61;3; -1.438651,-0.139216,-3.633328;;, + 62;3; -1.438651,-0.139216,-3.633328;;, + 63;3; -1.438651,-0.139216,-3.633328;;, + 64;3; -1.438651,-0.139216,-3.633328;;, + 65;3; -1.438651,-0.139216,-3.633328;;, + 66;3; -1.438651,-0.139216,-3.633328;;, + 67;3; -1.438651,-0.139216,-3.633328;;, + 68;3; -1.438651,-0.139216,-3.633328;;, + 69;3; -1.438651,-0.139216,-3.633328;;, + 70;3; -1.438651,-0.139216,-3.633328;;, + 71;3; -1.438651,-0.139216,-3.633328;;, + 72;3; -1.438651,-0.139216,-3.633328;;, + 73;3; -1.438651,-0.139216,-3.633328;;, + 74;3; -1.438651,-0.139216,-3.633328;;, + 75;3; -1.438651,-0.139216,-3.633328;;, + 76;3; -1.438651,-0.139216,-3.633328;;, + 77;3; -1.438651,-0.139216,-3.633328;;, + 78;3; -1.438651,-0.139216,-3.633328;;, + 79;3; -1.438651,-0.139216,-3.633328;;, + 80;3; -1.438651,-0.139216,-3.633328;;, + 81;3; -1.438651,-0.139216,-3.633328;;, + 82;3; -1.438651,-0.139216,-3.633328;;, + 83;3; -1.438651,-0.139216,-3.633328;;, + 84;3; -1.438651,-0.139216,-3.633328;;, + 85;3; -1.438651,-0.139216,-3.633328;;, + 86;3; -1.438651,-0.139216,-3.633328;;, + 87;3; -1.438651,-0.139216,-3.633328;;, + 88;3; -1.438651,-0.139216,-3.633328;;, + 89;3; -1.438651,-0.139216,-3.633328;;, + 90;3; -1.438651,-0.139216,-3.633328;;, + 91;3; -1.438651,-0.139216,-3.633328;;, + 92;3; -1.438651,-0.139216,-3.633328;;, + 93;3; -1.438651,-0.139216,-3.633328;;, + 94;3; -1.438651,-0.139216,-3.633328;;, + 95;3; -1.438651,-0.139216,-3.633328;;, + 96;3; -1.438651,-0.139216,-3.633328;;, + 97;3; -1.438651,-0.139216,-3.633328;;, + 98;3; -1.438651,-0.139216,-3.633328;;, + 99;3; -1.438651,-0.139216,-3.633328;;, + 100;3; -1.438651,-0.139216,-3.633328;;, + 101;3; -1.438651,-0.139216,-3.633328;;, + 102;3; -1.438651,-0.139216,-3.633328;;, + 103;3; -1.438651,-0.139216,-3.633328;;, + 104;3; -1.438651,-0.139216,-3.633328;;, + 105;3; -1.438651,-0.139216,-3.633328;;, + 106;3; -1.438651,-0.139216,-3.633328;;, + 107;3; -1.438651,-0.139216,-3.633328;;, + 108;3; -1.438651,-0.139216,-3.633328;;, + 109;3; -1.438651,-0.139216,-3.633328;;, + 110;3; -1.438651,-0.139216,-3.633328;;, + 111;3; -1.438651,-0.139216,-3.633328;;, + 112;3; -1.438651,-0.139216,-3.633328;;, + 113;3; -1.438651,-0.139216,-3.633328;;, + 114;3; -1.438651,-0.139216,-3.633328;;, + 115;3; -1.438651,-0.139216,-3.633328;;, + 116;3; -1.438651,-0.139216,-3.633328;;, + 117;3; -1.438651,-0.139216,-3.633328;;, + 118;3; -1.438651,-0.139216,-3.633328;;, + 119;3; -1.438651,-0.139216,-3.633328;;, + 120;3; -1.438651,-0.139216,-3.633328;;, + 121;3; -1.438651,-0.139216,-3.633328;;, + 122;3; -1.438651,-0.139216,-3.633328;;, + 123;3; -1.438651,-0.139216,-3.633328;;, + 124;3; -1.438651,-0.139216,-3.633328;;, + 125;3; -1.438651,-0.139216,-3.633328;;, + 126;3; -1.438651,-0.139216,-3.633328;;, + 127;3; -1.438651,-0.139216,-3.633328;;, + 128;3; -1.438651,-0.139216,-3.633328;;, + 129;3; -1.438651,-0.139216,-3.633328;;, + 130;3; -1.438651,-0.139216,-3.633328;;, + 131;3; -1.438651,-0.139216,-3.633328;;, + 132;3; -1.438651,-0.139216,-3.633328;;, + 133;3; -1.438651,-0.139216,-3.633328;;, + 134;3; -1.438651,-0.139216,-3.633328;;, + 135;3; -1.438651,-0.139216,-3.633328;;, + 136;3; -1.438651,-0.139216,-3.633328;;, + 137;3; -1.438651,-0.139216,-3.633328;;, + 138;3; -1.438651,-0.139216,-3.633328;;, + 139;3; -1.438651,-0.139216,-3.633328;;, + 140;3; -1.438651,-0.139216,-3.633328;;, + 141;3; -1.438651,-0.139216,-3.633328;;, + 142;3; -1.438651,-0.139216,-3.633328;;, + 143;3; -1.438651,-0.139216,-3.633328;;, + 144;3; -1.438651,-0.139216,-3.633328;;, + 145;3; -1.438651,-0.139216,-3.633328;;, + 146;3; -1.438651,-0.139216,-3.633328;;, + 147;3; -1.438651,-0.139216,-3.633328;;, + 148;3; -1.438651,-0.139216,-3.633328;;, + 149;3; -1.438651,-0.139216,-3.633328;;, + 150;3; -1.438651,-0.139216,-3.633328;;, + 151;3; -1.438651,-0.139216,-3.633328;;, + 152;3; -1.438651,-0.139216,-3.633328;;, + 153;3; -1.438651,-0.139216,-3.633328;;, + 154;3; -1.438651,-0.139216,-3.633328;;, + 155;3; -1.438651,-0.139216,-3.633328;;, + 156;3; -1.438651,-0.139216,-3.633328;;, + 157;3; -1.438651,-0.139216,-3.633328;;, + 158;3; -1.438651,-0.139216,-3.633328;;, + 159;3; -1.438651,-0.139216,-3.633328;;, + 160;3; -1.438651,-0.139216,-3.633328;;, + 161;3; -1.438651,-0.139216,-3.633328;;, + 162;3; -1.438651,-0.139216,-3.633328;;, + 163;3; -1.438651,-0.139216,-3.633328;;, + 164;3; -1.438651,-0.139216,-3.633328;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 1;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 2;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 3;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 4;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 5;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 6;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 7;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 8;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 9;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 10;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 11;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 12;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 13;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 14;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 15;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 16;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 17;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 18;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 19;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 20;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 21;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 22;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 23;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 24;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 25;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 26;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 27;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 28;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 29;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 30;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 31;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 32;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 33;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 34;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 35;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 36;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 37;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 38;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 39;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 40;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 41;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 42;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 43;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 44;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 45;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 46;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 47;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 48;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 49;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 50;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 51;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 52;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 53;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 54;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 55;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 56;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 57;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 58;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 59;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 60;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 61;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 62;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 63;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 64;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 65;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 66;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 67;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 68;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 69;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 70;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 71;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 72;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 73;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 74;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 75;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 76;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 77;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 78;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 79;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 80;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 81;4; -0.023017, 0.996971,-0.000000,-0.000000;;, + 82;4; -0.087830, 0.988440,-0.000000,-0.000000;;, + 83;4; -0.171026, 0.977486,-0.000000,-0.000000;;, + 84;4; -0.235816, 0.968955,-0.000000,-0.000000;;, + 85;4; -0.258819, 0.965926,-0.000000,-0.000000;;, + 86;4; -0.247344, 0.965926,-0.000000,-0.000000;;, + 87;4; -0.212807, 0.965926,-0.000000,-0.000000;;, + 88;4; -0.156652, 0.965926,-0.000000,-0.000000;;, + 89;4; -0.083204, 0.965926,-0.000000,-0.000000;;, + 90;4; -0.000000, 0.965926,-0.000000,-0.000000;;, + 91;4; 0.083204, 0.965926, 0.000000,-0.000000;;, + 92;4; 0.156652, 0.965926, 0.000000,-0.000000;;, + 93;4; 0.212807, 0.965926, 0.000000,-0.000000;;, + 94;4; 0.247343, 0.965926, 0.000000,-0.000000;;, + 95;4; 0.258819, 0.965926, 0.000000,-0.000000;;, + 96;4; 0.235815, 0.968955, 0.000000,-0.000000;;, + 97;4; 0.171026, 0.977486, 0.000000,-0.000000;;, + 98;4; 0.087830, 0.988440, 0.000000,-0.000000;;, + 99;4; 0.023017, 0.996971, 0.000000,-0.000000;;, + 100;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 101;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 102;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 103;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 104;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 105;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 106;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 107;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 108;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 109;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 110;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 111;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 112;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 113;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 114;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 115;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 116;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 117;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 118;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 119;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 120;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 121;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 122;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 123;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 124;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 125;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 126;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 127;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 128;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 129;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 130;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 131;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 132;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 133;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 134;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 135;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 136;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 137;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 138;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 139;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 140;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 141;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 142;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 143;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 144;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 145;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 146;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 147;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 148;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 149;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 150;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 151;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 152;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 153;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 154;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 155;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 156;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 157;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 158;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 159;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 160;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 161;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 162;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 163;4; -0.000000, 1.000000, 0.000000,-0.000000;;, + 164;4; -0.000000, 1.000000, 0.000000,-0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {Armature_Head} + AnimationKey { //Position + 2; + 165; + 0;3; -0.000000, 4.052525, 3.788038;;, + 1;3; -0.000000, 4.052525, 3.788038;;, + 2;3; -0.000000, 4.052525, 3.788038;;, + 3;3; -0.000000, 4.052525, 3.788038;;, + 4;3; -0.000000, 4.052525, 3.788038;;, + 5;3; -0.000000, 4.052525, 3.788038;;, + 6;3; -0.000000, 4.052525, 3.788038;;, + 7;3; -0.000000, 4.052525, 3.788038;;, + 8;3; -0.000000, 4.052525, 3.788038;;, + 9;3; -0.000000, 4.052525, 3.788038;;, + 10;3; -0.000000, 4.052525, 3.788038;;, + 11;3; -0.000000, 4.052525, 3.788038;;, + 12;3; -0.000000, 4.052525, 3.788038;;, + 13;3; -0.000000, 4.052525, 3.788038;;, + 14;3; -0.000000, 4.052525, 3.788038;;, + 15;3; -0.000000, 4.052525, 3.788038;;, + 16;3; -0.000000, 4.052525, 3.788038;;, + 17;3; -0.000000, 4.052525, 3.788038;;, + 18;3; -0.000000, 4.052525, 3.788038;;, + 19;3; -0.000000, 4.052525, 3.788038;;, + 20;3; -0.000000, 4.052525, 3.788038;;, + 21;3; -0.000000, 4.052525, 3.788038;;, + 22;3; -0.000000, 4.052525, 3.788038;;, + 23;3; -0.000000, 4.052525, 3.788038;;, + 24;3; -0.000000, 4.052525, 3.788038;;, + 25;3; -0.000000, 4.052525, 3.788038;;, + 26;3; -0.000000, 4.052525, 3.788038;;, + 27;3; -0.000000, 4.052525, 3.788038;;, + 28;3; -0.000000, 4.052525, 3.788038;;, + 29;3; -0.000000, 4.052525, 3.788038;;, + 30;3; -0.000000, 4.052525, 3.788038;;, + 31;3; -0.000000, 4.052525, 3.788038;;, + 32;3; -0.000000, 4.052525, 3.788038;;, + 33;3; -0.000000, 4.052525, 3.788038;;, + 34;3; -0.000000, 4.052525, 3.788038;;, + 35;3; -0.000000, 4.052525, 3.788038;;, + 36;3; -0.000000, 4.052525, 3.788038;;, + 37;3; -0.000000, 4.052525, 3.788038;;, + 38;3; -0.000000, 4.052525, 3.788038;;, + 39;3; -0.000000, 4.052525, 3.788038;;, + 40;3; -0.000000, 4.052525, 3.788038;;, + 41;3; -0.000000, 4.052525, 3.788038;;, + 42;3; -0.000000, 4.052525, 3.788038;;, + 43;3; -0.000000, 4.052525, 3.788038;;, + 44;3; -0.000000, 4.052525, 3.788038;;, + 45;3; -0.000000, 4.052525, 3.788038;;, + 46;3; -0.000000, 4.052525, 3.788038;;, + 47;3; -0.000000, 4.052525, 3.788038;;, + 48;3; -0.000000, 4.052525, 3.788038;;, + 49;3; -0.000000, 4.052525, 3.788038;;, + 50;3; -0.000000, 4.052525, 3.788038;;, + 51;3; -0.000000, 4.052525, 3.788038;;, + 52;3; -0.000000, 4.052525, 3.788038;;, + 53;3; -0.000000, 4.052525, 3.788038;;, + 54;3; -0.000000, 4.052525, 3.788038;;, + 55;3; -0.000000, 4.052525, 3.788038;;, + 56;3; -0.000000, 4.052525, 3.788038;;, + 57;3; -0.000000, 4.052525, 3.788038;;, + 58;3; -0.000000, 4.052525, 3.788038;;, + 59;3; -0.000000, 4.052525, 3.788038;;, + 60;3; -0.000000, 4.052525, 3.788038;;, + 61;3; -0.000000, 4.052525, 3.788038;;, + 62;3; -0.000000, 4.052525, 3.788038;;, + 63;3; -0.000000, 4.052525, 3.788038;;, + 64;3; -0.000000, 4.052525, 3.788038;;, + 65;3; -0.000000, 4.052525, 3.788038;;, + 66;3; -0.000000, 4.052525, 3.788038;;, + 67;3; -0.000000, 4.052525, 3.788038;;, + 68;3; -0.000000, 4.052525, 3.788038;;, + 69;3; -0.000000, 4.052525, 3.788038;;, + 70;3; -0.000000, 4.052525, 3.788038;;, + 71;3; -0.000000, 4.052525, 3.788038;;, + 72;3; -0.000000, 4.052525, 3.788038;;, + 73;3; -0.000000, 4.052525, 3.788038;;, + 74;3; -0.000000, 4.052525, 3.788038;;, + 75;3; -0.000000, 4.052525, 3.788038;;, + 76;3; -0.000000, 4.052525, 3.788038;;, + 77;3; -0.000000, 4.052525, 3.788038;;, + 78;3; -0.000000, 4.052525, 3.788038;;, + 79;3; -0.000000, 4.052525, 3.788038;;, + 80;3; -0.000000, 4.052525, 3.788038;;, + 81;3; -0.000000, 4.052525, 3.788038;;, + 82;3; -0.000000, 4.052525, 3.788038;;, + 83;3; -0.000000, 4.052525, 3.788038;;, + 84;3; -0.000000, 4.052525, 3.788038;;, + 85;3; -0.000000, 4.052525, 3.788038;;, + 86;3; -0.000000, 4.052525, 3.788038;;, + 87;3; -0.000000, 4.052525, 3.788038;;, + 88;3; -0.000000, 4.052525, 3.788038;;, + 89;3; -0.000000, 4.052525, 3.788038;;, + 90;3; -0.000000, 4.052525, 3.788038;;, + 91;3; -0.000000, 4.052525, 3.788038;;, + 92;3; -0.000000, 4.052525, 3.788038;;, + 93;3; -0.000000, 4.052525, 3.788038;;, + 94;3; -0.000000, 4.052525, 3.788038;;, + 95;3; -0.000000, 4.052525, 3.788038;;, + 96;3; -0.000000, 4.052525, 3.788038;;, + 97;3; -0.000000, 4.052525, 3.788038;;, + 98;3; -0.000000, 4.052525, 3.788038;;, + 99;3; -0.000000, 4.052525, 3.788038;;, + 100;3; -0.000000, 4.052525, 3.788038;;, + 101;3; -0.000000, 4.052525, 3.788038;;, + 102;3; -0.000000, 4.052525, 3.788038;;, + 103;3; -0.000000, 4.052525, 3.788038;;, + 104;3; -0.000000, 4.052525, 3.788038;;, + 105;3; -0.000000, 4.052525, 3.788038;;, + 106;3; -0.000000, 4.052525, 3.788038;;, + 107;3; -0.000000, 4.052525, 3.788038;;, + 108;3; -0.000000, 4.052525, 3.788038;;, + 109;3; -0.000000, 4.052525, 3.788038;;, + 110;3; -0.000000, 4.052525, 3.788038;;, + 111;3; -0.000000, 4.052525, 3.788038;;, + 112;3; -0.000000, 4.052525, 3.788038;;, + 113;3; -0.000000, 4.052525, 3.788038;;, + 114;3; -0.000000, 4.052525, 3.788038;;, + 115;3; -0.000000, 4.052525, 3.788038;;, + 116;3; -0.000000, 4.052525, 3.788038;;, + 117;3; -0.000000, 4.052525, 3.788038;;, + 118;3; -0.000000, 4.052525, 3.788038;;, + 119;3; -0.000000, 4.052525, 3.788038;;, + 120;3; -0.000000, 4.052525, 3.788038;;, + 121;3; -0.000000, 4.052525, 3.788038;;, + 122;3; -0.000000, 4.052525, 3.788038;;, + 123;3; -0.000000, 4.052525, 3.788038;;, + 124;3; -0.000000, 4.052525, 3.788038;;, + 125;3; -0.000000, 4.052525, 3.788038;;, + 126;3; -0.000000, 4.052525, 3.788038;;, + 127;3; -0.000000, 4.052525, 3.788038;;, + 128;3; -0.000000, 4.052525, 3.788038;;, + 129;3; -0.000000, 4.052525, 3.788038;;, + 130;3; -0.000000, 4.052525, 3.788038;;, + 131;3; -0.000000, 4.052525, 3.788038;;, + 132;3; -0.000000, 4.052525, 3.788038;;, + 133;3; -0.000000, 4.052525, 3.788038;;, + 134;3; -0.000000, 4.052525, 3.788038;;, + 135;3; -0.000000, 4.052525, 3.788038;;, + 136;3; -0.000000, 4.052525, 3.788038;;, + 137;3; -0.000000, 4.052525, 3.788038;;, + 138;3; -0.000000, 4.052525, 3.788038;;, + 139;3; -0.000000, 4.052525, 3.788038;;, + 140;3; -0.000000, 4.052525, 3.788038;;, + 141;3; -0.000000, 4.052525, 3.788038;;, + 142;3; -0.000000, 4.052525, 3.788038;;, + 143;3; -0.000000, 4.052525, 3.788038;;, + 144;3; -0.000000, 4.052525, 3.788038;;, + 145;3; -0.000000, 4.052525, 3.788038;;, + 146;3; -0.000000, 4.052525, 3.788038;;, + 147;3; -0.000000, 4.052525, 3.788038;;, + 148;3; -0.000000, 4.052525, 3.788038;;, + 149;3; -0.000000, 4.052525, 3.788038;;, + 150;3; -0.000000, 4.052525, 3.788038;;, + 151;3; -0.000000, 4.052525, 3.788038;;, + 152;3; -0.000000, 4.052525, 3.788038;;, + 153;3; -0.000000, 4.052525, 3.788038;;, + 154;3; -0.000000, 4.052525, 3.788038;;, + 155;3; -0.000000, 4.052525, 3.788038;;, + 156;3; -0.000000, 4.052525, 3.788038;;, + 157;3; -0.000000, 4.052525, 3.788038;;, + 158;3; -0.000000, 4.052525, 3.788038;;, + 159;3; -0.000000, 4.052525, 3.788038;;, + 160;3; -0.000000, 4.052525, 3.788038;;, + 161;3; -0.000000, 4.052525, 3.788038;;, + 162;3; -0.000000, 4.052525, 3.788038;;, + 163;3; -0.000000, 4.052525, 3.788038;;, + 164;3; -0.000000, 4.052525, 3.788038;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 1;4; 0.000000, 0.000000, 0.706989, 0.707223;;, + 2;4; 0.000000, 0.000000, 0.706631, 0.707576;;, + 3;4; 0.000000, 0.000000, 0.706034, 0.708164;;, + 4;4; 0.000000, 0.000000, 0.705202, 0.708983;;, + 5;4; 0.000000, 0.000000, 0.704147, 0.710022;;, + 6;4; 0.000000, 0.000000, 0.702890, 0.711259;;, + 7;4; 0.000000, 0.000000, 0.701461, 0.712663;;, + 8;4; 0.000000, 0.000000, 0.699901, 0.714196;;, + 9;4; 0.000000, 0.000000, 0.698257, 0.715808;;, + 10;4; 0.000000, 0.000000, 0.696584, 0.717447;;, + 11;4; 0.000000, 0.000000, 0.694937, 0.719057;;, + 12;4; 0.000000, 0.000000, 0.693372, 0.720585;;, + 13;4; 0.000000, 0.000000, 0.691936, 0.721982;;, + 14;4; 0.000000, 0.000000, 0.690669, 0.723209;;, + 15;4; 0.000000, 0.000000, 0.689603, 0.724237;;, + 16;4; 0.000000, 0.000000, 0.688758, 0.725043;;, + 17;4; 0.000000, 0.000000, 0.688146, 0.725617;;, + 18;4; 0.000000, 0.000000, 0.687773, 0.725954;;, + 19;4; 0.000000, 0.000000, 0.687638, 0.726054;;, + 20;4; 0.000000, 0.000000, 0.687896, 0.725759;;, + 21;4; 0.000000, 0.000000, 0.688709, 0.724905;;, + 22;4; 0.000000, 0.000000, 0.690081, 0.723488;;, + 23;4; 0.000000, 0.000000, 0.692002, 0.721519;;, + 24;4; 0.000000, 0.000000, 0.694448, 0.719020;;, + 25;4; 0.000000, 0.000000, 0.697377, 0.716035;;, + 26;4; 0.000000, 0.000000, 0.700729, 0.712626;;, + 27;4; 0.000000, 0.000000, 0.704421, 0.708875;;, + 28;4; 0.000000, 0.000000, 0.708352, 0.704885;;, + 29;4; 0.000000, 0.000000, 0.712408, 0.700772;;, + 30;4; 0.000000, 0.000000, 0.716464, 0.696660;;, + 31;4; 0.000000, 0.000000, 0.720399, 0.692673;;, + 32;4; 0.000000, 0.000000, 0.724097, 0.688928;;, + 33;4; 0.000000, 0.000000, 0.727457, 0.685527;;, + 34;4; 0.000000, 0.000000, 0.730396, 0.682552;;, + 35;4; 0.000000, 0.000000, 0.732854, 0.680065;;, + 36;4; 0.000000, 0.000000, 0.734788, 0.678108;;, + 37;4; 0.000000, 0.000000, 0.736174, 0.676706;;, + 38;4; 0.000000, 0.000000, 0.737003, 0.675868;;, + 39;4; 0.000000, 0.000000, 0.737277, 0.675590;;, + 40;4; 0.000000, 0.000000, 0.737111, 0.675764;;, + 41;4; 0.000000, 0.000000, 0.736609, 0.676289;;, + 42;4; 0.000000, 0.000000, 0.735768, 0.677167;;, + 43;4; 0.000000, 0.000000, 0.734596, 0.678392;;, + 44;4; 0.000000, 0.000000, 0.733105, 0.679949;;, + 45;4; 0.000000, 0.000000, 0.731323, 0.681811;;, + 46;4; 0.000000, 0.000000, 0.729285, 0.683939;;, + 47;4; 0.000000, 0.000000, 0.727042, 0.686283;;, + 48;4; 0.000000, 0.000000, 0.724654, 0.688777;;, + 49;4; 0.000000, 0.000000, 0.722192, 0.691349;;, + 50;4; 0.000000, 0.000000, 0.719730, 0.693920;;, + 51;4; 0.000000, 0.000000, 0.717343, 0.696414;;, + 52;4; 0.000000, 0.000000, 0.715099, 0.698758;;, + 53;4; 0.000000, 0.000000, 0.713062, 0.700886;;, + 54;4; 0.000000, 0.000000, 0.711279, 0.702749;;, + 55;4; 0.000000, 0.000000, 0.709789, 0.704305;;, + 56;4; 0.000000, 0.000000, 0.708616, 0.705530;;, + 57;4; 0.000000, 0.000000, 0.707776, 0.706408;;, + 58;4; 0.000000, 0.000000, 0.707273, 0.706933;;, + 59;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 60;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 61;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 62;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 63;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 64;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 65;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 66;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 67;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 68;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 69;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 70;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 71;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 72;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 73;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 74;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 75;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 76;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 77;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 78;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 79;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 80;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 81;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 82;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 83;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 84;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 85;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 86;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 87;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 88;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 89;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 90;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 91;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 92;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 93;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 94;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 95;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 96;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 97;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 98;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 99;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 100;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 101;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 102;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 103;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 104;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 105;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 106;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 107;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 108;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 109;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 110;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 111;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 112;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 113;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 114;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 115;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 116;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 117;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 118;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 119;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 120;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 121;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 122;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 123;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 124;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 125;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 126;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 127;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 128;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 129;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 130;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 131;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 132;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 133;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 134;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 135;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 136;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 137;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 138;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 139;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 140;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 141;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 142;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 143;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 144;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 145;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 146;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 147;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 148;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 149;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 150;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 151;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 152;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 153;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 154;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 155;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 156;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 157;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 158;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 159;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 160;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 161;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 162;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 163;4; 0.000000, 0.000000, 0.707107, 0.707107;;, + 164;4; 0.000000, 0.000000, 0.707107, 0.707107;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } + Animation { + {sheep} + AnimationKey { //Position + 2; + 165; + 0;3; 0.000000, 0.000000,-0.000000;;, + 1;3; 0.000000, 0.000000,-0.000000;;, + 2;3; 0.000000, 0.000000,-0.000000;;, + 3;3; 0.000000, 0.000000,-0.000000;;, + 4;3; 0.000000, 0.000000,-0.000000;;, + 5;3; 0.000000, 0.000000,-0.000000;;, + 6;3; 0.000000, 0.000000,-0.000000;;, + 7;3; 0.000000, 0.000000,-0.000000;;, + 8;3; 0.000000, 0.000000,-0.000000;;, + 9;3; 0.000000, 0.000000,-0.000000;;, + 10;3; 0.000000, 0.000000,-0.000000;;, + 11;3; 0.000000, 0.000000,-0.000000;;, + 12;3; 0.000000, 0.000000,-0.000000;;, + 13;3; 0.000000, 0.000000,-0.000000;;, + 14;3; 0.000000, 0.000000,-0.000000;;, + 15;3; 0.000000, 0.000000,-0.000000;;, + 16;3; 0.000000, 0.000000,-0.000000;;, + 17;3; 0.000000, 0.000000,-0.000000;;, + 18;3; 0.000000, 0.000000,-0.000000;;, + 19;3; 0.000000, 0.000000,-0.000000;;, + 20;3; 0.000000, 0.000000,-0.000000;;, + 21;3; 0.000000, 0.000000,-0.000000;;, + 22;3; 0.000000, 0.000000,-0.000000;;, + 23;3; 0.000000, 0.000000,-0.000000;;, + 24;3; 0.000000, 0.000000,-0.000000;;, + 25;3; 0.000000, 0.000000,-0.000000;;, + 26;3; 0.000000, 0.000000,-0.000000;;, + 27;3; 0.000000, 0.000000,-0.000000;;, + 28;3; 0.000000, 0.000000,-0.000000;;, + 29;3; 0.000000, 0.000000,-0.000000;;, + 30;3; 0.000000, 0.000000,-0.000000;;, + 31;3; 0.000000, 0.000000,-0.000000;;, + 32;3; 0.000000, 0.000000,-0.000000;;, + 33;3; 0.000000, 0.000000,-0.000000;;, + 34;3; 0.000000, 0.000000,-0.000000;;, + 35;3; 0.000000, 0.000000,-0.000000;;, + 36;3; 0.000000, 0.000000,-0.000000;;, + 37;3; 0.000000, 0.000000,-0.000000;;, + 38;3; 0.000000, 0.000000,-0.000000;;, + 39;3; 0.000000, 0.000000,-0.000000;;, + 40;3; 0.000000, 0.000000,-0.000000;;, + 41;3; 0.000000, 0.000000,-0.000000;;, + 42;3; 0.000000, 0.000000,-0.000000;;, + 43;3; 0.000000, 0.000000,-0.000000;;, + 44;3; 0.000000, 0.000000,-0.000000;;, + 45;3; 0.000000, 0.000000,-0.000000;;, + 46;3; 0.000000, 0.000000,-0.000000;;, + 47;3; 0.000000, 0.000000,-0.000000;;, + 48;3; 0.000000, 0.000000,-0.000000;;, + 49;3; 0.000000, 0.000000,-0.000000;;, + 50;3; 0.000000, 0.000000,-0.000000;;, + 51;3; 0.000000, 0.000000,-0.000000;;, + 52;3; 0.000000, 0.000000,-0.000000;;, + 53;3; 0.000000, 0.000000,-0.000000;;, + 54;3; 0.000000, 0.000000,-0.000000;;, + 55;3; 0.000000, 0.000000,-0.000000;;, + 56;3; 0.000000, 0.000000,-0.000000;;, + 57;3; 0.000000, 0.000000,-0.000000;;, + 58;3; 0.000000, 0.000000,-0.000000;;, + 59;3; 0.000000, 0.000000,-0.000000;;, + 60;3; 0.000000, 0.000000,-0.000000;;, + 61;3; 0.000000, 0.000000,-0.000000;;, + 62;3; 0.000000, 0.000000,-0.000000;;, + 63;3; 0.000000, 0.000000,-0.000000;;, + 64;3; 0.000000, 0.000000,-0.000000;;, + 65;3; 0.000000, 0.000000,-0.000000;;, + 66;3; 0.000000, 0.000000,-0.000000;;, + 67;3; 0.000000, 0.000000,-0.000000;;, + 68;3; 0.000000, 0.000000,-0.000000;;, + 69;3; 0.000000, 0.000000,-0.000000;;, + 70;3; 0.000000, 0.000000,-0.000000;;, + 71;3; 0.000000, 0.000000,-0.000000;;, + 72;3; 0.000000, 0.000000,-0.000000;;, + 73;3; 0.000000, 0.000000,-0.000000;;, + 74;3; 0.000000, 0.000000,-0.000000;;, + 75;3; 0.000000, 0.000000,-0.000000;;, + 76;3; 0.000000, 0.000000,-0.000000;;, + 77;3; 0.000000, 0.000000,-0.000000;;, + 78;3; 0.000000, 0.000000,-0.000000;;, + 79;3; 0.000000, 0.000000,-0.000000;;, + 80;3; 0.000000, 0.000000,-0.000000;;, + 81;3; 0.000000, 0.000000,-0.000000;;, + 82;3; 0.000000, 0.000000,-0.000000;;, + 83;3; 0.000000, 0.000000,-0.000000;;, + 84;3; 0.000000, 0.000000,-0.000000;;, + 85;3; 0.000000, 0.000000,-0.000000;;, + 86;3; 0.000000, 0.000000,-0.000000;;, + 87;3; 0.000000, 0.000000,-0.000000;;, + 88;3; 0.000000, 0.000000,-0.000000;;, + 89;3; 0.000000, 0.000000,-0.000000;;, + 90;3; 0.000000, 0.000000,-0.000000;;, + 91;3; 0.000000, 0.000000,-0.000000;;, + 92;3; 0.000000, 0.000000,-0.000000;;, + 93;3; 0.000000, 0.000000,-0.000000;;, + 94;3; 0.000000, 0.000000,-0.000000;;, + 95;3; 0.000000, 0.000000,-0.000000;;, + 96;3; 0.000000, 0.000000,-0.000000;;, + 97;3; 0.000000, 0.000000,-0.000000;;, + 98;3; 0.000000, 0.000000,-0.000000;;, + 99;3; 0.000000, 0.000000,-0.000000;;, + 100;3; 0.000000, 0.000000,-0.000000;;, + 101;3; 0.000000, 0.000000,-0.000000;;, + 102;3; 0.000000, 0.000000,-0.000000;;, + 103;3; 0.000000, 0.000000,-0.000000;;, + 104;3; 0.000000, 0.000000,-0.000000;;, + 105;3; 0.000000, 0.000000,-0.000000;;, + 106;3; 0.000000, 0.000000,-0.000000;;, + 107;3; 0.000000, 0.000000,-0.000000;;, + 108;3; 0.000000, 0.000000,-0.000000;;, + 109;3; 0.000000, 0.000000,-0.000000;;, + 110;3; 0.000000, 0.000000,-0.000000;;, + 111;3; 0.000000, 0.000000,-0.000000;;, + 112;3; 0.000000, 0.000000,-0.000000;;, + 113;3; 0.000000, 0.000000,-0.000000;;, + 114;3; 0.000000, 0.000000,-0.000000;;, + 115;3; 0.000000, 0.000000,-0.000000;;, + 116;3; 0.000000, 0.000000,-0.000000;;, + 117;3; 0.000000, 0.000000,-0.000000;;, + 118;3; 0.000000, 0.000000,-0.000000;;, + 119;3; 0.000000, 0.000000,-0.000000;;, + 120;3; 0.000000, 0.000000,-0.000000;;, + 121;3; 0.000000, 0.000000,-0.000000;;, + 122;3; 0.000000, 0.000000,-0.000000;;, + 123;3; 0.000000, 0.000000,-0.000000;;, + 124;3; 0.000000, 0.000000,-0.000000;;, + 125;3; 0.000000, 0.000000,-0.000000;;, + 126;3; 0.000000, 0.000000,-0.000000;;, + 127;3; 0.000000, 0.000000,-0.000000;;, + 128;3; 0.000000, 0.000000,-0.000000;;, + 129;3; 0.000000, 0.000000,-0.000000;;, + 130;3; 0.000000, 0.000000,-0.000000;;, + 131;3; 0.000000, 0.000000,-0.000000;;, + 132;3; 0.000000, 0.000000,-0.000000;;, + 133;3; 0.000000, 0.000000,-0.000000;;, + 134;3; 0.000000, 0.000000,-0.000000;;, + 135;3; 0.000000, 0.000000,-0.000000;;, + 136;3; 0.000000, 0.000000,-0.000000;;, + 137;3; 0.000000, 0.000000,-0.000000;;, + 138;3; 0.000000, 0.000000,-0.000000;;, + 139;3; 0.000000, 0.000000,-0.000000;;, + 140;3; 0.000000, 0.000000,-0.000000;;, + 141;3; 0.000000, 0.000000,-0.000000;;, + 142;3; 0.000000, 0.000000,-0.000000;;, + 143;3; 0.000000, 0.000000,-0.000000;;, + 144;3; 0.000000, 0.000000,-0.000000;;, + 145;3; 0.000000, 0.000000,-0.000000;;, + 146;3; 0.000000, 0.000000,-0.000000;;, + 147;3; 0.000000, 0.000000,-0.000000;;, + 148;3; 0.000000, 0.000000,-0.000000;;, + 149;3; 0.000000, 0.000000,-0.000000;;, + 150;3; 0.000000, 0.000000,-0.000000;;, + 151;3; 0.000000, 0.000000,-0.000000;;, + 152;3; 0.000000, 0.000000,-0.000000;;, + 153;3; 0.000000, 0.000000,-0.000000;;, + 154;3; 0.000000, 0.000000,-0.000000;;, + 155;3; 0.000000, 0.000000,-0.000000;;, + 156;3; 0.000000, 0.000000,-0.000000;;, + 157;3; 0.000000, 0.000000,-0.000000;;, + 158;3; 0.000000, 0.000000,-0.000000;;, + 159;3; 0.000000, 0.000000,-0.000000;;, + 160;3; 0.000000, 0.000000,-0.000000;;, + 161;3; 0.000000, 0.000000,-0.000000;;, + 162;3; 0.000000, 0.000000,-0.000000;;, + 163;3; 0.000000, 0.000000,-0.000000;;, + 164;3; 0.000000, 0.000000,-0.000000;;; + } + AnimationKey { //Rotation + 0; + 165; + 0;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 2;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 3;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 4;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 5;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 6;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 7;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 8;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 9;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 10;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 11;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 12;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 13;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 14;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 15;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 16;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 17;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 18;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 19;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 20;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 21;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 22;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 23;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 24;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 25;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 26;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 27;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 28;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 29;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 30;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 31;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 32;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 33;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 34;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 35;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 36;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 37;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 38;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 39;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 40;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 41;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 42;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 43;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 44;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 45;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 46;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 47;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 48;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 49;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 50;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 51;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 52;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 53;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 54;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 55;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 56;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 57;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 58;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 59;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 60;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 61;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 62;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 63;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 64;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 65;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 66;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 67;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 68;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 69;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 70;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 71;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 72;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 73;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 74;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 75;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 76;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 77;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 78;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 79;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 80;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 81;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 82;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 83;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 84;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 85;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 86;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 87;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 88;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 89;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 90;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 91;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 92;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 93;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 94;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 95;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 96;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 97;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 98;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 99;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 100;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 101;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 102;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 103;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 104;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 105;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 106;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 107;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 108;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 109;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 110;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 111;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 112;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 113;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 114;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 115;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 116;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 117;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 118;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 119;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 120;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 121;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 122;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 123;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 124;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 125;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 126;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 127;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 128;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 129;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 130;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 131;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 132;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 133;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 134;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 135;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 136;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 137;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 138;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 139;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 140;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 141;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 142;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 143;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 144;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 145;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 146;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 147;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 148;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 149;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 150;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 151;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 152;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 153;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 154;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 155;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 156;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 157;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 158;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 159;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 160;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 161;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 162;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 163;4; -1.000000, 0.000000, 0.000000, 0.000000;;, + 164;4; -1.000000, 0.000000, 0.000000, 0.000000;;; + } + AnimationKey { //Scale + 1; + 165; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;, + 12;3; 1.000000, 1.000000, 1.000000;;, + 13;3; 1.000000, 1.000000, 1.000000;;, + 14;3; 1.000000, 1.000000, 1.000000;;, + 15;3; 1.000000, 1.000000, 1.000000;;, + 16;3; 1.000000, 1.000000, 1.000000;;, + 17;3; 1.000000, 1.000000, 1.000000;;, + 18;3; 1.000000, 1.000000, 1.000000;;, + 19;3; 1.000000, 1.000000, 1.000000;;, + 20;3; 1.000000, 1.000000, 1.000000;;, + 21;3; 1.000000, 1.000000, 1.000000;;, + 22;3; 1.000000, 1.000000, 1.000000;;, + 23;3; 1.000000, 1.000000, 1.000000;;, + 24;3; 1.000000, 1.000000, 1.000000;;, + 25;3; 1.000000, 1.000000, 1.000000;;, + 26;3; 1.000000, 1.000000, 1.000000;;, + 27;3; 1.000000, 1.000000, 1.000000;;, + 28;3; 1.000000, 1.000000, 1.000000;;, + 29;3; 1.000000, 1.000000, 1.000000;;, + 30;3; 1.000000, 1.000000, 1.000000;;, + 31;3; 1.000000, 1.000000, 1.000000;;, + 32;3; 1.000000, 1.000000, 1.000000;;, + 33;3; 1.000000, 1.000000, 1.000000;;, + 34;3; 1.000000, 1.000000, 1.000000;;, + 35;3; 1.000000, 1.000000, 1.000000;;, + 36;3; 1.000000, 1.000000, 1.000000;;, + 37;3; 1.000000, 1.000000, 1.000000;;, + 38;3; 1.000000, 1.000000, 1.000000;;, + 39;3; 1.000000, 1.000000, 1.000000;;, + 40;3; 1.000000, 1.000000, 1.000000;;, + 41;3; 1.000000, 1.000000, 1.000000;;, + 42;3; 1.000000, 1.000000, 1.000000;;, + 43;3; 1.000000, 1.000000, 1.000000;;, + 44;3; 1.000000, 1.000000, 1.000000;;, + 45;3; 1.000000, 1.000000, 1.000000;;, + 46;3; 1.000000, 1.000000, 1.000000;;, + 47;3; 1.000000, 1.000000, 1.000000;;, + 48;3; 1.000000, 1.000000, 1.000000;;, + 49;3; 1.000000, 1.000000, 1.000000;;, + 50;3; 1.000000, 1.000000, 1.000000;;, + 51;3; 1.000000, 1.000000, 1.000000;;, + 52;3; 1.000000, 1.000000, 1.000000;;, + 53;3; 1.000000, 1.000000, 1.000000;;, + 54;3; 1.000000, 1.000000, 1.000000;;, + 55;3; 1.000000, 1.000000, 1.000000;;, + 56;3; 1.000000, 1.000000, 1.000000;;, + 57;3; 1.000000, 1.000000, 1.000000;;, + 58;3; 1.000000, 1.000000, 1.000000;;, + 59;3; 1.000000, 1.000000, 1.000000;;, + 60;3; 1.000000, 1.000000, 1.000000;;, + 61;3; 1.000000, 1.000000, 1.000000;;, + 62;3; 1.000000, 1.000000, 1.000000;;, + 63;3; 1.000000, 1.000000, 1.000000;;, + 64;3; 1.000000, 1.000000, 1.000000;;, + 65;3; 1.000000, 1.000000, 1.000000;;, + 66;3; 1.000000, 1.000000, 1.000000;;, + 67;3; 1.000000, 1.000000, 1.000000;;, + 68;3; 1.000000, 1.000000, 1.000000;;, + 69;3; 1.000000, 1.000000, 1.000000;;, + 70;3; 1.000000, 1.000000, 1.000000;;, + 71;3; 1.000000, 1.000000, 1.000000;;, + 72;3; 1.000000, 1.000000, 1.000000;;, + 73;3; 1.000000, 1.000000, 1.000000;;, + 74;3; 1.000000, 1.000000, 1.000000;;, + 75;3; 1.000000, 1.000000, 1.000000;;, + 76;3; 1.000000, 1.000000, 1.000000;;, + 77;3; 1.000000, 1.000000, 1.000000;;, + 78;3; 1.000000, 1.000000, 1.000000;;, + 79;3; 1.000000, 1.000000, 1.000000;;, + 80;3; 1.000000, 1.000000, 1.000000;;, + 81;3; 1.000000, 1.000000, 1.000000;;, + 82;3; 1.000000, 1.000000, 1.000000;;, + 83;3; 1.000000, 1.000000, 1.000000;;, + 84;3; 1.000000, 1.000000, 1.000000;;, + 85;3; 1.000000, 1.000000, 1.000000;;, + 86;3; 1.000000, 1.000000, 1.000000;;, + 87;3; 1.000000, 1.000000, 1.000000;;, + 88;3; 1.000000, 1.000000, 1.000000;;, + 89;3; 1.000000, 1.000000, 1.000000;;, + 90;3; 1.000000, 1.000000, 1.000000;;, + 91;3; 1.000000, 1.000000, 1.000000;;, + 92;3; 1.000000, 1.000000, 1.000000;;, + 93;3; 1.000000, 1.000000, 1.000000;;, + 94;3; 1.000000, 1.000000, 1.000000;;, + 95;3; 1.000000, 1.000000, 1.000000;;, + 96;3; 1.000000, 1.000000, 1.000000;;, + 97;3; 1.000000, 1.000000, 1.000000;;, + 98;3; 1.000000, 1.000000, 1.000000;;, + 99;3; 1.000000, 1.000000, 1.000000;;, + 100;3; 1.000000, 1.000000, 1.000000;;, + 101;3; 1.000000, 1.000000, 1.000000;;, + 102;3; 1.000000, 1.000000, 1.000000;;, + 103;3; 1.000000, 1.000000, 1.000000;;, + 104;3; 1.000000, 1.000000, 1.000000;;, + 105;3; 1.000000, 1.000000, 1.000000;;, + 106;3; 1.000000, 1.000000, 1.000000;;, + 107;3; 1.000000, 1.000000, 1.000000;;, + 108;3; 1.000000, 1.000000, 1.000000;;, + 109;3; 1.000000, 1.000000, 1.000000;;, + 110;3; 1.000000, 1.000000, 1.000000;;, + 111;3; 1.000000, 1.000000, 1.000000;;, + 112;3; 1.000000, 1.000000, 1.000000;;, + 113;3; 1.000000, 1.000000, 1.000000;;, + 114;3; 1.000000, 1.000000, 1.000000;;, + 115;3; 1.000000, 1.000000, 1.000000;;, + 116;3; 1.000000, 1.000000, 1.000000;;, + 117;3; 1.000000, 1.000000, 1.000000;;, + 118;3; 1.000000, 1.000000, 1.000000;;, + 119;3; 1.000000, 1.000000, 1.000000;;, + 120;3; 1.000000, 1.000000, 1.000000;;, + 121;3; 1.000000, 1.000000, 1.000000;;, + 122;3; 1.000000, 1.000000, 1.000000;;, + 123;3; 1.000000, 1.000000, 1.000000;;, + 124;3; 1.000000, 1.000000, 1.000000;;, + 125;3; 1.000000, 1.000000, 1.000000;;, + 126;3; 1.000000, 1.000000, 1.000000;;, + 127;3; 1.000000, 1.000000, 1.000000;;, + 128;3; 1.000000, 1.000000, 1.000000;;, + 129;3; 1.000000, 1.000000, 1.000000;;, + 130;3; 1.000000, 1.000000, 1.000000;;, + 131;3; 1.000000, 1.000000, 1.000000;;, + 132;3; 1.000000, 1.000000, 1.000000;;, + 133;3; 1.000000, 1.000000, 1.000000;;, + 134;3; 1.000000, 1.000000, 1.000000;;, + 135;3; 1.000000, 1.000000, 1.000000;;, + 136;3; 1.000000, 1.000000, 1.000000;;, + 137;3; 1.000000, 1.000000, 1.000000;;, + 138;3; 1.000000, 1.000000, 1.000000;;, + 139;3; 1.000000, 1.000000, 1.000000;;, + 140;3; 1.000000, 1.000000, 1.000000;;, + 141;3; 1.000000, 1.000000, 1.000000;;, + 142;3; 1.000000, 1.000000, 1.000000;;, + 143;3; 1.000000, 1.000000, 1.000000;;, + 144;3; 1.000000, 1.000000, 1.000000;;, + 145;3; 1.000000, 1.000000, 1.000000;;, + 146;3; 1.000000, 1.000000, 1.000000;;, + 147;3; 1.000000, 1.000000, 1.000000;;, + 148;3; 1.000000, 1.000000, 1.000000;;, + 149;3; 1.000000, 1.000000, 1.000000;;, + 150;3; 1.000000, 1.000000, 1.000000;;, + 151;3; 1.000000, 1.000000, 1.000000;;, + 152;3; 1.000000, 1.000000, 1.000000;;, + 153;3; 1.000000, 1.000000, 1.000000;;, + 154;3; 1.000000, 1.000000, 1.000000;;, + 155;3; 1.000000, 1.000000, 1.000000;;, + 156;3; 1.000000, 1.000000, 1.000000;;, + 157;3; 1.000000, 1.000000, 1.000000;;, + 158;3; 1.000000, 1.000000, 1.000000;;, + 159;3; 1.000000, 1.000000, 1.000000;;, + 160;3; 1.000000, 1.000000, 1.000000;;, + 161;3; 1.000000, 1.000000, 1.000000;;, + 162;3; 1.000000, 1.000000, 1.000000;;, + 163;3; 1.000000, 1.000000, 1.000000;;, + 164;3; 1.000000, 1.000000, 1.000000;;; + } + } +} //End of AnimationSet diff --git a/mods/vxl/serializable.lua b/mods/vxl/serializable.lua new file mode 100644 index 0000000..6024af7 --- /dev/null +++ b/mods/vxl/serializable.lua @@ -0,0 +1,76 @@ +-- Automatic class methods for serializable data types +_G.serializable = { } +local klasses = { } +local instances = { } + +local function serialize(data) + return minetest.serialize(data) +end + +local function unserialize(data) + return minetest.unserialize(data) +end + +local function get_uuid() + return vxl.get_uuid() +end + +--- Define a serializable class +-- @param name String a unique name for this class +-- @param initializer Function a function returning default properties for new objects +function serializable.define(name, initializer) + assert(type(name) == "string") + assert(type(initializer) == "function") + + local klass = { } + klasses[name] = klass + + -- Standard constructor, optionally takes a table with properties to set on + -- the new object + klass.__index = klass + klass.new = function(o) + o = o or { } + if not o.id then o.id = vxl.get_uuid() end + for k,v in pairs(initializer()) do + if o[k] == nil then o[k] = v end + end + setmetatable(o, klass) + return o + end + + -- Registers an instance of the class in a registry for later serialization + klass.register = function(o) + instances[klass] = instances[klass] or { } + instances[klass][o.id] = o + end + + -- Gets a registered instance of a klass by ID + klass.get = function(id) + if not instances[klass] then return end + return instances[klass][id] + end + + klass.all = function() + return instances[klass] or { } + end + + return klass +end + +-- creates a string (meant to be written to a file) containing all of the +-- primitive data for all instances of serializable classes +function serializable.deflate() + return serialize(instances) +end + +-- inflates a string created by deflate into a registry full of objects +-- created from the appropriate klass +function serializable.inflate(str) + local data = unserialize(str) + for klass,objects in pairs(data) do + instances[klass] = instances[klass] or { } + for _,object in pairs(objects) do + instances[klass][object.id] = klasses[klass].new(object) + end + end +end diff --git a/mods/vxl/task.lua b/mods/vxl/task.lua new file mode 100644 index 0000000..3369a31 --- /dev/null +++ b/mods/vxl/task.lua @@ -0,0 +1,24 @@ +Task = serializable.define('Task', function() + return { + character = nil, + name = nil, + state = { } + } +end) + +Task.defs = { } + +function Task.loadDefs() + local path = 'mods/vxl/tasks/' + if _G.minetest then + path = minetest.get_modpath("vxl") .. "/tasks/" + end + local list = io.popen('ls -1 ' .. path) + local basename + for name in function() return list:read() end do + basename = string.gsub(name, '.lua', '') + Task.defs[basename] = dofile(path .. name) + end +end + +Task.loadDefs() \ No newline at end of file diff --git a/mods/vxl/tasks/build.lua b/mods/vxl/tasks/build.lua new file mode 100644 index 0000000..dc270f9 --- /dev/null +++ b/mods/vxl/tasks/build.lua @@ -0,0 +1,63 @@ +local TRAVEL = 1 +local WORK = 2 +local GET_TASK = 3 +return { + plan = function(char, state) + state.state = GET_TASK + end, + perform = function(char, state) + if state.state == GET_TASK then + if BuildOrder.get(state.order):is_complete() then return true end + + state.task = BuildOrder.get(state.order):take_task(char.pos) + if not state.task then return end + + state.surface_locations = nil + state.location_index = nil + state.state = TRAVEL + + elseif state.state == TRAVEL then + -- if the job is already done, move to the next one + if MapData.get_node(state.task.pos).name == state.task.name then + state.state = GET_TASK + BuildOrder.get(state.order):complete_task(state.task.id) + return + end + + -- try pathing to any surface position at this x,z point + if not state.surface_locations then + state.surface_locations = { } + for i=-1,1 do + for j=-1,1 do + if i ~= 0 or j ~= 0 then + local tmp = vector.new(state.task.pos.x + i, state.task.pos.y, state.task.pos.z + j) + for k,v in pairs(MapData.get_all_surface_pos(tmp)) do + table.insert(state.surface_locations, v) + end + end + end + end + state.location_index = 1 + elseif state.location_index > #state.surface_locations then + -- we've tried all surface locations and could not get to any of them + state.state = GET_TASK + return + end + + -- for now, workers can build infinitely up or down + char:push_task('move', { dest = state.surface_locations[state.location_index], distance = 2 }) + state.state = WORK + + elseif state.state == WORK then + -- if the move was successful, do work + if char.last_task_result then + table.insert(vxl.data.set_node_queue, {pos = state.task.pos, node = { name = state.task.name }}) + state.state = GET_TASK + else + -- if we couldn't path there, try the next surface location + state.state = TRAVEL + state.location_index = state.location_index + 1 + end + end + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/callback.lua b/mods/vxl/tasks/callback.lua new file mode 100644 index 0000000..7867ac2 --- /dev/null +++ b/mods/vxl/tasks/callback.lua @@ -0,0 +1,11 @@ +-- ONLY USED FOR UNIT TESTING, passing a function ref in a task's state will +-- break when loaded +return { + plan = function(char, state) + state.plan_cb(char, state) + end, + perform = function(char, state) + state.perform_cb(char, state) + return true + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/establish_municipality.lua b/mods/vxl/tasks/establish_municipality.lua new file mode 100644 index 0000000..5d78f1b --- /dev/null +++ b/mods/vxl/tasks/establish_municipality.lua @@ -0,0 +1,46 @@ +local MINIMUM_SPACING = 100 +local function find_suitable_location(char, state, size) + local max_variance = size / 2 + local start = MapData.get_surface_pos(MapData.random_point_near(char:get_position(), 10)) + local min = vector.new(start.x - size, start.y, start.z - size) + local max = vector.new(start.x + size, start.y, start.z + size) + local variance, y_min, y_max = MapData.get_surface_variance(min, max) + + if variance > max_variance then return nil end + + return start, y_min, y_max +end + +return { + plan = function(char, state) + -- do nothing, planning is retried in perform + end, + perform = function(char, state) + local size = 15 + local pos, y_min, y_max = find_suitable_location(char,state,size) + local closest = Location.get_closest(char:get_position(), function(x) + return x.type == Location.TYPE_MUNICIPALITY + end) + + -- we're too close to another town, so we'll always fail to find a good spot + if closest and pos and vector.distance(closest:get_position(), pos) < MINIMUM_SPACING then + return false + end + + -- couldn't find a good spot, look again next time + if not pos then return end + + -- found a good spot + local loc = Location.new({ type = Location.TYPE_MUNICIPALITY }) + loc.pos = MapData.get_surface_pos(pos) + loc.min = vector.new(pos.x - size, y_min, pos.z - size) + loc.max = vector.new(pos.x + size, y_max, pos.z + size) + Location.register(loc) + + -- assign the founder as the ruler + loc.ruler = char.id + char.municipality = loc.id + char:push_task("rule_municipality", { location = loc.id }) + return true + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/find_residence.lua b/mods/vxl/tasks/find_residence.lua new file mode 100644 index 0000000..43575e1 --- /dev/null +++ b/mods/vxl/tasks/find_residence.lua @@ -0,0 +1,69 @@ +local BEGIN = 1 +local MOVE = 2 +local REQUEST_LOCATION = 3 +local AWAIT_LOCATION = 4 +local ENQUEUE_RESIDENCE = 5 +local AWAIT_RESIDENCE = 6 +return { + plan = function(char, state) + state.state = BEGIN + end, + perform = function(char, state) + if state.state == BEGIN then + -- find the closest municipality + local loc = Location.get_closest(char:get_position(), function(x) + return x.type == Location.TYPE_MUNICIPALITY + end) + + if not loc then + -- there's no where to go, better start our own + char:push_task('establish_municipality') + state.state = BEGIN + return + end + + char.municipality = loc.id + char:push_task('move', { dest = loc:get_position(), distance = 5 }) + state.state = MOVE + + elseif state.state == MOVE then + state.state = REQUEST_LOCATION + + elseif state.state == REQUEST_LOCATION then + local residence = Location.get(char.municipality):request_location(7,5,7) + if not residence then return false end + residence.type = Location.TYPE_RESIDENCE + char.residence = residence.id + char:push_task('move', { dest = residence:get_position() }) + state.state = ENQUEUE_RESIDENCE + + elseif state.state == ENQUEUE_RESIDENCE then + local residence = Location.get(char.residence) + local order = BuildOrder.create(residence.min, residence.max, function(x,y,z) + if x == residence.min.x or x == residence.max.x or + y == residence.max.y or + z == residence.min.z or z == residence.max.z + then + return "air" + elseif + x == residence.min.x+1 or x == residence.max.x-1 or + y == residence.max.y-1 or + z == residence.min.z+1 or z == residence.max.z-1 + then + if x == residence.pos.x and z > residence.pos.z and y <= residence.min.y + 1 then + return "air" + end + return "default:stone" + end + return "air" + end) + + BuildOrder.register(order) + char:push_task("build", { order = order.id }) + state.state = AWAIT_RESIDENCE + + elseif state.state == AWAIT_RESIDENCE then + return char.last_task_result + end + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/move.lua b/mods/vxl/tasks/move.lua new file mode 100644 index 0000000..519f1b8 --- /dev/null +++ b/mods/vxl/tasks/move.lua @@ -0,0 +1,66 @@ +local PATH = 1 +local TRAVEL = 2 +local MAX_BLOCKED_FRAMES = 30 +local PATH_WAIT_TIME = 3 * vxl.TIME_SCALE +return { + plan = function(char, state) + state.distance = state.distance or 1 + state.state = PATH + char.path_wait = 0 + end, + perform = function(char, state) + if state.state == PATH then + -- couldn't path due to timeout, try again later + if vxl.data.time < char.path_wait then return end + + char.path_wait = vxl.data.time + PATH_WAIT_TIME + if vxl.line_of_sight(char.pos, state.dest, stepsize) then + state.path = { state.dest } + else + state.path = char:get_path_to(state.dest) + end + state.index = 1 + state.last = char:get_position() + state.state = TRAVEL + state.blocked_frames = 0 + elseif state.state == TRAVEL then + local pos = vxl.float_to_node(char:get_position()) + if vxl.close_to(state.dest, pos, state.distance) then + char:stop() + return true + end + + -- task fails if we can't get to the destination + if not state.path then + -- print() + -- print('can not path') + -- vxl.dump(char.pos) + -- vxl.dump(state.dest) + char:stop() + return false + end + + -- if the current index is nil then we've got to the end of the path without reaching the destination + local waypoint = state.path[state.index] + if not waypoint then return false end + + -- if we've gotten to the current point, move to the next one + if vxl.close_to(waypoint, pos, 1.0) then + state.index = state.index + 1 + else + -- move to next point + char:move_to(waypoint) + end + + if vxl.close_to(state.last, char.pos, 0.1) then + state.blocked_frames = state.blocked_frames + 1 + if state.blocked_frames > MAX_BLOCKED_FRAMES then + state.state = PATH + print('blocked movement detected') + end + end + + state.last = vxl.float_to_node(char.pos) + end + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/rule_municipality.lua b/mods/vxl/tasks/rule_municipality.lua new file mode 100644 index 0000000..09c60e9 --- /dev/null +++ b/mods/vxl/tasks/rule_municipality.lua @@ -0,0 +1,34 @@ +local QUEUE_BUILD = 1 +local AWAIT_BUILD = 2 +local PLAN_ZONES = 3 + +return { + plan = function(char, state) + state.state = QUEUE_BUILD + end, + perform = function(char, state) + local loc = Location.get(state.location) + if state.state == QUEUE_BUILD then + local build_fn = function(x,y,z) + if y >= loc.pos.y then return 'air' end + return 'default:dirt' + end + + local order = BuildOrder.create(loc.min, loc.max, build_fn) + BuildOrder.register(order) + state.order = order.id + + for k,worker in pairs(loc:get_workers()) do + worker:push_task("build", { order = order.id }) + end + + state.state = AWAIT_BUILD + elseif state.state == AWAIT_BUILD then + if BuildOrder.get(state.order):is_complete() then + state.state = PLAN_ZONES + end + elseif state.state == PLAN_ZONES then + + end + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/sequence.lua b/mods/vxl/tasks/sequence.lua new file mode 100644 index 0000000..ffa6e82 --- /dev/null +++ b/mods/vxl/tasks/sequence.lua @@ -0,0 +1,10 @@ +return { + plan = function(char, state) + for _,task in ipairs(state) do + char:push_task(task.name, task.state) + end + end, + perform = function(char, state) + return true + end +} \ No newline at end of file diff --git a/mods/vxl/tasks/wander.lua b/mods/vxl/tasks/wander.lua new file mode 100644 index 0000000..9f9f68e --- /dev/null +++ b/mods/vxl/tasks/wander.lua @@ -0,0 +1,15 @@ +WANDER_DISTANCE = 10 +MAX_TRIES = 10 +return { + plan = function(char, state) + end, + perform = function(char, state) + local pos = char:get_position() + local dest = { + x = pos.x + math.random(-WANDER_DISTANCE, WANDER_DISTANCE), + y = pos.y + math.random(-WANDER_DISTANCE, WANDER_DISTANCE), + z = pos.z + math.random(-WANDER_DISTANCE, WANDER_DISTANCE) + } + char:push_task('move', { dest = dest }) + end +} \ No newline at end of file diff --git a/mods/vxl/util.lua b/mods/vxl/util.lua new file mode 100644 index 0000000..65f175b --- /dev/null +++ b/mods/vxl/util.lua @@ -0,0 +1,129 @@ +function vxl.pick_one(t) + return t[math.random(#t)] +end + +function vxl.pick_from_hash(t) + local keys = { } + for k,v in pairs(t) do + table.insert(keys, k) + end + local key = keys[math.random(#keys)] + return t[key] +end + +function vxl.pick_random_2d_point() +end + +function vxl.get_uuid() + vxl.data.last_uuid = (vxl.data.last_uuid or 0) + 1 + return vxl.data.last_uuid +end + +function vxl.assert(x) + assert(x) +end + +function vxl.equals(a,b) + if type(a) == 'table' and type(b) == 'table' then + for k,v in pairs(a) do + if not vxl.equals(a[k],b[k]) then return false end + end + return true + end + return a == b +end + +function vxl.close_to(a,b,dist) + return (math.abs(a.x - b.x) <= dist) and (math.abs(a.y - b.y) <= dist) and (math.abs(a.z - b.z) <= dist) +end + +function vxl.clone(x) + local result = { } + for k,v in pairs(x) do + if type(v) == 'table' then + result[k] = vxl.clone(v) + else + result[k] = v + end + end + return result +end + +function vxl.dump(x, depth) + local result = { } + local depth = depth or 0 + local i, padding + for k,v in pairs(x) do + padding = "" + for i=1,depth do + padding = padding .. " " + end + if type(v) == 'table' then + print(padding .. k) + vxl.dump(v, depth + 1) + else + print(padding .. k, v) + end + end +end + +-- obviously assumes AABB pairs, ignores y coordinates +function vxl.rectangles_overlap(min1,max1,min2,max2) + if min1.x > max2.x or min2.x > max1.x then return false end + if min1.z > max2.z or min2.z > max1.z then return false end + return true +end + +function vxl.float_to_node(p) + local x, y, z + if p.x > 0 then + x = math.floor(p.x+0.5) + else + x = math.ceil(p.x-0.5) + end + if p.y > 0 then + y = math.floor(p.y+0.5) + else + y = math.ceil(p.y-0.5) + end + if p.z > 0 then + z = math.floor(p.z+0.5) + else + z = math.ceil(p.z-0.5) + end + return vector.new(x,y,z) +end + +function vxl.is_solid(node) + if not node then return true end + if node.name == 'air' then return false end + if node.name == 'ignore' then return true end + if minetest.registered_nodes[node.name].walkable == nil then return true end + return minetest.registered_nodes[node.name].walkable +end + +function vxl.line_of_sight(a, b) + if minetest and minetest.line_of_sight then + return minetest.line_of_sight(a,b) + else + local step = 1.0 + local dist = vector.distance(a,b) + local dir = vector.direction(a,b) + for t = 0,dist,step do + local cursor = vector.add(a, vector.multiply(dir, t)) + local node = MapData.get_node(cursor) + if cursor and cursor.name ~= 'air' then return false end + end + return true + end +end + +function vxl.count_pairs(t) + local result = 0 + for k,v in pairs(t) do + result = result + 1 + end + return result +end + +math.randomseed(os.time()) \ No newline at end of file diff --git a/mods/vxl/vector.lua b/mods/vxl/vector.lua new file mode 100644 index 0000000..da49f6f --- /dev/null +++ b/mods/vxl/vector.lua @@ -0,0 +1,144 @@ + +vector = {} + +function vector.new(a, b, c) + if type(a) == "table" then + assert(a.x and a.y and a.z, "Invalid vector passed to vector.new()") + return {x=a.x, y=a.y, z=a.z} + elseif a then + assert(b and c, "Invalid arguments for vector.new()") + return {x=a, y=b, z=c} + end + return {x=0, y=0, z=0} +end + +function vector.equals(a, b) + return a.x == b.x and + a.y == b.y and + a.z == b.z +end + +function vector.length(v) + return math.hypot(v.x, math.hypot(v.y, v.z)) +end + +function vector.normalize(v) + local len = vector.length(v) + if len == 0 then + return {x=0, y=0, z=0} + else + return vector.divide(v, len) + end +end + +function vector.round(v) + return { + x = math.floor(v.x + 0.5), + y = math.floor(v.y + 0.5), + z = math.floor(v.z + 0.5) + } +end + +function vector.apply(v, func) + return { + x = func(v.x), + y = func(v.y), + z = func(v.z) + } +end + +function vector.distance(a, b) + local x = a.x - b.x + local y = a.y - b.y + local z = a.z - b.z + return math.hypot(x, math.hypot(y, z)) +end + +function vector.direction(pos1, pos2) + local x_raw = pos2.x - pos1.x + local y_raw = pos2.y - pos1.y + local z_raw = pos2.z - pos1.z + local x_abs = math.abs(x_raw) + local y_abs = math.abs(y_raw) + local z_abs = math.abs(z_raw) + if x_abs >= y_abs and + x_abs >= z_abs then + y_raw = y_raw * (1 / x_abs) + z_raw = z_raw * (1 / x_abs) + x_raw = x_raw / x_abs + end + if y_abs >= x_abs and + y_abs >= z_abs then + x_raw = x_raw * (1 / y_abs) + z_raw = z_raw * (1 / y_abs) + y_raw = y_raw / y_abs + end + if z_abs >= y_abs and + z_abs >= x_abs then + x_raw = x_raw * (1 / z_abs) + y_raw = y_raw * (1 / z_abs) + z_raw = z_raw / z_abs + end + return {x=x_raw, y=y_raw, z=z_raw} +end + + +function vector.add(a, b) + if type(b) == "table" then + return {x = a.x + b.x, + y = a.y + b.y, + z = a.z + b.z} + else + return {x = a.x + b, + y = a.y + b, + z = a.z + b} + end +end + +function vector.subtract(a, b) + if type(b) == "table" then + return {x = a.x - b.x, + y = a.y - b.y, + z = a.z - b.z} + else + return {x = a.x - b, + y = a.y - b, + z = a.z - b} + end +end + +function vector.multiply(a, b) + if type(b) == "table" then + return {x = a.x * b.x, + y = a.y * b.y, + z = a.z * b.z} + else + return {x = a.x * b, + y = a.y * b, + z = a.z * b} + end +end + +function vector.divide(a, b) + if type(b) == "table" then + return {x = a.x / b.x, + y = a.y / b.y, + z = a.z / b.z} + else + return {x = a.x / b, + y = a.y / b, + z = a.z / b} + end +end + +function vector.rotateY(v, r) + local v = vector.new(v.x,v.y,v.z) + local x = v.x + local z = v.z + local cs = math.cos(r); + local sn = math.sin(r); + + v.x = x * cs - z * sn; + v.z = x * sn + z * cs; + return v +end diff --git a/unittest/fixtures/generated_blocks.lua b/unittest/fixtures/generated_blocks.lua new file mode 100644 index 0000000..0afe78b --- /dev/null +++ b/unittest/fixtures/generated_blocks.lua @@ -0,0 +1,37 @@ +-- sample block generation data, collected arguments to a on_generated callback +return {{["minp"] = {["y"] = -32, ["x"] = -32, ["z"] = -32}, ["maxp"] = {["y"] = 47, ["x"] = 47, ["z"] = 47}, ["blockseed"] = 182731169}, + {["minp"] = {["y"] = -32, ["x"] = -112, ["z"] = -32}, ["maxp"] = {["y"] = 47, ["x"] = -33, ["z"] = 47}, ["blockseed"] = 3344639393}, + {["minp"] = {["y"] = -32, ["x"] = -32, ["z"] = 48}, ["maxp"] = {["y"] = 47, ["x"] = 47, ["z"] = 127}, ["blockseed"] = 3802779001}, + {["minp"] = {["y"] = -32, ["x"] = -112, ["z"] = 48}, ["maxp"] = {["y"] = 47, ["x"] = -33, ["z"] = 127}, ["blockseed"] = 3150494649}, + {["minp"] = {["y"] = -32, ["x"] = -112, ["z"] = -112}, ["maxp"] = {["y"] = 47, ["x"] = -33, ["z"] = -33}, ["blockseed"] = 784062815}, + {["minp"] = {["y"] = -32, ["x"] = -32, ["z"] = -112}, ["maxp"] = {["y"] = 47, ["x"] = 47, ["z"] = -33}, ["blockseed"] = 3616536895}, + {["minp"] = {["y"] = -112, ["x"] = -112, ["z"] = -112}, ["maxp"] = {["y"] = -33, ["x"] = -33, ["z"] = -33}, ["blockseed"] = 2929573901}, + {["minp"] = {["y"] = -112, ["x"] = -112, ["z"] = -32}, ["maxp"] = {["y"] = -33, ["x"] = -33, ["z"] = 47}, ["blockseed"] = 1161736689}, + {["minp"] = {["y"] = 48, ["x"] = -112, ["z"] = -32}, ["maxp"] = {["y"] = 127, ["x"] = -33, ["z"] = 47}, ["blockseed"] = 1811228569}, + {["minp"] = {["y"] = -112, ["x"] = -112, ["z"] = 48}, ["maxp"] = {["y"] = -33, ["x"] = -33, ["z"] = 127}, ["blockseed"] = 779474689}, + {["minp"] = {["y"] = 48, ["x"] = -112, ["z"] = 48}, ["maxp"] = {["y"] = 127, ["x"] = -33, ["z"] = 127}, ["blockseed"] = 3529995817}, + {["minp"] = {["y"] = -112, ["x"] = -32, ["z"] = -32}, ["maxp"] = {["y"] = -33, ["x"] = 47, ["z"] = 47}, ["blockseed"] = 1455352689}, + {["minp"] = {["y"] = -112, ["x"] = -32, ["z"] = -112}, ["maxp"] = {["y"] = -33, ["x"] = 47, ["z"] = -33}, ["blockseed"] = 395918637}, + {["minp"] = {["y"] = 48, ["x"] = -112, ["z"] = -112}, ["maxp"] = {["y"] = 127, ["x"] = -33, ["z"] = -33}, ["blockseed"] = 3914830601}, + {["minp"] = {["y"] = 48, ["x"] = -32, ["z"] = -112}, ["maxp"] = {["y"] = 127, ["x"] = 47, ["z"] = -33}, ["blockseed"] = 3891923689}, + {["minp"] = {["y"] = -32, ["x"] = 48, ["z"] = -112}, ["maxp"] = {["y"] = 47, ["x"] = 127, ["z"] = -33}, ["blockseed"] = 1266201425}, + {["minp"] = {["y"] = -32, ["x"] = -32, ["z"] = -192}, ["maxp"] = {["y"] = 47, ["x"] = 47, ["z"] = -113}, ["blockseed"] = 3485543645}, + {["minp"] = {["y"] = 48, ["x"] = 48, ["z"] = -192}, ["maxp"] = {["y"] = 127, ["x"] = 127, ["z"] = -113}, ["blockseed"] = 110624079}, + {["minp"] = {["y"] = -112, ["x"] = 48, ["z"] = -192}, ["maxp"] = {["y"] = -33, ["x"] = 127, ["z"] = -113}, ["blockseed"] = 109563587}, + {["minp"] = {["y"] = 48, ["x"] = 48, ["z"] = -112}, ["maxp"] = {["y"] = 127, ["x"] = 127, ["z"] = -33}, ["blockseed"] = 975659585}, + {["minp"] = {["y"] = -112, ["x"] = 48, ["z"] = -112}, ["maxp"] = {["y"] = -33, ["x"] = 127, ["z"] = -33}, ["blockseed"] = 2016955129}, + {["minp"] = {["y"] = -112, ["x"] = 48, ["z"] = -32}, ["maxp"] = {["y"] = -33, ["x"] = 127, ["z"] = 47}, ["blockseed"] = 1123387249}, + {["minp"] = {["y"] = -32, ["x"] = 48, ["z"] = -192}, ["maxp"] = {["y"] = 47, ["x"] = 127, ["z"] = -113}, ["blockseed"] = 542999133}, + {["minp"] = {["y"] = -32, ["x"] = -112, ["z"] = -192}, ["maxp"] = {["y"] = 47, ["x"] = -33, ["z"] = -113}, ["blockseed"] = 1380054749}, + {["minp"] = {["y"] = -32, ["x"] = 48, ["z"] = -32}, ["maxp"] = {["y"] = 47, ["x"] = 127, ["z"] = 47}, ["blockseed"] = 1536416289}, + {["minp"] = {["y"] = 48, ["x"] = -32, ["z"] = -32}, ["maxp"] = {["y"] = 127, ["x"] = 47, ["z"] = 47}, ["blockseed"] = 1487882009}, + {["minp"] = {["y"] = 48, ["x"] = 48, ["z"] = -32}, ["maxp"] = {["y"] = 127, ["x"] = 127, ["z"] = 47}, ["blockseed"] = 2113919769}, + {["minp"] = {["y"] = -32, ["x"] = 48, ["z"] = 48}, ["maxp"] = {["y"] = 47, ["x"] = 127, ["z"] = 127}, ["blockseed"] = 3437250361}, + {["minp"] = {["y"] = 48, ["x"] = 48, ["z"] = 48}, ["maxp"] = {["y"] = 127, ["x"] = 127, ["z"] = 127}, ["blockseed"] = 2104225321}, + {["minp"] = {["y"] = -112, ["x"] = 48, ["z"] = 48}, ["maxp"] = {["y"] = -33, ["x"] = 127, ["z"] = 127}, ["blockseed"] = 40699905}, + {["minp"] = {["y"] = -112, ["x"] = -32, ["z"] = 48}, ["maxp"] = {["y"] = -33, ["x"] = 47, ["z"] = 127}, ["blockseed"] = 724848065}, + {["minp"] = {["y"] = -32, ["x"] = 128, ["z"] = -32}, ["maxp"] = {["y"] = 47, ["x"] = 207, ["z"] = 47}, ["blockseed"] = 3285841441}, + {["minp"] = {["y"] = -32, ["x"] = 128, ["z"] = 48}, ["maxp"] = {["y"] = 47, ["x"] = 207, ["z"] = 127}, ["blockseed"] = 3096318505}, + {["minp"] = {["y"] = -112, ["x"] = 128, ["z"] = 48}, ["maxp"] = {["y"] = -33, ["x"] = 207, ["z"] = 127}, ["blockseed"] = 175895743}, + {["minp"] = {["y"] = -32, ["x"] = 128, ["z"] = -112}, ["maxp"] = {["y"] = 47, ["x"] = 207, ["z"] = -33}, ["blockseed"] = 3576633489}, + {["minp"] = {["y"] = 48, ["x"] = -32, ["z"] = 48}, ["maxp"] = {["y"] = 127, ["x"] = 47, ["z"] = 127}, ["blockseed"] = 1751404393}} \ No newline at end of file diff --git a/unittest/fixtures/node_defs.lua b/unittest/fixtures/node_defs.lua new file mode 100644 index 0000000..f0f1813 --- /dev/null +++ b/unittest/fixtures/node_defs.lua @@ -0,0 +1,80 @@ +local _ = {} +_[1] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[2] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[3] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[4] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[5] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[6] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[7] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[8] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[9] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[10] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[11] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[12] = {["pane"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[13] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[14] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[15] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[16] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[17] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[18] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[19] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[20] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[21] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3, ["crumbly"] = 2} +_[22] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[23] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[24] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[25] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[26] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[27] = {["pane"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[28] = {["not_in_creative_inventory"] = 1, ["tar_block"] = 1, ["cracky"] = 2} +_[29] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[30] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[31] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[32] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[33] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[34] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[35] = {["cracky"] = 3} +_[36] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[37] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[38] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +_[39] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[40] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[41] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[42] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[43] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[44] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[45] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[46] = {["level"] = 3, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[47] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[48] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[49] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[50] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2} +_[51] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[52] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[53] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[54] = {["flammable"] = 4, ["snappy"] = 3} +_[55] = {["cracky"] = 3} +_[56] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[57] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[58] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 3} +_[59] = {["cracky"] = 2, ["crumbly"] = 2} +_[60] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[61] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +_[62] = {["level"] = 2, ["bendy"] = 2, ["melty"] = 2, ["door"] = 1, ["snappy"] = 1, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[63] = {["cracky"] = 1} +_[64] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[65] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 3} +_[66] = {["cracky"] = 3} +_[67] = {["level"] = 2, ["cracky"] = 1} +_[68] = {["cracky"] = 3} +_[69] = {["level"] = 2, ["cracky"] = 1} +_[70] = {["cracky"] = 3} +_[71] = {["cracky"] = 3} +_[72] = {["level"] = 2, ["cracky"] = 1} +_[73] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +_[74] = {["cracky"] = 2, ["crumbly"] = 2} +_[75] = {["cracky"] = 3} +_[76] = {["level"] = 2, ["cracky"] = 1} +_[77] = {["level"] = 2, ["cracky"] = 1} +_[78] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +return {["moreblocks:panel_brick_4"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_4", ["type"] = "node"}, ["moreblocks:panel_junglewood_4"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_4", ["type"] = "node"}, ["moreblocks:slab_coal_glass_14"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_14", ["type"] = "node"}, ["moreblocks:slope_jungletree_half"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_half", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick", ["type"] = "node"}, ["farming:desert_sand_soil"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["soil"] = 2, ["desert"] = 1, ["field"] = 1, ["falling_node"] = 1, ["sand"] = 1, ["crumbly"] = 3}, ["name"] = "farming:desert_sand_soil", ["type"] = "node"}, ["moreblocks:slab_pinewood_15"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_15", ["type"] = "node"}, ["moreblocks:micro_glow_glass"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass", ["type"] = "node"}, ["moreblocks:stair_coal_checker_inner"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_inner", ["type"] = "node"}, ["moreblocks:micro_mossycobble_1"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_1", ["type"] = "node"}, ["moreblocks:stair_cobble_half"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_half", ["type"] = "node"}, ["moreblocks:stair_glow_glass_alt_1"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_alt_1", ["type"] = "node"}, ["moreblocks:micro_iron_checker_12"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_12", ["type"] = "node"}, ["xpanes:bar_12"] = {["groups"] = _[12], ["name"] = "xpanes:bar_12", ["type"] = "node"}, ["moreblocks:stair_coal_checker_alt_2"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_alt_2", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_1"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_1", ["type"] = "node"}, ["moreblocks:micro_brick_15"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_15", ["type"] = "node"}, ["moreblocks:stair_wood_alt_1"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_alt_1", ["type"] = "node"}, ["maptools:pusher_9"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 900}, ["name"] = "maptools:pusher_9", ["type"] = "node"}, ["moreblocks:slab_desert_cobble"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer_half_raised"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_copperblock"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock", ["type"] = "node"}, ["moreblocks:slab_tree"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer_cut_half"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut_half", ["type"] = "node"}, ["default:grass_2"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_2", ["type"] = "node"}, ["moreblocks:slab_steelblock_1"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_1", ["type"] = "node"}, ["moreblocks:micro_steelblock_12"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_12", ["type"] = "node"}, ["moreblocks:split_stone_tile"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:split_stone_tile", ["type"] = "node"}, ["farming:cotton_2"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 2, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_2", ["type"] = "node"}, ["moreblocks:split_stone_tile_alt"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:split_stone_tile_alt", ["type"] = "node"}, ["default:dry_grass_4"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_4", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_2"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_2", ["type"] = "node"}, ["moreblocks:stair_sandstone_alt_1"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_alt_1", ["type"] = "node"}, ["moreblocks:slab_clean_glass_15"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_15", ["type"] = "node"}, ["moreblocks:slab_copperblock_three_quarter"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_three_quarter", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_2"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_14"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_14", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_half"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_half", ["type"] = "node"}, ["moreblocks:micro_stone_4"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_4", ["type"] = "node"}, ["xpanes:pane_10"] = {["groups"] = _[27], ["name"] = "xpanes:pane_10", ["type"] = "node"}, ["bones:bones"] = {["groups"] = {["dig_immediate"] = 2}, ["name"] = "bones:bones", ["type"] = "node"}, ["moreblocks:micro_tar_14"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_14", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner_half"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner_half", ["type"] = "node"}, ["meze:meze"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "meze:meze", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center", ["type"] = "node"}, ["default:meselamp"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "default:meselamp", ["type"] = "node"}, ["moreblocks:micro_copperblock_4"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_4", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_14"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_14", ["type"] = "node"}, ["moreblocks:micro_plankstone_1"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_1", ["type"] = "node"}, ["moreblocks:stair_iron_stone_alt_4"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_alt_4", ["type"] = "node"}, ["default:lava_source"] = {["groups"] = {["igniter"] = 1, ["liquid"] = 2, ["lava"] = 3, ["hot"] = 3}, ["name"] = "default:lava_source", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_half"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_half", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_alt_2"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_alt_2", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_2"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_2", ["type"] = "node"}, ["farming:cotton_5"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 5, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_5", ["type"] = "node"}, ["moreblocks:stair_jungletree_inner"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_inner", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner_cut_half_raised"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_14"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_14", ["type"] = "node"}, ["moreblocks:slab_pinetree_1"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_1", ["type"] = "node"}, ["moreblocks:panel_steelblock_12"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_12", ["type"] = "node"}, ["moreblocks:wood_tile_up"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_up", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_alt_1"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_alt_1", ["type"] = "node"}, ["moreblocks:slope_cobble_inner_half_raised"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner_half_raised", ["type"] = "node"}, ["maptools:junglewood"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:junglewood", ["type"] = "node"}, ["stairs:stair_desert_stonebrick"] = {["groups"] = _[35], ["name"] = "stairs:stair_desert_stonebrick", ["type"] = "node"}, ["default:stone_with_copper"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:stone_with_copper", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer", ["type"] = "node"}, ["moreblocks:panel_iron_checker_14"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_14", ["type"] = "node"}, ["moreblocks:slab_steelblock_15"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_15", ["type"] = "node"}, ["moreblocks:slab_stone_1"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_1", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_1"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_1", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_15"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_15", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_right_half"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_right_half", ["type"] = "node"}, ["moreblocks:slab_jungletree_1"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_1", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_2"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_2", ["type"] = "node"}, ["stairs:stair_junglewood"] = {["groups"] = _[38], ["name"] = "stairs:stair_junglewood", ["type"] = "node"}, ["moreblocks:stair_wood_alt_4"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_alt_4", ["type"] = "node"}, ["default:torch"] = {["groups"] = {["dig_immediate"] = 3, ["choppy"] = 2, ["hot"] = 2, ["attached_node"] = 1, ["flammable"] = 1}, ["name"] = "default:torch", ["type"] = "node"}, ["xpanes:pane_1"] = {["groups"] = _[27], ["name"] = "xpanes:pane_1", ["type"] = "node"}, ["moreblocks:slab_glass_1"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_1", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_cut"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_cut", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner_cut"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner_cut", ["type"] = "node"}, ["xpanes:bar_6"] = {["groups"] = _[12], ["name"] = "xpanes:bar_6", ["type"] = "node"}, ["maptools:black"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:black", ["type"] = "node"}, ["moreblocks:slab_copperblock_15"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_15", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner_half_raised"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_tree"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree", ["type"] = "node"}, ["moreblocks:micro_coal_stone_4"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_4", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_12"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_12", ["type"] = "node"}, ["moreblocks:micro_sandstone_15"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_15", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_alt_2"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_alt_2", ["type"] = "node"}, ["moreblocks:panel_coal_glass"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass", ["type"] = "node"}, ["moreblocks:micro_brick_2"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_2", ["type"] = "node"}, ["moreblocks:panel_stone_tile_1"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_1", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_three_quarter"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_three_quarter", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_2"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_2", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_alt_2"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_alt_2", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner_cut_half"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_sandstone_alt_2"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_alt_2", ["type"] = "node"}, ["moreblocks:slab_steelblock_14"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_14", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_4"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_4", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer_cut_half"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_cobble"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner_cut_half_raised"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinewood"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood", ["type"] = "node"}, ["moreblocks:slab_mossycobble_1"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_1", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer_half_raised"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer_half_raised", ["type"] = "node"}, ["moreblocks:cobble_compressed"] = {["groups"] = {["cracky"] = 1}, ["name"] = "moreblocks:cobble_compressed", ["type"] = "node"}, ["moreblocks:panel_desert_stone_1"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_1", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer_half"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_half", ["type"] = "node"}, ["moreblocks:slab_wood_three_quarter"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_three_quarter", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_14"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_14", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_alt"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_alt", ["type"] = "node"}, ["moreblocks:slope_glass_half_raised"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_half_raised", ["type"] = "node"}, ["moreblocks:stair_diamondblock_alt_4"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_alt_4", ["type"] = "node"}, ["moreblocks:panel_coal_glass_14"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_14", ["type"] = "node"}, ["xpanes:bar"] = {["groups"] = _[12], ["name"] = "xpanes:bar", ["type"] = "node"}, ["moreblocks:micro_mossycobble"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble", ["type"] = "node"}, ["moreblocks:slope_obsidian"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian", ["type"] = "node"}, ["moreblocks:stair_glow_glass_alt_2"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_alt_2", ["type"] = "node"}, ["moreblocks:panel_desert_stone"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer_half_raised"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_1"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_1", ["type"] = "node"}, ["moreblocks:micro_cobble_1"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_1", ["type"] = "node"}, ["moreblocks:slope_junglewood"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood", ["type"] = "node"}, ["moreblocks:stair_steelblock_half"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_half", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass", ["type"] = "node"}, ["moreblocks:stair_tar_alt_2"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_alt_2", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner_cut_half"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_steelblock_15"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_15", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_quarter"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_quarter", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_alt_2"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_alt_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_14"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_14", ["type"] = "node"}, ["moreblocks:slab_desert_stone"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone", ["type"] = "node"}, ["default:obsidian_glass"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "default:obsidian_glass", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner_cut"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner_cut", ["type"] = "node"}, ["moreblocks:micro_stone_tile_15"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_15", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer_cut_half"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_brick_three_quarter"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_three_quarter", ["type"] = "node"}, ["moreblocks:stair_tar_right_half"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_right_half", ["type"] = "node"}, ["moreblocks:micro_glass_4"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_4", ["type"] = "node"}, ["moreblocks:slope_glass_half"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_half", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_15"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_15", ["type"] = "node"}, ["default:dirt_with_snow"] = {["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["name"] = "default:dirt_with_snow", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_cut"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_cut", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner_half_raised"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_half"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_half", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_2"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_2", ["type"] = "node"}, ["default:desert_cobble"] = {["groups"] = {["stone"] = 2, ["cracky"] = 3}, ["name"] = "default:desert_cobble", ["type"] = "node"}, ["moreblocks:micro_desert_stone"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone", ["type"] = "node"}, ["doors:door_wood_b_1"] = {["groups"] = _[50], ["name"] = "doors:door_wood_b_1", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_alt_4"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_alt_4", ["type"] = "node"}, ["moreblocks:micro_wood_tile_2"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_2", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree", ["type"] = "node"}, ["paintings:violet"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:violet", ["type"] = "node"}, ["moreblocks:panel_diamondblock_14"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_14", ["type"] = "node"}, ["moreblocks:slope_stone_tile"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer_cut_half_raised"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_alt_4"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_alt_4", ["type"] = "node"}, ["moreblocks:trap_stone"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:trap_stone", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner_half"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner_half", ["type"] = "node"}, ["moreblocks:stair_iron_checker_alt_2"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_alt_2", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner_cut_half"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner_cut_half", ["type"] = "node"}, ["stairs:slab_straw"] = {["groups"] = _[54], ["name"] = "stairs:slab_straw", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_15"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_15", ["type"] = "node"}, ["moreblocks:slope_brick_outer_cut_half_raised"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_12"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_12", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer_half_raised"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer_half_raised", ["type"] = "node"}, ["default:dirt_with_grass"] = {["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["name"] = "default:dirt_with_grass", ["type"] = "node"}, ["moreblocks:stair_sandstone_outer"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_outer", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_15"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_15", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_14"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_14", ["type"] = "node"}, ["default:desert_stonebrick"] = {["groups"] = {["stone"] = 1, ["cracky"] = 2}, ["name"] = "default:desert_stonebrick", ["type"] = "node"}, ["moreblocks:slab_desert_stone_three_quarter"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_three_quarter", ["type"] = "node"}, ["stairs:slab_brick"] = {["groups"] = _[55], ["name"] = "stairs:slab_brick", ["type"] = "node"}, ["moreblocks:stair_goldblock_alt_4"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_alt_4", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_cut"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_cut", ["type"] = "node"}, ["moreblocks:panel_obsidian_2"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_2", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_inner"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_inner", ["type"] = "node"}, ["moreblocks:micro_glow_glass_12"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_12", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_2"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_2", ["type"] = "node"}, ["moreblocks:panel_stone_tile_14"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_14", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_half_raised"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_half_raised", ["type"] = "node"}, ["moreblocks:slope_stone"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone", ["type"] = "node"}, ["moreblocks:slab_iron_stone_2"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_2", ["type"] = "node"}, ["xpanes:pane_2"] = {["groups"] = _[27], ["name"] = "xpanes:pane_2", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner_cut"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner_cut", ["type"] = "node"}, ["moreblocks:slab_cobble"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble", ["type"] = "node"}, ["stairs:slab_desert_stonebrick"] = {["groups"] = _[35], ["name"] = "stairs:slab_desert_stonebrick", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick", ["type"] = "node"}, ["moreblocks:slope_coal_glass_half_raised"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_half_raised", ["type"] = "node"}, ["farming:wheat_4"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 4, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_4", ["type"] = "node"}, ["moreblocks:stair_desert_stone_alt_4"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_alt_4", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_14"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_14", ["type"] = "node"}, ["moreblocks:stair_sandstone"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone", ["type"] = "node"}, ["default:mese"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:mese", ["type"] = "node"}, ["moreblocks:panel_wood_tile_2"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_2", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_14"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_14", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_alt_2"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_alt_2", ["type"] = "node"}, ["moreblocks:slope_desert_stone_half_raised"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_half_raised", ["type"] = "node"}, ["farming:soil"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["field"] = 1, ["grassland"] = 1, ["crumbly"] = 3, ["soil"] = 2}, ["name"] = "farming:soil", ["type"] = "node"}, ["flowers:mushroom_fertile_brown"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_fertile_brown", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_half_raised"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_half_raised", ["type"] = "node"}, ["moreblocks:stair_cactus_checker"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer", ["type"] = "node"}, ["air"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "air", ["type"] = "node"}, ["moreblocks:panel_jungletree_2"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_2", ["type"] = "node"}, ["moreblocks:panel_plankstone_4"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_4", ["type"] = "node"}, ["moreblocks:slab_glow_glass"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass", ["type"] = "node"}, ["default:pine_tree"] = {["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["name"] = "default:pine_tree", ["type"] = "node"}, ["moreblocks:micro_iron_checker_14"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_14", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer_cut"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut", ["type"] = "node"}, ["xpanes:bar_10"] = {["groups"] = _[12], ["name"] = "xpanes:bar_10", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_1"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_1", ["type"] = "node"}, ["farming:cotton_8"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 8, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_8", ["type"] = "node"}, ["moreblocks:micro_tree_15"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_15", ["type"] = "node"}, ["default:dry_shrub"] = {["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_shrub", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_14"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_14", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_alt"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_alt", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_14"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_14", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer_cut"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer_cut", ["type"] = "node"}, ["moreblocks:stair_mossycobble_alt_1"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_alt_1", ["type"] = "node"}, ["moreblocks:slab_pinewood"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood", ["type"] = "node"}, ["moreblocks:slope_iron_checker_cut"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_cut", ["type"] = "node"}, ["moreblocks:slab_plankstone_quarter"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_quarter", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_1"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_1", ["type"] = "node"}, ["maptools:sandstone"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:sandstone", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer_half_raised"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass", ["type"] = "node"}, ["moreblocks:slab_goldblock_1"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_1", ["type"] = "node"}, ["paintings:yellow"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:yellow", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_1"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_1", ["type"] = "node"}, ["maptools:pusher_7"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 700}, ["name"] = "maptools:pusher_7", ["type"] = "node"}, ["moreblocks:micro_stone_2"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_2", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner_half_raised"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_2"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_alt_4"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_alt_4", ["type"] = "node"}, ["maptools:fake_walkable_pointable"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:fake_walkable_pointable", ["type"] = "node"}, ["moreblocks:stair_stone_tile_alt_1"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_alt_1", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_12"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_12", ["type"] = "node"}, ["moreblocks:micro_jungletree_4"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_4", ["type"] = "node"}, ["moreblocks:panel_stone_1"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_1", ["type"] = "node"}, ["default:chest"] = {["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["name"] = "default:chest", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_4"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_4", ["type"] = "node"}, ["default:desert_sand"] = {["groups"] = {["soil"] = 1, ["sand"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["name"] = "default:desert_sand", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner_half"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner_half", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner", ["type"] = "node"}, ["moreblocks:panel_coal_checker_15"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_15", ["type"] = "node"}, ["moreblocks:micro_tar_12"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_12", ["type"] = "node"}, ["moreblocks:micro_junglewood_12"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_12", ["type"] = "node"}, ["default:cobble"] = {["groups"] = {["stone"] = 2, ["cracky"] = 3}, ["name"] = "default:cobble", ["type"] = "node"}, ["moreblocks:micro_wood_tile_1"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_1", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_15"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_15", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_14"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_14", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer_cut_half_raised"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_pinewood_1"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_1", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree", ["type"] = "node"}, ["moreblocks:stair_stone_tile_outer"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_outer", ["type"] = "node"}, ["moreblocks:stair_clean_glass_alt_1"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_alt_1", ["type"] = "node"}, ["default:snow"] = {["groups"] = {["puts_out_fire"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["name"] = "default:snow", ["type"] = "node"}, ["moreblocks:stair_tar_half"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_half", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_2"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_2", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks", ["type"] = "node"}, ["moreblocks:panel_copperblock_12"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_12", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_quarter"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_quarter", ["type"] = "node"}, ["moreblocks:stair_pinetree_right_half"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_right_half", ["type"] = "node"}, ["moreblocks:micro_pinewood_1"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_1", ["type"] = "node"}, ["moreblocks:micro_iron_checker_15"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_15", ["type"] = "node"}, ["moreblocks:panel_tree_15"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_15", ["type"] = "node"}, ["moreblocks:stair_cobble_inner"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_inner", ["type"] = "node"}, ["moreblocks:slab_coal_glass_15"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_15", ["type"] = "node"}, ["maptools:slab_grass_12"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_12", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_quarter"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_quarter", ["type"] = "node"}, ["moreblocks:slope_goldblock_half_raised"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_half_raised", ["type"] = "node"}, ["moreblocks:panel_sandstone_1"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_1", ["type"] = "node"}, ["xpanes:bar_3"] = {["groups"] = _[12], ["name"] = "xpanes:bar_3", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_1"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_1", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_14"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_14", ["type"] = "node"}, ["moreblocks:panel_goldblock_14"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_14", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner", ["type"] = "node"}, ["moreblocks:stair_steelblock_alt_2"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_alt_2", ["type"] = "node"}, ["default:lava_flowing"] = {["groups"] = {["igniter"] = 1, ["liquid"] = 2, ["not_in_creative_inventory"] = 1, ["lava"] = 3, ["hot"] = 3}, ["name"] = "default:lava_flowing", ["type"] = "node"}, ["default:tree"] = {["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["name"] = "default:tree", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_right_half"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_right_half", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_1"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_1", ["type"] = "node"}, ["moreblocks:micro_stone_12"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_12", ["type"] = "node"}, ["default:brick"] = {["groups"] = {["cracky"] = 3}, ["name"] = "default:brick", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center", ["type"] = "node"}, ["moreblocks:slab_coal_glass_quarter"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_quarter", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_quarter"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_quarter", ["type"] = "node"}, ["moreblocks:stair_sandstone_alt_4"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_alt_4", ["type"] = "node"}, ["moreblocks:stair_brick_alt_4"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_alt_4", ["type"] = "node"}, ["moreblocks:panel_wood_1"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_1", ["type"] = "node"}, ["moreblocks:panel_copperblock_15"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_15", ["type"] = "node"}, ["moreblocks:slab_tar"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_14"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_14", ["type"] = "node"}, ["moreblocks:stair_coal_checker_outer"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_outer", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_4"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_4", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_14"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_14", ["type"] = "node"}, ["moreblocks:slab_wood_tile_2"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_2", ["type"] = "node"}, ["doors:door_obsidian_glass_t_1"] = {["groups"] = _[58], ["name"] = "doors:door_obsidian_glass_t_1", ["type"] = "node"}, ["moreblocks:slab_wood_tile"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer_cut"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer_cut", ["type"] = "node"}, ["moreblocks:stair_pinetree"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree", ["type"] = "node"}, ["moreblocks:panel_clean_glass_14"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_14", ["type"] = "node"}, ["moreblocks:micro_cobble_15"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_15", ["type"] = "node"}, ["stairs:slab_sandstone"] = {["groups"] = _[59], ["name"] = "stairs:slab_sandstone", ["type"] = "node"}, ["default:water_source"] = {["groups"] = {["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["name"] = "default:water_source", ["type"] = "node"}, ["moreblocks:slope_glass_outer_half"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer_half", ["type"] = "node"}, ["moreblocks:stair_stone_right_half"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_right_half", ["type"] = "node"}, ["moreblocks:coal_checker"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:coal_checker", ["type"] = "node"}, ["maptools:desert_stonebrick"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:desert_stonebrick", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_alt"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_alt", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer_half_raised"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner_cut"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner_cut", ["type"] = "node"}, ["moreblocks:slope_desert_stone_half"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_half", ["type"] = "node"}, ["moreblocks:slab_cobble_2"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_2", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_4"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_4", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_outer"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_outer", ["type"] = "node"}, ["moreblocks:slab_coal_checker_2"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_2", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner_cut_half_raised"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_coal_stone"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone", ["type"] = "node"}, ["moreblocks:micro_meselamp_1"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_1", ["type"] = "node"}, ["moreblocks:slab_pinetree_2"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_2", ["type"] = "node"}, ["maptools:pusher_6"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 600}, ["name"] = "maptools:pusher_6", ["type"] = "node"}, ["moreblocks:all_faces_jungle_tree"] = {["groups"] = {["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2}, ["name"] = "moreblocks:all_faces_jungle_tree", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner_cut_half_raised"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_steelblock_2"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_2", ["type"] = "node"}, ["maptools:slab_grass_4"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_4", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_12"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_12", ["type"] = "node"}, ["moreblocks:slab_pinewood_quarter"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_quarter", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick", ["type"] = "node"}, ["maptools:playerclip_bottom"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:playerclip_bottom", ["type"] = "node"}, ["moreblocks:slab_pinewood_14"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_14", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_12"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_12", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_4"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_4", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_half"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_half", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_alt_4"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_alt_4", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_alt_2"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_alt_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer_cut"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer_cut", ["type"] = "node"}, ["farming:cotton_6"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 6, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_6", ["type"] = "node"}, ["moreblocks:micro_pinewood_2"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_2", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_half"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_half", ["type"] = "node"}, ["default:dirt_with_dry_grass"] = {["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["name"] = "default:dirt_with_dry_grass", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner", ["type"] = "node"}, ["xpanes:pane_8"] = {["groups"] = _[27], ["name"] = "xpanes:pane_8", ["type"] = "node"}, ["moreblocks:slope_glass"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass", ["type"] = "node"}, ["default:bookshelf"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["name"] = "default:bookshelf", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_alt"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_alt", ["type"] = "node"}, ["moreblocks:micro_pinewood_4"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_4", ["type"] = "node"}, ["moreblocks:slab_wood_tile_quarter"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_quarter", ["type"] = "node"}, ["flowers:tulip"] = {["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_orange"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:tulip", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner_half_raised"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_glass"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass", ["type"] = "node"}, ["moreblocks:wood_tile"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_15"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_15", ["type"] = "node"}, ["stairs:stair_acacia_wood"] = {["groups"] = _[61], ["name"] = "stairs:stair_acacia_wood", ["type"] = "node"}, ["maptools:nointeract"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:nointeract", ["type"] = "node"}, ["vessels:glass_bottle"] = {["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["name"] = "vessels:glass_bottle", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_4"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_4", ["type"] = "node"}, ["moreblocks:slope_clean_glass_half_raised"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_half_raised", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_alt"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt", ["type"] = "node"}, ["moreblocks:stair_cobble_outer"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_outer", ["type"] = "node"}, ["moreblocks:stair_clean_glass_inner"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_inner", ["type"] = "node"}, ["moreblocks:stair_jungletree"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_15"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_15", ["type"] = "node"}, ["moreblocks:stair_obsidian"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian", ["type"] = "node"}, ["moreblocks:slope_brick_half_raised"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_half_raised", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_outer"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_outer", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_1"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_1", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_1"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_1", ["type"] = "node"}, ["moreblocks:panel_pinetree_15"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_15", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_1"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_1", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_15"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_15", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_2"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_2", ["type"] = "node"}, ["maptools:climb"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:climb", ["type"] = "node"}, ["moreblocks:stair_desert_stone_outer"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_outer", ["type"] = "node"}, ["moreblocks:micro_clean_glass_2"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_2", ["type"] = "node"}, ["moreblocks:micro_tar_2"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_2", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner_cut_half"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_mossycobble_14"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_14", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_alt"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_alt", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_15"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_15", ["type"] = "node"}, ["moreblocks:micro_goldblock_1"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_1", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_cut"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_cut", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_half"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_half", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_12"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_12", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass", ["type"] = "node"}, ["moreblocks:micro_clean_glass_14"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_14", ["type"] = "node"}, ["moreblocks:panel_jungletree_12"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_12", ["type"] = "node"}, ["moreblocks:panel_stone_tile_2"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_2", ["type"] = "node"}, ["carts:rail_copper"] = {["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_copper", ["type"] = "node"}, ["moreblocks:slope_tar"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar", ["type"] = "node"}, ["moreblocks:slope_cobble_outer_half"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer_half", ["type"] = "node"}, ["moreblocks:panel_iron_checker_15"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_15", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner_cut_half"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_tar_half_raised"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_half_raised", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_15"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_15", ["type"] = "node"}, ["moreblocks:panel_coal_glass_15"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_15", ["type"] = "node"}, ["moreblocks:micro_iron_stone_12"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_12", ["type"] = "node"}, ["maptools:stone"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:stone", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_14"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_14", ["type"] = "node"}, ["moreblocks:micro_bronzeblock"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_14"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_14", ["type"] = "node"}, ["moreblocks:slab_tar_three_quarter"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_three_quarter", ["type"] = "node"}, ["maptools:pusher_5"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 500}, ["name"] = "maptools:pusher_5", ["type"] = "node"}, ["doors:door_steel_t_1"] = {["groups"] = _[62], ["name"] = "doors:door_steel_t_1", ["type"] = "node"}, ["moreblocks:slab_iron_checker_three_quarter"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_three_quarter", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_alt"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_alt", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner_cut"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_2"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_2", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_15"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_15", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_12"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_12", ["type"] = "node"}, ["moreblocks:slope_meselamp_half_raised"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_half_raised", ["type"] = "node"}, ["maptools:igniter"] = {["groups"] = {["igniter"] = 2, ["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:igniter", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_12"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_12", ["type"] = "node"}, ["moreblocks:panel_coal_checker"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker", ["type"] = "node"}, ["farming:wheat_2"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 2, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_2", ["type"] = "node"}, ["moreblocks:panel_goldblock_12"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_12", ["type"] = "node"}, ["moreblocks:slab_coal_glass_2"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_2", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_12"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_12", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer_cut_half_raised"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_mossycobble_2"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_2", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center", ["type"] = "node"}, ["moreblocks:panel_tar_14"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_14", ["type"] = "node"}, ["moreblocks:slab_obsidian_15"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_15", ["type"] = "node"}, ["beds:bed_bottom"] = {["groups"] = {["choppy"] = 2, ["bed"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["name"] = "beds:bed_bottom", ["type"] = "node"}, ["moreblocks:panel_junglewood"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_1"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_1", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_alt_1"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_alt_1", ["type"] = "node"}, ["moreblocks:slab_glass_three_quarter"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_three_quarter", ["type"] = "node"}, ["moreblocks:slope_pinetree"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree", ["type"] = "node"}, ["moreblocks:slab_junglewood"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood", ["type"] = "node"}, ["default:leaves"] = {["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["name"] = "default:leaves", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_cut"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_cut", ["type"] = "node"}, ["protector:display_node"] = {["groups"] = {["dig_immediate"] = 3, ["not_in_creative_inventory"] = 1}, ["name"] = "protector:display_node", ["type"] = "node"}, ["xpanes:pane_5"] = {["groups"] = _[27], ["name"] = "xpanes:pane_5", ["type"] = "node"}, ["stairs:stair_goldblock"] = {["groups"] = _[63], ["name"] = "stairs:stair_goldblock", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_1"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_1", ["type"] = "node"}, ["paintings:cyan"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:cyan", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_15"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_15", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_quarter"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_quarter", ["type"] = "node"}, ["moreblocks:slab_mossycobble"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble", ["type"] = "node"}, ["xpanes:bar_9"] = {["groups"] = _[12], ["name"] = "xpanes:bar_9", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_inner"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_inner", ["type"] = "node"}, ["maptools:papyrus"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:papyrus", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_right_half"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_right_half", ["type"] = "node"}, ["paintings:red"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:red", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_alt_4"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_alt_4", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_alt_1"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_1", ["type"] = "node"}, ["moreblocks:stair_tree_right_half"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_right_half", ["type"] = "node"}, ["moreblocks:stair_pinetree_outer"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_outer", ["type"] = "node"}, ["moreblocks:slope_diamondblock_cut"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_cut", ["type"] = "node"}, ["moreblocks:slab_wood_14"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_14", ["type"] = "node"}, ["moreblocks:iron_stone_bricks"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:iron_stone_bricks", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_2"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_2", ["type"] = "node"}, ["moreblocks:micro_goldblock_12"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_12", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer", ["type"] = "node"}, ["moreblocks:slab_coal_checker_1"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_1", ["type"] = "node"}, ["moreblocks:stair_stonebrick_alt_4"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_alt_4", ["type"] = "node"}, ["default:sandstonebrick"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:sandstonebrick", ["type"] = "node"}, ["doors:door_glass_t_1"] = {["groups"] = _[65], ["name"] = "doors:door_glass_t_1", ["type"] = "node"}, ["moreblocks:panel_stone_2"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_2", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_three_quarter"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_three_quarter", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer_cut_half_raised"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_half"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner_cut_half"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_stone_tile_15"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_15", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner_cut_half"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_14"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_14", ["type"] = "node"}, ["wool:violet"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:violet", ["type"] = "node"}, ["farming:wheat_3"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 3, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_3", ["type"] = "node"}, ["moreblocks:slab_meselamp"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp", ["type"] = "node"}, ["moreblocks:slope_glow_glass_half"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_half", ["type"] = "node"}, ["moreblocks:slab_coal_glass_three_quarter"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_three_quarter", ["type"] = "node"}, ["moreblocks:slope_cobble_half_raised"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_half_raised", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner_cut"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner_cut", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_12"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_12", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_alt_4"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_alt_4", ["type"] = "node"}, ["moreblocks:iron_stone"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:iron_stone", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_three_quarter"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_three_quarter", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_12"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_12", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick", ["type"] = "node"}, ["moreblocks:slab_coal_stone_14"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_14", ["type"] = "node"}, ["moreblocks:micro_mossycobble_4"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_4", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_15"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_15", ["type"] = "node"}, ["moreblocks:slope_cobble_half"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_half", ["type"] = "node"}, ["doors:door_glass_t_2"] = {["groups"] = _[65], ["name"] = "doors:door_glass_t_2", ["type"] = "node"}, ["maptools:soil_wet"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["unbreakable"] = 1, ["grassland"] = 1, ["soil"] = 3, ["wet"] = 1}, ["name"] = "maptools:soil_wet", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_2"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_2", ["type"] = "node"}, ["moreblocks:stair_iron_stone_right_half"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_right_half", ["type"] = "node"}, ["default:ladder"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["choppy"] = 2, ["flammable"] = 2}, ["name"] = "default:ladder", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner", ["type"] = "node"}, ["moreblocks:slab_goldblock_2"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_2", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_15"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_15", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_14"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_14", ["type"] = "node"}, ["moreblocks:micro_desert_stone_12"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_12", ["type"] = "node"}, ["wool:magenta"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:magenta", ["type"] = "node"}, ["moreblocks:slope_brick_outer"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner_half"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner_half", ["type"] = "node"}, ["moreblocks:slab_glow_glass_1"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_1", ["type"] = "node"}, ["carts:rail_power_invisible"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["connect_to_raillike"] = 1, ["unbreakable"] = 1, ["rail"] = 1}, ["name"] = "carts:rail_power_invisible", ["type"] = "node"}, ["stairs:stair_stonebrick"] = {["groups"] = _[66], ["name"] = "stairs:stair_stonebrick", ["type"] = "node"}, ["moreblocks:panel_iron_checker_12"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_12", ["type"] = "node"}, ["moreblocks:stair_diamondblock_inner"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_inner", ["type"] = "node"}, ["moreblocks:slab_desert_stone_15"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_15", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_15"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_15", ["type"] = "node"}, ["moreblocks:panel_meselamp_12"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_12", ["type"] = "node"}, ["maptools:desert_stone"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:desert_stone", ["type"] = "node"}, ["moreblocks:micro_coal_checker_14"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_14", ["type"] = "node"}, ["moreblocks:micro_obsidian_15"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_15", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_alt_4"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_alt_4", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_2"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_2", ["type"] = "node"}, ["default:grass_3"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_3", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_14"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_14", ["type"] = "node"}, ["moreblocks:stair_diamondblock_outer"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_outer", ["type"] = "node"}, ["default:stone_with_gold"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:stone_with_gold", ["type"] = "node"}, ["moreblocks:slope_tar_outer_cut_half_raised"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_checker_alt"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_alt", ["type"] = "node"}, ["default:goldblock"] = {["groups"] = {["cracky"] = 1}, ["name"] = "default:goldblock", ["type"] = "node"}, ["default:nyancat"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:nyancat", ["type"] = "node"}, ["moreblocks:slab_coal_checker_14"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_14", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner", ["type"] = "node"}, ["moreblocks:panel_mossycobble"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble", ["type"] = "node"}, ["moreblocks:stair_copperblock_alt_1"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_alt_1", ["type"] = "node"}, ["moreblocks:panel_brick"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick", ["type"] = "node"}, ["xpanes:pane_6"] = {["groups"] = _[27], ["name"] = "xpanes:pane_6", ["type"] = "node"}, ["moreblocks:stair_jungletree_right_half"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_right_half", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_cut"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_cut", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer_half_raised"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_half_raised", ["type"] = "node"}, ["default:river_water_source"] = {["groups"] = {["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["name"] = "default:river_water_source", ["type"] = "node"}, ["moreblocks:micro_tar"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar", ["type"] = "node"}, ["moreblocks:panel_clean_glass_4"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_4", ["type"] = "node"}, ["moreblocks:panel_clean_glass_15"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_15", ["type"] = "node"}, ["moreblocks:stair_tar_alt_1"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_alt_1", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_right_half"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_right_half", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer_cut"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner_half_raised"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner", ["type"] = "node"}, ["fire:basic_flame"] = {["groups"] = {["igniter"] = 2, ["dig_immediate"] = 3}, ["name"] = "fire:basic_flame", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_inner"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_inner", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner_cut_half_raised"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer", ["type"] = "node"}, ["carts:rail_brake_invisible"] = {["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["not_in_creative_inventory"] = 1, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_brake_invisible", ["type"] = "node"}, ["default:water_flowing"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["name"] = "default:water_flowing", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_12"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_12", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer_cut"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer_cut", ["type"] = "node"}, ["xpanes:bar_2"] = {["groups"] = _[12], ["name"] = "xpanes:bar_2", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_15"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_15", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer_cut_half"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_12"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_12", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_1"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_1", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_4"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_4", ["type"] = "node"}, ["moreblocks:panel_stone_4"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_4", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner_half_raised"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_2"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_2", ["type"] = "node"}, ["moreblocks:panel_tar_2"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_2", ["type"] = "node"}, ["moreblocks:stair_plankstone_alt_1"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_alt_1", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_alt"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_alt", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_14"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_14", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_14"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_14", ["type"] = "node"}, ["moreblocks:stair_desert_stone_alt"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_alt", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_14"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_14", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_alt_4"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_alt_4", ["type"] = "node"}, ["moreblocks:stair_tree_inner"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_inner", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer_cut"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer_cut", ["type"] = "node"}, ["moreblocks:slope_diamondblock"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock", ["type"] = "node"}, ["default:sandstone"] = {["groups"] = {["cracky"] = 3, ["crumbly"] = 2}, ["name"] = "default:sandstone", ["type"] = "node"}, ["moreblocks:panel_junglewood_12"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_12", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick", ["type"] = "node"}, ["moreblocks:micro_stonebrick_14"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_14", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_alt_4"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_4", ["type"] = "node"}, ["moreblocks:slope_sandstone"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone", ["type"] = "node"}, ["moreblocks:slab_copperblock_14"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_14", ["type"] = "node"}, ["moreblocks:stair_diamondblock"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner_cut"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner_cut", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_1"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_1", ["type"] = "node"}, ["moreblocks:micro_desert_stone_1"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_1", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer", ["type"] = "node"}, ["moreblocks:circle_stone_bricks"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:circle_stone_bricks", ["type"] = "node"}, ["maptools:pusher_3"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 300}, ["name"] = "maptools:pusher_3", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks", ["type"] = "node"}, ["moreblocks:stair_brick_alt_1"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_alt_1", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_14"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_14", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner_cut"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_4"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_4", ["type"] = "node"}, ["moreblocks:panel_copperblock_4"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_4", ["type"] = "node"}, ["default:grass_4"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_4", ["type"] = "node"}, ["maptools:damage_5"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_5", ["type"] = "node"}, ["flowers:rose"] = {["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_red"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:rose", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_15"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_15", ["type"] = "node"}, ["stairs:slab_obsidianbrick"] = {["groups"] = _[67], ["name"] = "stairs:slab_obsidianbrick", ["type"] = "node"}, ["moreblocks:slab_steelblock_three_quarter"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_three_quarter", ["type"] = "node"}, ["paintings:green"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:green", ["type"] = "node"}, ["moreblocks:panel_pinetree_4"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_4", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_14"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_14", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer_cut_half"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_quarter"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_quarter", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_half"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_half", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_15"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_15", ["type"] = "node"}, ["moreblocks:micro_coal_checker_4"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_4", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer_cut_half"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt", ["type"] = "node"}, ["farming:seed_cotton"] = {["groups"] = {["seed"] = 1, ["desert"] = 1, ["grassland"] = 1, ["attached_node"] = 1, ["snappy"] = 3}, ["name"] = "farming:seed_cotton", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed", ["type"] = "node"}, ["moreblocks:slope_cobble_inner_cut_half"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer", ["type"] = "node"}, ["moreblocks:stair_mossycobble_inner"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_inner", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_4"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_4", ["type"] = "node"}, ["moreblocks:slab_tree_three_quarter"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_three_quarter", ["type"] = "node"}, ["default:diamondblock"] = {["groups"] = {["level"] = 3, ["cracky"] = 1}, ["name"] = "default:diamondblock", ["type"] = "node"}, ["moreblocks:slab_wood"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood", ["type"] = "node"}, ["moreblocks:micro_sandstone_1"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_1", ["type"] = "node"}, ["moreblocks:stair_diamondblock_alt_1"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_alt_1", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner_cut_half_raised"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinewood_half_raised"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_half_raised", ["type"] = "node"}, ["default:junglewood"] = {["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "default:junglewood", ["type"] = "node"}, ["moreblocks:slope_stone_outer_half_raised"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_clean_glass"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass", ["type"] = "node"}, ["moreblocks:micro_wood"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_cut"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_cut", ["type"] = "node"}, ["moreblocks:slab_obsidian_14"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_14", ["type"] = "node"}, ["moreblocks:stair_tar_outer"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_outer", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner_half"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner_half", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_alt_1"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_alt_1", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_12"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_12", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_14"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_14", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass", ["type"] = "node"}, ["doors:door_steel_b_2"] = {["groups"] = _[62], ["name"] = "doors:door_steel_b_2", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer_cut"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer_cut", ["type"] = "node"}, ["protector:protect"] = {["groups"] = {["cracky"] = 2}, ["name"] = "protector:protect", ["type"] = "node"}, ["moreblocks:micro_coal_checker_15"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_15", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner_half"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner_half", ["type"] = "node"}, ["flowers:viola"] = {["groups"] = {["flora"] = 1, ["color_violet"] = 1, ["snappy"] = 3, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:viola", ["type"] = "node"}, ["moreblocks:slab_pinewood_2"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_15"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_15", ["type"] = "node"}, ["moreblocks:panel_obsidian"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian", ["type"] = "node"}, ["moreblocks:stair_pinetree_alt_2"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_alt_2", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_right_half"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_right_half", ["type"] = "node"}, ["moreblocks:slope_wood_outer"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer", ["type"] = "node"}, ["moreblocks:micro_brick_12"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_12", ["type"] = "node"}, ["moreblocks:panel_pinetree_1"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_1", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_12"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_12", ["type"] = "node"}, ["moreblocks:slope_brick_inner"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer", ["type"] = "node"}, ["default:apple"] = {["groups"] = {["dig_immediate"] = 3, ["leafdecay_drop"] = 1, ["fleshy"] = 3, ["leafdecay"] = 3, ["flammable"] = 2}, ["name"] = "default:apple", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_15"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_15", ["type"] = "node"}, ["moreblocks:stair_goldblock_inner"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_inner", ["type"] = "node"}, ["moreblocks:micro_desert_stone_14"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_14", ["type"] = "node"}, ["moreblocks:fence_jungle_wood"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 2}, ["name"] = "moreblocks:fence_jungle_wood", ["type"] = "node"}, ["moreblocks:slope_diamondblock_half_raised"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_half_raised", ["type"] = "node"}, ["moreblocks:panel_junglewood_15"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_15", ["type"] = "node"}, ["moreblocks:panel_desert_stone_12"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_12", ["type"] = "node"}, ["moreblocks:slab_copperblock_quarter"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_quarter", ["type"] = "node"}, ["moreblocks:stair_plankstone_alt_2"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_alt_2", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner_cut_half_raised"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_sandstone_2"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_2", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner_cut"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner_cut", ["type"] = "node"}, ["moreblocks:slab_sandstone"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone", ["type"] = "node"}, ["paintings:dark_grey"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:dark_grey", ["type"] = "node"}, ["moreblocks:stair_iron_glass_alt_2"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_alt_2", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_2"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_2", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_15"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_15", ["type"] = "node"}, ["moreblocks:stair_steelblock"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer_cut_half_raised"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_tree_2"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_2", ["type"] = "node"}, ["moreblocks:micro_desert_cobble"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble", ["type"] = "node"}, ["tnt:tnt"] = {["groups"] = {["dig_immediate"] = 2, ["mesecon"] = 2}, ["name"] = "tnt:tnt", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_alt_1"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_1", ["type"] = "node"}, ["moreblocks:slope_tree_outer_cut_half"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer_cut_half", ["type"] = "node"}, ["maptools:pusher_2"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 200}, ["name"] = "maptools:pusher_2", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_half"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_half", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_14"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_14", ["type"] = "node"}, ["stairs:slab_stone"] = {["groups"] = _[68], ["name"] = "stairs:slab_stone", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_half_raised"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_half_raised", ["type"] = "node"}, ["moreblocks:slab_goldblock_14"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_14", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_cut"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_cut", ["type"] = "node"}, ["moreblocks:micro_meselamp_4"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_4", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_three_quarter"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_three_quarter", ["type"] = "node"}, ["moreblocks:micro_wood_tile_4"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_4", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer_cut"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer_cut", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_three_quarter"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_three_quarter", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer", ["type"] = "node"}, ["vessels:drinking_glass"] = {["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["name"] = "vessels:drinking_glass", ["type"] = "node"}, ["moreblocks:stone_tile"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:stone_tile", ["type"] = "node"}, ["moreblocks:stair_meselamp_right_half"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_right_half", ["type"] = "node"}, ["moreblocks:slab_stonebrick_quarter"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_quarter", ["type"] = "node"}, ["moreblocks:slope_tree_inner_cut_half_raised"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_tar_15"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_15", ["type"] = "node"}, ["moreblocks:micro_pinewood"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood", ["type"] = "node"}, ["moreblocks:slab_cobble_14"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_14", ["type"] = "node"}, ["stairs:slab_obsidian"] = {["groups"] = _[69], ["name"] = "stairs:slab_obsidian", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_half"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_half", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner", ["type"] = "node"}, ["moreblocks:slab_stone"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_15"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_15", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer_cut_half_raised"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_wood_12"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_12", ["type"] = "node"}, ["default:stone"] = {["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["name"] = "default:stone", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_15"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_15", ["type"] = "node"}, ["moreblocks:stair_meselamp_half"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_half", ["type"] = "node"}, ["moreblocks:panel_mossycobble_4"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_4", ["type"] = "node"}, ["doors:door_steel_t_2"] = {["groups"] = _[62], ["name"] = "doors:door_steel_t_2", ["type"] = "node"}, ["maptools:copperblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:copperblock", ["type"] = "node"}, ["moreblocks:slab_meselamp_three_quarter"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_three_quarter", ["type"] = "node"}, ["maptools:jungletree"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:jungletree", ["type"] = "node"}, ["moreblocks:cactus_checker"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:cactus_checker", ["type"] = "node"}, ["moreblocks:stair_meselamp_inner"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_inner", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer_cut_half"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_goldblock_alt"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_alt", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_three_quarter"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_three_quarter", ["type"] = "node"}, ["default:coalblock"] = {["groups"] = {["cracky"] = 3}, ["name"] = "default:coalblock", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_quarter"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_quarter", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_alt_2"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_2", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_quarter"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_quarter", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer_half_raised"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_iron_stone_2"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_2", ["type"] = "node"}, ["moreblocks:stair_clean_glass_alt_2"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_alt_2", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_2"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_2", ["type"] = "node"}, ["paintings:pink"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:pink", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner_half"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner_half", ["type"] = "node"}, ["moreblocks:panel_clean_glass_2"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_2", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_15"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_15", ["type"] = "node"}, ["default:cloud"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "default:cloud", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_1"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_1", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_three_quarter"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_three_quarter", ["type"] = "node"}, ["moreblocks:slab_brick"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner_cut"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut", ["type"] = "node"}, ["default:mossycobble"] = {["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["name"] = "default:mossycobble", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_12"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_12", ["type"] = "node"}, ["jumping:trampoline_2"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 48}, ["name"] = "jumping:trampoline_2", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner_half_raised"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_iron_glass_2"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_14"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_14", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_alt"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_alt", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer_half_raised"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_desert_stone_half"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_half", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner_cut"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner_cut", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_1"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_1", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_alt_2"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_alt_2", ["type"] = "node"}, ["moreblocks:stair_goldblock_alt_2"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_alt_2", ["type"] = "node"}, ["moreblocks:slab_iron_stone_15"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_15", ["type"] = "node"}, ["moreblocks:micro_desert_stone_15"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_15", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_15"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_15", ["type"] = "node"}, ["moreblocks:slab_cobble_three_quarter"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_three_quarter", ["type"] = "node"}, ["moreblocks:trap_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:trap_glass", ["type"] = "node"}, ["moreblocks:stair_diamondblock_right_half"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_right_half", ["type"] = "node"}, ["moreblocks:stair_desert_stone_inner"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_inner", ["type"] = "node"}, ["moreblocks:stair_sandstone_inner"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_inner", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_1"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_1", ["type"] = "node"}, ["moreblocks:slab_wood_15"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_15", ["type"] = "node"}, ["default:jungletree"] = {["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["name"] = "default:jungletree", ["type"] = "node"}, ["moreblocks:slope_stone_inner_cut_half_raised"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner_cut_half_raised", ["type"] = "node"}, ["maptools:pusher_1"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 100}, ["name"] = "maptools:pusher_1", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner_half"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner_half", ["type"] = "node"}, ["flowers:mushroom_brown"] = {["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_brown", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_cut"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_cut", ["type"] = "node"}, ["default:stone_with_coal"] = {["groups"] = {["cracky"] = 3}, ["name"] = "default:stone_with_coal", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_inner"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_inner", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed", ["type"] = "node"}, ["maptools:lightbulb"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:lightbulb", ["type"] = "node"}, ["doors:door_glass_b_1"] = {["groups"] = _[65], ["name"] = "doors:door_glass_b_1", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_2"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slab_stone_15"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_15", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_4"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_4", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_outer"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_outer", ["type"] = "node"}, ["moreblocks:micro_pinetree_14"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_14", ["type"] = "node"}, ["wool:cyan"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:cyan", ["type"] = "node"}, ["default:dirt_with_grass_footsteps"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["crumbly"] = 3, ["soil"] = 1}, ["name"] = "default:dirt_with_grass_footsteps", ["type"] = "node"}, ["moreblocks:slab_pinewood_three_quarter"] = {["groups"] = _[6], ["name"] = "moreblocks:slab_pinewood_three_quarter", ["type"] = "node"}, ["moreblocks:stair_stone_tile"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile", ["type"] = "node"}, ["moreblocks:stair_mossycobble_alt"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_alt", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer_cut"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut", ["type"] = "node"}, ["stairs:stair_desert_stone"] = {["groups"] = _[70], ["name"] = "stairs:stair_desert_stone", ["type"] = "node"}, ["moreblocks:micro_pinewood_12"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_12", ["type"] = "node"}, ["flowers:dandelion_white"] = {["groups"] = {["color_white"] = 1, ["flora"] = 1, ["snappy"] = 3, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:dandelion_white", ["type"] = "node"}, ["default:gravel"] = {["groups"] = {["falling_node"] = 1, ["crumbly"] = 2}, ["name"] = "default:gravel", ["type"] = "node"}, ["default:acacia_sapling"] = {["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "default:acacia_sapling", ["type"] = "node"}, ["moreblocks:micro_cobble_14"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_14", ["type"] = "node"}, ["maptools:mossycobble"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:mossycobble", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_1"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_1", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner_cut_half"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_stonebrick"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick", ["type"] = "node"}, ["paintings:black"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:black", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_4"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_4", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_12"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_12", ["type"] = "node"}, ["moreblocks:micro_stone_14"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_14", ["type"] = "node"}, ["moreblocks:tar"] = {["groups"] = {["tar_block"] = 1, ["cracky"] = 2}, ["name"] = "moreblocks:tar", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_14"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_14", ["type"] = "node"}, ["moreblocks:stair_meselamp_alt_1"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_alt_1", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_4"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_4", ["type"] = "node"}, ["moreblocks:slab_iron_checker_14"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_14", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_15"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_15", ["type"] = "node"}, ["moreblocks:slope_tar_half"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_half", ["type"] = "node"}, ["default:wood"] = {["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "default:wood", ["type"] = "node"}, ["moreblocks:micro_iron_checker_2"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_2", ["type"] = "node"}, ["moreblocks:slab_iron_stone_three_quarter"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_three_quarter", ["type"] = "node"}, ["farming:desert_sand_soil_wet"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["soil"] = 3, ["wet"] = 1, ["desert"] = 1, ["field"] = 1, ["falling_node"] = 1, ["sand"] = 1, ["crumbly"] = 3}, ["name"] = "farming:desert_sand_soil_wet", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner_half_raised"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner", ["type"] = "node"}, ["moreblocks:slab_jungletree_three_quarter"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_three_quarter", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_14"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_14", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks", ["type"] = "node"}, ["moreblocks:micro_iron_glass_1"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_1", ["type"] = "node"}, ["moreblocks:slope_meselamp_half"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_half", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_1"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_1", ["type"] = "node"}, ["default:pine_needles"] = {["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["name"] = "default:pine_needles", ["type"] = "node"}, ["moreblocks:micro_steelblock"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock", ["type"] = "node"}, ["vessels:steel_bottle"] = {["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["name"] = "vessels:steel_bottle", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer_half_raised"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner_cut_half"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer_half"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer_half", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer_cut"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer_cut", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer_cut_half_raised"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner_cut"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner_cut", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_alt_2"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_alt_2", ["type"] = "node"}, ["moreblocks:stair_stone_tile_right_half"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_right_half", ["type"] = "node"}, ["moreblocks:micro_mossycobble_14"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_14", ["type"] = "node"}, ["moreblocks:stair_steelblock_alt"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_alt", ["type"] = "node"}, ["moreblocks:micro_stone_1"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_1", ["type"] = "node"}, ["moreblocks:slope_coal_stone_cut"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_cut", ["type"] = "node"}, ["moreblocks:slope_tar_outer_half_raised"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer_half_raised", ["type"] = "node"}, ["maptools:desert_sand_soil_wet"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["unbreakable"] = 1, ["desert"] = 1, ["soil"] = 3, ["wet"] = 1}, ["name"] = "maptools:desert_sand_soil_wet", ["type"] = "node"}, ["moreblocks:slab_glass_14"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_14", ["type"] = "node"}, ["moreblocks:micro_meselamp_15"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_15", ["type"] = "node"}, ["moreblocks:slab_junglewood_2"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_2", ["type"] = "node"}, ["moreblocks:micro_tar_1"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_1", ["type"] = "node"}, ["moreblocks:stair_jungletree_alt_1"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_alt_1", ["type"] = "node"}, ["xpanes:pane_9"] = {["groups"] = _[27], ["name"] = "xpanes:pane_9", ["type"] = "node"}, ["moreblocks:slope_tar_inner_cut_half"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_alt", ["type"] = "node"}, ["moreblocks:slope_tar_inner"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner", ["type"] = "node"}, ["moreblocks:slope_tar_outer_cut"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer_cut", ["type"] = "node"}, ["moreblocks:slab_tar_quarter"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_quarter", ["type"] = "node"}, ["moreblocks:micro_brick"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner_cut"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner_cut", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer", ["type"] = "node"}, ["moreblocks:stair_tar"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_1"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_1", ["type"] = "node"}, ["moreblocks:micro_jungletree"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks", ["type"] = "node"}, ["moreblocks:stair_clean_glass_outer"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_outer", ["type"] = "node"}, ["moreblocks:panel_copperblock_2"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_2", ["type"] = "node"}, ["moreblocks:slab_jungletree_quarter"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_quarter", ["type"] = "node"}, ["moreblocks:slope_sandstone_half_raised"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_half_raised", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer_cut_half_raised"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut_half_raised"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_4"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_4", ["type"] = "node"}, ["moreblocks:micro_coal_checker_2"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_2", ["type"] = "node"}, ["moreblocks:stair_coal_stone_alt_1"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_alt_1", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer_half"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_half", ["type"] = "node"}, ["moreblocks:micro_tree_4"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_4", ["type"] = "node"}, ["beds:fancy_bed_bottom"] = {["groups"] = {["choppy"] = 2, ["bed"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["name"] = "beds:fancy_bed_bottom", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_right_half"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_right_half", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_outer"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_outer", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer_half_raised"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer_cut_half_raised"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer_cut_half_raised"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer_cut_half_raised", ["type"] = "node"}, ["xpanes:pane"] = {["groups"] = _[27], ["name"] = "xpanes:pane", ["type"] = "node"}, ["moreblocks:panel_copperblock_14"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_14", ["type"] = "node"}, ["moreblocks:stair_mossycobble_alt_4"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_alt_4", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer_cut_half_raised"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer_cut_half_raised", ["type"] = "node"}, ["wool:red"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:red", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_inner"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_inner", ["type"] = "node"}, ["moreblocks:micro_jungletree_15"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_15", ["type"] = "node"}, ["moreblocks:micro_diamondblock_2"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_2", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_three_quarter"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_three_quarter", ["type"] = "node"}, ["moreblocks:slope_copperblock"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock", ["type"] = "node"}, ["moreblocks:micro_tree_12"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_12", ["type"] = "node"}, ["moreblocks:stair_sandstone_half"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_half", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_12"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_12", ["type"] = "node"}, ["moreblocks:panel_jungletree_14"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_14", ["type"] = "node"}, ["moreblocks:slope_tar_outer"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer", ["type"] = "node"}, ["moreblocks:slab_plankstone_15"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_15", ["type"] = "node"}, ["moreblocks:stair_copperblock_alt"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_alt", ["type"] = "node"}, ["default:grass_1"] = {["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_1", ["type"] = "node"}, ["moreblocks:stair_junglewood_outer"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_outer", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer_cut_half"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner_half_raised"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner_half_raised", ["type"] = "node"}, ["jumping:trampoline_5"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 96}, ["name"] = "jumping:trampoline_5", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner_cut_half_raised"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_12"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_12", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_12"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_12", ["type"] = "node"}, ["moreblocks:stair_coal_glass_half"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_half", ["type"] = "node"}, ["moreblocks:slab_pinetree_three_quarter"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_three_quarter", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer_half_raised"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_15"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_15", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer_half"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer_half", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner_cut_half"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer_cut_half"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner_half"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner_half", ["type"] = "node"}, ["moreblocks:slope_goldblock_cut"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_cut", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer_half"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer_half", ["type"] = "node"}, ["throwing:arrow_steel_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_steel_box", ["type"] = "node"}, ["moreblocks:slope_desert_stone"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner", ["type"] = "node"}, ["moreblocks:slab_tar_1"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_1", ["type"] = "node"}, ["moreblocks:micro_coal_stone_12"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_12", ["type"] = "node"}, ["moreblocks:stair_brick_outer"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_outer", ["type"] = "node"}, ["moreblocks:stair_goldblock_right_half"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_right_half", ["type"] = "node"}, ["moreblocks:micro_goldblock_4"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_4", ["type"] = "node"}, ["moreblocks:panel_clean_glass"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_4"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_4", ["type"] = "node"}, ["moreblocks:micro_iron_checker"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer_half"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer_half", ["type"] = "node"}, ["maptools:sand"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:sand", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner_half_raised"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_plankstone_outer"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_outer", ["type"] = "node"}, ["paintings:white"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:white", ["type"] = "node"}, ["moreblocks:stair_stonebrick"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick", ["type"] = "node"}, ["moreblocks:panel_diamondblock"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock", ["type"] = "node"}, ["moreblocks:slab_coal_stone_2"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_2", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner_cut_half"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer_half"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer_cut"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut", ["type"] = "node"}, ["moreblocks:micro_wood_2"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_2", ["type"] = "node"}, ["flowers:mushroom_red"] = {["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_red", ["type"] = "node"}, ["stairs:stair_obsidian"] = {["groups"] = _[69], ["name"] = "stairs:stair_obsidian", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_alt_1"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_alt_1", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_alt"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_alt", ["type"] = "node"}, ["moreblocks:micro_stonebrick_2"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_2", ["type"] = "node"}, ["stairs:slab_acacia_wood"] = {["groups"] = _[61], ["name"] = "stairs:slab_acacia_wood", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt", ["type"] = "node"}, ["moreblocks:micro_jungletree_14"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_14", ["type"] = "node"}, ["moreblocks:stair_meselamp_alt_4"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_alt_4", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_15"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_15", ["type"] = "node"}, ["moreblocks:micro_clean_glass_1"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_1", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner_half_raised"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner_half"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner_half", ["type"] = "node"}, ["moreblocks:panel_clean_glass_1"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_1", ["type"] = "node"}, ["moreblocks:slope_steelblock_cut"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_cut", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_1"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_1", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner_cut_half"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_brick_inner_cut_half_raised"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner_half_raised"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_14"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_14", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_three_quarter"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_three_quarter", ["type"] = "node"}, ["moreblocks:grey_bricks"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:grey_bricks", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full", ["type"] = "node"}, ["moreblocks:slope_mossycobble_cut"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_cut", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_inner"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_inner", ["type"] = "node"}, ["moreblocks:panel_desert_stone_14"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_14", ["type"] = "node"}, ["moreblocks:micro_goldblock_2"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_2", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer_cut"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner_cut_half"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner_cut_half"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut_half", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_2"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer_half"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer_half", ["type"] = "node"}, ["moreblocks:stair_copperblock_outer"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_outer", ["type"] = "node"}, ["moreblocks:slope_tree_outer_half"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer_half", ["type"] = "node"}, ["moreblocks:stair_brick_alt_2"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_alt_2", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_cut"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_cut", ["type"] = "node"}, ["moreblocks:slab_junglewood_14"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_14", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner_half_raised"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_goldblock_4"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_4", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_alt_2"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_alt_2", ["type"] = "node"}, ["moreblocks:micro_diamondblock_12"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_12", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_alt_4"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_alt_4", ["type"] = "node"}, ["moreblocks:stair_clean_glass_right_half"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_right_half", ["type"] = "node"}, ["moreblocks:slope_wood_outer_half_raised"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer_cut_half"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer_cut_half", ["type"] = "node"}, ["default:sapling"] = {["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "default:sapling", ["type"] = "node"}, ["moreblocks:stair_stone"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer_half_raised"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_cactus_brick"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick", ["type"] = "node"}, ["moreblocks:stair_desert_cobble"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble", ["type"] = "node"}, ["moreblocks:stair_steelblock_alt_1"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_alt_1", ["type"] = "node"}, ["farming:wheat_7"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 7, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_7", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_outer"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_outer", ["type"] = "node"}, ["moreblocks:slab_meselamp_15"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_15", ["type"] = "node"}, ["moreblocks:slab_pinetree_14"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_14", ["type"] = "node"}, ["moreblocks:micro_clean_glass_12"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_12", ["type"] = "node"}, ["moreblocks:panel_stonebrick_4"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_4", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer", ["type"] = "node"}, ["moreblocks:micro_plankstone_12"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_12", ["type"] = "node"}, ["moreblocks:micro_plankstone"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone", ["type"] = "node"}, ["maptools:coalblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:coalblock", ["type"] = "node"}, ["moreblocks:slope_tar_outer_half"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer_half", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer_cut"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer_cut", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_4"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_4", ["type"] = "node"}, ["moreblocks:slope_tree_inner_cut"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner_cut", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner_half_raised"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner_cut_half"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_tree_alt_1"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_alt_1", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_2"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_alt_2", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer_half_raised"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_outer"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_outer", ["type"] = "node"}, ["moreblocks:slab_clean_glass_quarter"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_quarter", ["type"] = "node"}, ["moreblocks:stair_steelblock_outer"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_outer", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_2"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_2", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_15"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_15", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer_cut_half_raised"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_outer_cut"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut", ["type"] = "node"}, ["moreblocks:micro_obsidian_1"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_1", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer_cut_half"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_2"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_2", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer_half"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer_half", ["type"] = "node"}, ["doors:door_glass_b_2"] = {["groups"] = _[65], ["name"] = "doors:door_glass_b_2", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer_cut_half_raised"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer_cut"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer_cut", ["type"] = "node"}, ["moreblocks:slope_plankstone"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_4"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_4", ["type"] = "node"}, ["moreblocks:slab_plankstone_1"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_1", ["type"] = "node"}, ["beds:bed_top"] = {["groups"] = {["choppy"] = 2, ["bed"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["name"] = "beds:bed_top", ["type"] = "node"}, ["moreblocks:slab_plankstone_three_quarter"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_three_quarter", ["type"] = "node"}, ["moreblocks:slab_plankstone_14"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_14", ["type"] = "node"}, ["moreblocks:stair_coal_glass_outer"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_outer", ["type"] = "node"}, ["moreblocks:stair_plankstone_right_half"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_right_half", ["type"] = "node"}, ["moreblocks:stair_plankstone_alt"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_alt", ["type"] = "node"}, ["moreblocks:stair_obsidian_right_half"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_right_half", ["type"] = "node"}, ["moreblocks:slope_tree_outer_cut_half_raised"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_brick_14"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_14", ["type"] = "node"}, ["maptools:stonebrick"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:stonebrick", ["type"] = "node"}, ["farming:wheat_8"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 8, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_8", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer", ["type"] = "node"}, ["doors:door_obsidian_glass_b_2"] = {["groups"] = _[58], ["name"] = "doors:door_obsidian_glass_b_2", ["type"] = "node"}, ["maptools:pusher_8"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 800}, ["name"] = "maptools:pusher_8", ["type"] = "node"}, ["moreblocks:stair_copperblock_half"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_half", ["type"] = "node"}, ["moreblocks:slab_stone_three_quarter"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_three_quarter", ["type"] = "node"}, ["moreblocks:stair_plankstone_alt_4"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_alt_4", ["type"] = "node"}, ["moreblocks:slab_stone_tile_three_quarter"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_three_quarter", ["type"] = "node"}, ["moreblocks:panel_cobble_15"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_15", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer_cut_half"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_goldblock"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock", ["type"] = "node"}, ["moreblocks:micro_glass_12"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_12", ["type"] = "node"}, ["moreblocks:slab_coal_stone_three_quarter"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_three_quarter", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_14"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_14", ["type"] = "node"}, ["moreblocks:iron_checker"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:iron_checker", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_half"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_half", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_4"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_4", ["type"] = "node"}, ["moreblocks:slope_obsidian_half_raised"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_half_raised", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_15"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_15", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed_2"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed_2", ["type"] = "node"}, ["moreblocks:panel_coal_stone"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone", ["type"] = "node"}, ["moreblocks:slope_coal_stone_half"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_half", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer_half_raised"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_glass"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_14"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_14", ["type"] = "node"}, ["moreblocks:micro_plankstone_2"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_2", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner_cut_half"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_cactus_checker_1"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker_1", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_outer"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_outer", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner_cut_half_raised"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner_cut_half_raised", ["type"] = "node"}, ["default:clay"] = {["groups"] = {["crumbly"] = 3}, ["name"] = "default:clay", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer_cut"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_quarter"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_quarter", ["type"] = "node"}, ["tnt:boom"] = {["groups"] = {["dig_immediate"] = 3}, ["name"] = "tnt:boom", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_inner"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_inner", ["type"] = "node"}, ["default:sand"] = {["groups"] = {["sand"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["name"] = "default:sand", ["type"] = "node"}, ["moreblocks:slope_wood_half"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_half", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_half_raised"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_half_raised", ["type"] = "node"}, ["default:pine_wood"] = {["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "default:pine_wood", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner_half"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_half", ["type"] = "node"}, ["moreblocks:micro_obsidian_14"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_14", ["type"] = "node"}, ["moreblocks:slope_cobble_inner_cut_half_raised"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood_right_half"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_right_half", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner_half_raised"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner", ["type"] = "node"}, ["moreblocks:stair_iron_stone"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone", ["type"] = "node"}, ["moreblocks:panel_mossycobble_2"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_2", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_inner"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_inner", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner_half_raised"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner_half_raised", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_three_quarter"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_three_quarter", ["type"] = "node"}, ["default:stone_with_iron"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:stone_with_iron", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer_cut"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer_cut", ["type"] = "node"}, ["moreblocks:micro_glass_2"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_2", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_15"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_15", ["type"] = "node"}, ["moreblocks:stair_pinewood_alt"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_alt", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_2"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_2", ["type"] = "node"}, ["moreblocks:micro_junglewood_2"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_2", ["type"] = "node"}, ["moreblocks:slope_coal_checker_half"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_half", ["type"] = "node"}, ["paintings:brown"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:brown", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_half"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_half", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner_cut_half"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner_cut_half", ["type"] = "node"}, ["moreblocks:micro_desert_stone_4"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_4", ["type"] = "node"}, ["moreblocks:slab_mossycobble_quarter"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_quarter", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner_cut_half_raised"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner_cut_half_raised"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:trap_glow_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:trap_glow_glass", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer_cut_half"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut_half", ["type"] = "node"}, ["maptools:ignore_like_no_clip"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:ignore_like_no_clip", ["type"] = "node"}, ["default:grass_5"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_5", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer_half_raised"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_pinetree_1"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_1", ["type"] = "node"}, ["moreblocks:panel_desert_stone_4"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_4", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner_half"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_half", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_cut"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_cut", ["type"] = "node"}, ["moreblocks:stair_sandstone_right_half"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_right_half", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer_cut_half_raised"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full", ["type"] = "node"}, ["moreblocks:micro_copperblock"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock", ["type"] = "node"}, ["moreblocks:slab_sandstone_three_quarter"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_three_quarter", ["type"] = "node"}, ["moreblocks:trap_super_glow_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:trap_super_glow_glass", ["type"] = "node"}, ["moreblocks:stair_wood_tile_alt_4"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_alt_4", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer_half"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer_half", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_2"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner_half_raised"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_1"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_1", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_2"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_2", ["type"] = "node"}, ["moreblocks:micro_stone_tile"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile", ["type"] = "node"}, ["moreblocks:panel_glass_2"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_2", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_4"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_4", ["type"] = "node"}, ["moreblocks:glow_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:glow_glass", ["type"] = "node"}, ["moreblocks:slab_tar_14"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_14", ["type"] = "node"}, ["moreblocks:panel_wood_14"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_14", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_alt_1"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_alt_1", ["type"] = "node"}, ["moreblocks:slab_pinetree_quarter"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_quarter", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_14"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_14", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_4"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_4", ["type"] = "node"}, ["moreblocks:stair_coal_stone_alt_2"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_alt_2", ["type"] = "node"}, ["xpanes:bar_4"] = {["groups"] = _[12], ["name"] = "xpanes:bar_4", ["type"] = "node"}, ["moreblocks:micro_iron_checker_1"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_1", ["type"] = "node"}, ["moreblocks:slope_copperblock_cut"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_cut", ["type"] = "node"}, ["worldedit:placeholder"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "worldedit:placeholder", ["type"] = "node"}, ["moreblocks:micro_iron_checker_4"] = {["groups"] = _[11], ["name"] = "moreblocks:micro_iron_checker_4", ["type"] = "node"}, ["moreblocks:stair_iron_stone_half"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_half", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree", ["type"] = "node"}, ["moreblocks:slab_diamondblock_2"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_2", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_inner"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_inner", ["type"] = "node"}, ["moreblocks:slab_bronzeblock"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner_cut_half_raised"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_coal_stone_right_half"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_right_half", ["type"] = "node"}, ["moreblocks:stair_brick_half"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_half", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer_cut_half"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer_cut_half"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner_cut_half"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_coal_checker_1"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_1", ["type"] = "node"}, ["moreblocks:slope_glow_glass_half_raised"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_half_raised", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer_cut"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer_cut", ["type"] = "node"}, ["default:steelblock"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:steelblock", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer_cut_half"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_iron_checker"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker", ["type"] = "node"}, ["moreblocks:panel_pinewood_4"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_4", ["type"] = "node"}, ["moreblocks:stair_glass_outer"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_outer", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner_half_raised"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_checker_alt_1"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_alt_1", ["type"] = "node"}, ["moreblocks:micro_junglewood_15"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_15", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner_half_raised"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner_cut_half_raised"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_1"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_1", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_4"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_4", ["type"] = "node"}, ["stairs:stair_desert_cobble"] = {["groups"] = _[71], ["name"] = "stairs:stair_desert_cobble", ["type"] = "node"}, ["moreblocks:micro_coal_stone_1"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_1", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_three_quarter"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_three_quarter", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer_half"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_half", ["type"] = "node"}, ["moreblocks:micro_coal_stone"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone", ["type"] = "node"}, ["moreblocks:stair_cobble_alt_4"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_alt_4", ["type"] = "node"}, ["moreblocks:panel_coal_stone_14"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_14", ["type"] = "node"}, ["moreblocks:panel_coal_stone_1"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_1", ["type"] = "node"}, ["moreblocks:panel_coal_stone_4"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_4", ["type"] = "node"}, ["moreblocks:panel_coal_stone_15"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_15", ["type"] = "node"}, ["moreblocks:panel_coal_stone_2"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_2", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner_cut_half"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_desert_cobble_three_quarter"] = {["groups"] = _[15], ["name"] = "moreblocks:slab_desert_cobble_three_quarter", ["type"] = "node"}, ["moreblocks:stair_cactus_brick"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick", ["type"] = "node"}, ["default:furnace"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:furnace", ["type"] = "node"}, ["moreblocks:slope_tree"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer_half_raised"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner_half"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner_half", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_12"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_12", ["type"] = "node"}, ["moreblocks:micro_steelblock_1"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_1", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_1"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_1", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer_cut"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer_cut", ["type"] = "node"}, ["moreblocks:slope_stonebrick_half_raised"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_stone"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner_half"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner_half", ["type"] = "node"}, ["moreblocks:slope_wood_inner_cut_half_raised"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_clean_glass_1"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_1", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer", ["type"] = "node"}, ["throwing:arrow_dig_admin_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_dig_admin_box", ["type"] = "node"}, ["moreblocks:micro_cobble_compressed_1"] = {["groups"] = _[25], ["name"] = "moreblocks:micro_cobble_compressed_1", ["type"] = "node"}, ["moreblocks:micro_obsidian_2"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_2", ["type"] = "node"}, ["moreblocks:slab_coal_stone_15"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_15", ["type"] = "node"}, ["moreblocks:stair_wood_tile_outer"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_outer", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer_half"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_half", ["type"] = "node"}, ["moreblocks:stair_coal_stone_half"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_half", ["type"] = "node"}, ["moreblocks:panel_glass_4"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_4", ["type"] = "node"}, ["default:glass"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "default:glass", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_14"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_14", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut", ["type"] = "node"}, ["moreblocks:stair_coal_stone_outer"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_outer", ["type"] = "node"}, ["moreblocks:stair_coal_stone"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone", ["type"] = "node"}, ["moreblocks:rope"] = {["groups"] = {["flammable"] = 2, ["snappy"] = 3}, ["name"] = "moreblocks:rope", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_15"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_15", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer_half"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_half", ["type"] = "node"}, ["carts:rail_brake"] = {["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_brake", ["type"] = "node"}, ["moreblocks:slab_pinetree"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_4"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_4", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_2"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_2", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner_cut_half_raised"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner_cut_half_raised", ["type"] = "node"}, ["xpanes:pane_14"] = {["groups"] = _[27], ["name"] = "xpanes:pane_14", ["type"] = "node"}, ["moreblocks:stair_iron_stone_inner"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_inner", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut_half_raised"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_wood_inner_cut_half"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_brick_inner"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_inner", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer_cut_half_raised"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut_half_raised", ["type"] = "node"}, ["stairs:slab_desert_cobble"] = {["groups"] = _[71], ["name"] = "stairs:slab_desert_cobble", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner_half"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner_half", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_right_half"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_right_half", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_1"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_1", ["type"] = "node"}, ["moreblocks:slope_stonebrick"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner", ["type"] = "node"}, ["moreblocks:panel_tree_1"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_1", ["type"] = "node"}, ["moreblocks:micro_plankstone_15"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_15", ["type"] = "node"}, ["moreblocks:micro_jungletree_12"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_12", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer_cut"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_1"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_1", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_4"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_4", ["type"] = "node"}, ["moreblocks:micro_steelblock_15"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_15", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_2"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_2", ["type"] = "node"}, ["moreblocks:slab_cobble_15"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_15", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_outer"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_outer", ["type"] = "node"}, ["moreblocks:slab_iron_stone_14"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_14", ["type"] = "node"}, ["moreblocks:slope_iron_stone"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone", ["type"] = "node"}, ["moreblocks:micro_stone_tile_14"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_14", ["type"] = "node"}, ["moreblocks:micro_glass_1"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_1", ["type"] = "node"}, ["moreblocks:slab_goldblock_15"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_15", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_1"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_1", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_alt_1"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_alt_1", ["type"] = "node"}, ["moreblocks:panel_meselamp_4"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_4", ["type"] = "node"}, ["moreblocks:stair_glass_right_half"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_right_half", ["type"] = "node"}, ["xpanes:pane_12"] = {["groups"] = _[27], ["name"] = "xpanes:pane_12", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_inner"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_inner", ["type"] = "node"}, ["moreblocks:micro_pinewood_15"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_15", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner_cut_half_raised"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstone_cut"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_cut", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer_cut_half"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_three_quarter"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_three_quarter", ["type"] = "node"}, ["farming:straw"] = {["groups"] = {["flammable"] = 4, ["snappy"] = 3}, ["name"] = "farming:straw", ["type"] = "node"}, ["moreblocks:panel_iron_checker_4"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_4", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_2"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_2", ["type"] = "node"}, ["moreblocks:all_faces_tree"] = {["groups"] = {["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2}, ["name"] = "moreblocks:all_faces_tree", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_cut"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_cut", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_14"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_14", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_1"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_1", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner_cut_half_raised"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_12"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_12", ["type"] = "node"}, ["moreblocks:slab_stonebrick_three_quarter"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_three_quarter", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_quarter"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_quarter", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer_half"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer_half", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick", ["type"] = "node"}, ["moreblocks:stair_tar_alt"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_alt", ["type"] = "node"}, ["moreblocks:panel_iron_stone_12"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_12", ["type"] = "node"}, ["moreblocks:panel_iron_stone_15"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_15", ["type"] = "node"}, ["moreblocks:panel_iron_stone_4"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_4", ["type"] = "node"}, ["moreblocks:stair_junglewood_alt_4"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_alt_4", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_2"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_2", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_half"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_half", ["type"] = "node"}, ["moreblocks:panel_plankstone_12"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_12", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_inner"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_inner", ["type"] = "node"}, ["moreblocks:panel_pinetree_12"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_12", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer_half_raised"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_glass_cut"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_cut", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_14"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_14", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_1"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_alt_1", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_1"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_1", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner_half_raised"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_cobble_inner_half"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner_half", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer_half"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer_half", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_12"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_12", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer_half_raised"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_junglewood_4"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_4", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer_cut_half"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_half"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_half", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_right_half"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_right_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner_half"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut_half"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_coal_glass_1"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_1", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer_cut"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut", ["type"] = "node"}, ["moreblocks:micro_pinetree_2"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_2", ["type"] = "node"}, ["doors:door_obsidian_glass_b_1"] = {["groups"] = _[58], ["name"] = "doors:door_obsidian_glass_b_1", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_three_quarter"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_three_quarter", ["type"] = "node"}, ["moreblocks:slope_sandstone_half"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_half", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_quarter"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_quarter", ["type"] = "node"}, ["moreblocks:slab_diamondblock_quarter"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_quarter", ["type"] = "node"}, ["moreblocks:panel_steelblock"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock", ["type"] = "node"}, ["moreblocks:slab_cactus_brick"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick", ["type"] = "node"}, ["moreblocks:stair_brick"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick", ["type"] = "node"}, ["moreblocks:stair_wood_tile_inner"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_inner", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner_cut"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_quarter"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_quarter", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_4"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_4", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_half"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_half", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner_cut_half"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_diamondblock_1"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_1", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_15"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_15", ["type"] = "node"}, ["vessels:shelf"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["name"] = "vessels:shelf", ["type"] = "node"}, ["moreblocks:micro_stonebrick_1"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_1", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_12"] = {["groups"] = _[45], ["name"] = "moreblocks:micro_split_stone_tile_12", ["type"] = "node"}, ["moreblocks:panel_meselamp_1"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_1", ["type"] = "node"}, ["moreblocks:micro_stonebrick_12"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_12", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_1"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_1", ["type"] = "node"}, ["moreblocks:panel_stonebrick_1"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_1", ["type"] = "node"}, ["moreblocks:stair_wood_outer"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_outer", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_15"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_15", ["type"] = "node"}, ["moreblocks:panel_stonebrick_15"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_15", ["type"] = "node"}, ["moreblocks:panel_stonebrick_12"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_12", ["type"] = "node"}, ["moreblocks:panel_wood_4"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_4", ["type"] = "node"}, ["maptools:damage_3"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_3", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_1"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_1", ["type"] = "node"}, ["wool:green"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:green", ["type"] = "node"}, ["moreblocks:panel_cobble"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner_half_raised"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_stonebrick_half"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_half", ["type"] = "node"}, ["moreblocks:slope_brick_inner_half_raised"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick", ["type"] = "node"}, ["moreblocks:stair_copperblock_alt_2"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_alt_2", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick", ["type"] = "node"}, ["stairs:stair_sandstone"] = {["groups"] = _[59], ["name"] = "stairs:stair_sandstone", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_alt_1"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_alt_1", ["type"] = "node"}, ["moreblocks:stair_coal_checker_half"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_half", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer_half_raised"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer_half_raised", ["type"] = "node"}, ["moreblocks:slab_sandstonebrick_15"] = {["groups"] = _[44], ["name"] = "moreblocks:slab_sandstonebrick_15", ["type"] = "node"}, ["default:jungleleaves"] = {["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["name"] = "default:jungleleaves", ["type"] = "node"}, ["moreblocks:stair_meselamp_outer"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_outer", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_2"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_2", ["type"] = "node"}, ["xpanes:pane_7"] = {["groups"] = _[27], ["name"] = "xpanes:pane_7", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_2"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_2", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner_cut"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner_cut", ["type"] = "node"}, ["moreblocks:panel_stonebrick_2"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_2", ["type"] = "node"}, ["default:stone_with_diamond"] = {["groups"] = {["cracky"] = 1}, ["name"] = "default:stone_with_diamond", ["type"] = "node"}, ["paintings:magenta"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:magenta", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner_half"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner_half", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner_cut_half"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer_half"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer_half", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_4"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_4", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner_cut"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner_cut", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer_half_raised"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_junglewood"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood", ["type"] = "node"}, ["moreblocks:slope_stonebrick_inner"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_inner", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer", ["type"] = "node"}, ["moreblocks:slope_wood_tile_cut"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_cut", ["type"] = "node"}, ["moreblocks:slab_diamondblock_14"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_14", ["type"] = "node"}, ["itemframes:pedestal"] = {["groups"] = {["cracky"] = 2}, ["name"] = "itemframes:pedestal", ["type"] = "node"}, ["moreblocks:stair_steelblock_alt_4"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_alt_4", ["type"] = "node"}, ["moreblocks:slab_stonebrick_1"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_1", ["type"] = "node"}, ["moreblocks:slab_stonebrick_14"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_14", ["type"] = "node"}, ["moreblocks:slab_stonebrick_2"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_2", ["type"] = "node"}, ["maptools:steelblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:steelblock", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_1"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_1", ["type"] = "node"}, ["moreblocks:stair_stonebrick_right_half"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_right_half", ["type"] = "node"}, ["moreblocks:micro_stonebrick_4"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_4", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer_cut"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer_cut", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner_cut"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut", ["type"] = "node"}, ["moreblocks:stair_stonebrick_alt_2"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_alt_2", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer_cut_half"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_quarter"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_quarter", ["type"] = "node"}, ["moreblocks:micro_wood_tile_15"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_15", ["type"] = "node"}, ["default:acacia_wood"] = {["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "default:acacia_wood", ["type"] = "node"}, ["moreblocks:stair_stonebrick_half"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_half", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_alt_2"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_alt_2", ["type"] = "node"}, ["moreblocks:slope_copperblock_half"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_half", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_alt_1"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_alt_1", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner_cut_half"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_stonebrick_alt_1"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_alt_1", ["type"] = "node"}, ["moreblocks:micro_copperblock_2"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_2", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_2"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_2", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_14"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_14", ["type"] = "node"}, ["moreblocks:stair_plankstone_half"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_half", ["type"] = "node"}, ["moreblocks:stair_stonebrick_inner"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_inner", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner_cut_half"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_tar_inner_half_raised"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_brick_12"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_12", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_cut"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_cut", ["type"] = "node"}, ["moreblocks:slab_grey_bricks"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks", ["type"] = "node"}, ["moreblocks:slab_all_faces_tree_2"] = {["groups"] = _[33], ["name"] = "moreblocks:slab_all_faces_tree_2", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer_half_raised"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_jungletree_15"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_15", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_14"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_14", ["type"] = "node"}, ["moreblocks:stair_mossycobble_right_half"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_right_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_half_raised"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_half_raised", ["type"] = "node"}, ["moreblocks:stair_goldblock_outer"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_outer", ["type"] = "node"}, ["moreblocks:micro_goldblock_14"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_14", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_quarter"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_quarter", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner_half_raised"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_junglewood"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree_2"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree_2", ["type"] = "node"}, ["moreblocks:stair_clean_glass_half"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_half", ["type"] = "node"}, ["moreblocks:panel_glass_12"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_12", ["type"] = "node"}, ["moreblocks:circular_saw"] = {["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["name"] = "moreblocks:circular_saw", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_12"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_12", ["type"] = "node"}, ["moreblocks:micro_diamondblock_1"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_1", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_half"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer_cut_half"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:panel_coal_checker_12"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_12", ["type"] = "node"}, ["moreblocks:micro_diamondblock_14"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_14", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner_cut_half"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner_half"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner_half", ["type"] = "node"}, ["moreblocks:panel_tar_1"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_1", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer_half_raised"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner", ["type"] = "node"}, ["moreblocks:stair_diamondblock_alt"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_alt", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_12"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_12", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer_cut_half_raised"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_clean_glass_three_quarter"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_three_quarter", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer_half"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer_half", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_half"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_half", ["type"] = "node"}, ["moreblocks:slab_tree_14"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_14", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer_cut_half"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut_half", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_14"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_14", ["type"] = "node"}, ["moreblocks:stair_glass"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass", ["type"] = "node"}, ["moreblocks:slab_cobble_1"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_1", ["type"] = "node"}, ["bedrock:bedrock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "bedrock:bedrock", ["type"] = "node"}, ["moreblocks:panel_stonebrick_14"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick_14", ["type"] = "node"}, ["moreblocks:stair_mossycobble_alt_2"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_alt_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full", ["type"] = "node"}, ["stairs:slab_copperblock"] = {["groups"] = _[72], ["name"] = "stairs:slab_copperblock", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_half"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_half", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_4"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_4", ["type"] = "node"}, ["moreblocks:micro_obsidian_4"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_4", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_14"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_14", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_outer_half"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_outer_half", ["type"] = "node"}, ["default:junglegrass"] = {["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 2}, ["name"] = "default:junglegrass", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_2"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_2", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_half"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_half", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_4"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_4", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_inner"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_inner", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner_half"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner_half", ["type"] = "node"}, ["moreblocks:slope_wood_half_raised"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_half_raised", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_inner_cut_half"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut_half", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_14"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_14", ["type"] = "node"}, ["moreblocks:stair_goldblock_half"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_half", ["type"] = "node"}, ["moreblocks:panel_iron_stone"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer_half_raised"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer_half_raised", ["type"] = "node"}, ["xpanes:bar_13"] = {["groups"] = _[12], ["name"] = "xpanes:bar_13", ["type"] = "node"}, ["moreblocks:slab_diamondblock_three_quarter"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_three_quarter", ["type"] = "node"}, ["moreblocks:panel_obsidian_15"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_15", ["type"] = "node"}, ["moreblocks:micro_glow_glass_15"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_15", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_1"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_1", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_2"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_2", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks", ["type"] = "node"}, ["moreblocks:slope_wood_outer_cut_half_raised"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_1"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_1", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer_half_raised"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_alt_4"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_alt_4", ["type"] = "node"}, ["moreblocks:micro_clean_glass_15"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_15", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_half"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_half", ["type"] = "node"}, ["moreblocks:panel_brick_1"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_1", ["type"] = "node"}, ["moreblocks:micro_diamondblock_4"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_4", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner_cut_half"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut_half", ["type"] = "node"}, ["maptools:grass"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:grass", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner_half"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner_half", ["type"] = "node"}, ["moreblocks:micro_pinetree_15"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_15", ["type"] = "node"}, ["moreblocks:slope_glass_outer"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_half_raised"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_half_raised", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer_half"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner_cut"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner_cut", ["type"] = "node"}, ["itemframes:frame"] = {["groups"] = {["choppy"] = 2, ["dig_immediate"] = 2}, ["name"] = "itemframes:frame", ["type"] = "node"}, ["stairs:stair_pine_wood"] = {["groups"] = _[73], ["name"] = "stairs:stair_pine_wood", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer_cut_half"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_copperblock_12"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_12", ["type"] = "node"}, ["moreblocks:panel_pinewood"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner_cut"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut", ["type"] = "node"}, ["stairs:slab_junglewood"] = {["groups"] = _[38], ["name"] = "stairs:slab_junglewood", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer", ["type"] = "node"}, ["moreblocks:slab_stone_tile_1"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_1", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer_cut"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer_cut", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_half"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_half", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_4"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_4", ["type"] = "node"}, ["moreblocks:slab_obsidian_three_quarter"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_three_quarter", ["type"] = "node"}, ["moreblocks:slope_stone_outer_cut_half_raised"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_cobble_outer_cut_half_raised"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_2"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_2", ["type"] = "node"}, ["moreblocks:slope_iron_checker"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker", ["type"] = "node"}, ["moreblocks:slab_desert_stone_quarter"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_quarter", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner_cut"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut", ["type"] = "node"}, ["moreblocks:slope_junglewood_half_raised"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_half_raised", ["type"] = "node"}, ["moreblocks:stair_obsidian_alt_1"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_alt_1", ["type"] = "node"}, ["moreblocks:micro_cobble_12"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_12", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_alt"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_alt", ["type"] = "node"}, ["moreblocks:stair_obsidian_outer"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_outer", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer_half"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer_half", ["type"] = "node"}, ["moreblocks:slope_glass_inner_half_raised"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner_half_raised", ["type"] = "node"}, ["wool:pink"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:pink", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_inner_half"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_inner_half", ["type"] = "node"}, ["default:dirt"] = {["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["name"] = "default:dirt", ["type"] = "node"}, ["moreblocks:panel_pinewood_1"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_1", ["type"] = "node"}, ["moreblocks:slab_obsidian_quarter"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_quarter", ["type"] = "node"}, ["moreblocks:micro_stone_tile_2"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_2", ["type"] = "node"}, ["moreblocks:slab_stone_14"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_14", ["type"] = "node"}, ["moreblocks:slope_wood_tile_half_raised"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_half_raised", ["type"] = "node"}, ["farming:soil_wet"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["crumbly"] = 3, ["field"] = 1, ["grassland"] = 1, ["soil"] = 3, ["wet"] = 1}, ["name"] = "farming:soil_wet", ["type"] = "node"}, ["tnt:gunpowder_burning"] = {["groups"] = {["dig_immediate"] = 2, ["connect_to_raillike"] = 2, ["attached_node"] = 1}, ["name"] = "tnt:gunpowder_burning", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner_half_raised"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinewood_half"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_half", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer_cut_half_raised"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer_cut_half_raised", ["type"] = "node"}, ["maptools:smoke"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:smoke", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner_half"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner_half", ["type"] = "node"}, ["moreblocks:panel_coal_checker_2"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_2", ["type"] = "node"}, ["moreblocks:panel_obsidian_14"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_14", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_cut"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_cut", ["type"] = "node"}, ["maptools:ignore_like_no_point"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:ignore_like_no_point", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner_half"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer_half_raised"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_meselamp_15"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_15", ["type"] = "node"}, ["moreblocks:panel_sandstone_12"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_12", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner_cut_half_raised"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer_cut"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer_cut", ["type"] = "node"}, ["moreblocks:micro_pinetree_4"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_4", ["type"] = "node"}, ["farming:cotton_4"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 4, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_4", ["type"] = "node"}, ["moreblocks:stair_glow_glass_alt_4"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_alt_4", ["type"] = "node"}, ["moreblocks:iron_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:iron_glass", ["type"] = "node"}, ["moreblocks:micro_iron_stone_bricks_1"] = {["groups"] = _[23], ["name"] = "moreblocks:micro_iron_stone_bricks_1", ["type"] = "node"}, ["moreblocks:stair_iron_checker"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker", ["type"] = "node"}, ["moreblocks:slab_iron_checker_15"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_15", ["type"] = "node"}, ["moreblocks:panel_stone_tile"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_inner"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_inner", ["type"] = "node"}, ["moreblocks:micro_coal_checker_12"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_12", ["type"] = "node"}, ["moreblocks:stair_tree_alt_2"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_alt_2", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_alt_4"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_alt_4", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer", ["type"] = "node"}, ["moreblocks:stair_pinewood_alt_2"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_alt_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer_cut_half_raised"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_cobble_12"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_12", ["type"] = "node"}, ["moreblocks:panel_iron_glass_2"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_2", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree", ["type"] = "node"}, ["moreblocks:stair_pinewood_inner"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_inner", ["type"] = "node"}, ["moreblocks:stair_pinewood_outer"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_outer", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_12"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_12", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer_cut"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer_cut", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_right_half"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_right_half", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner_cut_half"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_alt_2"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_alt_2", ["type"] = "node"}, ["stairs:stair_sandstonebrick"] = {["groups"] = _[74], ["name"] = "stairs:stair_sandstonebrick", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_half_raised"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_half_raised", ["type"] = "node"}, ["wool:dark_green"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:dark_green", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_right_half"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_right_half", ["type"] = "node"}, ["moreblocks:slab_glass_15"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_15", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_inner"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_inner", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner_half"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner_half", ["type"] = "node"}, ["moreblocks:micro_pinetree_12"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree_12", ["type"] = "node"}, ["moreblocks:micro_pinetree"] = {["groups"] = _[34], ["name"] = "moreblocks:micro_pinetree", ["type"] = "node"}, ["moreblocks:panel_pinetree_14"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_14", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_2"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_2", ["type"] = "node"}, ["moreblocks:stair_clean_glass"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass", ["type"] = "node"}, ["xpanes:bar_15"] = {["groups"] = _[12], ["name"] = "xpanes:bar_15", ["type"] = "node"}, ["stairs:slab_cobble"] = {["groups"] = _[75], ["name"] = "stairs:slab_cobble", ["type"] = "node"}, ["moreblocks:micro_stone_15"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone_15", ["type"] = "node"}, ["maptools:damage_2"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_1"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_1", ["type"] = "node"}, ["moreblocks:slab_meselamp_2"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_2", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_2"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_2", ["type"] = "node"}, ["moreblocks:slab_meselamp_14"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_14", ["type"] = "node"}, ["moreblocks:panel_pinetree"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner_half_raised"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_cactus_checker"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker", ["type"] = "node"}, ["moreblocks:panel_meselamp"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp", ["type"] = "node"}, ["moreblocks:slope_brick"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer_cut_half"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_alt_2"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_alt_2", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer_half_raised"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer_cut_half_raised"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_grey_bricks"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_4"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_4", ["type"] = "node"}, ["moreblocks:slab_stone_tile_2"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_2", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner_cut"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_alt"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_alt", ["type"] = "node"}, ["moreblocks:slab_jungletree"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer_half"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer_half", ["type"] = "node"}, ["moreblocks:slope_pinetree_cut"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_cut", ["type"] = "node"}, ["moreblocks:slab_glass"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner_half"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner_half", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner", ["type"] = "node"}, ["moreblocks:panel_stone_tile_4"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_4", ["type"] = "node"}, ["moreblocks:stair_coal_checker_alt_1"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_alt_1", ["type"] = "node"}, ["moreblocks:panel_diamondblock_1"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_1", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer_cut"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer_cut", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_alt_4"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_alt_4", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_alt"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_alt", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer_cut_half"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_meselamp"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp", ["type"] = "node"}, ["moreblocks:stair_clean_glass_alt"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_alt", ["type"] = "node"}, ["moreblocks:stair_pinetree_alt"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_alt", ["type"] = "node"}, ["moreblocks:stair_pinetree_half"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_half", ["type"] = "node"}, ["moreblocks:micro_clean_glass"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass", ["type"] = "node"}, ["moreblocks:stair_pinetree_alt_4"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_alt_4", ["type"] = "node"}, ["moreblocks:stair_pinetree_alt_1"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_alt_1", ["type"] = "node"}, ["moreblocks:stair_pinetree_inner"] = {["groups"] = _[34], ["name"] = "moreblocks:stair_pinetree_inner", ["type"] = "node"}, ["moreblocks:panel_brick_14"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_14", ["type"] = "node"}, ["moreblocks:micro_junglewood_14"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_14", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_12"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_12", ["type"] = "node"}, ["moreblocks:slope_tree_half_raised"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_half_raised", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer", ["type"] = "node"}, ["moreblocks:stair_glow_glass"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_1"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_1", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer_cut"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer_cut", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_2"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_2", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer", ["type"] = "node"}, ["stairs:slab_steelblock"] = {["groups"] = _[76], ["name"] = "stairs:slab_steelblock", ["type"] = "node"}, ["moreblocks:slab_sandstone_15"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_15", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner_cut"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner_cut", ["type"] = "node"}, ["moreblocks:panel_junglewood_1"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_1", ["type"] = "node"}, ["moreblocks:slope_junglewood_half"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_half", ["type"] = "node"}, ["default:dry_grass_3"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_3", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_inner_half_raised"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_inner_half_raised", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_1"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_1", ["type"] = "node"}, ["moreblocks:micro_cobble"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble", ["type"] = "node"}, ["moreblocks:micro_sandstonebrick_1"] = {["groups"] = _[44], ["name"] = "moreblocks:micro_sandstonebrick_1", ["type"] = "node"}, ["default:river_water_flowing"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["name"] = "default:river_water_flowing", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer_cut_half"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer_cut"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer_cut", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer_cut_half_raised"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer_cut_half"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner_half"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner_half", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner_half_raised"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner_cut_half"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_half"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_half", ["type"] = "node"}, ["moreblocks:slope_junglewood_cut"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_cut", ["type"] = "node"}, ["moreblocks:slope_iron_glass_half"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_half", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer_cut"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer_cut", ["type"] = "node"}, ["moreblocks:slab_junglewood_quarter"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_quarter", ["type"] = "node"}, ["moreblocks:slab_junglewood_1"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_1", ["type"] = "node"}, ["moreblocks:slab_junglewood_three_quarter"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_three_quarter", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_15"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_15", ["type"] = "node"}, ["moreblocks:slab_wood_tile_full_three_quarter"] = {["groups"] = _[42], ["name"] = "moreblocks:slab_wood_tile_full_three_quarter", ["type"] = "node"}, ["moreblocks:slope_brick_inner_half"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner_half", ["type"] = "node"}, ["moreblocks:stair_glass_alt_2"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_alt_2", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer_half_raised"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_iron_glass_4"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_4", ["type"] = "node"}, ["moreblocks:stair_junglewood_alt_2"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_alt_2", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_15"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_15", ["type"] = "node"}, ["moreblocks:stair_junglewood_alt"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_alt", ["type"] = "node"}, ["moreblocks:stair_junglewood_half"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_half", ["type"] = "node"}, ["moreblocks:micro_diamondblock_15"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock_15", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_right_half"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_right_half", ["type"] = "node"}, ["moreblocks:stair_junglewood_alt_1"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_alt_1", ["type"] = "node"}, ["moreblocks:stair_junglewood_inner"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_inner", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer_cut_half"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer_cut_half", ["type"] = "node"}, ["moreblocks:panel_cobble_1"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_1", ["type"] = "node"}, ["maptools:fake_fire"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:fake_fire", ["type"] = "node"}, ["moreblocks:stair_brick_right_half"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_right_half", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center", ["type"] = "node"}, ["moreblocks:slab_sandstone_quarter"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_quarter", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_14"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_14", ["type"] = "node"}, ["moreblocks:slope_stone_tile_half"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_half", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_half"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_half", ["type"] = "node"}, ["moreblocks:slope_mossycobble_half"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_half", ["type"] = "node"}, ["moreblocks:stair_coal_glass_inner"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_inner", ["type"] = "node"}, ["moreblocks:stair_tar_inner"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_inner", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer_cut_half"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer_cut_half", ["type"] = "node"}, ["default:stone_with_mese"] = {["groups"] = {["cracky"] = 1}, ["name"] = "default:stone_with_mese", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks_quarter"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks_quarter", ["type"] = "node"}, ["moreblocks:stair_stone_tile_alt"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_alt", ["type"] = "node"}, ["moreblocks:slope_cobble"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble", ["type"] = "node"}, ["moreblocks:slope_plankstone_half_raised"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_half_raised", ["type"] = "node"}, ["moreblocks:micro_brick_1"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_1", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner_half"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner_half", ["type"] = "node"}, ["moreblocks:micro_meselamp"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp", ["type"] = "node"}, ["moreblocks:panel_stone"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner_cut"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner_cut", ["type"] = "node"}, ["moreblocks:panel_steelblock_1"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_1", ["type"] = "node"}, ["moreblocks:stair_coal_glass_right_half"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_right_half", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer_half"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer_half", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_three_quarter"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_three_quarter", ["type"] = "node"}, ["moreblocks:micro_pinewood_14"] = {["groups"] = _[6], ["name"] = "moreblocks:micro_pinewood_14", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks", ["type"] = "node"}, ["moreblocks:panel_cactus_checker"] = {["groups"] = _[40], ["name"] = "moreblocks:panel_cactus_checker", ["type"] = "node"}, ["moreblocks:micro_sandstone_14"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_14", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_half"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_half", ["type"] = "node"}, ["moreblocks:slope_stone_tile_half_raised"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_half_raised", ["type"] = "node"}, ["moreblocks:panel_clean_glass_12"] = {["groups"] = _[22], ["name"] = "moreblocks:panel_clean_glass_12", ["type"] = "node"}, ["moreblocks:stair_diamondblock_alt_2"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_alt_2", ["type"] = "node"}, ["moreblocks:slope_jungletree_cut"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_cut", ["type"] = "node"}, ["moreblocks:stair_cobble_alt"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_alt", ["type"] = "node"}, ["maptools:diamondblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:diamondblock", ["type"] = "node"}, ["moreblocks:slab_brick_15"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_15", ["type"] = "node"}, ["moreblocks:slope_jungletree_outer_cut"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_outer_cut", ["type"] = "node"}, ["moreblocks:panel_mossycobble_12"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_12", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner_cut_half_raised"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_jungletree_half_raised"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_half_raised", ["type"] = "node"}, ["moreblocks:stair_plankstone"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone", ["type"] = "node"}, ["moreblocks:panel_tar_4"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_4", ["type"] = "node"}, ["moreblocks:stair_coal_glass"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass", ["type"] = "node"}, ["default:acacia_leaves"] = {["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["name"] = "default:acacia_leaves", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner_half_raised"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_jungletree_alt"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_alt", ["type"] = "node"}, ["moreblocks:micro_steelblock_14"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_14", ["type"] = "node"}, ["moreblocks:stair_wood_alt"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_alt", ["type"] = "node"}, ["moreblocks:stair_obsidian_alt"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_alt", ["type"] = "node"}, ["moreblocks:stair_jungletree_half"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_half", ["type"] = "node"}, ["doors:trapdoor_open"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2}, ["name"] = "doors:trapdoor_open", ["type"] = "node"}, ["moreblocks:slope_desert_stone_cut"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_cut", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner_cut_half"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_15"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_15", ["type"] = "node"}, ["moreblocks:micro_wood_14"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_14", ["type"] = "node"}, ["moreblocks:slope_stone_inner_cut"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner_cut", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass", ["type"] = "node"}, ["moreblocks:stair_junglewood_right_half"] = {["groups"] = _[2], ["name"] = "moreblocks:stair_junglewood_right_half", ["type"] = "node"}, ["moreblocks:slab_junglewood_15"] = {["groups"] = _[2], ["name"] = "moreblocks:slab_junglewood_15", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_1"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_1", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_three_quarter"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_three_quarter", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer_half"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer_half", ["type"] = "node"}, ["wool:yellow"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:yellow", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner_cut"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner_cut", ["type"] = "node"}, ["moreblocks:stair_cobble_alt_1"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_alt_1", ["type"] = "node"}, ["moreblocks:micro_wood_12"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_12", ["type"] = "node"}, ["moreblocks:slope_iron_checker_half"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_half", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_half_raised"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_half_raised", ["type"] = "node"}, ["moreblocks:micro_super_glow_glass_12"] = {["groups"] = _[19], ["name"] = "moreblocks:micro_super_glow_glass_12", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_14"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_14", ["type"] = "node"}, ["moreblocks:panel_stone_12"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_12", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_half_raised"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_half_raised", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_outer"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_outer", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner_half_raised"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner_half_raised", ["type"] = "node"}, ["moreblocks:slab_clean_glass"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass", ["type"] = "node"}, ["moreblocks:panel_wood"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_1"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_1", ["type"] = "node"}, ["stairs:slab_desert_stone"] = {["groups"] = _[70], ["name"] = "stairs:slab_desert_stone", ["type"] = "node"}, ["moreblocks:slope_wood_inner_half_raised"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_1"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_1", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_outer"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_outer", ["type"] = "node"}, ["moreblocks:panel_tar"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer_half_raised"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer_half_raised", ["type"] = "node"}, ["moreblocks:slab_obsidianbrick_15"] = {["groups"] = _[5], ["name"] = "moreblocks:slab_obsidianbrick_15", ["type"] = "node"}, ["moreblocks:slab_iron_checker_1"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_1", ["type"] = "node"}, ["doors:door_wood_b_2"] = {["groups"] = _[50], ["name"] = "doors:door_wood_b_2", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_14"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_14", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_12"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_12", ["type"] = "node"}, ["moreblocks:panel_desert_cobble_15"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble_15", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_right_half"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_right_half", ["type"] = "node"}, ["default:dry_grass_5"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_5", ["type"] = "node"}, ["moreblocks:slab_stone_tile_15"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_15", ["type"] = "node"}, ["moreblocks:slope_stone_half_raised"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_half_raised", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer_cut_half_raised"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_glass_quarter"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_quarter", ["type"] = "node"}, ["moreblocks:panel_desert_stone_2"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_2", ["type"] = "node"}, ["moreblocks:panel_glass"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass", ["type"] = "node"}, ["moreblocks:slope_wood_outer_cut_half"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_wood_inner_half"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner_half", ["type"] = "node"}, ["moreblocks:slope_wood_inner_cut"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner_cut", ["type"] = "node"}, ["moreblocks:micro_junglewood_1"] = {["groups"] = _[2], ["name"] = "moreblocks:micro_junglewood_1", ["type"] = "node"}, ["moreblocks:slope_wood_cut"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_cut", ["type"] = "node"}, ["moreblocks:slope_wood_inner"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_inner", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_half_raised"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_half_raised", ["type"] = "node"}, ["moreblocks:slope_brick_outer_half_raised"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer_cut"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut", ["type"] = "node"}, ["moreblocks:slope_tree_outer_cut"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer_cut", ["type"] = "node"}, ["moreblocks:super_glow_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:super_glow_glass", ["type"] = "node"}, ["moreblocks:slab_brick_quarter"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_quarter", ["type"] = "node"}, ["moreblocks:slope_tar_inner_cut"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner_cut", ["type"] = "node"}, ["moreblocks:stair_obsidian_alt_2"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_alt_2", ["type"] = "node"}, ["moreblocks:stair_cobble_right_half"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_right_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_cut"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_cut", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_1"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_1", ["type"] = "node"}, ["moreblocks:panel_coal_checker_4"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_4", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer_cut"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer_cut", ["type"] = "node"}, ["moreblocks:panel_glass_1"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_1", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_alt_4"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_alt_4", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_alt_2"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_alt_2", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_12"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_12", ["type"] = "node"}, ["moreblocks:micro_mossycobble_12"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_12", ["type"] = "node"}, ["moreblocks:wood_tile_flipped"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_flipped", ["type"] = "node"}, ["moreblocks:stair_iron_checker_half"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_half", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_quarter"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_quarter", ["type"] = "node"}, ["moreblocks:stair_tree_alt_4"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_alt_4", ["type"] = "node"}, ["moreblocks:slope_stone_cut"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_cut", ["type"] = "node"}, ["moreblocks:slope_pinetree_half"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_half", ["type"] = "node"}, ["moreblocks:slab_plankstone"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone", ["type"] = "node"}, ["moreblocks:slab_obsidian_2"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_4"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_4", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer_cut_half"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_cobble_2"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_2", ["type"] = "node"}, ["maptools:white"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:white", ["type"] = "node"}, ["moreblocks:coal_stone"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:coal_stone", ["type"] = "node"}, ["moreblocks:slab_obsidian"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian", ["type"] = "node"}, ["moreblocks:panel_pinetree_2"] = {["groups"] = _[34], ["name"] = "moreblocks:panel_pinetree_2", ["type"] = "node"}, ["moreblocks:panel_goldblock"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner", ["type"] = "node"}, ["moreblocks:slope_brick_inner_cut_half"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner_cut_half"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer_half"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer_half", ["type"] = "node"}, ["moreblocks:slope_coal_checker_outer_half"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_outer_half", ["type"] = "node"}, ["moreblocks:stair_tree"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree", ["type"] = "node"}, ["stairs:slab_stonebrick"] = {["groups"] = _[66], ["name"] = "stairs:slab_stonebrick", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_quarter"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_quarter", ["type"] = "node"}, ["moreblocks:stair_pinewood"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer_cut"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer_cut", ["type"] = "node"}, ["moreblocks:panel_jungletree_4"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_4", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_quarter"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_quarter", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_half_raised"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_half_raised", ["type"] = "node"}, ["moreblocks:stair_stone_inner"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_inner", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_15"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_15", ["type"] = "node"}, ["moreblocks:stair_pinewood_alt_4"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_alt_4", ["type"] = "node"}, ["moreblocks:panel_jungletree"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree", ["type"] = "node"}, ["moreblocks:stair_pinewood_half"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_half", ["type"] = "node"}, ["moreblocks:slab_coal_checker_15"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_15", ["type"] = "node"}, ["moreblocks:stair_pinewood_right_half"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_right_half", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_outer_cut_half"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_stone_outer_half"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer_half", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_1"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_1", ["type"] = "node"}, ["moreblocks:micro_sandstone_2"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_2", ["type"] = "node"}, ["moreblocks:micro_coal_glass_14"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_14", ["type"] = "node"}, ["moreblocks:slab_tree_2"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_2", ["type"] = "node"}, ["moreblocks:slope_tar_inner_cut_half_raised"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_iron_checker_half_raised"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_half_raised", ["type"] = "node"}, ["moreblocks:slope_wood"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood", ["type"] = "node"}, ["moreblocks:panel_plankstone_2"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_2", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer_cut_half_raised"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_cobble_inner_cut"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner_cut", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_2"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_2", ["type"] = "node"}, ["moreblocks:panel_all_faces_tree"] = {["groups"] = _[33], ["name"] = "moreblocks:panel_all_faces_tree", ["type"] = "node"}, ["moreblocks:stair_iron_glass_alt_1"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_alt_1", ["type"] = "node"}, ["default:rail"] = {["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "default:rail", ["type"] = "node"}, ["stairs:slab_pine_wood"] = {["groups"] = _[73], ["name"] = "stairs:slab_pine_wood", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer_half_raised"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_pinewood_cut"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_cut", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner_cut"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner_cut", ["type"] = "node"}, ["moreblocks:micro_stonebrick"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick", ["type"] = "node"}, ["maptools:damage_1"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_1", ["type"] = "node"}, ["moreblocks:panel_tree"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center", ["type"] = "node"}, ["moreblocks:panel_obsidianbrick_15"] = {["groups"] = _[5], ["name"] = "moreblocks:panel_obsidianbrick_15", ["type"] = "node"}, ["moreblocks:slope_pinewood_outer_half"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_outer_half", ["type"] = "node"}, ["doors:door_obsidian_glass_t_2"] = {["groups"] = _[58], ["name"] = "doors:door_obsidian_glass_t_2", ["type"] = "node"}, ["stairs:stair_stone"] = {["groups"] = _[68], ["name"] = "stairs:stair_stone", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer_half"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer_half", ["type"] = "node"}, ["farming:wheat_6"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 6, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_6", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer_half"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer_half", ["type"] = "node"}, ["moreblocks:micro_meselamp_14"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_14", ["type"] = "node"}, ["moreblocks:slab_stone_quarter"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_quarter", ["type"] = "node"}, ["paintings:orange"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:orange", ["type"] = "node"}, ["moreblocks:slope_glass_inner_cut"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner_cut", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner_cut_half_raised"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_sandstone_1"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_1", ["type"] = "node"}, ["moreblocks:slab_tar_2"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_2", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner_cut_half_raised"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_2"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slope_pinetree_half_raised"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_half_raised", ["type"] = "node"}, ["moreblocks:slab_tree_1"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_1", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer_half"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer_half", ["type"] = "node"}, ["moreblocks:panel_diamondblock_15"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_15", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner", ["type"] = "node"}, ["moreblocks:slope_meselamp_cut"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_cut", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer_cut_half_raised"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer", ["type"] = "node"}, ["moreblocks:slope_stone_outer_cut_half"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_12"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_12", ["type"] = "node"}, ["moreblocks:slope_obsidian_outer_cut_half"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_brick_outer_cut"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer_cut", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_14"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_14", ["type"] = "node"}, ["doors:door_wood_t_2"] = {["groups"] = _[50], ["name"] = "doors:door_wood_t_2", ["type"] = "node"}, ["moreblocks:stair_iron_glass_right_half"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_right_half", ["type"] = "node"}, ["moreblocks:micro_stone_tile_1"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_1", ["type"] = "node"}, ["moreblocks:panel_meselamp_2"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_2", ["type"] = "node"}, ["moreblocks:slope_diamondblock_half"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_half", ["type"] = "node"}, ["moreblocks:stair_tree_outer"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_outer", ["type"] = "node"}, ["moreblocks:slab_pinetree_15"] = {["groups"] = _[34], ["name"] = "moreblocks:slab_pinetree_15", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner_cut_half_raised"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_brick_alt"] = {["groups"] = _[1], ["name"] = "moreblocks:stair_brick_alt", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer_half_raised"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed_right_half"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed_right_half", ["type"] = "node"}, ["moreblocks:slab_glow_glass_quarter"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_quarter", ["type"] = "node"}, ["default:acacia_tree"] = {["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["name"] = "default:acacia_tree", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner_half"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner_half", ["type"] = "node"}, ["moreblocks:slope_wood_outer_cut"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer_cut", ["type"] = "node"}, ["moreblocks:slope_cobble_outer_cut"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer_cut", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_alt_1"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_alt_1", ["type"] = "node"}, ["moreblocks:slab_desert_stone_14"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_14", ["type"] = "node"}, ["moreblocks:stair_desert_stone_right_half"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_right_half", ["type"] = "node"}, ["moreblocks:panel_wood_15"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_15", ["type"] = "node"}, ["moreblocks:panel_pinewood_12"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_12", ["type"] = "node"}, ["moreblocks:stair_stone_alt_1"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_alt_1", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_2"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_2", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer", ["type"] = "node"}, ["moreblocks:stair_stone_outer"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_outer", ["type"] = "node"}, ["maptools:brick"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:brick", ["type"] = "node"}, ["moreblocks:slab_tar_15"] = {["groups"] = _[28], ["name"] = "moreblocks:slab_tar_15", ["type"] = "node"}, ["moreblocks:slab_jungletree_15"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_15", ["type"] = "node"}, ["moreblocks:micro_glow_glass_4"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_4", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_half_raised"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_half_raised", ["type"] = "node"}, ["moreblocks:slab_obsidian_glass_15"] = {["groups"] = _[37], ["name"] = "moreblocks:slab_obsidian_glass_15", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer_cut_half_raised"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner_cut"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner_cut", ["type"] = "node"}, ["moreblocks:slope_stone_outer_cut"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer_cut", ["type"] = "node"}, ["maptools:ladder"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:ladder", ["type"] = "node"}, ["moreblocks:panel_sandstone_14"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_14", ["type"] = "node"}, ["moreblocks:stair_sandstone_alt"] = {["groups"] = _[21], ["name"] = "moreblocks:stair_sandstone_alt", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_2"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_2", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_inner_half"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_inner_half", ["type"] = "node"}, ["jumping:trampoline_3"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 64}, ["name"] = "jumping:trampoline_3", ["type"] = "node"}, ["moreblocks:stair_obsidian_alt_4"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_alt_4", ["type"] = "node"}, ["farming:cotton_1"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 1, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_1", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner_cut_half"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner_cut_half", ["type"] = "node"}, ["stairs:stair_straw"] = {["groups"] = _[54], ["name"] = "stairs:stair_straw", ["type"] = "node"}, ["moreblocks:panel_goldblock_15"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_15", ["type"] = "node"}, ["moreblocks:panel_glow_glass_2"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_2", ["type"] = "node"}, ["moreblocks:panel_sandstone_15"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_15", ["type"] = "node"}, ["moreblocks:slab_meselamp_quarter"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_quarter", ["type"] = "node"}, ["maptools:playerclip_top"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:playerclip_top", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer", ["type"] = "node"}, ["stairs:slab_goldblock"] = {["groups"] = _[63], ["name"] = "stairs:slab_goldblock", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner_cut_half_raised"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_meselamp_alt_2"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_alt_2", ["type"] = "node"}, ["moreblocks:slope_clean_glass_inner_cut_half_raised"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_inner_cut_half_raised", ["type"] = "node"}, ["stairs:stair_brick"] = {["groups"] = _[55], ["name"] = "stairs:stair_brick", ["type"] = "node"}, ["moreblocks:slope_brick_cut"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_cut", ["type"] = "node"}, ["moreblocks:slab_clean_glass_14"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_14", ["type"] = "node"}, ["moreblocks:slab_brick_2"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_2", ["type"] = "node"}, ["moreblocks:slab_wood_tile_center_quarter"] = {["groups"] = _[29], ["name"] = "moreblocks:slab_wood_tile_center_quarter", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_half"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_half", ["type"] = "node"}, ["moreblocks:slope_glass_outer_cut_half"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_glow_glass_1"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_1", ["type"] = "node"}, ["xpanes:bar_1"] = {["groups"] = _[12], ["name"] = "xpanes:bar_1", ["type"] = "node"}, ["maptools:superapple"] = {["groups"] = {["fleshy"] = 3, ["not_in_creative_inventory"] = 1, ["dig_immediate"] = 3}, ["name"] = "maptools:superapple", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_inner_half_raised"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_plankstone_cut"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_cut", ["type"] = "node"}, ["moreblocks:stair_stone_half"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_half", ["type"] = "node"}, ["moreblocks:slope_glow_glass_outer_half"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_outer_half", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_1"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_1", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_15"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_15", ["type"] = "node"}, ["wool:white"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:white", ["type"] = "node"}, ["moreblocks:slope_cobble_inner"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_inner", ["type"] = "node"}, ["default:junglesapling"] = {["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "default:junglesapling", ["type"] = "node"}, ["maptools:gravel"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:gravel", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_outer"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_outer", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner_half"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer_cut_half"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut_half", ["type"] = "node"}, ["jumping:trampoline_1"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 32}, ["name"] = "jumping:trampoline_1", ["type"] = "node"}, ["moreblocks:stair_glass_inner"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_inner", ["type"] = "node"}, ["default:furnace_active"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2}, ["name"] = "default:furnace_active", ["type"] = "node"}, ["moreblocks:micro_coal_glass_1"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_1", ["type"] = "node"}, ["moreblocks:stair_stonebrick_alt"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_alt", ["type"] = "node"}, ["moreblocks:slope_tree_outer"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer_cut_half_raised"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_tar_inner_half"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_inner_half", ["type"] = "node"}, ["maptools:pusher_10"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 1000}, ["name"] = "maptools:pusher_10", ["type"] = "node"}, ["moreblocks:slope_glass_outer_cut"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer_cut", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer_half"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer_half", ["type"] = "node"}, ["moreblocks:panel_brick_15"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_15", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer_cut"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer_cut", ["type"] = "node"}, ["moreblocks:micro_obsidian_12"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian_12", ["type"] = "node"}, ["tnt:gunpowder"] = {["groups"] = {["dig_immediate"] = 2, ["connect_to_raillike"] = 2, ["attached_node"] = 1}, ["name"] = "tnt:gunpowder", ["type"] = "node"}, ["default:nyancat_rainbow"] = {["groups"] = {["cracky"] = 2}, ["name"] = "default:nyancat_rainbow", ["type"] = "node"}, ["maptools:desert_cobble"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:desert_cobble", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner_cut_half_raised"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_stonebrick_15"] = {["groups"] = _[64], ["name"] = "moreblocks:slab_stonebrick_15", ["type"] = "node"}, ["default:cactus"] = {["groups"] = {["snappy"] = 1, ["choppy"] = 3, ["flammable"] = 2}, ["name"] = "default:cactus", ["type"] = "node"}, ["moreblocks:slope_goldblock_half"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_half", ["type"] = "node"}, ["moreblocks:slope_tree_outer_half_raised"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_outer_half_raised", ["type"] = "node"}, ["moreblocks:slab_glow_glass_14"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_14", ["type"] = "node"}, ["wool:grey"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:grey", ["type"] = "node"}, ["moreblocks:micro_copperblock_1"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_1", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_half"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_half", ["type"] = "node"}, ["moreblocks:slab_bronzeblock_15"] = {["groups"] = _[24], ["name"] = "moreblocks:slab_bronzeblock_15", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_15"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_15", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_alt"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_alt", ["type"] = "node"}, ["moreblocks:micro_stonebrick_15"] = {["groups"] = _[64], ["name"] = "moreblocks:micro_stonebrick_15", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_outer"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_outer", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_cut"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_cut", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile", ["type"] = "node"}, ["jumping:trampoline_6"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 112}, ["name"] = "jumping:trampoline_6", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer_half_raised"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_inner"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_inner", ["type"] = "node"}, ["throwing:arrow_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_box", ["type"] = "node"}, ["moreblocks:slope_stonebrick_cut"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_cut", ["type"] = "node"}, ["default:pine_sapling"] = {["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "default:pine_sapling", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_1"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_1", ["type"] = "node"}, ["xpanes:pane_11"] = {["groups"] = _[27], ["name"] = "xpanes:pane_11", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_15"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_15", ["type"] = "node"}, ["paintings:grey"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:grey", ["type"] = "node"}, ["moreblocks:stair_mossycobble_half"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_half", ["type"] = "node"}, ["maptools:pusher_4"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 400}, ["name"] = "maptools:pusher_4", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree", ["type"] = "node"}, ["moreblocks:micro_jungletree_2"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_2", ["type"] = "node"}, ["moreblocks:slope_stone_outer"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_outer", ["type"] = "node"}, ["moreblocks:stair_coal_glass_alt_4"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_alt_4", ["type"] = "node"}, ["moreblocks:slope_plankstone_half"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_half", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_alt_2"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_alt_2", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_half"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_half", ["type"] = "node"}, ["moreblocks:slope_desert_cobble"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_4"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_4", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner_half_raised"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood_tile_right_half"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_right_half", ["type"] = "node"}, ["moreblocks:micro_brick_14"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_14", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_inner_cut_half"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_stone_alt_2"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_alt_2", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_right_half"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_right_half", ["type"] = "node"}, ["moreblocks:slope_stone_tile_inner_cut"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_inner_cut", ["type"] = "node"}, ["moreblocks:slope_tar_cut"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_cut", ["type"] = "node"}, ["moreblocks:micro_desert_cobble_2"] = {["groups"] = _[15], ["name"] = "moreblocks:micro_desert_cobble_2", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer_cut_half_raised"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner_half_raised"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner_half_raised", ["type"] = "node"}, ["xpanes:pane_3"] = {["groups"] = _[27], ["name"] = "xpanes:pane_3", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner_cut_half_raised"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_2"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_2", ["type"] = "node"}, ["default:dry_grass_2"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_2", ["type"] = "node"}, ["moreblocks:stair_jungletree_alt_2"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_alt_2", ["type"] = "node"}, ["moreblocks:slab_cactus_checker"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker", ["type"] = "node"}, ["default:bronzeblock"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:bronzeblock", ["type"] = "node"}, ["moreblocks:micro_cactus_brick"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick", ["type"] = "node"}, ["maptools:playerclip"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:playerclip", ["type"] = "node"}, ["maptools:dirt"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:dirt", ["type"] = "node"}, ["moreblocks:panel_mossycobble_15"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_15", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_1"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_1", ["type"] = "node"}, ["moreblocks:panel_wood_tile"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile", ["type"] = "node"}, ["moreblocks:empty_bookshelf"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["name"] = "moreblocks:empty_bookshelf", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer_cut_half_raised"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_4"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_4", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer_half_raised"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_copperblock_15"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_15", ["type"] = "node"}, ["moreblocks:slope_bronzeblock_outer_cut_half"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner_cut_half_raised"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner_cut_half_raised", ["type"] = "node"}, ["default:obsidian"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:obsidian", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_1"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_1", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_14"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_14", ["type"] = "node"}, ["moreblocks:slab_jungletree_2"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_2", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_1"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_1", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_12"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_12", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_alt_1"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_alt_1", ["type"] = "node"}, ["moreblocks:slope_stone_inner_half"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner_half", ["type"] = "node"}, ["moreblocks:slope_mossycobble_inner_cut_half"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_coal_stone_alt_4"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_alt_4", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer_half_raised"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_meselamp"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_alt_4"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_alt_4", ["type"] = "node"}, ["moreblocks:slab_goldblock_three_quarter"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_three_quarter", ["type"] = "node"}, ["moreblocks:panel_glass_14"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_14", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner_cut_half_raised"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer_cut_half_raised"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_stone_outer"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_outer", ["type"] = "node"}, ["moreblocks:slab_coal_checker_three_quarter"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_three_quarter", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner_half"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner_half", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_cut"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_cut", ["type"] = "node"}, ["moreblocks:micro_coal_glass"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass", ["type"] = "node"}, ["maptools:ignore_like"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:ignore_like", ["type"] = "node"}, ["moreblocks:stair_coal_stone_inner"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_inner", ["type"] = "node"}, ["moreblocks:slope_glass_outer_half_raised"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer_half_raised", ["type"] = "node"}, ["default:stonebrick"] = {["groups"] = {["stone"] = 1, ["cracky"] = 2}, ["name"] = "default:stonebrick", ["type"] = "node"}, ["moreblocks:panel_sandstone"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer_cut_half"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_tree_inner"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner", ["type"] = "node"}, ["moreblocks:slab_jungletree_14"] = {["groups"] = _[4], ["name"] = "moreblocks:slab_jungletree_14", ["type"] = "node"}, ["maptools:desert_sand"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:desert_sand", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_4"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_4", ["type"] = "node"}, ["moreblocks:slab_goldblock_quarter"] = {["groups"] = _[56], ["name"] = "moreblocks:slab_goldblock_quarter", ["type"] = "node"}, ["default:dry_grass_1"] = {["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_1", ["type"] = "node"}, ["moreblocks:stair_all_faces_tree_inner"] = {["groups"] = _[33], ["name"] = "moreblocks:stair_all_faces_tree_inner", ["type"] = "node"}, ["xpanes:bar_5"] = {["groups"] = _[12], ["name"] = "xpanes:bar_5", ["type"] = "node"}, ["moreblocks:panel_coal_checker_14"] = {["groups"] = _[8], ["name"] = "moreblocks:panel_coal_checker_14", ["type"] = "node"}, ["moreblocks:slope_glass_inner_cut_half"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:stair_goldblock"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock", ["type"] = "node"}, ["moreblocks:stair_steelblock_inner"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_inner", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer_half_raised"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer_cut_half_raised"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_glow_glass_4"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_4", ["type"] = "node"}, ["moreblocks:micro_coal_checker_1"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker_1", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick", ["type"] = "node"}, ["default:ice"] = {["groups"] = {["puts_out_fire"] = 1, ["cracky"] = 3}, ["name"] = "default:ice", ["type"] = "node"}, ["moreblocks:slope_plankstone_outer_cut_half_raised"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_coal_glass_2"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_2", ["type"] = "node"}, ["moreblocks:panel_tree_12"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_12", ["type"] = "node"}, ["moreblocks:panel_diamondblock_4"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_4", ["type"] = "node"}, ["moreblocks:stair_pinewood_alt_1"] = {["groups"] = _[6], ["name"] = "moreblocks:stair_pinewood_alt_1", ["type"] = "node"}, ["moreblocks:stair_plankstone_inner"] = {["groups"] = _[30], ["name"] = "moreblocks:stair_plankstone_inner", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer_half"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer_half", ["type"] = "node"}, ["maptools:permanent_fire"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:permanent_fire", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner_cut"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner_cut", ["type"] = "node"}, ["moreblocks:slope_brick_inner_cut"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_inner_cut", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_half_raised"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_half_raised", ["type"] = "node"}, ["moreblocks:micro_coal_glass_4"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_4", ["type"] = "node"}, ["moreblocks:slope_copperblock_half_raised"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood_inner"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_inner", ["type"] = "node"}, ["moreblocks:slab_copperblock_2"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_2", ["type"] = "node"}, ["maptools:tree"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:tree", ["type"] = "node"}, ["moreblocks:panel_wood_tile_12"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_12", ["type"] = "node"}, ["moreblocks:slope_clean_glass_outer_cut"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_outer_cut", ["type"] = "node"}, ["moreblocks:stair_stone_tile_alt_2"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_alt_2", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer_cut"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer_cut", ["type"] = "node"}, ["moreblocks:stair_tree_half"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_half", ["type"] = "node"}, ["doors:door_steel_b_1"] = {["groups"] = _[62], ["name"] = "doors:door_steel_b_1", ["type"] = "node"}, ["flowers:waterlily"] = {["groups"] = {["flower"] = 1, ["snappy"] = 3}, ["name"] = "flowers:waterlily", ["type"] = "node"}, ["doors:door_wood_t_1"] = {["groups"] = _[50], ["name"] = "doors:door_wood_t_1", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_cut"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_cut", ["type"] = "node"}, ["maptools:glass"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:glass", ["type"] = "node"}, ["wool:brown"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:brown", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_1"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_1", ["type"] = "node"}, ["beds:fancy_bed_top"] = {["groups"] = {["choppy"] = 2, ["bed"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["name"] = "beds:fancy_bed_top", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_alt"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_alt", ["type"] = "node"}, ["moreblocks:stair_coal_checker"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner_cut"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner_cut", ["type"] = "node"}, ["moreblocks:panel_pinewood_14"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_14", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_2"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_2", ["type"] = "node"}, ["moreblocks:slope_cobble_outer_half_raised"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_coal_stone_15"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_15", ["type"] = "node"}, ["moreblocks:micro_coal_glass_2"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_2", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer_half_raised"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_glass_15"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_15", ["type"] = "node"}, ["moreblocks:micro_plankstone_14"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_14", ["type"] = "node"}, ["moreblocks:panel_plankstone_15"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_15", ["type"] = "node"}, ["moreblocks:stair_mossycobble"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer_cut"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut", ["type"] = "node"}, ["moreblocks:panel_coal_glass_4"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_4", ["type"] = "node"}, ["moreblocks:slab_iron_stone"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone", ["type"] = "node"}, ["moreblocks:panel_iron_checker"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker", ["type"] = "node"}, ["stairs:stair_obsidianbrick"] = {["groups"] = _[67], ["name"] = "stairs:stair_obsidianbrick", ["type"] = "node"}, ["carts:rail_power"] = {["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_power", ["type"] = "node"}, ["wool:dark_grey"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:dark_grey", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner_cut"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner_half"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_half_raised"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_half_raised", ["type"] = "node"}, ["moreblocks:stair_desert_stonebrick_inner"] = {["groups"] = _[51], ["name"] = "moreblocks:stair_desert_stonebrick_inner", ["type"] = "node"}, ["moreblocks:stair_wood_tile_alt_2"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_alt_2", ["type"] = "node"}, ["stairs:stair_cobble"] = {["groups"] = _[75], ["name"] = "stairs:stair_cobble", ["type"] = "node"}, ["moreblocks:stair_coal_stone_alt"] = {["groups"] = _[41], ["name"] = "moreblocks:stair_coal_stone_alt", ["type"] = "node"}, ["moreblocks:slope_cobble_cut"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_cut", ["type"] = "node"}, ["moreblocks:micro_clean_glass_4"] = {["groups"] = _[22], ["name"] = "moreblocks:micro_clean_glass_4", ["type"] = "node"}, ["moreblocks:micro_glow_glass_2"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner_half_raised"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_circle_stone_bricks_inner"] = {["groups"] = _[53], ["name"] = "moreblocks:stair_circle_stone_bricks_inner", ["type"] = "node"}, ["maptools:bronzeblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:bronzeblock", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_14"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_14", ["type"] = "node"}, ["moreblocks:slope_goldblock"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock", ["type"] = "node"}, ["moreblocks:slab_coal_stone_quarter"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_quarter", ["type"] = "node"}, ["moreblocks:micro_iron_stone_2"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_2", ["type"] = "node"}, ["maptools:fullclip_face"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:fullclip_face", ["type"] = "node"}, ["moreblocks:slope_wood_outer_half"] = {["groups"] = _[14], ["name"] = "moreblocks:slope_wood_outer_half", ["type"] = "node"}, ["moreblocks:micro_obsidianbrick_1"] = {["groups"] = _[5], ["name"] = "moreblocks:micro_obsidianbrick_1", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer_cut_half_raised"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner", ["type"] = "node"}, ["default:sign_wall"] = {["groups"] = {["dig_immediate"] = 2, ["choppy"] = 2, ["attached_node"] = 1}, ["name"] = "default:sign_wall", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner_cut"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_half_raised"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_half_raised", ["type"] = "node"}, ["moreblocks:stair_coal_glass_alt"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_alt", ["type"] = "node"}, ["moreblocks:stair_steelblock_right_half"] = {["groups"] = _[16], ["name"] = "moreblocks:stair_steelblock_right_half", ["type"] = "node"}, ["moreblocks:stair_mossycobble_outer"] = {["groups"] = _[9], ["name"] = "moreblocks:stair_mossycobble_outer", ["type"] = "node"}, ["moreblocks:slab_glow_glass_15"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_15", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_4"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_4", ["type"] = "node"}, ["xpanes:bar_8"] = {["groups"] = _[12], ["name"] = "xpanes:bar_8", ["type"] = "node"}, ["ignore"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "ignore", ["type"] = "node"}, ["moreblocks:micro_sandstone_12"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_12", ["type"] = "node"}, ["moreblocks:stair_iron_stone_alt_2"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_alt_2", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner_cut"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner_cut", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_half_raised"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner_cut_half"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut_half", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass", ["type"] = "node"}, ["moreblocks:stair_obsidian_inner"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_inner", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_alt_4"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_alt_4", ["type"] = "node"}, ["moreblocks:micro_diamondblock"] = {["groups"] = _[46], ["name"] = "moreblocks:micro_diamondblock", ["type"] = "node"}, ["moreblocks:micro_tar_15"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_15", ["type"] = "node"}, ["moreblocks:slab_wood_tile_15"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_15", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_15"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_15", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner_half"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner_half", ["type"] = "node"}, ["bedrock:deepstone"] = {["groups"] = {["cracky"] = 1}, ["name"] = "bedrock:deepstone", ["type"] = "node"}, ["throwing:arrow_dig_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_dig_box", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner", ["type"] = "node"}, ["moreblocks:panel_goldblock_1"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_1", ["type"] = "node"}, ["moreblocks:micro_glow_glass_14"] = {["groups"] = _[7], ["name"] = "moreblocks:micro_glow_glass_14", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner_cut"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_15"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_15", ["type"] = "node"}, ["moreblocks:slab_tree_15"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_15", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner_cut"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner_cut", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_right_half"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_right_half", ["type"] = "node"}, ["moreblocks:stair_obsidian_half"] = {["groups"] = _[48], ["name"] = "moreblocks:stair_obsidian_half", ["type"] = "node"}, ["moreblocks:panel_desert_cobble"] = {["groups"] = _[15], ["name"] = "moreblocks:panel_desert_cobble", ["type"] = "node"}, ["moreblocks:slope_coal_stone_half_raised"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood", ["type"] = "node"}, ["moreblocks:panel_iron_checker_1"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_1", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner_cut_half_raised"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_glow_glass_14"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_14", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_outer_cut_half_raised"] = {["groups"] = _[45], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_cut"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_cut", ["type"] = "node"}, ["moreblocks:panel_sandstone_2"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_2", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_alt_1"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_alt_1", ["type"] = "node"}, ["moreblocks:stair_tar_alt_4"] = {["groups"] = _[28], ["name"] = "moreblocks:stair_tar_alt_4", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner_cut_half_raised"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick", ["type"] = "node"}, ["flowers:mushroom_spores_brown"] = {["groups"] = {["dig_immediate"] = 3, ["attached_node"] = 1}, ["name"] = "flowers:mushroom_spores_brown", ["type"] = "node"}, ["moreblocks:slab_stone_tile_quarter"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_quarter", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_alt_2"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_alt_2", ["type"] = "node"}, ["throwing:arrow_fire_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_fire_box", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner_cut_half"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner_half"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner_half", ["type"] = "node"}, ["maptools:nobuild"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:nobuild", ["type"] = "node"}, ["moreblocks:slope_wood_tile"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile", ["type"] = "node"}, ["moreblocks:micro_stone_tile_4"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_4", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_outer"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_outer", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_three_quarter"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_three_quarter", ["type"] = "node"}, ["moreblocks:panel_iron_glass_12"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_12", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_three_quarter"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_three_quarter", ["type"] = "node"}, ["moreblocks:slab_brick_1"] = {["groups"] = _[1], ["name"] = "moreblocks:slab_brick_1", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_half_raised"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_half_raised", ["type"] = "node"}, ["moreblocks:slope_cactus_checker"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut_half_raised"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_desert_stonebrick_15"] = {["groups"] = _[51], ["name"] = "moreblocks:slab_desert_stonebrick_15", ["type"] = "node"}, ["moreblocks:wood_tile_right"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_right", ["type"] = "node"}, ["default:desert_stone"] = {["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["name"] = "default:desert_stone", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_right_half"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_right_half", ["type"] = "node"}, ["moreblocks:stair_wood_tile_alt_1"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_alt_1", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_half"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_half", ["type"] = "node"}, ["moreblocks:slope_pinewood_inner_cut_half_raised"] = {["groups"] = _[6], ["name"] = "moreblocks:slope_pinewood_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_iron_checker_inner_half"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_inner_half", ["type"] = "node"}, ["moreblocks:panel_glow_glass"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass", ["type"] = "node"}, ["moreblocks:micro_plankstone_4"] = {["groups"] = _[30], ["name"] = "moreblocks:micro_plankstone_4", ["type"] = "node"}, ["moreblocks:slope_mossycobble_half_raised"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_half_raised", ["type"] = "node"}, ["moreblocks:panel_goldblock_2"] = {["groups"] = _[56], ["name"] = "moreblocks:panel_goldblock_2", ["type"] = "node"}, ["moreblocks:panel_glow_glass_15"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_15", ["type"] = "node"}, ["moreblocks:micro_stone_tile_12"] = {["groups"] = _[43], ["name"] = "moreblocks:micro_stone_tile_12", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer_cut_half_raised"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_2"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_2", ["type"] = "node"}, ["moreblocks:slope_circle_stone_bricks_outer_half_raised"] = {["groups"] = _[53], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_half_raised", ["type"] = "node"}, ["moreblocks:slab_wood_2"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_2", ["type"] = "node"}, ["carts:rail_invisible"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["connect_to_raillike"] = 1, ["unbreakable"] = 1, ["rail"] = 1}, ["name"] = "carts:rail_invisible", ["type"] = "node"}, ["moreblocks:slab_coal_glass"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass", ["type"] = "node"}, ["moreblocks:micro_wood_tile_14"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_14", ["type"] = "node"}, ["moreblocks:panel_tree_4"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_4", ["type"] = "node"}, ["stairs:stair_bronzeblock"] = {["groups"] = _[77], ["name"] = "stairs:stair_bronzeblock", ["type"] = "node"}, ["moreblocks:stair_coal_glass_alt_2"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_alt_2", ["type"] = "node"}, ["moreblocks:micro_coal_checker"] = {["groups"] = _[8], ["name"] = "moreblocks:micro_coal_checker", ["type"] = "node"}, ["moreblocks:panel_iron_stone_1"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_1", ["type"] = "node"}, ["moreblocks:stair_glow_glass_alt"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_alt", ["type"] = "node"}, ["moreblocks:stair_coal_glass_alt_1"] = {["groups"] = _[3], ["name"] = "moreblocks:stair_coal_glass_alt_1", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_15"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_15", ["type"] = "node"}, ["moreblocks:cactus_brick"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:cactus_brick", ["type"] = "node"}, ["moreblocks:slope_steelblock_half"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_half", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_14"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_14", ["type"] = "node"}, ["moreblocks:micro_iron_glass_14"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_14", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer_cut"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer_cut", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_half"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_half", ["type"] = "node"}, ["moreblocks:micro_iron_glass_4"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_4", ["type"] = "node"}, ["moreblocks:micro_iron_glass_15"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_15", ["type"] = "node"}, ["moreblocks:micro_iron_glass_12"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass_12", ["type"] = "node"}, ["moreblocks:micro_iron_glass"] = {["groups"] = _[60], ["name"] = "moreblocks:micro_iron_glass", ["type"] = "node"}, ["moreblocks:panel_iron_glass_14"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_14", ["type"] = "node"}, ["moreblocks:panel_iron_glass_1"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_1", ["type"] = "node"}, ["moreblocks:slope_stone_tile_outer_cut_half"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_jungletree_1"] = {["groups"] = _[4], ["name"] = "moreblocks:micro_jungletree_1", ["type"] = "node"}, ["moreblocks:slope_brick_outer_half"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer_half", ["type"] = "node"}, ["moreblocks:panel_desert_stone_15"] = {["groups"] = _[47], ["name"] = "moreblocks:panel_desert_stone_15", ["type"] = "node"}, ["moreblocks:panel_sandstonebrick_14"] = {["groups"] = _[44], ["name"] = "moreblocks:panel_sandstonebrick_14", ["type"] = "node"}, ["moreblocks:panel_iron_glass_15"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass_15", ["type"] = "node"}, ["moreblocks:stair_stone_tile_inner"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_inner", ["type"] = "node"}, ["moreblocks:panel_iron_glass"] = {["groups"] = _[60], ["name"] = "moreblocks:panel_iron_glass", ["type"] = "node"}, ["moreblocks:panel_junglewood_2"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_2", ["type"] = "node"}, ["moreblocks:slab_clean_glass_2"] = {["groups"] = _[22], ["name"] = "moreblocks:slab_clean_glass_2", ["type"] = "node"}, ["moreblocks:micro_wood_4"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_4", ["type"] = "node"}, ["moreblocks:slab_iron_stone_quarter"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_quarter", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner_cut_half_raised"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_bronzeblock"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_three_quarter"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_three_quarter", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer_cut_half_raised"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_goldblock_inner_cut"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_inner_cut", ["type"] = "node"}, ["moreblocks:slope_stone_inner"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_alt_2"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_alt_2", ["type"] = "node"}, ["moreblocks:slab_cactus_checker_2"] = {["groups"] = _[40], ["name"] = "moreblocks:slab_cactus_checker_2", ["type"] = "node"}, ["moreblocks:slope_iron_glass_inner_half"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_inner_half", ["type"] = "node"}, ["moreblocks:slope_iron_glass_outer_half"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_outer_half", ["type"] = "node"}, ["moreblocks:stair_wood_tile"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile", ["type"] = "node"}, ["moreblocks:slope_iron_glass_cut"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_cut", ["type"] = "node"}, ["maptools:clay"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:clay", ["type"] = "node"}, ["moreblocks:stair_desert_stone"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone", ["type"] = "node"}, ["moreblocks:micro_steelblock_4"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_4", ["type"] = "node"}, ["moreblocks:slope_iron_glass"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass", ["type"] = "node"}, ["moreblocks:micro_wood_tile_12"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile_12", ["type"] = "node"}, ["moreblocks:slab_iron_glass_1"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_1", ["type"] = "node"}, ["moreblocks:slab_iron_glass_three_quarter"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_three_quarter", ["type"] = "node"}, ["moreblocks:slab_iron_glass_14"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_14", ["type"] = "node"}, ["moreblocks:slab_iron_glass_2"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_2", ["type"] = "node"}, ["moreblocks:slab_iron_glass"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass", ["type"] = "node"}, ["moreblocks:stair_iron_glass_alt"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_alt", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_4"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_4", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner_cut_half"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_pinewood_15"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_15", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner_half_raised"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_glass_alt_4"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_alt_4", ["type"] = "node"}, ["moreblocks:slope_tree_inner_half_raised"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_glass_inner"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_inner", ["type"] = "node"}, ["moreblocks:stair_iron_glass"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass", ["type"] = "node"}, ["moreblocks:slope_glow_glass_cut"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_cut", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_outer_cut"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut", ["type"] = "node"}, ["moreblocks:stair_meselamp_alt"] = {["groups"] = _[49], ["name"] = "moreblocks:stair_meselamp_alt", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_14"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_14", ["type"] = "node"}, ["moreblocks:stair_goldblock_alt_1"] = {["groups"] = _[56], ["name"] = "moreblocks:stair_goldblock_alt_1", ["type"] = "node"}, ["moreblocks:slope_obsidian_half"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_half", ["type"] = "node"}, ["moreblocks:slope_glow_glass"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner_cut"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner_cut", ["type"] = "node"}, ["moreblocks:stair_bronzeblock_alt_1"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock_alt_1", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_half_raised"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_half_raised", ["type"] = "node"}, ["moreblocks:stair_clean_glass_alt_4"] = {["groups"] = _[22], ["name"] = "moreblocks:stair_clean_glass_alt_4", ["type"] = "node"}, ["moreblocks:micro_tree_14"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_14", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer_cut_half"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_brick_outer_cut_half"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer_half_raised"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_half"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_half", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_outer_half"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_outer_half", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner_cut_half_raised"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_checker_outer"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_outer", ["type"] = "node"}, ["farming:seed_wheat"] = {["groups"] = {["grassland"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["seed"] = 1}, ["name"] = "farming:seed_wheat", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner", ["type"] = "node"}, ["moreblocks:slope_stone_inner_half_raised"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner_half_raised", ["type"] = "node"}, ["moreblocks:panel_obsidian_glass_14"] = {["groups"] = _[37], ["name"] = "moreblocks:panel_obsidian_glass_14", ["type"] = "node"}, ["stairs:stair_steelblock"] = {["groups"] = _[76], ["name"] = "stairs:stair_steelblock", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_half"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_half", ["type"] = "node"}, ["wool:orange"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:orange", ["type"] = "node"}, ["moreblocks:slab_coal_checker"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker", ["type"] = "node"}, ["moreblocks:micro_wood_1"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_1", ["type"] = "node"}, ["moreblocks:panel_iron_stone_bricks_14"] = {["groups"] = _[23], ["name"] = "moreblocks:panel_iron_stone_bricks_14", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner_half_raised"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_half_raised", ["type"] = "node"}, ["xpanes:bar_7"] = {["groups"] = _[12], ["name"] = "xpanes:bar_7", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner_cut_half"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_cobble_outer_cut_half"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_outer"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_outer", ["type"] = "node"}, ["moreblocks:panel_tar_12"] = {["groups"] = _[28], ["name"] = "moreblocks:panel_tar_12", ["type"] = "node"}, ["moreblocks:micro_goldblock_15"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock_15", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_outer_cut_half_raised"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner_half"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_half", ["type"] = "node"}, ["moreblocks:panel_iron_checker_2"] = {["groups"] = _[11], ["name"] = "moreblocks:panel_iron_checker_2", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner_cut_half"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks_inner_cut"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer_half_raised"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_stone_14"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_14", ["type"] = "node"}, ["moreblocks:slope_iron_stone_bricks"] = {["groups"] = _[23], ["name"] = "moreblocks:slope_iron_stone_bricks", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner_half_raised"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner_half_raised", ["type"] = "node"}, ["moreblocks:slab_circle_stone_bricks"] = {["groups"] = _[53], ["name"] = "moreblocks:slab_circle_stone_bricks", ["type"] = "node"}, ["moreblocks:micro_tar_4"] = {["groups"] = _[28], ["name"] = "moreblocks:micro_tar_4", ["type"] = "node"}, ["moreblocks:panel_mossycobble_1"] = {["groups"] = _[9], ["name"] = "moreblocks:panel_mossycobble_1", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_alt_2"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_alt_2", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_4"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_4", ["type"] = "node"}, ["stairs:stair_copperblock"] = {["groups"] = _[72], ["name"] = "stairs:stair_copperblock", ["type"] = "node"}, ["moreblocks:stair_glass_half"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_half", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_14"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_14", ["type"] = "node"}, ["moreblocks:stair_stonebrick_outer"] = {["groups"] = _[64], ["name"] = "moreblocks:stair_stonebrick_outer", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_4"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_4", ["type"] = "node"}, ["xpanes:bar_14"] = {["groups"] = _[12], ["name"] = "xpanes:bar_14", ["type"] = "node"}, ["moreblocks:panel_wood_tile_full_15"] = {["groups"] = _[42], ["name"] = "moreblocks:panel_wood_tile_full_15", ["type"] = "node"}, ["moreblocks:micro_goldblock"] = {["groups"] = _[56], ["name"] = "moreblocks:micro_goldblock", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_half_raised"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_half_raised", ["type"] = "node"}, ["farming:cotton_7"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 7, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_7", ["type"] = "node"}, ["moreblocks:stair_glass_alt_1"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_alt_1", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner_cut_half_raised"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_grey_bricks"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks", ["type"] = "node"}, ["wool:blue"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:blue", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_alt_2"] = {["groups"] = _[13], ["name"] = "moreblocks:panel_split_stone_tile_alt_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer_cut_half_raised"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut_half_raised", ["type"] = "node"}, ["jumping:trampoline_4"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 80}, ["name"] = "jumping:trampoline_4", ["type"] = "node"}, ["moreblocks:slab_iron_glass_quarter"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_quarter", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_half_raised"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_half_raised", ["type"] = "node"}, ["moreblocks:slope_tar_outer_cut_half"] = {["groups"] = _[28], ["name"] = "moreblocks:slope_tar_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_cactus_brick_4"] = {["groups"] = _[32], ["name"] = "moreblocks:micro_cactus_brick_4", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_inner"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_inner", ["type"] = "node"}, ["moreblocks:panel_wood_2"] = {["groups"] = _[14], ["name"] = "moreblocks:panel_wood_2", ["type"] = "node"}, ["moreblocks:slope_obsidian_glass_inner_cut_half_raised"] = {["groups"] = _[37], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_circle_stone_bricks_1"] = {["groups"] = _[53], ["name"] = "moreblocks:micro_circle_stone_bricks_1", ["type"] = "node"}, ["moreblocks:micro_cactus_checker_15"] = {["groups"] = _[40], ["name"] = "moreblocks:micro_cactus_checker_15", ["type"] = "node"}, ["moreblocks:stair_cactus_checker_right_half"] = {["groups"] = _[40], ["name"] = "moreblocks:stair_cactus_checker_right_half", ["type"] = "node"}, ["moreblocks:micro_coal_glass_15"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_15", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_alt_1"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_alt_1", ["type"] = "node"}, ["moreblocks:panel_copperblock_1"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock_1", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_inner"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_inner", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_14"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_14", ["type"] = "node"}, ["moreblocks:stair_copperblock_right_half"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_right_half", ["type"] = "node"}, ["maptools:sandstone_brick"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:sandstone_brick", ["type"] = "node"}, ["moreblocks:panel_split_stone_tile_12"] = {["groups"] = _[45], ["name"] = "moreblocks:panel_split_stone_tile_12", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_15"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_15", ["type"] = "node"}, ["moreblocks:slope_jungletree"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree", ["type"] = "node"}, ["moreblocks:micro_grey_bricks_15"] = {["groups"] = _[57], ["name"] = "moreblocks:micro_grey_bricks_15", ["type"] = "node"}, ["throwing:arrow_teleport_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_teleport_box", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_alt_14"] = {["groups"] = _[13], ["name"] = "moreblocks:slab_split_stone_tile_alt_14", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_15"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_15", ["type"] = "node"}, ["moreblocks:panel_grey_bricks_12"] = {["groups"] = _[57], ["name"] = "moreblocks:panel_grey_bricks_12", ["type"] = "node"}, ["moreblocks:panel_steelblock_14"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_14", ["type"] = "node"}, ["moreblocks:stair_glow_glass_inner"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_inner", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_right_half"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_right_half", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer_cut_half"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_cut"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_cut", ["type"] = "node"}, ["moreblocks:panel_cobble_compressed"] = {["groups"] = _[25], ["name"] = "moreblocks:panel_cobble_compressed", ["type"] = "node"}, ["moreblocks:clean_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:clean_glass", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer_half_raised"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_glass_outer_cut_half_raised"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_4"] = {["groups"] = _[45], ["name"] = "moreblocks:stair_split_stone_tile_alt_4", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer_half"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer_half", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_inner_cut"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_inner_cut", ["type"] = "node"}, ["moreblocks:panel_obsidian_1"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_1", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer", ["type"] = "node"}, ["moreblocks:slope_grey_bricks"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_half"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_half", ["type"] = "node"}, ["moreblocks:slope_iron_glass_half_raised"] = {["groups"] = _[60], ["name"] = "moreblocks:slope_iron_glass_half_raised", ["type"] = "node"}, ["moreblocks:slab_grey_bricks_1"] = {["groups"] = _[57], ["name"] = "moreblocks:slab_grey_bricks_1", ["type"] = "node"}, ["maptools:wood"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:wood", ["type"] = "node"}, ["stairs:slab_sandstonebrick"] = {["groups"] = _[74], ["name"] = "stairs:slab_sandstonebrick", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_cut"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_cut", ["type"] = "node"}, ["doors:trapdoor"] = {["groups"] = {["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2}, ["name"] = "doors:trapdoor", ["type"] = "node"}, ["moreblocks:micro_wood_tile_full_2"] = {["groups"] = _[42], ["name"] = "moreblocks:micro_wood_tile_full_2", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_half"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_half", ["type"] = "node"}, ["moreblocks:slab_meselamp_1"] = {["groups"] = _[49], ["name"] = "moreblocks:slab_meselamp_1", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_inner_half"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_inner_half", ["type"] = "node"}, ["moreblocks:stair_grey_bricks_outer"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks_outer", ["type"] = "node"}, ["default:obsidianbrick"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:obsidianbrick", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner_cut_half"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_plankstone_inner_cut_half_raised"] = {["groups"] = _[30], ["name"] = "moreblocks:slope_plankstone_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_jungletree_inner"] = {["groups"] = _[4], ["name"] = "moreblocks:slope_jungletree_inner", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_alt_1"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_alt_1", ["type"] = "node"}, ["moreblocks:slope_wood_tile_half"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_half", ["type"] = "node"}, ["moreblocks:slab_desert_stone_2"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner_cut_half_raised"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer_cut_half"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer_cut_half_raised"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_wood_tile_outer_half"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_outer_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_inner_cut"] = {["groups"] = _[52], ["name"] = "moreblocks:slope_wood_tile_inner_cut", ["type"] = "node"}, ["moreblocks:stair_wood_tile_full_alt"] = {["groups"] = _[42], ["name"] = "moreblocks:stair_wood_tile_full_alt", ["type"] = "node"}, ["moreblocks:stair_coal_checker_alt_4"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_alt_4", ["type"] = "node"}, ["moreblocks:slab_coal_stone_1"] = {["groups"] = _[41], ["name"] = "moreblocks:slab_coal_stone_1", ["type"] = "node"}, ["moreblocks:slope_stone_tile_cut"] = {["groups"] = _[43], ["name"] = "moreblocks:slope_stone_tile_cut", ["type"] = "node"}, ["moreblocks:slab_split_stone_tile_quarter"] = {["groups"] = _[45], ["name"] = "moreblocks:slab_split_stone_tile_quarter", ["type"] = "node"}, ["moreblocks:slope_junglewood_outer_half"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_outer_half", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner_half_raised"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner_half_raised", ["type"] = "node"}, ["moreblocks:slab_wood_tile_three_quarter"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_three_quarter", ["type"] = "node"}, ["moreblocks:slab_wood_tile_14"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_14", ["type"] = "node"}, ["moreblocks:panel_steelblock_2"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_2", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_outer"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_outer", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer_half_raised"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_wood_tile_alt"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_alt", ["type"] = "node"}, ["moreblocks:stair_wood_tile_half"] = {["groups"] = _[52], ["name"] = "moreblocks:stair_wood_tile_half", ["type"] = "node"}, ["moreblocks:slope_stone_half"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_half", ["type"] = "node"}, ["farming:wheat_5"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 5, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_5", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks", ["type"] = "node"}, ["moreblocks:panel_junglewood_14"] = {["groups"] = _[2], ["name"] = "moreblocks:panel_junglewood_14", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_14"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_14", ["type"] = "node"}, ["moreblocks:micro_wood_tile_center_2"] = {["groups"] = _[29], ["name"] = "moreblocks:micro_wood_tile_center_2", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_14"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_14", ["type"] = "node"}, ["moreblocks:slope_sandstonebrick_outer"] = {["groups"] = _[44], ["name"] = "moreblocks:slope_sandstonebrick_outer", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_12"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_12", ["type"] = "node"}, ["moreblocks:stair_diamondblock_half"] = {["groups"] = _[46], ["name"] = "moreblocks:stair_diamondblock_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner_half_raised"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker_cut"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_cut", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_half_raised"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_half_raised", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_right_half"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_right_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_half"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_half", ["type"] = "node"}, ["moreblocks:slab_iron_checker_quarter"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_quarter", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer_cut_half"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_obsidian_inner_half_raised"] = {["groups"] = _[48], ["name"] = "moreblocks:slope_obsidian_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_outer_half_raised"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_outer_half_raised", ["type"] = "node"}, ["moreblocks:stair_obsidian_glass_alt_4"] = {["groups"] = _[37], ["name"] = "moreblocks:stair_obsidian_glass_alt_4", ["type"] = "node"}, ["maptools:goldblock"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:goldblock", ["type"] = "node"}, ["moreblocks:panel_stonebrick"] = {["groups"] = _[64], ["name"] = "moreblocks:panel_stonebrick", ["type"] = "node"}, ["default:snowblock"] = {["groups"] = {["puts_out_fire"] = 1, ["crumbly"] = 3}, ["name"] = "default:snowblock", ["type"] = "node"}, ["moreblocks:coal_stone_bricks"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:coal_stone_bricks", ["type"] = "node"}, ["moreblocks:panel_wood_tile_1"] = {["groups"] = _[52], ["name"] = "moreblocks:panel_wood_tile_1", ["type"] = "node"}, ["stairs:slab_bronzeblock"] = {["groups"] = _[77], ["name"] = "stairs:slab_bronzeblock", ["type"] = "node"}, ["moreblocks:panel_diamondblock_2"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_2", ["type"] = "node"}, ["moreblocks:slab_obsidian_1"] = {["groups"] = _[48], ["name"] = "moreblocks:slab_obsidian_1", ["type"] = "node"}, ["moreblocks:stair_desert_stone_alt_1"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_alt_1", ["type"] = "node"}, ["moreblocks:micro_desert_stone_2"] = {["groups"] = _[47], ["name"] = "moreblocks:micro_desert_stone_2", ["type"] = "node"}, ["moreblocks:stair_wood_tile_center_outer"] = {["groups"] = _[29], ["name"] = "moreblocks:stair_wood_tile_center_outer", ["type"] = "node"}, ["xpanes:pane_13"] = {["groups"] = _[27], ["name"] = "xpanes:pane_13", ["type"] = "node"}, ["moreblocks:slab_wood_1"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_1", ["type"] = "node"}, ["moreblocks:micro_iron_stone_14"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_14", ["type"] = "node"}, ["moreblocks:slope_obsidianbrick_inner_half_raised"] = {["groups"] = _[5], ["name"] = "moreblocks:slope_obsidianbrick_inner_half_raised", ["type"] = "node"}, ["moreblocks:slab_coal_glass_1"] = {["groups"] = _[3], ["name"] = "moreblocks:slab_coal_glass_1", ["type"] = "node"}, ["moreblocks:micro_iron_stone_4"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_4", ["type"] = "node"}, ["moreblocks:micro_iron_stone_15"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_15", ["type"] = "node"}, ["moreblocks:micro_iron_stone"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone", ["type"] = "node"}, ["moreblocks:panel_iron_stone_14"] = {["groups"] = _[31], ["name"] = "moreblocks:panel_iron_stone_14", ["type"] = "node"}, ["moreblocks:stair_jungletree_alt_4"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_alt_4", ["type"] = "node"}, ["moreblocks:slab_coal_checker_quarter"] = {["groups"] = _[8], ["name"] = "moreblocks:slab_coal_checker_quarter", ["type"] = "node"}, ["moreblocks:panel_wood_tile_center_2"] = {["groups"] = _[29], ["name"] = "moreblocks:panel_wood_tile_center_2", ["type"] = "node"}, ["maptools:damage_4"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_4", ["type"] = "node"}, ["xpanes:bar_11"] = {["groups"] = _[12], ["name"] = "xpanes:bar_11", ["type"] = "node"}, ["moreblocks:micro_coal_stone_14"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_14", ["type"] = "node"}, ["maptools:leaves"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:leaves", ["type"] = "node"}, ["moreblocks:slope_tree_inner_half"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_half"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_half", ["type"] = "node"}, ["moreblocks:micro_desert_stonebrick_15"] = {["groups"] = _[51], ["name"] = "moreblocks:micro_desert_stonebrick_15", ["type"] = "node"}, ["moreblocks:slope_iron_stone_inner_cut_half_raised"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_2"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_2", ["type"] = "node"}, ["moreblocks:wood_tile_center"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_center", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer_cut_half_raised"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_tree_cut"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_cut", ["type"] = "node"}, ["moreblocks:panel_coal_stone_12"] = {["groups"] = _[41], ["name"] = "moreblocks:panel_coal_stone_12", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer_half"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_cut"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_cut", ["type"] = "node"}, ["moreblocks:slab_stone_tile_14"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile_14", ["type"] = "node"}, ["moreblocks:stair_iron_stone_bricks_alt_1"] = {["groups"] = _[23], ["name"] = "moreblocks:stair_iron_stone_bricks_alt_1", ["type"] = "node"}, ["moreblocks:panel_cobble_2"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_2", ["type"] = "node"}, ["moreblocks:slope_cobble_outer"] = {["groups"] = _[10], ["name"] = "moreblocks:slope_cobble_outer", ["type"] = "node"}, ["moreblocks:stair_iron_checker_right_half"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_right_half", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner_half_raised"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_stone_alt"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_alt", ["type"] = "node"}, ["moreblocks:stair_iron_stone_alt_1"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_alt_1", ["type"] = "node"}, ["moreblocks:slope_junglewood_inner_cut"] = {["groups"] = _[2], ["name"] = "moreblocks:slope_junglewood_inner_cut", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner_half_raised"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner_cut"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner_cut", ["type"] = "node"}, ["moreblocks:stair_iron_stone_outer"] = {["groups"] = _[31], ["name"] = "moreblocks:stair_iron_stone_outer", ["type"] = "node"}, ["flowers:dandelion_yellow"] = {["groups"] = {["color_yellow"] = 1, ["flora"] = 1, ["flower"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:dandelion_yellow", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_4"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_4", ["type"] = "node"}, ["moreblocks:panel_cobble_4"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_4", ["type"] = "node"}, ["moreblocks:panel_plankstone_1"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_1", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut_half_raised"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_desert_stone_outer_half"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_outer_half", ["type"] = "node"}, ["moreblocks:slope_stonebrick_outer_cut_half_raised"] = {["groups"] = _[64], ["name"] = "moreblocks:slope_stonebrick_outer_cut_half_raised", ["type"] = "node"}, ["farming:cotton_3"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 3, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:cotton_3", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt_2"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt_2", ["type"] = "node"}, ["moreblocks:micro_split_stone_tile_alt"] = {["groups"] = _[13], ["name"] = "moreblocks:micro_split_stone_tile_alt", ["type"] = "node"}, ["moreblocks:stair_cobble_compressed"] = {["groups"] = _[25], ["name"] = "moreblocks:stair_cobble_compressed", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner_half_raised"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut_half"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_grey_bricks"] = {["groups"] = _[57], ["name"] = "moreblocks:stair_grey_bricks", ["type"] = "node"}, ["moreblocks:slab_coal_stone_bricks_2"] = {["groups"] = _[36], ["name"] = "moreblocks:slab_coal_stone_bricks_2", ["type"] = "node"}, ["moreblocks:panel_plankstone"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone", ["type"] = "node"}, ["moreblocks:slope_clean_glass_half"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_half", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut", ["type"] = "node"}, ["moreblocks:stair_cobble_alt_2"] = {["groups"] = _[10], ["name"] = "moreblocks:stair_cobble_alt_2", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner", ["type"] = "node"}, ["farming:wheat_1"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 1, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}, ["name"] = "farming:wheat_1", ["type"] = "node"}, ["moreblocks:stair_stone_tile_alt_4"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_alt_4", ["type"] = "node"}, ["moreblocks:slope_grey_bricks_outer_half_raised"] = {["groups"] = _[57], ["name"] = "moreblocks:slope_grey_bricks_outer_half_raised", ["type"] = "node"}, ["moreblocks:panel_jungletree_1"] = {["groups"] = _[4], ["name"] = "moreblocks:panel_jungletree_1", ["type"] = "node"}, ["default:chest_locked"] = {["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["name"] = "default:chest_locked", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer_half"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer_half", ["type"] = "node"}, ["maptools:fake_walkable"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:fake_walkable", ["type"] = "node"}, ["moreblocks:stair_split_stone_tile_alt_alt_2"] = {["groups"] = _[13], ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_2", ["type"] = "node"}, ["moreblocks:stair_glow_glass_outer"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_outer", ["type"] = "node"}, ["moreblocks:wood_tile_left"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_left", ["type"] = "node"}, ["moreblocks:micro_all_faces_jungle_tree_14"] = {["groups"] = _[20], ["name"] = "moreblocks:micro_all_faces_jungle_tree_14", ["type"] = "node"}, ["moreblocks:micro_sandstone"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_outer_half"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_outer_half", ["type"] = "node"}, ["moreblocks:slope_iron_stone_outer_cut_half"] = {["groups"] = _[31], ["name"] = "moreblocks:slope_iron_stone_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_wood_tile_full_outer_cut"] = {["groups"] = _[42], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner_half_raised"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree", ["type"] = "node"}, ["moreblocks:micro_tree_2"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_2", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut_half"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut_half", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner_half"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_half", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut_half"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_glass_inner_cut_half_raised"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut"] = {["groups"] = _[20], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut", ["type"] = "node"}, ["moreblocks:stair_sandstonebrick_outer"] = {["groups"] = _[44], ["name"] = "moreblocks:stair_sandstonebrick_outer", ["type"] = "node"}, ["moreblocks:micro_obsidian"] = {["groups"] = _[48], ["name"] = "moreblocks:micro_obsidian", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_outer_half_raised"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_half_raised", ["type"] = "node"}, ["moreblocks:micro_stone"] = {["groups"] = _[26], ["name"] = "moreblocks:micro_stone", ["type"] = "node"}, ["moreblocks:micro_mossycobble_15"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_15", ["type"] = "node"}, ["moreblocks:slab_all_faces_jungle_tree_2"] = {["groups"] = _[20], ["name"] = "moreblocks:slab_all_faces_jungle_tree_2", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_half"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_half", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_alt_4"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_4", ["type"] = "node"}, ["moreblocks:stair_all_faces_jungle_tree_inner"] = {["groups"] = _[20], ["name"] = "moreblocks:stair_all_faces_jungle_tree_inner", ["type"] = "node"}, ["moreblocks:panel_glow_glass_1"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_1", ["type"] = "node"}, ["moreblocks:slab_cactus_brick_15"] = {["groups"] = _[32], ["name"] = "moreblocks:slab_cactus_brick_15", ["type"] = "node"}, ["moreblocks:panel_glow_glass_12"] = {["groups"] = _[7], ["name"] = "moreblocks:panel_glow_glass_12", ["type"] = "node"}, ["moreblocks:micro_mossycobble_2"] = {["groups"] = _[9], ["name"] = "moreblocks:micro_mossycobble_2", ["type"] = "node"}, ["moreblocks:slope_diamondblock_outer_cut"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_outer_cut", ["type"] = "node"}, ["moreblocks:slope_glow_glass_inner_cut_half_raised"] = {["groups"] = _[7], ["name"] = "moreblocks:slope_glow_glass_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker_inner_cut_half"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_cobble_14"] = {["groups"] = _[10], ["name"] = "moreblocks:panel_cobble_14", ["type"] = "node"}, ["moreblocks:slab_mossycobble_three_quarter"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_three_quarter", ["type"] = "node"}, ["moreblocks:slab_glow_glass_three_quarter"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_three_quarter", ["type"] = "node"}, ["maptools:kill"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:kill", ["type"] = "node"}, ["moreblocks:stair_iron_glass_half"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_half", ["type"] = "node"}, ["paintings:dark_green"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:dark_green", ["type"] = "node"}, ["moreblocks:stair_glow_glass_half"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_half", ["type"] = "node"}, ["moreblocks:slab_steelblock_quarter"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock_quarter", ["type"] = "node"}, ["moreblocks:slope_steelblock_half_raised"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_half_raised", ["type"] = "node"}, ["moreblocks:slab_mossycobble_15"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_15", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_alt_1"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_alt_1", ["type"] = "node"}, ["moreblocks:micro_meselamp_12"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_12", ["type"] = "node"}, ["wool:black"] = {["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["name"] = "wool:black", ["type"] = "node"}, ["moreblocks:micro_brick_4"] = {["groups"] = _[1], ["name"] = "moreblocks:micro_brick_4", ["type"] = "node"}, ["moreblocks:stair_copperblock_alt_4"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_alt_4", ["type"] = "node"}, ["moreblocks:panel_circle_stone_bricks_12"] = {["groups"] = _[53], ["name"] = "moreblocks:panel_circle_stone_bricks_12", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_15"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_15", ["type"] = "node"}, ["moreblocks:wood_tile_down"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_down", ["type"] = "node"}, ["moreblocks:micro_copperblock_14"] = {["groups"] = _[17], ["name"] = "moreblocks:micro_copperblock_14", ["type"] = "node"}, ["stairs:stair_wood"] = {["groups"] = _[78], ["name"] = "stairs:stair_wood", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_outer_cut_half_raised"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_sandstone_outer_half"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_outer_half", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_15"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_15", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner_cut"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner_cut", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_4"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_4", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass", ["type"] = "node"}, ["moreblocks:slab_super_glow_glass_1"] = {["groups"] = _[19], ["name"] = "moreblocks:slab_super_glow_glass_1", ["type"] = "node"}, ["maptools:slab_grass_8"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_8", ["type"] = "node"}, ["flowers:geranium"] = {["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_blue"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:geranium", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_alt"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_alt", ["type"] = "node"}, ["moreblocks:coal_glass"] = {["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["name"] = "moreblocks:coal_glass", ["type"] = "node"}, ["moreblocks:slope_tree_inner_cut_half"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_stone_tile_12"] = {["groups"] = _[43], ["name"] = "moreblocks:panel_stone_tile_12", ["type"] = "node"}, ["moreblocks:stair_super_glow_glass_outer"] = {["groups"] = _[19], ["name"] = "moreblocks:stair_super_glow_glass_outer", ["type"] = "node"}, ["moreblocks:slope_pinetree_outer_cut_half"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_outer_cut_half", ["type"] = "node"}, ["moreblocks:stair_tree_alt"] = {["groups"] = _[18], ["name"] = "moreblocks:stair_tree_alt", ["type"] = "node"}, ["moreblocks:micro_coal_stone_bricks_12"] = {["groups"] = _[36], ["name"] = "moreblocks:micro_coal_stone_bricks_12", ["type"] = "node"}, ["moreblocks:slope_all_faces_tree_half"] = {["groups"] = _[33], ["name"] = "moreblocks:slope_all_faces_tree_half", ["type"] = "node"}, ["moreblocks:slab_mossycobble_14"] = {["groups"] = _[9], ["name"] = "moreblocks:slab_mossycobble_14", ["type"] = "node"}, ["moreblocks:panel_coal_stone_bricks_14"] = {["groups"] = _[36], ["name"] = "moreblocks:panel_coal_stone_bricks_14", ["type"] = "node"}, ["moreblocks:slab_stone_tile"] = {["groups"] = _[43], ["name"] = "moreblocks:slab_stone_tile", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_half"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_half", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_half"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_half", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_inner_cut_half_raised"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_stone_inner_cut_half"] = {["groups"] = _[26], ["name"] = "moreblocks:slope_stone_inner_cut_half", ["type"] = "node"}, ["throwing:arrow_gold_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_gold_box", ["type"] = "node"}, ["moreblocks:slope_cactus_brick"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick", ["type"] = "node"}, ["moreblocks:slope_tree_half"] = {["groups"] = _[18], ["name"] = "moreblocks:slope_tree_half", ["type"] = "node"}, ["moreblocks:micro_glass_14"] = {["groups"] = _[39], ["name"] = "moreblocks:micro_glass_14", ["type"] = "node"}, ["moreblocks:panel_glass_15"] = {["groups"] = _[39], ["name"] = "moreblocks:panel_glass_15", ["type"] = "node"}, ["moreblocks:stair_stone_alt"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_alt", ["type"] = "node"}, ["moreblocks:panel_meselamp_14"] = {["groups"] = _[49], ["name"] = "moreblocks:panel_meselamp_14", ["type"] = "node"}, ["default:copperblock"] = {["groups"] = {["level"] = 2, ["cracky"] = 1}, ["name"] = "default:copperblock", ["type"] = "node"}, ["moreblocks:stair_coal_stone_bricks_alt"] = {["groups"] = _[36], ["name"] = "moreblocks:stair_coal_stone_bricks_alt", ["type"] = "node"}, ["moreblocks:micro_coal_stone_2"] = {["groups"] = _[41], ["name"] = "moreblocks:micro_coal_stone_2", ["type"] = "node"}, ["moreblocks:slope_coal_stone_inner_cut_half"] = {["groups"] = _[41], ["name"] = "moreblocks:slope_coal_stone_inner_cut_half", ["type"] = "node"}, ["moreblocks:slope_coal_glass_half"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_half", ["type"] = "node"}, ["moreblocks:slope_glass_inner"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner", ["type"] = "node"}, ["moreblocks:slope_pinetree_inner_half"] = {["groups"] = _[34], ["name"] = "moreblocks:slope_pinetree_inner_half", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_15"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_15", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner_half_raised"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner_half_raised", ["type"] = "node"}, ["maptools:fullgrass"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:fullgrass", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_inner_cut_half_raised"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:micro_cobble_4"] = {["groups"] = _[10], ["name"] = "moreblocks:micro_cobble_4", ["type"] = "node"}, ["tnt:tnt_burning"] = {["groups"] = {}, ["name"] = "tnt:tnt_burning", ["type"] = "node"}, ["default:fence_wood"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 2}, ["name"] = "default:fence_wood", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_right_half"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_right_half", ["type"] = "node"}, ["moreblocks:slope_cactus_brick_outer_cut_half_raised"] = {["groups"] = _[32], ["name"] = "moreblocks:slope_cactus_brick_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_cactus_brick_1"] = {["groups"] = _[32], ["name"] = "moreblocks:panel_cactus_brick_1", ["type"] = "node"}, ["moreblocks:slope_clean_glass_cut"] = {["groups"] = _[22], ["name"] = "moreblocks:slope_clean_glass_cut", ["type"] = "node"}, ["moreblocks:panel_all_faces_jungle_tree_12"] = {["groups"] = _[20], ["name"] = "moreblocks:panel_all_faces_jungle_tree_12", ["type"] = "node"}, ["moreblocks:slope_desert_stonebrick_inner_half"] = {["groups"] = _[51], ["name"] = "moreblocks:slope_desert_stonebrick_inner_half", ["type"] = "node"}, ["moreblocks:panel_obsidian_4"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_4", ["type"] = "node"}, ["moreblocks:stair_cactus_brick_alt_4"] = {["groups"] = _[32], ["name"] = "moreblocks:stair_cactus_brick_alt_4", ["type"] = "node"}, ["moreblocks:slope_copperblock_outer_cut_half_raised"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_iron_stone_1"] = {["groups"] = _[31], ["name"] = "moreblocks:slab_iron_stone_1", ["type"] = "node"}, ["moreblocks:slope_coal_stone_bricks_outer_cut_half"] = {["groups"] = _[36], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut_half", ["type"] = "node"}, ["moreblocks:micro_wood_15"] = {["groups"] = _[14], ["name"] = "moreblocks:micro_wood_15", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner_cut_half_raised"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:stair_iron_glass_outer"] = {["groups"] = _[60], ["name"] = "moreblocks:stair_iron_glass_outer", ["type"] = "node"}, ["moreblocks:stair_desert_cobble_alt_1"] = {["groups"] = _[15], ["name"] = "moreblocks:stair_desert_cobble_alt_1", ["type"] = "node"}, ["moreblocks:slope_glass_cut"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_cut", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_half"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_half", ["type"] = "node"}, ["moreblocks:stair_wood_alt_2"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_alt_2", ["type"] = "node"}, ["moreblocks:micro_wood_tile"] = {["groups"] = _[52], ["name"] = "moreblocks:micro_wood_tile", ["type"] = "node"}, ["moreblocks:slope_goldblock_outer_cut_half"] = {["groups"] = _[56], ["name"] = "moreblocks:slope_goldblock_outer_cut_half", ["type"] = "node"}, ["maptools:cobble"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:cobble", ["type"] = "node"}, ["moreblocks:slab_tree_quarter"] = {["groups"] = _[18], ["name"] = "moreblocks:slab_tree_quarter", ["type"] = "node"}, ["moreblocks:slope_sandstone_inner_cut_half"] = {["groups"] = _[21], ["name"] = "moreblocks:slope_sandstone_inner_cut_half", ["type"] = "node"}, ["moreblocks:panel_tree_14"] = {["groups"] = _[18], ["name"] = "moreblocks:panel_tree_14", ["type"] = "node"}, ["moreblocks:slope_glass_inner_half"] = {["groups"] = _[39], ["name"] = "moreblocks:slope_glass_inner_half", ["type"] = "node"}, ["moreblocks:panel_stone_15"] = {["groups"] = _[26], ["name"] = "moreblocks:panel_stone_15", ["type"] = "node"}, ["moreblocks:stair_obsidianbrick_outer"] = {["groups"] = _[5], ["name"] = "moreblocks:stair_obsidianbrick_outer", ["type"] = "node"}, ["moreblocks:slab_diamondblock"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock", ["type"] = "node"}, ["moreblocks:slab_diamondblock_15"] = {["groups"] = _[46], ["name"] = "moreblocks:slab_diamondblock_15", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer", ["type"] = "node"}, ["moreblocks:slope_mossycobble_outer_half_raised"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble_outer_half_raised", ["type"] = "node"}, ["moreblocks:slope_coal_checker"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker", ["type"] = "node"}, ["moreblocks:stair_glass_alt"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_alt", ["type"] = "node"}, ["default:papyrus"] = {["groups"] = {["flammable"] = 2, ["snappy"] = 3}, ["name"] = "default:papyrus", ["type"] = "node"}, ["maptools:fullclip"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:fullclip", ["type"] = "node"}, ["maptools:ignore_like_no_clip_no_point"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:ignore_like_no_clip_no_point", ["type"] = "node"}, ["moreblocks:slab_steelblock"] = {["groups"] = _[16], ["name"] = "moreblocks:slab_steelblock", ["type"] = "node"}, ["moreblocks:stair_glass_alt_4"] = {["groups"] = _[39], ["name"] = "moreblocks:stair_glass_alt_4", ["type"] = "node"}, ["moreblocks:panel_coal_glass_12"] = {["groups"] = _[3], ["name"] = "moreblocks:panel_coal_glass_12", ["type"] = "node"}, ["moreblocks:slab_stone_2"] = {["groups"] = _[26], ["name"] = "moreblocks:slab_stone_2", ["type"] = "node"}, ["moreblocks:slope_wood_tile_center_inner"] = {["groups"] = _[29], ["name"] = "moreblocks:slope_wood_tile_center_inner", ["type"] = "node"}, ["moreblocks:stair_wood_half"] = {["groups"] = _[14], ["name"] = "moreblocks:stair_wood_half", ["type"] = "node"}, ["flowers:mushroom_spores_red"] = {["groups"] = {["dig_immediate"] = 3, ["attached_node"] = 1}, ["name"] = "flowers:mushroom_spores_red", ["type"] = "node"}, ["moreblocks:micro_all_faces_tree_4"] = {["groups"] = _[33], ["name"] = "moreblocks:micro_all_faces_tree_4", ["type"] = "node"}, ["moreblocks:slab_cobble_quarter"] = {["groups"] = _[10], ["name"] = "moreblocks:slab_cobble_quarter", ["type"] = "node"}, ["moreblocks:slab_iron_checker_2"] = {["groups"] = _[11], ["name"] = "moreblocks:slab_iron_checker_2", ["type"] = "node"}, ["stairs:slab_wood"] = {["groups"] = _[78], ["name"] = "stairs:slab_wood", ["type"] = "node"}, ["moreblocks:panel_brick_2"] = {["groups"] = _[1], ["name"] = "moreblocks:panel_brick_2", ["type"] = "node"}, ["moreblocks:slope_copperblock_inner_cut_half_raised"] = {["groups"] = _[17], ["name"] = "moreblocks:slope_copperblock_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner_cut_half"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner_cut_half", ["type"] = "node"}, ["xpanes:pane_15"] = {["groups"] = _[27], ["name"] = "xpanes:pane_15", ["type"] = "node"}, ["moreblocks:slab_iron_glass_15"] = {["groups"] = _[60], ["name"] = "moreblocks:slab_iron_glass_15", ["type"] = "node"}, ["paintings:blue"] = {["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "paintings:blue", ["type"] = "node"}, ["moreblocks:slope_brick_half"] = {["groups"] = _[1], ["name"] = "moreblocks:slope_brick_half", ["type"] = "node"}, ["moreblocks:slope_meselamp_outer"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_outer", ["type"] = "node"}, ["moreblocks:micro_bronzeblock_2"] = {["groups"] = _[24], ["name"] = "moreblocks:micro_bronzeblock_2", ["type"] = "node"}, ["moreblocks:slope_steelblock"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_12"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_12", ["type"] = "node"}, ["moreblocks:stair_stone_alt_4"] = {["groups"] = _[26], ["name"] = "moreblocks:stair_stone_alt_4", ["type"] = "node"}, ["moreblocks:slope_super_glow_glass_inner_half_raised"] = {["groups"] = _[19], ["name"] = "moreblocks:slope_super_glow_glass_inner_half_raised", ["type"] = "node"}, ["moreblocks:slope_desert_cobble_outer_cut"] = {["groups"] = _[15], ["name"] = "moreblocks:slope_desert_cobble_outer_cut", ["type"] = "node"}, ["moreblocks:micro_obsidian_glass_1"] = {["groups"] = _[37], ["name"] = "moreblocks:micro_obsidian_glass_1", ["type"] = "node"}, ["jumping:cushion"] = {["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -100, ["disable_jump"] = 1}, ["name"] = "jumping:cushion", ["type"] = "node"}, ["moreblocks:slope_mossycobble"] = {["groups"] = _[9], ["name"] = "moreblocks:slope_mossycobble", ["type"] = "node"}, ["moreblocks:slab_desert_stone_1"] = {["groups"] = _[47], ["name"] = "moreblocks:slab_desert_stone_1", ["type"] = "node"}, ["moreblocks:stair_desert_stone_alt_2"] = {["groups"] = _[47], ["name"] = "moreblocks:stair_desert_stone_alt_2", ["type"] = "node"}, ["moreblocks:slope_diamondblock_inner_half"] = {["groups"] = _[46], ["name"] = "moreblocks:slope_diamondblock_inner_half", ["type"] = "node"}, ["moreblocks:slab_wood_quarter"] = {["groups"] = _[14], ["name"] = "moreblocks:slab_wood_quarter", ["type"] = "node"}, ["moreblocks:panel_diamondblock_12"] = {["groups"] = _[46], ["name"] = "moreblocks:panel_diamondblock_12", ["type"] = "node"}, ["moreblocks:slab_copperblock_1"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock_1", ["type"] = "node"}, ["moreblocks:slab_cobble_compressed_2"] = {["groups"] = _[25], ["name"] = "moreblocks:slab_cobble_compressed_2", ["type"] = "node"}, ["moreblocks:stair_coal_checker_alt"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_alt", ["type"] = "node"}, ["moreblocks:slope_split_stone_tile_alt_inner_half"] = {["groups"] = _[13], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_half", ["type"] = "node"}, ["moreblocks:slope_desert_stone_inner_half"] = {["groups"] = _[47], ["name"] = "moreblocks:slope_desert_stone_inner_half", ["type"] = "node"}, ["throwing:arrow_build_box"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["name"] = "throwing:arrow_build_box", ["type"] = "node"}, ["moreblocks:slope_meselamp_inner_cut"] = {["groups"] = _[49], ["name"] = "moreblocks:slope_meselamp_inner_cut", ["type"] = "node"}, ["moreblocks:slope_coal_glass_inner_half"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_inner_half", ["type"] = "node"}, ["moreblocks:stair_copperblock_inner"] = {["groups"] = _[17], ["name"] = "moreblocks:stair_copperblock_inner", ["type"] = "node"}, ["moreblocks:panel_plankstone_14"] = {["groups"] = _[30], ["name"] = "moreblocks:panel_plankstone_14", ["type"] = "node"}, ["moreblocks:stair_glow_glass_right_half"] = {["groups"] = _[7], ["name"] = "moreblocks:stair_glow_glass_right_half", ["type"] = "node"}, ["xpanes:pane_4"] = {["groups"] = _[27], ["name"] = "xpanes:pane_4", ["type"] = "node"}, ["moreblocks:slab_glow_glass_2"] = {["groups"] = _[7], ["name"] = "moreblocks:slab_glow_glass_2", ["type"] = "node"}, ["moreblocks:slab_iron_stone_bricks_1"] = {["groups"] = _[23], ["name"] = "moreblocks:slab_iron_stone_bricks_1", ["type"] = "node"}, ["moreblocks:stair_jungletree_outer"] = {["groups"] = _[4], ["name"] = "moreblocks:stair_jungletree_outer", ["type"] = "node"}, ["moreblocks:plankstone"] = {["groups"] = {["cracky"] = 3}, ["name"] = "moreblocks:plankstone", ["type"] = "node"}, ["moreblocks:stair_coal_checker_right_half"] = {["groups"] = _[8], ["name"] = "moreblocks:stair_coal_checker_right_half", ["type"] = "node"}, ["moreblocks:panel_pinewood_2"] = {["groups"] = _[6], ["name"] = "moreblocks:panel_pinewood_2", ["type"] = "node"}, ["moreblocks:wood_tile_full"] = {["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["name"] = "moreblocks:wood_tile_full", ["type"] = "node"}, ["moreblocks:stair_iron_checker_inner"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_inner", ["type"] = "node"}, ["moreblocks:slope_bronzeblock"] = {["groups"] = _[24], ["name"] = "moreblocks:slope_bronzeblock", ["type"] = "node"}, ["moreblocks:slab_plankstone_2"] = {["groups"] = _[30], ["name"] = "moreblocks:slab_plankstone_2", ["type"] = "node"}, ["moreblocks:slope_cobble_compressed_half"] = {["groups"] = _[25], ["name"] = "moreblocks:slope_cobble_compressed_half", ["type"] = "node"}, ["moreblocks:micro_coal_glass_12"] = {["groups"] = _[3], ["name"] = "moreblocks:micro_coal_glass_12", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_2"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_2", ["type"] = "node"}, ["moreblocks:panel_bronzeblock_14"] = {["groups"] = _[24], ["name"] = "moreblocks:panel_bronzeblock_14", ["type"] = "node"}, ["moreblocks:slope_cactus_checker_inner_cut_half_raised"] = {["groups"] = _[40], ["name"] = "moreblocks:slope_cactus_checker_inner_cut_half_raised", ["type"] = "node"}, ["moreblocks:slab_sandstone_14"] = {["groups"] = _[21], ["name"] = "moreblocks:slab_sandstone_14", ["type"] = "node"}, ["moreblocks:panel_obsidian_12"] = {["groups"] = _[48], ["name"] = "moreblocks:panel_obsidian_12", ["type"] = "node"}, ["moreblocks:slab_glass_2"] = {["groups"] = _[39], ["name"] = "moreblocks:slab_glass_2", ["type"] = "node"}, ["moreblocks:slope_coal_glass_outer_half"] = {["groups"] = _[3], ["name"] = "moreblocks:slope_coal_glass_outer_half", ["type"] = "node"}, ["moreblocks:slab_copperblock"] = {["groups"] = _[17], ["name"] = "moreblocks:slab_copperblock", ["type"] = "node"}, ["moreblocks:stair_bronzeblock"] = {["groups"] = _[24], ["name"] = "moreblocks:stair_bronzeblock", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer_cut_half_raised"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer_cut_half_raised", ["type"] = "node"}, ["moreblocks:panel_super_glow_glass_4"] = {["groups"] = _[19], ["name"] = "moreblocks:panel_super_glow_glass_4", ["type"] = "node"}, ["moreblocks:panel_copperblock"] = {["groups"] = _[17], ["name"] = "moreblocks:panel_copperblock", ["type"] = "node"}, ["maptools:cactus"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:cactus", ["type"] = "node"}, ["flowers:mushroom_fertile_red"] = {["groups"] = {["not_in_creative_inventory"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_fertile_red", ["type"] = "node"}, ["moreblocks:slope_iron_checker_outer_half"] = {["groups"] = _[11], ["name"] = "moreblocks:slope_iron_checker_outer_half", ["type"] = "node"}, ["moreblocks:stair_stone_tile_half"] = {["groups"] = _[43], ["name"] = "moreblocks:stair_stone_tile_half", ["type"] = "node"}, ["moreblocks:slope_coal_checker_half_raised"] = {["groups"] = _[8], ["name"] = "moreblocks:slope_coal_checker_half_raised", ["type"] = "node"}, ["moreblocks:micro_steelblock_2"] = {["groups"] = _[16], ["name"] = "moreblocks:micro_steelblock_2", ["type"] = "node"}, ["moreblocks:panel_steelblock_4"] = {["groups"] = _[16], ["name"] = "moreblocks:panel_steelblock_4", ["type"] = "node"}, ["moreblocks:micro_tree_1"] = {["groups"] = _[18], ["name"] = "moreblocks:micro_tree_1", ["type"] = "node"}, ["moreblocks:panel_desert_stonebrick_14"] = {["groups"] = _[51], ["name"] = "moreblocks:panel_desert_stonebrick_14", ["type"] = "node"}, ["moreblocks:slope_steelblock_outer_half"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_outer_half", ["type"] = "node"}, ["moreblocks:slope_steelblock_inner"] = {["groups"] = _[16], ["name"] = "moreblocks:slope_steelblock_inner", ["type"] = "node"}, ["moreblocks:slab_wood_tile_1"] = {["groups"] = _[52], ["name"] = "moreblocks:slab_wood_tile_1", ["type"] = "node"}, ["moreblocks:micro_sandstone_4"] = {["groups"] = _[21], ["name"] = "moreblocks:micro_sandstone_4", ["type"] = "node"}, ["moreblocks:panel_sandstone_4"] = {["groups"] = _[21], ["name"] = "moreblocks:panel_sandstone_4", ["type"] = "node"}, ["moreblocks:stair_iron_checker_alt_4"] = {["groups"] = _[11], ["name"] = "moreblocks:stair_iron_checker_alt_4", ["type"] = "node"}, ["moreblocks:micro_meselamp_2"] = {["groups"] = _[49], ["name"] = "moreblocks:micro_meselamp_2", ["type"] = "node"}, ["moreblocks:micro_iron_stone_1"] = {["groups"] = _[31], ["name"] = "moreblocks:micro_iron_stone_1", ["type"] = "node"}} \ No newline at end of file diff --git a/unittest/fixtures/registered_nodes.lua b/unittest/fixtures/registered_nodes.lua new file mode 100644 index 0000000..24beeec --- /dev/null +++ b/unittest/fixtures/registered_nodes.lua @@ -0,0 +1,5686 @@ +local _ = {} +_[1] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2] = {["type"] = "fixed", ["fixed"] = _[1]} +_[3] = {"default_sandstone.png"} +_[4] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3, ["crumbly"] = 2} +_[5] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[6] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[7] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[8] = {["dug"] = _[5], ["footstep"] = _[6], ["place"] = _[7]} +_[9] = loadstring("\27LJ\1\0@@/home/kaen/code/minetest/bin/../builtin/common/misc_helpers.luaâ\1\0\3\11\0\8\0\0177Ð\3\0054\3\0\0007\3\1\3\16\4\0\0\16\5\1\0\16\6\2\0004\7\0\0007\7\2\7%\8\3\0>\7\2\0023\8\6\0\16\ +\1\0007\9\4\1>\9\2\0027\9\5\9:\9\7\8>\3\6\1H\0\2\0\16invert_wall\1\0\0\ +sneak\23get_player_control\18creative_mode\20setting_getbool\21rotate_and_place\9core\1\1\1\1\1\2\2\2\2\2\3\3\3\3\3\1\4itemstack\0\0\18placer\0\0\18pointed_thing\0\0\18\0\0") +_[10] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[11] = {["type"] = "fixed", ["fixed"] = _[10]} +_[12] = {"default_junglewood.png"} +_[13] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[14] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[15] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[16] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[17] = {["dug"] = _[14], ["footstep"] = _[15], ["place"] = _[16]} +_[18] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[19] = {["type"] = "fixed", ["fixed"] = _[18]} +_[20] = {"moreblocks_glow_glass.png"} +_[21] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[22] = {["name"] = "default_break_glass", ["gain"] = 1} +_[23] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[24] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[25] = {["dug"] = _[22], ["footstep"] = _[23], ["place"] = _[24]} +_[26] = {"default_jungletree_top.png", "default_jungletree_top.png", "default_jungletree.png"} +_[27] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[28] = {-0.5, -0.375, -0.25, 0.5, -0.25, 0.5} +_[29] = {-0.5, -0.25, 0, 0.5, -0.125, 0.5} +_[30] = {-0.5, -0.125, 0.25, 0.5, 0, 0.5} +_[31] = {_[27], _[28], _[29], _[30]} +_[32] = {["type"] = "fixed", ["fixed"] = _[31]} +_[33] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[34] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[35] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[36] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[37] = {["dug"] = _[34], ["footstep"] = _[35], ["place"] = _[36]} +_[38] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[39] = {["type"] = "fixed", ["fixed"] = _[38]} +_[40] = {"default_obsidian_brick.png"} +_[41] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[42] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[43] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[44] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[45] = {["dug"] = _[42], ["footstep"] = _[43], ["place"] = _[44]} +_[46] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[47] = {["type"] = "fixed", ["fixed"] = _[46]} +_[48] = {"default_pine_wood.png"} +_[49] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[50] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[51] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[52] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[53] = {["dug"] = _[50], ["footstep"] = _[51], ["place"] = _[52]} +_[54] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[55] = {["type"] = "fixed", ["fixed"] = _[54]} +_[56] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[57] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[58] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[59] = {_[56], _[57], _[58]} +_[60] = {["type"] = "fixed", ["fixed"] = _[59]} +_[61] = {"default_stone.png^moreblocks_coal_checker.png", "default_stone.png^moreblocks_coal_checker.png", "default_stone.png^moreblocks_coal_checker.png", "default_stone.png^moreblocks_coal_checker.png", "default_stone.png^moreblocks_coal_checker.png^[transformR90", "default_stone.png^moreblocks_coal_checker.png^[transformR90"} +_[62] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[63] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[64] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[65] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[66] = {["dug"] = _[63], ["footstep"] = _[64], ["place"] = _[65]} +_[67] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[68] = {["type"] = "fixed", ["fixed"] = _[67]} +_[69] = {"default_mossycobble.png"} +_[70] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[71] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[72] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[73] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[74] = {["dug"] = _[71], ["footstep"] = _[72], ["place"] = _[73]} +_[75] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[76] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[77] = {_[75], _[76]} +_[78] = {["type"] = "fixed", ["fixed"] = _[77]} +_[79] = {"default_cobble.png"} +_[80] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[81] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[82] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[83] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[84] = {["dug"] = _[81], ["footstep"] = _[82], ["place"] = _[83]} +_[85] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[86] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[87] = {_[85], _[86]} +_[88] = {["type"] = "fixed", ["fixed"] = _[87]} +_[89] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[90] = {["type"] = "fixed", ["fixed"] = _[89]} +_[91] = {"default_stone.png^moreblocks_iron_checker.png", "default_stone.png^moreblocks_iron_checker.png", "default_stone.png^moreblocks_iron_checker.png", "default_stone.png^moreblocks_iron_checker.png", "default_stone.png^moreblocks_iron_checker.png^[transformR90", "default_stone.png^moreblocks_iron_checker.png^[transformR90"} +_[92] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[93] = {-0.06, -0.5, -0.5, 0.06, 0.5, 0} +_[94] = {-0.5, -0.5, -0.06, 0, 0.5, 0.06} +_[95] = {["pane"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[96] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[97] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[98] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[99] = {["dug"] = _[96], ["footstep"] = _[97], ["place"] = _[98]} +_[100] = {-0.03125, -0.5, -0.5, 0.03125, 0.5, 0} +_[101] = {-0.5, -0.5, -0.03125, 0, 0.5, 0.03125} +_[102] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[103] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[104] = {_[102], _[103]} +_[105] = {["type"] = "fixed", ["fixed"] = _[104]} +_[106] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[107] = {["type"] = "fixed", ["fixed"] = _[106]} +_[108] = {"moreblocks_split_stone_tile_alt.png"} +_[109] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[110] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[111] = {["type"] = "fixed", ["fixed"] = _[110]} +_[112] = {"default_brick.png"} +_[113] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[114] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[115] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[116] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[117] = {["dug"] = _[114], ["footstep"] = _[115], ["place"] = _[116]} +_[118] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[119] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[120] = {_[118], _[119]} +_[121] = {["type"] = "fixed", ["fixed"] = _[120]} +_[122] = {"default_tree_top.png", "default_tree_top.png", "default_tree.png"} +_[123] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[124] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[125] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[126] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[127] = {["dug"] = _[124], ["footstep"] = _[125], ["place"] = _[126]} +_[128] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[129] = {["type"] = "fixed", ["fixed"] = _[128]} +_[130] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[131] = {["type"] = "fixed", ["fixed"] = _[130]} +_[132] = {"default_desert_cobble.png"} +_[133] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[134] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[135] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[136] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[137] = {["dug"] = _[134], ["footstep"] = _[135], ["place"] = _[136]} +_[138] = {"default_steel_block.png"} +_[139] = {-0.5, -0.5, -0.5, 0.5, 0.125, 0.5} +_[140] = {-0.5, 0.125, -0.25, 0.5, 0.25, 0.5} +_[141] = {-0.5, 0.125, -0.5, 0.25, 0.25, 0.5} +_[142] = {-0.5, 0.25, -0.5, 0, 0.375, 0.5} +_[143] = {-0.5, 0.25, 0, 0.5, 0.375, 0.5} +_[144] = {-0.5, 0.375, 0.25, 0.5, 0.5, 0.5} +_[145] = {-0.5, 0.375, -0.5, -0.25, 0.5, 0.5} +_[146] = {_[139], _[140], _[141], _[142], _[143], _[144], _[145]} +_[147] = {["type"] = "fixed", ["fixed"] = _[146]} +_[148] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[149] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[150] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[151] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[152] = {["dug"] = _[149], ["footstep"] = _[150], ["place"] = _[151]} +_[153] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[154] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[155] = {_[153], _[154]} +_[156] = {["type"] = "fixed", ["fixed"] = _[155]} +_[157] = {"default_copper_block.png"} +_[158] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[159] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[160] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[161] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[162] = {["dug"] = _[159], ["footstep"] = _[160], ["place"] = _[161]} +_[163] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[164] = {["type"] = "fixed", ["fixed"] = _[163]} +_[165] = {"moreblocks_super_glow_glass.png"} +_[166] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[167] = {-0.5, -0.375, -0.25, 0.5, -0.25, 0.5} +_[168] = {-0.5, -0.375, -0.5, 0.25, -0.25, 0.5} +_[169] = {-0.5, -0.25, -0.5, 0, -0.125, 0.5} +_[170] = {-0.5, -0.25, 0, 0.5, -0.125, 0.5} +_[171] = {-0.5, -0.125, 0.25, 0.5, 0, 0.5} +_[172] = {-0.5, -0.125, -0.5, -0.25, 0, 0.5} +_[173] = {_[166], _[167], _[168], _[169], _[170], _[171], _[172]} +_[174] = {["type"] = "fixed", ["fixed"] = _[173]} +_[175] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[176] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[177] = {["type"] = "fixed", ["fixed"] = _[176]} +_[178] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[179] = {["type"] = "fixed", ["fixed"] = _[178]} +_[180] = {"moreblocks_split_stone_tile_top.png", "moreblocks_split_stone_tile.png"} +_[181] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[182] = {["type"] = "fixed", ["fixed"] = _[181]} +_[183] = {"default_jungletree_top.png"} +_[184] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[185] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[186] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[187] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[188] = {["dug"] = _[185], ["footstep"] = _[186], ["place"] = _[187]} +_[189] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[190] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[191] = {_[189], _[190]} +_[192] = {["type"] = "fixed", ["fixed"] = _[191]} +_[193] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[194] = {["type"] = "fixed", ["fixed"] = _[193]} +_[195] = {"moreblocks_clean_glass.png"} +_[196] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[197] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[198] = {["type"] = "fixed", ["fixed"] = _[197]} +_[199] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[200] = {["type"] = "fixed", ["fixed"] = _[199]} +_[201] = {"moreblocks_iron_stone_bricks.png"} +_[202] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[203] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[204] = {["type"] = "fixed", ["fixed"] = _[203]} +_[205] = {"default_bronze_block.png"} +_[206] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[207] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[208] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[209] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[210] = {["dug"] = _[207], ["footstep"] = _[208], ["place"] = _[209]} +_[211] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[212] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[213] = {_[211], _[212]} +_[214] = {["type"] = "fixed", ["fixed"] = _[213]} +_[215] = {"moreblocks_cobble_compressed.png"} +_[216] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[217] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[218] = {["type"] = "fixed", ["fixed"] = _[217]} +_[219] = {"default_stone.png"} +_[220] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[221] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[222] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[223] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[224] = {["dug"] = _[221], ["footstep"] = _[222], ["place"] = _[223]} +_[225] = {-0.06, -0.5, -0.5, 0.06, 0.5, 0.5} +_[226] = {["pane"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[227] = {["name"] = "default_break_glass", ["gain"] = 1} +_[228] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[229] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[230] = {["dug"] = _[227], ["footstep"] = _[228], ["place"] = _[229]} +_[231] = {-0.03125, -0.5, -0.5, 0.03125, 0.5, 0.5} +_[232] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[233] = {["type"] = "fixed", ["fixed"] = _[232]} +_[234] = {"moreblocks_tar.png"} +_[235] = {["not_in_creative_inventory"] = 1, ["tar_block"] = 1, ["cracky"] = 2} +_[236] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[237] = {["type"] = "fixed", ["fixed"] = _[236]} +_[238] = {"default_wood.png^moreblocks_wood_tile_center.png"} +_[239] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[240] = {"default_meselamp.png"} +_[241] = {["name"] = "default_break_glass", ["gain"] = 1} +_[242] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[243] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[244] = {["dug"] = _[241], ["footstep"] = _[242], ["place"] = _[243]} +_[245] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[246] = {["type"] = "fixed", ["fixed"] = _[245]} +_[247] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[248] = {["type"] = "fixed", ["fixed"] = _[247]} +_[249] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[250] = {["type"] = "fixed", ["fixed"] = _[249]} +_[251] = {"moreblocks_plankstone.png", "moreblocks_plankstone.png", "moreblocks_plankstone.png", "moreblocks_plankstone.png", "moreblocks_plankstone.png^[transformR90", "moreblocks_plankstone.png^[transformR90"} +_[252] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[253] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[254] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[255] = {_[253], _[254]} +_[256] = {["type"] = "fixed", ["fixed"] = _[255]} +_[257] = {"moreblocks_iron_stone.png"} +_[258] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[259] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[260] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[261] = {_[259], _[260]} +_[262] = {["type"] = "fixed", ["fixed"] = _[261]} +_[263] = {"moreblocks_cactus_brick.png"} +_[264] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[265] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[266] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[267] = {_[265], _[266]} +_[268] = {["type"] = "fixed", ["fixed"] = _[267]} +_[269] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[270] = {["type"] = "fixed", ["fixed"] = _[269]} +_[271] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[272] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[273] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[274] = {_[271], _[272], _[273]} +_[275] = {["type"] = "fixed", ["fixed"] = _[274]} +_[276] = {-0.5, -0.5, -0.5, 0.5, 0.125, 0.5} +_[277] = {-0.5, 0.125, -0.25, 0.25, 0.25, 0.5} +_[278] = {-0.5, 0.25, 0, 0, 0.375, 0.5} +_[279] = {-0.5, 0.375, 0.25, -0.25, 0.5, 0.5} +_[280] = {_[276], _[277], _[278], _[279]} +_[281] = {["type"] = "fixed", ["fixed"] = _[280]} +_[282] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[283] = {["type"] = "fixed", ["fixed"] = _[282]} +_[284] = {"default_tree_top.png"} +_[285] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[286] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[287] = {["type"] = "fixed", ["fixed"] = _[286]} +_[288] = {"default_pine_tree_top.png", "default_pine_tree_top.png", "default_pine_tree.png"} +_[289] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["tree"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2} +_[290] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[291] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[292] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[293] = {["dug"] = _[290], ["footstep"] = _[291], ["place"] = _[292]} +_[294] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[295] = {["type"] = "fixed", ["fixed"] = _[294]} +_[296] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[297] = {-0.5, -0.5, -0.25, 0.5, 0, 0.5} +_[298] = {-0.5, -0.5, -0.5, 0.25, 0, 0.5} +_[299] = {-0.5, 0, -0.5, 0, 0.25, 0.5} +_[300] = {-0.5, 0, 0, 0.5, 0.25, 0.5} +_[301] = {-0.5, 0.25, 0.25, 0.5, 0.5, 0.5} +_[302] = {-0.5, 0.25, -0.5, -0.25, 0.5, 0.5} +_[303] = {_[296], _[297], _[298], _[299], _[300], _[301], _[302]} +_[304] = {["type"] = "fixed", ["fixed"] = _[303]} +_[305] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[306] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[307] = {_[305], _[306]} +_[308] = {["type"] = "fixed", ["fixed"] = _[307]} +_[309] = {"default_desert_stone_brick.png"} +_[310] = {["cracky"] = 3} +_[311] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[312] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[313] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[314] = {["dug"] = _[311], ["footstep"] = _[312], ["place"] = _[313]} +_[315] = {"moreblocks_coal_stone.png"} +_[316] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[317] = {-0.5, -0.25, -0.25, 0.25, 0, 0.5} +_[318] = {-0.5, 0, 0, 0, 0.25, 0.5} +_[319] = {-0.5, 0.25, 0.25, -0.25, 0.5, 0.5} +_[320] = {_[316], _[317], _[318], _[319]} +_[321] = {["type"] = "fixed", ["fixed"] = _[320]} +_[322] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[323] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[324] = {["type"] = "fixed", ["fixed"] = _[323]} +_[325] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[326] = {["type"] = "fixed", ["fixed"] = _[325]} +_[327] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[328] = {["type"] = "fixed", ["fixed"] = _[327]} +_[329] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[330] = {["type"] = "fixed", ["fixed"] = _[329]} +_[331] = {"moreblocks_coal_stone_bricks.png"} +_[332] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[333] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[334] = {["type"] = "fixed", ["fixed"] = _[333]} +_[335] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[336] = {["type"] = "fixed", ["fixed"] = _[335]} +_[337] = {"default_gold_block.png"} +_[338] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[339] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[340] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[341] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[342] = {["dug"] = _[339], ["footstep"] = _[340], ["place"] = _[341]} +_[343] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[344] = {0, 0, 0, 0.5, 0.5, 0.5} +_[345] = {_[343], _[344]} +_[346] = {["type"] = "fixed", ["fixed"] = _[345]} +_[347] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[348] = {["type"] = "fixed", ["fixed"] = _[347]} +_[349] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[350] = {["type"] = "fixed", ["fixed"] = _[349]} +_[351] = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"} +_[352] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[353] = {["name"] = "default_break_glass", ["gain"] = 1} +_[354] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[355] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[356] = {["dug"] = _[353], ["footstep"] = _[354], ["place"] = _[355]} +_[357] = {"default_junglewood.png"} +_[358] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +_[359] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[360] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[361] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[362] = {["dug"] = _[359], ["footstep"] = _[360], ["place"] = _[361]} +_[363] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[364] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[365] = {_[363], _[364]} +_[366] = {["type"] = "fixed", ["fixed"] = _[365]} +_[367] = {0, -0.5, -0.06, 0.5, 0.5, 0.06} +_[368] = {0, -0.5, -0.03125, 0.5, 0.5, 0.03125} +_[369] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[370] = {["type"] = "fixed", ["fixed"] = _[369]} +_[371] = {"default_glass.png", "default_glass_detail.png"} +_[372] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[373] = {["name"] = "default_break_glass", ["gain"] = 1} +_[374] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[375] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[376] = {["dug"] = _[373], ["footstep"] = _[374], ["place"] = _[375]} +_[377] = {"default_stone.png^moreblocks_cactus_checker.png", "default_stone.png^moreblocks_cactus_checker.png", "default_stone.png^moreblocks_cactus_checker.png", "default_stone.png^moreblocks_cactus_checker.png", "default_stone.png^moreblocks_cactus_checker.png^[transformR90", "default_stone.png^moreblocks_cactus_checker.png^[transformR90"} +_[378] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[379] = {-0.06, -0.5, 0, 0.06, 0.5, 0.5} +_[380] = {-0.03125, -0.5, 0, 0.03125, 0.5, 0.5} +_[381] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[382] = {["type"] = "fixed", ["fixed"] = _[381]} +_[383] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[384] = {["type"] = "fixed", ["fixed"] = _[383]} +_[385] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[386] = {["type"] = "fixed", ["fixed"] = _[385]} +_[387] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[388] = {["type"] = "fixed", ["fixed"] = _[387]} +_[389] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[390] = {["type"] = "fixed", ["fixed"] = _[389]} +_[391] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[392] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[393] = {_[391], _[392]} +_[394] = {["type"] = "fixed", ["fixed"] = _[393]} +_[395] = {"moreblocks_wood_tile_full.png", "moreblocks_wood_tile_full.png", "moreblocks_wood_tile_full.png", "moreblocks_wood_tile_full.png", "moreblocks_wood_tile_full.png^[transformR90", "moreblocks_wood_tile_full.png^[transformR90"} +_[396] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[397] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[398] = {["type"] = "fixed", ["fixed"] = _[397]} +_[399] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[400] = {["type"] = "fixed", ["fixed"] = _[399]} +_[401] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[402] = {["type"] = "fixed", ["fixed"] = _[401]} +_[403] = {"moreblocks_stone_tile.png"} +_[404] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[405] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[406] = {["type"] = "fixed", ["fixed"] = _[405]} +_[407] = {"default_sandstone_brick.png"} +_[408] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[409] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[410] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[411] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[412] = {["dug"] = _[409], ["footstep"] = _[410], ["place"] = _[411]} +_[413] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[414] = {-0.5, -0.25, -0.25, 0.5, 0, 0.5} +_[415] = {-0.5, 0, 0, 0.5, 0.25, 0.5} +_[416] = {-0.5, 0.25, 0.25, 0.5, 0.5, 0.5} +_[417] = {_[413], _[414], _[415], _[416]} +_[418] = {["type"] = "fixed", ["fixed"] = _[417]} +_[419] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[420] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[421] = {["type"] = "fixed", ["fixed"] = _[420]} +_[422] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[423] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[424] = {_[422], _[423]} +_[425] = {["type"] = "fixed", ["fixed"] = _[424]} +_[426] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[427] = {["type"] = "fixed", ["fixed"] = _[426]} +_[428] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[429] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[430] = {_[428], _[429]} +_[431] = {["type"] = "fixed", ["fixed"] = _[430]} +_[432] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[433] = {["type"] = "fixed", ["fixed"] = _[432]} +_[434] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[435] = {["type"] = "fixed", ["fixed"] = _[434]} +_[436] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[437] = {-0.5, -0.375, -0.25, 0.25, -0.25, 0.5} +_[438] = {-0.5, -0.25, 0, 0, -0.125, 0.5} +_[439] = {-0.5, -0.125, 0.25, -0.25, 0, 0.5} +_[440] = {_[436], _[437], _[438], _[439]} +_[441] = {["type"] = "fixed", ["fixed"] = _[440]} +_[442] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[443] = {["type"] = "fixed", ["fixed"] = _[442]} +_[444] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[445] = {["type"] = "fixed", ["fixed"] = _[444]} +_[446] = {"default_desert_stone.png"} +_[447] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[448] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[449] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[450] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[451] = {["dug"] = _[448], ["footstep"] = _[449], ["place"] = _[450]} +_[452] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[453] = {["type"] = "fixed", ["fixed"] = _[452]} +_[454] = {"default_wood.png"} +_[455] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[456] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[457] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[458] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[459] = {["dug"] = _[456], ["footstep"] = _[457], ["place"] = _[458]} +_[460] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[461] = {["type"] = "fixed", ["fixed"] = _[460]} +_[462] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[463] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[464] = {_[462], _[463]} +_[465] = {["type"] = "fixed", ["fixed"] = _[464]} +_[466] = {-0.5, -0.5, -0.5, 0.5, 0.125, 0.5} +_[467] = {-0.5, 0.125, -0.25, 0.5, 0.25, 0.5} +_[468] = {-0.5, 0.25, 0, 0.5, 0.375, 0.5} +_[469] = {-0.5, 0.375, 0.25, 0.5, 0.5, 0.5} +_[470] = {_[466], _[467], _[468], _[469]} +_[471] = {["type"] = "fixed", ["fixed"] = _[470]} +_[472] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[473] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[474] = {_[472], _[473]} +_[475] = {["type"] = "fixed", ["fixed"] = _[474]} +_[476] = {"default_diamond_block.png"} +_[477] = {["level"] = 3, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[478] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[479] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[480] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[481] = {["dug"] = _[478], ["footstep"] = _[479], ["place"] = _[480]} +_[482] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[483] = {["type"] = "fixed", ["fixed"] = _[482]} +_[484] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[485] = {["type"] = "fixed", ["fixed"] = _[484]} +_[486] = {"default_obsidian.png"} +_[487] = {["level"] = 2, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[488] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[489] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[490] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[491] = {["dug"] = _[488], ["footstep"] = _[489], ["place"] = _[490]} +_[492] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[493] = {["type"] = "fixed", ["fixed"] = _[492]} +_[494] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[495] = {["type"] = "fixed", ["fixed"] = _[494]} +_[496] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[497] = {["type"] = "fixed", ["fixed"] = _[496]} +_[498] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[499] = {["type"] = "fixed", ["fixed"] = _[498]} +_[500] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[501] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[502] = {_[500], _[501]} +_[503] = {["type"] = "fixed", ["fixed"] = _[502]} +_[504] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[505] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[506] = {_[504], _[505]} +_[507] = {["type"] = "fixed", ["fixed"] = _[506]} +_[508] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[509] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[510] = {_[508], _[509]} +_[511] = {["type"] = "fixed", ["fixed"] = _[510]} +_[512] = {"moreblocks_coal_glass.png"} +_[513] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[514] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[515] = {["type"] = "fixed", ["fixed"] = _[514]} +_[516] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[517] = {["type"] = "fixed", ["fixed"] = _[516]} +_[518] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[519] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[520] = {_[518], _[519]} +_[521] = {["type"] = "fixed", ["fixed"] = _[520]} +_[522] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[523] = {["type"] = "fixed", ["fixed"] = _[522]} +_[524] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[525] = {["type"] = "fixed", ["fixed"] = _[524]} +_[526] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[527] = {["type"] = "fixed", ["fixed"] = _[526]} +_[528] = {["not_in_creative_inventory"] = 1, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[529] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[530] = {["type"] = "fixed", ["fixed"] = _[529]} +_[531] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[532] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[533] = {_[531], _[532]} +_[534] = {["type"] = "fixed", ["fixed"] = _[533]} +_[535] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[536] = {["type"] = "fixed", ["fixed"] = _[535]} +_[537] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[538] = {["type"] = "fixed", ["fixed"] = _[537]} +_[539] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[540] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[541] = {_[539], _[540]} +_[542] = {["type"] = "fixed", ["fixed"] = _[541]} +_[543] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[544] = {["type"] = "fixed", ["fixed"] = _[543]} +_[545] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[546] = {["type"] = "fixed", ["fixed"] = _[545]} +_[547] = {-0.5, -0.5, -0.5, 0.5, 0.5, -0.40625} +_[548] = {_[547]} +_[549] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2} +_[550] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[551] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[552] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[553] = {["dug"] = _[550], ["footstep"] = _[551], ["place"] = _[552]} +_[554] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaî\1\0\2\7\1\6\0\0237\1\7+\2\0\0007\2\0\2\14\0\2\0T\2\2€)\2\2\0H\2\2\0004\2\1\0007\2\2\2\16\3\0\0>\2\2\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\4\3\0T\4\2€)\4\1\0T\5\1€)\4\2\0H\4\2\0\1À\16doors_owner\15get_string\20get_player_name\13get_meta\13minetest\25only_placer_can_open\1\1\1\1\2\2\4\4\4\4\5\5\5\6\6\6\6\6\6\6\6\6\6def\0pos\0\0\24player\0\0\24meta\0\11\13pn\0\3\ +\0\0") +_[555] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[556] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[557] = {_[555], _[556]} +_[558] = {["type"] = "fixed", ["fixed"] = _[557]} +_[559] = {"default_desert_stone_brick.png"} +_[560] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[561] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[562] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[563] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[564] = {["dug"] = _[561], ["footstep"] = _[562], ["place"] = _[563]} +_[565] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[566] = {["type"] = "fixed", ["fixed"] = _[565]} +_[567] = {"default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90"} +_[568] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3} +_[569] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[570] = {["type"] = "fixed", ["fixed"] = _[569]} +_[571] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[572] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[573] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[574] = {["type"] = "wallmounted", ["wall_side"] = _[571], ["wall_bottom"] = _[572], ["wall_top"] = _[573]} +_[575] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[576] = {["type"] = "fixed", ["fixed"] = _[575]} +_[577] = {"moreblocks_circle_stone_bricks.png"} +_[578] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[579] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[580] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[581] = {_[579], _[580]} +_[582] = {["type"] = "fixed", ["fixed"] = _[581]} +_[583] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[584] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[585] = {_[583], _[584]} +_[586] = {["type"] = "fixed", ["fixed"] = _[585]} +_[587] = {"farming_straw.png"} +_[588] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[589] = {["type"] = "fixed", ["fixed"] = _[588]} +_[590] = {["flammable"] = 4, ["snappy"] = 3} +_[591] = {["name"] = "default_grass_footstep", ["gain"] = 0.7} +_[592] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4} +_[593] = {["name"] = "default_grass_footstep", ["gain"] = 0.35} +_[594] = {["name"] = "default_place_node", ["gain"] = 1} +_[595] = {["dug"] = _[591], ["dig"] = _[592], ["footstep"] = _[593], ["place"] = _[594]} +_[596] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[597] = {["type"] = "fixed", ["fixed"] = _[596]} +_[598] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[599] = {["type"] = "fixed", ["fixed"] = _[598]} +_[600] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[601] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[602] = {_[600], _[601]} +_[603] = {["type"] = "fixed", ["fixed"] = _[602]} +_[604] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[605] = {["type"] = "fixed", ["fixed"] = _[604]} +_[606] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[607] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[608] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[609] = {_[606], _[607], _[608]} +_[610] = {["type"] = "fixed", ["fixed"] = _[609]} +_[611] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[612] = {["type"] = "fixed", ["fixed"] = _[611]} +_[613] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[614] = {["type"] = "fixed", ["fixed"] = _[613]} +_[615] = {"default_brick.png"} +_[616] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[617] = {["type"] = "fixed", ["fixed"] = _[616]} +_[618] = {["cracky"] = 3} +_[619] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[620] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[621] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[622] = {["dug"] = _[619], ["footstep"] = _[620], ["place"] = _[621]} +_[623] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[624] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[625] = {_[623], _[624]} +_[626] = {["type"] = "fixed", ["fixed"] = _[625]} +_[627] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[628] = {["type"] = "fixed", ["fixed"] = _[627]} +_[629] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[630] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[631] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[632] = {_[629], _[630], _[631]} +_[633] = {["type"] = "fixed", ["fixed"] = _[632]} +_[634] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[635] = {["type"] = "fixed", ["fixed"] = _[634]} +_[636] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[637] = {["type"] = "fixed", ["fixed"] = _[636]} +_[638] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[639] = {["type"] = "fixed", ["fixed"] = _[638]} +_[640] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[641] = {["type"] = "fixed", ["fixed"] = _[640]} +_[642] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[643] = {["type"] = "fixed", ["fixed"] = _[642]} +_[644] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[645] = {["type"] = "fixed", ["fixed"] = _[644]} +_[646] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[647] = {["type"] = "fixed", ["fixed"] = _[646]} +_[648] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[649] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[650] = {_[648], _[649]} +_[651] = {["type"] = "fixed", ["fixed"] = _[650]} +_[652] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[653] = {["type"] = "fixed", ["fixed"] = _[652]} +_[654] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[655] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[656] = {_[654], _[655]} +_[657] = {["type"] = "fixed", ["fixed"] = _[656]} +_[658] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[659] = {["type"] = "fixed", ["fixed"] = _[658]} +_[660] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[661] = {["type"] = "fixed", ["fixed"] = _[660]} +_[662] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[663] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[664] = {_[662], _[663]} +_[665] = {["type"] = "fixed", ["fixed"] = _[664]} +_[666] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[667] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[668] = {_[666], _[667]} +_[669] = {["type"] = "fixed", ["fixed"] = _[668]} +_[670] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[671] = {["type"] = "fixed", ["fixed"] = _[670]} +_[672] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[673] = {["type"] = "fixed", ["fixed"] = _[672]} +_[674] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[675] = {["type"] = "fixed", ["fixed"] = _[674]} +_[676] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[677] = {["type"] = "fixed", ["fixed"] = _[676]} +_[678] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[679] = {["type"] = "fixed", ["fixed"] = _[678]} +_[680] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[681] = {["type"] = "fixed", ["fixed"] = _[680]} +_[682] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[683] = {["type"] = "fixed", ["fixed"] = _[682]} +_[684] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[685] = {["type"] = "fixed", ["fixed"] = _[684]} +_[686] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[687] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[688] = {_[686], _[687]} +_[689] = {["type"] = "fixed", ["fixed"] = _[688]} +_[690] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[691] = {["type"] = "fixed", ["fixed"] = _[690]} +_[692] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[693] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[694] = {_[692], _[693]} +_[695] = {["type"] = "fixed", ["fixed"] = _[694]} +_[696] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[697] = {["type"] = "fixed", ["fixed"] = _[696]} +_[698] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[699] = {["type"] = "fixed", ["fixed"] = _[698]} +_[700] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[701] = {["type"] = "fixed", ["fixed"] = _[700]} +_[702] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[703] = {["type"] = "fixed", ["fixed"] = _[702]} +_[704] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[705] = {["type"] = "fixed", ["fixed"] = _[704]} +_[706] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[707] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[708] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[709] = {["type"] = "wallmounted", ["wall_side"] = _[706], ["wall_bottom"] = _[707], ["wall_top"] = _[708]} +_[710] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[711] = {["type"] = "fixed", ["fixed"] = _[710]} +_[712] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[713] = {["type"] = "fixed", ["fixed"] = _[712]} +_[714] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[715] = {["type"] = "fixed", ["fixed"] = _[714]} +_[716] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[717] = {["type"] = "fixed", ["fixed"] = _[716]} +_[718] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[719] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[720] = {_[718], _[719]} +_[721] = {["type"] = "fixed", ["fixed"] = _[720]} +_[722] = {"moreblocks_grey_bricks.png"} +_[723] = {["not_in_creative_inventory"] = 1, ["cracky"] = 3} +_[724] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[725] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[726] = {_[724], _[725]} +_[727] = {["type"] = "fixed", ["fixed"] = _[726]} +_[728] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[729] = {["type"] = "fixed", ["fixed"] = _[728]} +_[730] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[731] = {["type"] = "fixed", ["fixed"] = _[730]} +_[732] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[733] = {["type"] = "fixed", ["fixed"] = _[732]} +_[734] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[735] = {["type"] = "fixed", ["fixed"] = _[734]} +_[736] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[737] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[738] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[739] = {_[736], _[737], _[738]} +_[740] = {["type"] = "fixed", ["fixed"] = _[739]} +_[741] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[742] = {["type"] = "fixed", ["fixed"] = _[741]} +_[743] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[744] = {["type"] = "fixed", ["fixed"] = _[743]} +_[745] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[746] = {["type"] = "fixed", ["fixed"] = _[745]} +_[747] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[748] = {["type"] = "fixed", ["fixed"] = _[747]} +_[749] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[750] = {["type"] = "fixed", ["fixed"] = _[749]} +_[751] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[752] = {["type"] = "fixed", ["fixed"] = _[751]} +_[753] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[754] = {["type"] = "fixed", ["fixed"] = _[753]} +_[755] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[756] = {["type"] = "fixed", ["fixed"] = _[755]} +_[757] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[758] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[759] = {_[757], _[758]} +_[760] = {["type"] = "fixed", ["fixed"] = _[759]} +_[761] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[762] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[763] = {_[761], _[762]} +_[764] = {["type"] = "fixed", ["fixed"] = _[763]} +_[765] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[766] = {_[765]} +_[767] = {["type"] = "fixed", ["fixed"] = _[766]} +_[768] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[769] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[770] = {_[768], _[769]} +_[771] = {["type"] = "fixed", ["fixed"] = _[770]} +_[772] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[773] = {["type"] = "fixed", ["fixed"] = _[772]} +_[774] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[775] = {["type"] = "fixed", ["fixed"] = _[774]} +_[776] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[777] = {["type"] = "fixed", ["fixed"] = _[776]} +_[778] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[779] = {["type"] = "fixed", ["fixed"] = _[778]} +_[780] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[781] = {0, 0, 0, 0.5, 0.5, 0.5} +_[782] = {_[780], _[781]} +_[783] = {["type"] = "fixed", ["fixed"] = _[782]} +_[784] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[785] = {["type"] = "fixed", ["fixed"] = _[784]} +_[786] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[787] = {["type"] = "fixed", ["fixed"] = _[786]} +_[788] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[789] = {["type"] = "fixed", ["fixed"] = _[788]} +_[790] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[791] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[792] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[793] = {_[790], _[791], _[792]} +_[794] = {["type"] = "fixed", ["fixed"] = _[793]} +_[795] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[796] = {["type"] = "fixed", ["fixed"] = _[795]} +_[797] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[798] = {["type"] = "fixed", ["fixed"] = _[797]} +_[799] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[800] = {["type"] = "fixed", ["fixed"] = _[799]} +_[801] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[802] = {["type"] = "fixed", ["fixed"] = _[801]} +_[803] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[804] = {["type"] = "fixed", ["fixed"] = _[803]} +_[805] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[806] = {["type"] = "fixed", ["fixed"] = _[805]} +_[807] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[808] = {["type"] = "fixed", ["fixed"] = _[807]} +_[809] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[810] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[811] = {_[809], _[810]} +_[812] = {["type"] = "fixed", ["fixed"] = _[811]} +_[813] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[814] = {0, 0, 0, 0.5, 0.5, 0.5} +_[815] = {_[813], _[814]} +_[816] = {["type"] = "fixed", ["fixed"] = _[815]} +_[817] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[818] = {["type"] = "fixed", ["fixed"] = _[817]} +_[819] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[820] = {["type"] = "fixed", ["fixed"] = _[819]} +_[821] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[822] = {["type"] = "fixed", ["fixed"] = _[821]} +_[823] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[824] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[825] = {_[823], _[824]} +_[826] = {["type"] = "fixed", ["fixed"] = _[825]} +_[827] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[828] = {["type"] = "fixed", ["fixed"] = _[827]} +_[829] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[830] = {["type"] = "fixed", ["fixed"] = _[829]} +_[831] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[832] = {["type"] = "fixed", ["fixed"] = _[831]} +_[833] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[834] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[835] = {_[833], _[834]} +_[836] = {["type"] = "fixed", ["fixed"] = _[835]} +_[837] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[838] = {["type"] = "fixed", ["fixed"] = _[837]} +_[839] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[840] = {["type"] = "fixed", ["fixed"] = _[839]} +_[841] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[842] = {["type"] = "fixed", ["fixed"] = _[841]} +_[843] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[844] = {["type"] = "fixed", ["fixed"] = _[843]} +_[845] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[846] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[847] = {_[845], _[846]} +_[848] = {["type"] = "fixed", ["fixed"] = _[847]} +_[849] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[850] = {["type"] = "fixed", ["fixed"] = _[849]} +_[851] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[852] = {["type"] = "fixed", ["fixed"] = _[851]} +_[853] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[854] = {["type"] = "fixed", ["fixed"] = _[853]} +_[855] = {-0.5, -0.5, -0.5, 0.5, 0.5, -0.40625} +_[856] = {_[855]} +_[857] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 3} +_[858] = {["name"] = "default_break_glass", ["gain"] = 1} +_[859] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[860] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[861] = {["dug"] = _[858], ["footstep"] = _[859], ["place"] = _[860]} +_[862] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaî\1\0\2\7\1\6\0\0237\1\7+\2\0\0007\2\0\2\14\0\2\0T\2\2€)\2\2\0H\2\2\0004\2\1\0007\2\2\2\16\3\0\0>\2\2\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\4\3\0T\4\2€)\4\1\0T\5\1€)\4\2\0H\4\2\0\1À\16doors_owner\15get_string\20get_player_name\13get_meta\13minetest\25only_placer_can_open\1\1\1\1\2\2\4\4\4\4\5\5\5\6\6\6\6\6\6\6\6\6\6def\0pos\0\0\24player\0\0\24meta\0\11\13pn\0\3\ +\0\0") +_[863] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[864] = {["type"] = "fixed", ["fixed"] = _[863]} +_[865] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[866] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[867] = {_[865], _[866]} +_[868] = {["type"] = "fixed", ["fixed"] = _[867]} +_[869] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[870] = {["type"] = "fixed", ["fixed"] = _[869]} +_[871] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[872] = {["type"] = "fixed", ["fixed"] = _[871]} +_[873] = {"default_sandstone.png"} +_[874] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[875] = {["type"] = "fixed", ["fixed"] = _[874]} +_[876] = {["cracky"] = 2, ["crumbly"] = 2} +_[877] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[878] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[879] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[880] = {["dug"] = _[877], ["footstep"] = _[878], ["place"] = _[879]} +_[881] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[882] = {0, 0, 0, 0.5, 0.5, 0.5} +_[883] = {_[881], _[882]} +_[884] = {["type"] = "fixed", ["fixed"] = _[883]} +_[885] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[886] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[887] = {_[885], _[886]} +_[888] = {["type"] = "fixed", ["fixed"] = _[887]} +_[889] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[890] = {["type"] = "fixed", ["fixed"] = _[889]} +_[891] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[892] = {["type"] = "fixed", ["fixed"] = _[891]} +_[893] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[894] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[895] = {_[893], _[894]} +_[896] = {["type"] = "fixed", ["fixed"] = _[895]} +_[897] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[898] = {["type"] = "fixed", ["fixed"] = _[897]} +_[899] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[900] = {["type"] = "fixed", ["fixed"] = _[899]} +_[901] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[902] = {["type"] = "fixed", ["fixed"] = _[901]} +_[903] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[904] = {["type"] = "fixed", ["fixed"] = _[903]} +_[905] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[906] = {["type"] = "fixed", ["fixed"] = _[905]} +_[907] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[908] = {["type"] = "fixed", ["fixed"] = _[907]} +_[909] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[910] = {["type"] = "fixed", ["fixed"] = _[909]} +_[911] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[912] = {["type"] = "fixed", ["fixed"] = _[911]} +_[913] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[914] = {["type"] = "fixed", ["fixed"] = _[913]} +_[915] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[916] = {["type"] = "fixed", ["fixed"] = _[915]} +_[917] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[918] = {["type"] = "fixed", ["fixed"] = _[917]} +_[919] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[920] = {["type"] = "fixed", ["fixed"] = _[919]} +_[921] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[922] = {["type"] = "fixed", ["fixed"] = _[921]} +_[923] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[924] = {["type"] = "fixed", ["fixed"] = _[923]} +_[925] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[926] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[927] = {_[925], _[926]} +_[928] = {["type"] = "fixed", ["fixed"] = _[927]} +_[929] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[930] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[931] = {_[929], _[930]} +_[932] = {["type"] = "fixed", ["fixed"] = _[931]} +_[933] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[934] = {["type"] = "fixed", ["fixed"] = _[933]} +_[935] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[936] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[937] = {_[935], _[936]} +_[938] = {["type"] = "fixed", ["fixed"] = _[937]} +_[939] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[940] = {["type"] = "fixed", ["fixed"] = _[939]} +_[941] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[942] = {["type"] = "fixed", ["fixed"] = _[941]} +_[943] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[944] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[945] = {_[943], _[944]} +_[946] = {["type"] = "fixed", ["fixed"] = _[945]} +_[947] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[948] = {["type"] = "fixed", ["fixed"] = _[947]} +_[949] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[950] = {["type"] = "fixed", ["fixed"] = _[949]} +_[951] = {"default_acacia_wood.png"} +_[952] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3} +_[953] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[954] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[955] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[956] = {["dug"] = _[953], ["footstep"] = _[954], ["place"] = _[955]} +_[957] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[958] = {["type"] = "fixed", ["fixed"] = _[957]} +_[959] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[960] = {["type"] = "fixed", ["fixed"] = _[959]} +_[961] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[962] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[963] = {_[961], _[962]} +_[964] = {["type"] = "fixed", ["fixed"] = _[963]} +_[965] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[966] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[967] = {_[965], _[966]} +_[968] = {["type"] = "fixed", ["fixed"] = _[967]} +_[969] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[970] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[971] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[972] = {_[969], _[970], _[971]} +_[973] = {["type"] = "fixed", ["fixed"] = _[972]} +_[974] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[975] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[976] = {_[974], _[975]} +_[977] = {["type"] = "fixed", ["fixed"] = _[976]} +_[978] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[979] = {["type"] = "fixed", ["fixed"] = _[978]} +_[980] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[981] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[982] = {_[980], _[981]} +_[983] = {["type"] = "fixed", ["fixed"] = _[982]} +_[984] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[985] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[986] = {_[984], _[985]} +_[987] = {["type"] = "fixed", ["fixed"] = _[986]} +_[988] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[989] = {["type"] = "fixed", ["fixed"] = _[988]} +_[990] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[991] = {["type"] = "fixed", ["fixed"] = _[990]} +_[992] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[993] = {["type"] = "fixed", ["fixed"] = _[992]} +_[994] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[995] = {["type"] = "fixed", ["fixed"] = _[994]} +_[996] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[997] = {["type"] = "fixed", ["fixed"] = _[996]} +_[998] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[999] = {["type"] = "fixed", ["fixed"] = _[998]} +_[1000] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1001] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1002] = {_[1000], _[1001]} +_[1003] = {["type"] = "fixed", ["fixed"] = _[1002]} +_[1004] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1005] = {["type"] = "fixed", ["fixed"] = _[1004]} +_[1006] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1007] = {["type"] = "fixed", ["fixed"] = _[1006]} +_[1008] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1009] = {["type"] = "fixed", ["fixed"] = _[1008]} +_[1010] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1011] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1012] = {_[1010], _[1011]} +_[1013] = {["type"] = "fixed", ["fixed"] = _[1012]} +_[1014] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1015] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1016] = {_[1014], _[1015]} +_[1017] = {["type"] = "fixed", ["fixed"] = _[1016]} +_[1018] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1019] = {["type"] = "fixed", ["fixed"] = _[1018]} +_[1020] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1021] = {["type"] = "fixed", ["fixed"] = _[1020]} +_[1022] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1023] = {["type"] = "fixed", ["fixed"] = _[1022]} +_[1024] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1025] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1026] = {_[1024], _[1025]} +_[1027] = {["type"] = "fixed", ["fixed"] = _[1026]} +_[1028] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1029] = {["type"] = "fixed", ["fixed"] = _[1028]} +_[1030] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1031] = {["type"] = "fixed", ["fixed"] = _[1030]} +_[1032] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1033] = {["type"] = "fixed", ["fixed"] = _[1032]} +_[1034] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1035] = {["type"] = "fixed", ["fixed"] = _[1034]} +_[1036] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1037] = {["type"] = "fixed", ["fixed"] = _[1036]} +_[1038] = {"moreblocks_iron_glass.png"} +_[1039] = {["not_in_creative_inventory"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3} +_[1040] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1041] = {["type"] = "fixed", ["fixed"] = _[1040]} +_[1042] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1043] = {["type"] = "fixed", ["fixed"] = _[1042]} +_[1044] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1045] = {["type"] = "fixed", ["fixed"] = _[1044]} +_[1046] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1047] = {["type"] = "fixed", ["fixed"] = _[1046]} +_[1048] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1049] = {["type"] = "fixed", ["fixed"] = _[1048]} +_[1050] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1051] = {["type"] = "fixed", ["fixed"] = _[1050]} +_[1052] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1053] = {["type"] = "fixed", ["fixed"] = _[1052]} +_[1054] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1055] = {["type"] = "fixed", ["fixed"] = _[1054]} +_[1056] = {-0.5, -0.5, -0.5, 0.5, 0.5, -0.40625} +_[1057] = {_[1056]} +_[1058] = {["level"] = 2, ["bendy"] = 2, ["melty"] = 2, ["door"] = 1, ["snappy"] = 1, ["not_in_creative_inventory"] = 1, ["cracky"] = 1} +_[1059] = {["name"] = "default_wood_footstep", ["gain"] = 1} +_[1060] = {["name"] = "default_wood_footstep", ["gain"] = 0.5} +_[1061] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1062] = {["dug"] = _[1059], ["footstep"] = _[1060], ["place"] = _[1061]} +_[1063] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaî\1\0\2\7\1\6\0\0237\1\7+\2\0\0007\2\0\2\14\0\2\0T\2\2€)\2\2\0H\2\2\0004\2\1\0007\2\2\2\16\3\0\0>\2\2\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\4\3\0T\4\2€)\4\1\0T\5\1€)\4\2\0H\4\2\0\1À\16doors_owner\15get_string\20get_player_name\13get_meta\13minetest\25only_placer_can_open\1\1\1\1\2\2\4\4\4\4\5\5\5\6\6\6\6\6\6\6\6\6\6def\0pos\0\0\24player\0\0\24meta\0\11\13pn\0\3\ +\0\0") +_[1064] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1065] = {["type"] = "fixed", ["fixed"] = _[1064]} +_[1066] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1067] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1068] = {_[1066], _[1067]} +_[1069] = {["type"] = "fixed", ["fixed"] = _[1068]} +_[1070] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1071] = {["type"] = "fixed", ["fixed"] = _[1070]} +_[1072] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1073] = {["type"] = "fixed", ["fixed"] = _[1072]} +_[1074] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1075] = {["type"] = "fixed", ["fixed"] = _[1074]} +_[1076] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1077] = {["type"] = "fixed", ["fixed"] = _[1076]} +_[1078] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1079] = {["type"] = "fixed", ["fixed"] = _[1078]} +_[1080] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1081] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1082] = {_[1080], _[1081]} +_[1083] = {["type"] = "fixed", ["fixed"] = _[1082]} +_[1084] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1085] = {["type"] = "fixed", ["fixed"] = _[1084]} +_[1086] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1087] = {["type"] = "fixed", ["fixed"] = _[1086]} +_[1088] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1089] = {["type"] = "fixed", ["fixed"] = _[1088]} +_[1090] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1091] = {["type"] = "fixed", ["fixed"] = _[1090]} +_[1092] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1093] = {["type"] = "fixed", ["fixed"] = _[1092]} +_[1094] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1095] = {["type"] = "fixed", ["fixed"] = _[1094]} +_[1096] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1097] = {["type"] = "fixed", ["fixed"] = _[1096]} +_[1098] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1099] = {["type"] = "fixed", ["fixed"] = _[1098]} +_[1100] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1101] = {["type"] = "fixed", ["fixed"] = _[1100]} +_[1102] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1103] = {["type"] = "fixed", ["fixed"] = _[1102]} +_[1104] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1105] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1106] = {_[1104], _[1105]} +_[1107] = {["type"] = "fixed", ["fixed"] = _[1106]} +_[1108] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1109] = {["type"] = "fixed", ["fixed"] = _[1108]} +_[1110] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1111] = {["type"] = "fixed", ["fixed"] = _[1110]} +_[1112] = loadstring("\27LJ\1\0O@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/functions.luaœ\1\0\4\8\0\4\0\12?â\1\0044\4\0\0007\4\1\4\16\5\0\0>\4\2\2'\5\1\0:\5\2\0044\5\0\0007\5\3\5\16\6\0\0\16\7\4\0>\5\3\1G\0\1\0\13set_node\11param2\13get_node\13minetest\1\1\1\1\2\2\3\3\3\3\3\4pos\0\0\13placer\0\0\13itemstack\0\0\13pointed_thing\0\0\13node\0\5\8\0\0") +_[1113] = {-0.5, -0.5, -0.06, 0.5, 0.5, 0.06} +_[1114] = {-0.5, -0.5, -0.03125, 0.5, 0.5, 0.03125} +_[1115] = {"default_gold_block.png"} +_[1116] = {["cracky"] = 1} +_[1117] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1118] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1119] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1120] = {["dug"] = _[1117], ["footstep"] = _[1118], ["place"] = _[1119]} +_[1121] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1122] = {["type"] = "fixed", ["fixed"] = _[1121]} +_[1123] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[1124] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1125] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[1126] = {["type"] = "wallmounted", ["wall_side"] = _[1123], ["wall_bottom"] = _[1124], ["wall_top"] = _[1125]} +_[1127] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1128] = {["type"] = "fixed", ["fixed"] = _[1127]} +_[1129] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1130] = {["type"] = "fixed", ["fixed"] = _[1129]} +_[1131] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1132] = {["type"] = "fixed", ["fixed"] = _[1131]} +_[1133] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1134] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1135] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1136] = {_[1133], _[1134], _[1135]} +_[1137] = {["type"] = "fixed", ["fixed"] = _[1136]} +_[1138] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1139] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1140] = {_[1138], _[1139]} +_[1141] = {["type"] = "fixed", ["fixed"] = _[1140]} +_[1142] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1143] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1144] = {_[1142], _[1143]} +_[1145] = {["type"] = "fixed", ["fixed"] = _[1144]} +_[1146] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[1147] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1148] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[1149] = {["type"] = "wallmounted", ["wall_side"] = _[1146], ["wall_bottom"] = _[1147], ["wall_top"] = _[1148]} +_[1150] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1151] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1152] = {_[1150], _[1151]} +_[1153] = {["type"] = "fixed", ["fixed"] = _[1152]} +_[1154] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1155] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1156] = {_[1154], _[1155]} +_[1157] = {["type"] = "fixed", ["fixed"] = _[1156]} +_[1158] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1159] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1160] = {_[1158], _[1159]} +_[1161] = {["type"] = "fixed", ["fixed"] = _[1160]} +_[1162] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1163] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1164] = {_[1162], _[1163]} +_[1165] = {["type"] = "fixed", ["fixed"] = _[1164]} +_[1166] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1167] = {["type"] = "fixed", ["fixed"] = _[1166]} +_[1168] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1169] = {["type"] = "fixed", ["fixed"] = _[1168]} +_[1170] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1171] = {["type"] = "fixed", ["fixed"] = _[1170]} +_[1172] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1173] = {["type"] = "fixed", ["fixed"] = _[1172]} +_[1174] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1175] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1176] = {_[1174], _[1175]} +_[1177] = {["type"] = "fixed", ["fixed"] = _[1176]} +_[1178] = {-0.5, -0.5, -0.5, 0.5, 0.5, -0.40625} +_[1179] = {_[1178]} +_[1180] = {["not_in_creative_inventory"] = 1, ["cracky"] = 1, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 3} +_[1181] = {["name"] = "default_break_glass", ["gain"] = 1} +_[1182] = {["name"] = "default_glass_footstep", ["gain"] = 0.5} +_[1183] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1184] = {["dug"] = _[1181], ["footstep"] = _[1182], ["place"] = _[1183]} +_[1185] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaî\1\0\2\7\1\6\0\0237\1\7+\2\0\0007\2\0\2\14\0\2\0T\2\2€)\2\2\0H\2\2\0004\2\1\0007\2\2\2\16\3\0\0>\2\2\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\4\3\0T\4\2€)\4\1\0T\5\1€)\4\2\0H\4\2\0\1À\16doors_owner\15get_string\20get_player_name\13get_meta\13minetest\25only_placer_can_open\1\1\1\1\2\2\4\4\4\4\5\5\5\6\6\6\6\6\6\6\6\6\6def\0pos\0\0\24player\0\0\24meta\0\11\13pn\0\3\ +\0\0") +_[1186] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1187] = {["type"] = "fixed", ["fixed"] = _[1186]} +_[1188] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1189] = {["type"] = "fixed", ["fixed"] = _[1188]} +_[1190] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1191] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1192] = {_[1190], _[1191]} +_[1193] = {["type"] = "fixed", ["fixed"] = _[1192]} +_[1194] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1195] = {["type"] = "fixed", ["fixed"] = _[1194]} +_[1196] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1197] = {["type"] = "fixed", ["fixed"] = _[1196]} +_[1198] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1199] = {["type"] = "fixed", ["fixed"] = _[1198]} +_[1200] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1201] = {["type"] = "fixed", ["fixed"] = _[1200]} +_[1202] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1203] = {["type"] = "fixed", ["fixed"] = _[1202]} +_[1204] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1205] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1206] = {_[1204], _[1205]} +_[1207] = {["type"] = "fixed", ["fixed"] = _[1206]} +_[1208] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1209] = {["type"] = "fixed", ["fixed"] = _[1208]} +_[1210] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1211] = {["type"] = "fixed", ["fixed"] = _[1210]} +_[1212] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1213] = {["type"] = "fixed", ["fixed"] = _[1212]} +_[1214] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1215] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1216] = {_[1214], _[1215]} +_[1217] = {["type"] = "fixed", ["fixed"] = _[1216]} +_[1218] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1219] = {["type"] = "fixed", ["fixed"] = _[1218]} +_[1220] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1221] = {["type"] = "fixed", ["fixed"] = _[1220]} +_[1222] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1223] = {["type"] = "fixed", ["fixed"] = _[1222]} +_[1224] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1225] = {["type"] = "fixed", ["fixed"] = _[1224]} +_[1226] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1227] = {["type"] = "fixed", ["fixed"] = _[1226]} +_[1228] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1229] = {["type"] = "fixed", ["fixed"] = _[1228]} +_[1230] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1231] = {["type"] = "fixed", ["fixed"] = _[1230]} +_[1232] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1233] = {["type"] = "fixed", ["fixed"] = _[1232]} +_[1234] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1235] = {["type"] = "fixed", ["fixed"] = _[1234]} +_[1236] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1237] = {["type"] = "fixed", ["fixed"] = _[1236]} +_[1238] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1239] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1240] = {_[1238], _[1239]} +_[1241] = {["type"] = "fixed", ["fixed"] = _[1240]} +_[1242] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1243] = {["type"] = "fixed", ["fixed"] = _[1242]} +_[1244] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1245] = {["type"] = "fixed", ["fixed"] = _[1244]} +_[1246] = {"default_stone_brick.png"} +_[1247] = {["cracky"] = 3} +_[1248] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1249] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1250] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1251] = {["dug"] = _[1248], ["footstep"] = _[1249], ["place"] = _[1250]} +_[1252] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1253] = {["type"] = "fixed", ["fixed"] = _[1252]} +_[1254] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1255] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1256] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1257] = {_[1254], _[1255], _[1256]} +_[1258] = {["type"] = "fixed", ["fixed"] = _[1257]} +_[1259] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1260] = {["type"] = "fixed", ["fixed"] = _[1259]} +_[1261] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1262] = {["type"] = "fixed", ["fixed"] = _[1261]} +_[1263] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1264] = {["type"] = "fixed", ["fixed"] = _[1263]} +_[1265] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1266] = {["type"] = "fixed", ["fixed"] = _[1265]} +_[1267] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1268] = {["type"] = "fixed", ["fixed"] = _[1267]} +_[1269] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1270] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1271] = {_[1269], _[1270]} +_[1272] = {["type"] = "fixed", ["fixed"] = _[1271]} +_[1273] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1274] = {["type"] = "fixed", ["fixed"] = _[1273]} +_[1275] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1276] = {["type"] = "fixed", ["fixed"] = _[1275]} +_[1277] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1278] = {["type"] = "fixed", ["fixed"] = _[1277]} +_[1279] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1280] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1281] = {_[1279], _[1280]} +_[1282] = {["type"] = "fixed", ["fixed"] = _[1281]} +_[1283] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1284] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1285] = {_[1283], _[1284]} +_[1286] = {["type"] = "fixed", ["fixed"] = _[1285]} +_[1287] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1288] = {["type"] = "fixed", ["fixed"] = _[1287]} +_[1289] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1290] = {["type"] = "fixed", ["fixed"] = _[1289]} +_[1291] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1292] = {["type"] = "fixed", ["fixed"] = _[1291]} +_[1293] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1294] = {["type"] = "fixed", ["fixed"] = _[1293]} +_[1295] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1296] = {["type"] = "fixed", ["fixed"] = _[1295]} +_[1297] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1298] = {["type"] = "fixed", ["fixed"] = _[1297]} +_[1299] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1300] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1301] = {_[1299], _[1300]} +_[1302] = {["type"] = "fixed", ["fixed"] = _[1301]} +_[1303] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1304] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1305] = {_[1303], _[1304]} +_[1306] = {["type"] = "fixed", ["fixed"] = _[1305]} +_[1307] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1308] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1309] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1310] = {_[1307], _[1308], _[1309]} +_[1311] = {["type"] = "fixed", ["fixed"] = _[1310]} +_[1312] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1313] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1314] = {_[1312], _[1313]} +_[1315] = {["type"] = "fixed", ["fixed"] = _[1314]} +_[1316] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1317] = {["type"] = "fixed", ["fixed"] = _[1316]} +_[1318] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1319] = {["type"] = "fixed", ["fixed"] = _[1318]} +_[1320] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1321] = {["type"] = "fixed", ["fixed"] = _[1320]} +_[1322] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1323] = {["type"] = "fixed", ["fixed"] = _[1322]} +_[1324] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1325] = {["type"] = "fixed", ["fixed"] = _[1324]} +_[1326] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1327] = {["type"] = "fixed", ["fixed"] = _[1326]} +_[1328] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1329] = {["type"] = "fixed", ["fixed"] = _[1328]} +_[1330] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1331] = {["type"] = "fixed", ["fixed"] = _[1330]} +_[1332] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1333] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1334] = {_[1332], _[1333]} +_[1335] = {["type"] = "fixed", ["fixed"] = _[1334]} +_[1336] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1337] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1338] = {_[1336], _[1337]} +_[1339] = {["type"] = "fixed", ["fixed"] = _[1338]} +_[1340] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1341] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1342] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1343] = {_[1340], _[1341], _[1342]} +_[1344] = {["type"] = "fixed", ["fixed"] = _[1343]} +_[1345] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1346] = {["type"] = "fixed", ["fixed"] = _[1345]} +_[1347] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1348] = {["type"] = "fixed", ["fixed"] = _[1347]} +_[1349] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1350] = {["type"] = "fixed", ["fixed"] = _[1349]} +_[1351] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1352] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1353] = {_[1351], _[1352]} +_[1354] = {["type"] = "fixed", ["fixed"] = _[1353]} +_[1355] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1356] = {["type"] = "fixed", ["fixed"] = _[1355]} +_[1357] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1358] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1359] = {_[1357], _[1358]} +_[1360] = {["type"] = "fixed", ["fixed"] = _[1359]} +_[1361] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1362] = {["type"] = "fixed", ["fixed"] = _[1361]} +_[1363] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1364] = {["type"] = "fixed", ["fixed"] = _[1363]} +_[1365] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1366] = {["type"] = "fixed", ["fixed"] = _[1365]} +_[1367] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1368] = {["type"] = "fixed", ["fixed"] = _[1367]} +_[1369] = {"default_stone_brick.png"} +_[1370] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2} +_[1371] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1372] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1373] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1374] = {["dug"] = _[1371], ["footstep"] = _[1372], ["place"] = _[1373]} +_[1375] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1376] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1377] = {_[1375], _[1376]} +_[1378] = {["type"] = "fixed", ["fixed"] = _[1377]} +_[1379] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1380] = {["type"] = "fixed", ["fixed"] = _[1379]} +_[1381] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1382] = {["type"] = "fixed", ["fixed"] = _[1381]} +_[1383] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1384] = {["type"] = "fixed", ["fixed"] = _[1383]} +_[1385] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1386] = {["type"] = "fixed", ["fixed"] = _[1385]} +_[1387] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1388] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1389] = {_[1387], _[1388]} +_[1390] = {["type"] = "fixed", ["fixed"] = _[1389]} +_[1391] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1392] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1393] = {_[1391], _[1392]} +_[1394] = {["type"] = "fixed", ["fixed"] = _[1393]} +_[1395] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1396] = {["type"] = "fixed", ["fixed"] = _[1395]} +_[1397] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1398] = {["type"] = "fixed", ["fixed"] = _[1397]} +_[1399] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1400] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1401] = {_[1399], _[1400]} +_[1402] = {["type"] = "fixed", ["fixed"] = _[1401]} +_[1403] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1404] = {["type"] = "fixed", ["fixed"] = _[1403]} +_[1405] = {"default_obsidian_brick.png"} +_[1406] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1407] = {["type"] = "fixed", ["fixed"] = _[1406]} +_[1408] = {["level"] = 2, ["cracky"] = 1} +_[1409] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1410] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1411] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1412] = {["dug"] = _[1409], ["footstep"] = _[1410], ["place"] = _[1411]} +_[1413] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1414] = {["type"] = "fixed", ["fixed"] = _[1413]} +_[1415] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[1416] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1417] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[1418] = {["type"] = "wallmounted", ["wall_side"] = _[1415], ["wall_bottom"] = _[1416], ["wall_top"] = _[1417]} +_[1419] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1420] = {["type"] = "fixed", ["fixed"] = _[1419]} +_[1421] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1422] = {["type"] = "fixed", ["fixed"] = _[1421]} +_[1423] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1424] = {["type"] = "fixed", ["fixed"] = _[1423]} +_[1425] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1426] = {["type"] = "fixed", ["fixed"] = _[1425]} +_[1427] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1428] = {["type"] = "fixed", ["fixed"] = _[1427]} +_[1429] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1430] = {["type"] = "fixed", ["fixed"] = _[1429]} +_[1431] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1432] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1433] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1434] = {_[1431], _[1432], _[1433]} +_[1435] = {["type"] = "fixed", ["fixed"] = _[1434]} +_[1436] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1437] = {["type"] = "fixed", ["fixed"] = _[1436]} +_[1438] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1439] = {["type"] = "fixed", ["fixed"] = _[1438]} +_[1440] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1441] = {["type"] = "fixed", ["fixed"] = _[1440]} +_[1442] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1443] = {["type"] = "fixed", ["fixed"] = _[1442]} +_[1444] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1445] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1446] = {_[1444], _[1445]} +_[1447] = {["type"] = "fixed", ["fixed"] = _[1446]} +_[1448] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1449] = {["type"] = "fixed", ["fixed"] = _[1448]} +_[1450] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1451] = {["type"] = "fixed", ["fixed"] = _[1450]} +_[1452] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1453] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1454] = {_[1452], _[1453]} +_[1455] = {["type"] = "fixed", ["fixed"] = _[1454]} +_[1456] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1457] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1458] = {_[1456], _[1457]} +_[1459] = {["type"] = "fixed", ["fixed"] = _[1458]} +_[1460] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1461] = {["type"] = "fixed", ["fixed"] = _[1460]} +_[1462] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1463] = {["type"] = "fixed", ["fixed"] = _[1462]} +_[1464] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1465] = {["type"] = "fixed", ["fixed"] = _[1464]} +_[1466] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1467] = {["type"] = "fixed", ["fixed"] = _[1466]} +_[1468] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1469] = {["type"] = "fixed", ["fixed"] = _[1468]} +_[1470] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1471] = {["type"] = "fixed", ["fixed"] = _[1470]} +_[1472] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1473] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1474] = {_[1472], _[1473]} +_[1475] = {["type"] = "fixed", ["fixed"] = _[1474]} +_[1476] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1477] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1478] = {_[1476], _[1477]} +_[1479] = {["type"] = "fixed", ["fixed"] = _[1478]} +_[1480] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1481] = {["type"] = "fixed", ["fixed"] = _[1480]} +_[1482] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1483] = {["type"] = "fixed", ["fixed"] = _[1482]} +_[1484] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1485] = {["type"] = "fixed", ["fixed"] = _[1484]} +_[1486] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1487] = {["type"] = "fixed", ["fixed"] = _[1486]} +_[1488] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1489] = {["type"] = "fixed", ["fixed"] = _[1488]} +_[1490] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1491] = {["type"] = "fixed", ["fixed"] = _[1490]} +_[1492] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1493] = {["type"] = "fixed", ["fixed"] = _[1492]} +_[1494] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1495] = {["type"] = "fixed", ["fixed"] = _[1494]} +_[1496] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1497] = {["type"] = "fixed", ["fixed"] = _[1496]} +_[1498] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1499] = {["type"] = "fixed", ["fixed"] = _[1498]} +_[1500] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1501] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1502] = {_[1500], _[1501]} +_[1503] = {["type"] = "fixed", ["fixed"] = _[1502]} +_[1504] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[1505] = {["type"] = "fixed", ["fixed"] = _[1504]} +_[1506] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1507] = {["type"] = "fixed", ["fixed"] = _[1506]} +_[1508] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1509] = {["type"] = "fixed", ["fixed"] = _[1508]} +_[1510] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1511] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1512] = {_[1510], _[1511]} +_[1513] = {["type"] = "fixed", ["fixed"] = _[1512]} +_[1514] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1515] = {["type"] = "fixed", ["fixed"] = _[1514]} +_[1516] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1517] = {["type"] = "fixed", ["fixed"] = _[1516]} +_[1518] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1519] = {["type"] = "fixed", ["fixed"] = _[1518]} +_[1520] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1521] = {["type"] = "fixed", ["fixed"] = _[1520]} +_[1522] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua\3\0\1\6\5\9\1%jÌ\1\0094\1\0\0007\1\1\1%\2\2\0003\3\3\0:\0\4\3>\1\3\0014\1\0\0007\1\5\1\16\2\0\0003\3\6\0>\1\3\0014\1\0\0007\1\7\1\16\2\0\0>\1\2\2\16\2\1\0007\1\8\1(\3\0\0>\1\3\1+\1\0\0\16\2\0\0+\3\1\0>\1\3\2+\2\2\0\16\3\0\0+\4\1\0>\2\3\1+\2\3\0\16\3\1\0\16\4\0\0+\5\1\0>\2\4\1+\2\4\0\16\3\0\0+\4\1\0>\2\3\1G\0\1\0\14À\3À\11À\6À\12À\ +start\19get_node_timer\1\0\1\9name\13tnt:boom\13set_node\8pos\1\0\2\22max_hear_distance\3€\1\9gain\4\0€€àÿ\3\16tnt_explode\15sound_play\13minetest\1€€€ÿ\3\1\1\1\1\1\1\2\2\2\2\2\3\3\3\3\3\3\3\3\5\5\5\5\6\6\6\6\7\7\7\7\7\8\8\8\8\9explode\0radius\0entity_physics\0eject_drops\0add_effects\0pos\0\0&drops\0\24\14\0\0") +_[1523] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1524] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1525] = {_[1523], _[1524]} +_[1526] = {["type"] = "fixed", ["fixed"] = _[1525]} +_[1527] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1528] = {["type"] = "fixed", ["fixed"] = _[1527]} +_[1529] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1530] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1531] = {_[1529], _[1530]} +_[1532] = {["type"] = "fixed", ["fixed"] = _[1531]} +_[1533] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1534] = {["type"] = "fixed", ["fixed"] = _[1533]} +_[1535] = {"default_stone.png"} +_[1536] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1537] = {["type"] = "fixed", ["fixed"] = _[1536]} +_[1538] = {["cracky"] = 3} +_[1539] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1540] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1541] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1542] = {["dug"] = _[1539], ["footstep"] = _[1540], ["place"] = _[1541]} +_[1543] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1544] = {["type"] = "fixed", ["fixed"] = _[1543]} +_[1545] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1546] = {["type"] = "fixed", ["fixed"] = _[1545]} +_[1547] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1548] = {["type"] = "fixed", ["fixed"] = _[1547]} +_[1549] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1550] = {["type"] = "fixed", ["fixed"] = _[1549]} +_[1551] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1552] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1553] = {_[1551], _[1552]} +_[1554] = {["type"] = "fixed", ["fixed"] = _[1553]} +_[1555] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1556] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1557] = {_[1555], _[1556]} +_[1558] = {["type"] = "fixed", ["fixed"] = _[1557]} +_[1559] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1560] = {["type"] = "fixed", ["fixed"] = _[1559]} +_[1561] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1562] = {["type"] = "fixed", ["fixed"] = _[1561]} +_[1563] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1564] = {["type"] = "fixed", ["fixed"] = _[1563]} +_[1565] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1566] = {["type"] = "fixed", ["fixed"] = _[1565]} +_[1567] = {"default_obsidian.png"} +_[1568] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1569] = {["type"] = "fixed", ["fixed"] = _[1568]} +_[1570] = {["level"] = 2, ["cracky"] = 1} +_[1571] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1572] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1573] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1574] = {["dug"] = _[1571], ["footstep"] = _[1572], ["place"] = _[1573]} +_[1575] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1576] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1577] = {_[1575], _[1576]} +_[1578] = {["type"] = "fixed", ["fixed"] = _[1577]} +_[1579] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1580] = {["type"] = "fixed", ["fixed"] = _[1579]} +_[1581] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1582] = {["type"] = "fixed", ["fixed"] = _[1581]} +_[1583] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1584] = {["type"] = "fixed", ["fixed"] = _[1583]} +_[1585] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1586] = {["type"] = "fixed", ["fixed"] = _[1585]} +_[1587] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1588] = {["type"] = "fixed", ["fixed"] = _[1587]} +_[1589] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1590] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1591] = {_[1589], _[1590]} +_[1592] = {["type"] = "fixed", ["fixed"] = _[1591]} +_[1593] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1594] = {["type"] = "fixed", ["fixed"] = _[1593]} +_[1595] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1596] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1597] = {_[1595], _[1596]} +_[1598] = {["type"] = "fixed", ["fixed"] = _[1597]} +_[1599] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1600] = {["type"] = "fixed", ["fixed"] = _[1599]} +_[1601] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1602] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1603] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1604] = {_[1601], _[1602], _[1603]} +_[1605] = {["type"] = "fixed", ["fixed"] = _[1604]} +_[1606] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1607] = {["type"] = "fixed", ["fixed"] = _[1606]} +_[1608] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1609] = {["type"] = "fixed", ["fixed"] = _[1608]} +_[1610] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1611] = {["type"] = "fixed", ["fixed"] = _[1610]} +_[1612] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1613] = {["type"] = "fixed", ["fixed"] = _[1612]} +_[1614] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1615] = {["type"] = "fixed", ["fixed"] = _[1614]} +_[1616] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1617] = {["type"] = "fixed", ["fixed"] = _[1616]} +_[1618] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1619] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1620] = {_[1618], _[1619]} +_[1621] = {["type"] = "fixed", ["fixed"] = _[1620]} +_[1622] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1623] = {["type"] = "fixed", ["fixed"] = _[1622]} +_[1624] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[1625] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1626] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[1627] = {["type"] = "wallmounted", ["wall_side"] = _[1624], ["wall_bottom"] = _[1625], ["wall_top"] = _[1626]} +_[1628] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1629] = {["type"] = "fixed", ["fixed"] = _[1628]} +_[1630] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1631] = {["type"] = "fixed", ["fixed"] = _[1630]} +_[1632] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1633] = {["type"] = "fixed", ["fixed"] = _[1632]} +_[1634] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1635] = {["type"] = "fixed", ["fixed"] = _[1634]} +_[1636] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1637] = {["type"] = "fixed", ["fixed"] = _[1636]} +_[1638] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1639] = {["type"] = "fixed", ["fixed"] = _[1638]} +_[1640] = {-0.5, -0.2, -0.5, 0.5, 0, 0.5} +_[1641] = {-0.5, -0.5, -0.5, -0.4, -0.2, -0.4} +_[1642] = {0.4, -0.5, -0.5, 0.5, -0.2, -0.4} +_[1643] = {0.4, -0.5, 0.4, 0.5, -0.2, 0.5} +_[1644] = {-0.5, -0.5, 0.4, -0.4, -0.2, 0.5} +_[1645] = {_[1640], _[1641], _[1642], _[1643], _[1644]} +_[1646] = {["type"] = "fixed", ["fixed"] = _[1645]} +_[1647] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/jumping/init.luaÙ\1\0\2\11\0\7\2\0290\20\0054\2\0\0007\2\1\0027\3\2\0017\4\2\1\19\4\4\0>\2\3\2\20\2\0\2\9\2\1\0T\3\1€'\2\1\0004\3\3\0007\3\4\3\16\4\3\0007\3\5\3\16\5\0\0003\6\6\0004\7\0\0007\7\1\0077\8\2\1'\9\1\0007\ +\2\1\19\ +\ +\0\21\ +\0\ +>\7\4\2\16\8\2\0$\7\8\7:\7\2\6>\3\4\1G\0\1\0\1\0\0\13add_node\8env\13minetest\9name\8sub\11string\2\14\1\1\1\1\1\1\2\3\3\3\4\4\4\4\4\4\4\4\4\4\4\4\4\4\4\4\4\4\5pos\0\0\30node\0\0\30id\0\7\23\0\0") +_[1648] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1649] = {["type"] = "fixed", ["fixed"] = _[1648]} +_[1650] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1651] = {["type"] = "fixed", ["fixed"] = _[1650]} +_[1652] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1653] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1654] = {_[1652], _[1653]} +_[1655] = {["type"] = "fixed", ["fixed"] = _[1654]} +_[1656] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1657] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1658] = {_[1656], _[1657]} +_[1659] = {["type"] = "fixed", ["fixed"] = _[1658]} +_[1660] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1661] = {["type"] = "fixed", ["fixed"] = _[1660]} +_[1662] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1663] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1664] = {_[1662], _[1663]} +_[1665] = {["type"] = "fixed", ["fixed"] = _[1664]} +_[1666] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1667] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1668] = {_[1666], _[1667]} +_[1669] = {["type"] = "fixed", ["fixed"] = _[1668]} +_[1670] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1671] = {["type"] = "fixed", ["fixed"] = _[1670]} +_[1672] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1673] = {["type"] = "fixed", ["fixed"] = _[1672]} +_[1674] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1675] = {["type"] = "fixed", ["fixed"] = _[1674]} +_[1676] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1677] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1678] = {_[1676], _[1677]} +_[1679] = {["type"] = "fixed", ["fixed"] = _[1678]} +_[1680] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1681] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1682] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1683] = {_[1680], _[1681], _[1682]} +_[1684] = {["type"] = "fixed", ["fixed"] = _[1683]} +_[1685] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1686] = {["type"] = "fixed", ["fixed"] = _[1685]} +_[1687] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1688] = {["type"] = "fixed", ["fixed"] = _[1687]} +_[1689] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1690] = {["type"] = "fixed", ["fixed"] = _[1689]} +_[1691] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1692] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1693] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1694] = {_[1691], _[1692], _[1693]} +_[1695] = {["type"] = "fixed", ["fixed"] = _[1694]} +_[1696] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1697] = {["type"] = "fixed", ["fixed"] = _[1696]} +_[1698] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[1699] = {["type"] = "fixed", ["fixed"] = _[1698]} +_[1700] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1701] = {["type"] = "fixed", ["fixed"] = _[1700]} +_[1702] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1703] = {["type"] = "fixed", ["fixed"] = _[1702]} +_[1704] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1705] = {["type"] = "fixed", ["fixed"] = _[1704]} +_[1706] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1707] = {["type"] = "fixed", ["fixed"] = _[1706]} +_[1708] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1709] = {["type"] = "fixed", ["fixed"] = _[1708]} +_[1710] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1711] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1712] = {_[1710], _[1711]} +_[1713] = {["type"] = "fixed", ["fixed"] = _[1712]} +_[1714] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1715] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1716] = {_[1714], _[1715]} +_[1717] = {["type"] = "fixed", ["fixed"] = _[1716]} +_[1718] = {"default_desert_stone.png"} +_[1719] = {["cracky"] = 3} +_[1720] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[1721] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[1722] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[1723] = {["dug"] = _[1720], ["footstep"] = _[1721], ["place"] = _[1722]} +_[1724] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1725] = {["type"] = "fixed", ["fixed"] = _[1724]} +_[1726] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1727] = {["type"] = "fixed", ["fixed"] = _[1726]} +_[1728] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1729] = {["type"] = "fixed", ["fixed"] = _[1728]} +_[1730] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1731] = {["type"] = "fixed", ["fixed"] = _[1730]} +_[1732] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[1733] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1734] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[1735] = {["type"] = "wallmounted", ["wall_side"] = _[1732], ["wall_bottom"] = _[1733], ["wall_top"] = _[1734]} +_[1736] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1737] = {["type"] = "fixed", ["fixed"] = _[1736]} +_[1738] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1739] = {["type"] = "fixed", ["fixed"] = _[1738]} +_[1740] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1741] = {["type"] = "fixed", ["fixed"] = _[1740]} +_[1742] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1743] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1744] = {_[1742], _[1743]} +_[1745] = {["type"] = "fixed", ["fixed"] = _[1744]} +_[1746] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1747] = {["type"] = "fixed", ["fixed"] = _[1746]} +_[1748] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1749] = {["type"] = "fixed", ["fixed"] = _[1748]} +_[1750] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1751] = {["type"] = "fixed", ["fixed"] = _[1750]} +_[1752] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1753] = {["type"] = "fixed", ["fixed"] = _[1752]} +_[1754] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1755] = {["type"] = "fixed", ["fixed"] = _[1754]} +_[1756] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[1757] = {["type"] = "fixed", ["fixed"] = _[1756]} +_[1758] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1759] = {["type"] = "fixed", ["fixed"] = _[1758]} +_[1760] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1761] = {["type"] = "fixed", ["fixed"] = _[1760]} +_[1762] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1763] = {["type"] = "fixed", ["fixed"] = _[1762]} +_[1764] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1765] = {["type"] = "fixed", ["fixed"] = _[1764]} +_[1766] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1767] = {["type"] = "fixed", ["fixed"] = _[1766]} +_[1768] = {-0.38235294117647, -0.088235294117647, -0.088235294117647, 0.38235294117647, 0.088235294117647, 0.088235294117647} +_[1769] = {-0.26470588235294, 0.14705882352941, 0.14705882352941, -0.20588235294118, -0.14705882352941, -0.14705882352941} +_[1770] = {-0.5, 0.029411764705882, 0.029411764705882, -0.38235294117647, -0.029411764705882, -0.029411764705882} +_[1771] = {0.38235294117647, 0.088235294117647, 0.088235294117647, 0.44117647058824, 0.14705882352941, 0.14705882352941} +_[1772] = {0.44117647058824, -0.14705882352941, 0.14705882352941, 0.38235294117647, -0.088235294117647, 0.088235294117647} +_[1773] = {0.44117647058824, 0.14705882352941, -0.14705882352941, 0.38235294117647, 0.088235294117647, -0.088235294117647} +_[1774] = {0.38235294117647, -0.088235294117647, -0.088235294117647, 0.44117647058824, -0.14705882352941, -0.14705882352941} +_[1775] = {0.44117647058824, 0.14705882352941, 0.14705882352941, 0.5, 0.20588235294118, 0.20588235294118} +_[1776] = {0.5, -0.20588235294118, 0.20588235294118, 0.44117647058824, -0.14705882352941, 0.14705882352941} +_[1777] = {0.5, 0.20588235294118, -0.20588235294118, 0.44117647058824, 0.14705882352941, -0.14705882352941} +_[1778] = {0.44117647058824, -0.14705882352941, -0.14705882352941, 0.5, -0.20588235294118, -0.20588235294118} +_[1779] = {_[1768], _[1769], _[1770], _[1771], _[1772], _[1773], _[1774], _[1775], _[1776], _[1777], _[1778]} +_[1780] = {["type"] = "fixed", ["fixed"] = _[1779]} +_[1781] = {-0.38235294117647, -0.088235294117647, -0.088235294117647, 0.38235294117647, 0.088235294117647, 0.088235294117647} +_[1782] = {-0.26470588235294, 0.14705882352941, 0.14705882352941, -0.20588235294118, -0.14705882352941, -0.14705882352941} +_[1783] = {-0.5, 0.029411764705882, 0.029411764705882, -0.38235294117647, -0.029411764705882, -0.029411764705882} +_[1784] = {0.38235294117647, 0.088235294117647, 0.088235294117647, 0.44117647058824, 0.14705882352941, 0.14705882352941} +_[1785] = {0.44117647058824, -0.14705882352941, 0.14705882352941, 0.38235294117647, -0.088235294117647, 0.088235294117647} +_[1786] = {0.44117647058824, 0.14705882352941, -0.14705882352941, 0.38235294117647, 0.088235294117647, -0.088235294117647} +_[1787] = {0.38235294117647, -0.088235294117647, -0.088235294117647, 0.44117647058824, -0.14705882352941, -0.14705882352941} +_[1788] = {0.44117647058824, 0.14705882352941, 0.14705882352941, 0.5, 0.20588235294118, 0.20588235294118} +_[1789] = {0.5, -0.20588235294118, 0.20588235294118, 0.44117647058824, -0.14705882352941, 0.14705882352941} +_[1790] = {0.5, 0.20588235294118, -0.20588235294118, 0.44117647058824, 0.14705882352941, -0.14705882352941} +_[1791] = {0.44117647058824, -0.14705882352941, -0.14705882352941, 0.5, -0.20588235294118, -0.20588235294118} +_[1792] = {_[1781], _[1782], _[1783], _[1784], _[1785], _[1786], _[1787], _[1788], _[1789], _[1790], _[1791]} +_[1793] = {["type"] = "fixed", ["fixed"] = _[1792]} +_[1794] = {-0.38235294117647, -0.088235294117647, -0.088235294117647, 0.38235294117647, 0.088235294117647, 0.088235294117647} +_[1795] = {-0.26470588235294, 0.14705882352941, 0.14705882352941, -0.20588235294118, -0.14705882352941, -0.14705882352941} +_[1796] = {-0.5, 0.029411764705882, 0.029411764705882, -0.38235294117647, -0.029411764705882, -0.029411764705882} +_[1797] = {0.38235294117647, 0.088235294117647, 0.088235294117647, 0.44117647058824, 0.14705882352941, 0.14705882352941} +_[1798] = {0.44117647058824, -0.14705882352941, 0.14705882352941, 0.38235294117647, -0.088235294117647, 0.088235294117647} +_[1799] = {0.44117647058824, 0.14705882352941, -0.14705882352941, 0.38235294117647, 0.088235294117647, -0.088235294117647} +_[1800] = {0.38235294117647, -0.088235294117647, -0.088235294117647, 0.44117647058824, -0.14705882352941, -0.14705882352941} +_[1801] = {0.44117647058824, 0.14705882352941, 0.14705882352941, 0.5, 0.20588235294118, 0.20588235294118} +_[1802] = {0.5, -0.20588235294118, 0.20588235294118, 0.44117647058824, -0.14705882352941, 0.14705882352941} +_[1803] = {0.5, 0.20588235294118, -0.20588235294118, 0.44117647058824, 0.14705882352941, -0.14705882352941} +_[1804] = {0.44117647058824, -0.14705882352941, -0.14705882352941, 0.5, -0.20588235294118, -0.20588235294118} +_[1805] = {_[1794], _[1795], _[1796], _[1797], _[1798], _[1799], _[1800], _[1801], _[1802], _[1803], _[1804]} +_[1806] = {["type"] = "fixed", ["fixed"] = _[1805]} +_[1807] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1808] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1809] = {_[1807], _[1808]} +_[1810] = {["type"] = "fixed", ["fixed"] = _[1809]} +_[1811] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[1812] = {["type"] = "fixed", ["fixed"] = _[1811]} +_[1813] = {-0.38235294117647, -0.088235294117647, -0.088235294117647, 0.38235294117647, 0.088235294117647, 0.088235294117647} +_[1814] = {-0.26470588235294, 0.14705882352941, 0.14705882352941, -0.20588235294118, -0.14705882352941, -0.14705882352941} +_[1815] = {-0.5, 0.029411764705882, 0.029411764705882, -0.38235294117647, -0.029411764705882, -0.029411764705882} +_[1816] = {0.38235294117647, 0.088235294117647, 0.088235294117647, 0.44117647058824, 0.14705882352941, 0.14705882352941} +_[1817] = {0.44117647058824, -0.14705882352941, 0.14705882352941, 0.38235294117647, -0.088235294117647, 0.088235294117647} +_[1818] = {0.44117647058824, 0.14705882352941, -0.14705882352941, 0.38235294117647, 0.088235294117647, -0.088235294117647} +_[1819] = {0.38235294117647, -0.088235294117647, -0.088235294117647, 0.44117647058824, -0.14705882352941, -0.14705882352941} +_[1820] = {0.44117647058824, 0.14705882352941, 0.14705882352941, 0.5, 0.20588235294118, 0.20588235294118} +_[1821] = {0.5, -0.20588235294118, 0.20588235294118, 0.44117647058824, -0.14705882352941, 0.14705882352941} +_[1822] = {0.5, 0.20588235294118, -0.20588235294118, 0.44117647058824, 0.14705882352941, -0.14705882352941} +_[1823] = {0.44117647058824, -0.14705882352941, -0.14705882352941, 0.5, -0.20588235294118, -0.20588235294118} +_[1824] = {_[1813], _[1814], _[1815], _[1816], _[1817], _[1818], _[1819], _[1820], _[1821], _[1822], _[1823]} +_[1825] = {["type"] = "fixed", ["fixed"] = _[1824]} +_[1826] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1827] = {["type"] = "fixed", ["fixed"] = _[1826]} +_[1828] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1829] = {["type"] = "fixed", ["fixed"] = _[1828]} +_[1830] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[1831] = {["type"] = "fixed", ["fixed"] = _[1830]} +_[1832] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1833] = {["type"] = "fixed", ["fixed"] = _[1832]} +_[1834] = {-0.38235294117647, -0.088235294117647, -0.088235294117647, 0.38235294117647, 0.088235294117647, 0.088235294117647} +_[1835] = {-0.26470588235294, 0.14705882352941, 0.14705882352941, -0.20588235294118, -0.14705882352941, -0.14705882352941} +_[1836] = {-0.5, 0.029411764705882, 0.029411764705882, -0.38235294117647, -0.029411764705882, -0.029411764705882} +_[1837] = {0.38235294117647, 0.088235294117647, 0.088235294117647, 0.44117647058824, 0.14705882352941, 0.14705882352941} +_[1838] = {0.44117647058824, -0.14705882352941, 0.14705882352941, 0.38235294117647, -0.088235294117647, 0.088235294117647} +_[1839] = {0.44117647058824, 0.14705882352941, -0.14705882352941, 0.38235294117647, 0.088235294117647, -0.088235294117647} +_[1840] = {0.38235294117647, -0.088235294117647, -0.088235294117647, 0.44117647058824, -0.14705882352941, -0.14705882352941} +_[1841] = {0.44117647058824, 0.14705882352941, 0.14705882352941, 0.5, 0.20588235294118, 0.20588235294118} +_[1842] = {0.5, -0.20588235294118, 0.20588235294118, 0.44117647058824, -0.14705882352941, 0.14705882352941} +_[1843] = {0.5, 0.20588235294118, -0.20588235294118, 0.44117647058824, 0.14705882352941, -0.14705882352941} +_[1844] = {0.44117647058824, -0.14705882352941, -0.14705882352941, 0.5, -0.20588235294118, -0.20588235294118} +_[1845] = {_[1834], _[1835], _[1836], _[1837], _[1838], _[1839], _[1840], _[1841], _[1842], _[1843], _[1844]} +_[1846] = {["type"] = "fixed", ["fixed"] = _[1845]} +_[1847] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1848] = {["type"] = "fixed", ["fixed"] = _[1847]} +_[1849] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1850] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1851] = {_[1849], _[1850]} +_[1852] = {["type"] = "fixed", ["fixed"] = _[1851]} +_[1853] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1854] = {["type"] = "fixed", ["fixed"] = _[1853]} +_[1855] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1856] = {["type"] = "fixed", ["fixed"] = _[1855]} +_[1857] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1858] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1859] = {_[1857], _[1858]} +_[1860] = {["type"] = "fixed", ["fixed"] = _[1859]} +_[1861] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\3\0\2\8\3\11\0(d¯\3\0097\2\0\1+\3\0\0\5\2\3\0T\2\3€+\2\1\0\14\0\2\0T\3\1€+\2\0\0)\3\1\0007\4\0\1+\5\0\0\5\4\5\0T\4\2€+\4\2\0007\3\1\0047\4\0\1+\5\1\0\5\4\5\0T\4\2€+\4\2\0007\3\2\4\15\0\3\0T\4\6€4\4\3\0007\4\4\4\16\5\3\0003\6\5\0:\0\6\6>\4\3\0014\4\3\0007\4\7\4\16\5\0\0003\6\8\0:\2\0\0067\7\9\1:\7\9\0067\7\ +\1:\7\ +\6>\4\3\1G\0\1\0\2À\3À\1À\11param2\11param1\1\0\0\13set_node\8pos\1\0\2\22max_hear_distance\3\ +\9gain\4³æÌ™\3³æÌþ\3\15sound_play\13minetest\16sound_close\15sound_open\9name\1\1\1\1\1\1\1\1\2\3\3\3\3\3\3\4\4\4\4\4\4\5\5\6\6\6\6\6\6\8\8\8\8\8\8\8\8\8\8\9name_closed\0name_opened\0def\0pos\0\0)node\0\0)newname\0\9 sound\0\1\31\0\0") +_[1862] = loadstring("\27LJ\1\0N@/home/kaen/code/minetest/bin/../games/adventuretest/mods/screwdriver/init.luan\0\5\6\0\2\0\0070\16\0044\5\0\0007\5\1\5\4\3\5\0T\5\2€)\5\1\0H\5\2\0G\0\1\0\16ROTATE_FACE\16screwdriver\1\1\1\1\2\2\4pos\0\0\8node\0\0\8user\0\0\8mode\0\0\8new_param2\0\0\8\0\0") +_[1863] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[1864] = {["type"] = "fixed", ["fixed"] = _[1863]} +_[1865] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[1866] = {["type"] = "fixed", ["fixed"] = _[1865]} +_[1867] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1868] = {["type"] = "fixed", ["fixed"] = _[1867]} +_[1869] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1870] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1871] = {_[1869], _[1870]} +_[1872] = {["type"] = "fixed", ["fixed"] = _[1871]} +_[1873] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1874] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1875] = {_[1873], _[1874]} +_[1876] = {["type"] = "fixed", ["fixed"] = _[1875]} +_[1877] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1878] = {["type"] = "fixed", ["fixed"] = _[1877]} +_[1879] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[1880] = {["type"] = "fixed", ["fixed"] = _[1879]} +_[1881] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1882] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1883] = {_[1881], _[1882]} +_[1884] = {["type"] = "fixed", ["fixed"] = _[1883]} +_[1885] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1886] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1887] = {_[1885], _[1886]} +_[1888] = {["type"] = "fixed", ["fixed"] = _[1887]} +_[1889] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1890] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1891] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1892] = {_[1889], _[1890], _[1891]} +_[1893] = {["type"] = "fixed", ["fixed"] = _[1892]} +_[1894] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1895] = {["type"] = "fixed", ["fixed"] = _[1894]} +_[1896] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1897] = {["type"] = "fixed", ["fixed"] = _[1896]} +_[1898] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1899] = {["type"] = "fixed", ["fixed"] = _[1898]} +_[1900] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1901] = {["type"] = "fixed", ["fixed"] = _[1900]} +_[1902] = {-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5} +_[1903] = {["type"] = "fixed", ["fixed"] = _[1902]} +_[1904] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[1905] = {["type"] = "fixed", ["fixed"] = _[1904]} +_[1906] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[1907] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1908] = {_[1906], _[1907]} +_[1909] = {["type"] = "fixed", ["fixed"] = _[1908]} +_[1910] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[1911] = {["type"] = "fixed", ["fixed"] = _[1910]} +_[1912] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1913] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1914] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[1915] = {_[1912], _[1913], _[1914]} +_[1916] = {["type"] = "fixed", ["fixed"] = _[1915]} +_[1917] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1918] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1919] = {_[1917], _[1918]} +_[1920] = {["type"] = "fixed", ["fixed"] = _[1919]} +_[1921] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1922] = {["type"] = "fixed", ["fixed"] = _[1921]} +_[1923] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1924] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1925] = {_[1923], _[1924]} +_[1926] = {["type"] = "fixed", ["fixed"] = _[1925]} +_[1927] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1928] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1929] = {_[1927], _[1928]} +_[1930] = {["type"] = "fixed", ["fixed"] = _[1929]} +_[1931] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[1932] = {0, 0, 0, 0.5, 0.5, 0.5} +_[1933] = {_[1931], _[1932]} +_[1934] = {["type"] = "fixed", ["fixed"] = _[1933]} +_[1935] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1936] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[1937] = {_[1935], _[1936]} +_[1938] = {["type"] = "fixed", ["fixed"] = _[1937]} +_[1939] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1940] = {["type"] = "fixed", ["fixed"] = _[1939]} +_[1941] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1942] = {["type"] = "fixed", ["fixed"] = _[1941]} +_[1943] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1944] = {["type"] = "fixed", ["fixed"] = _[1943]} +_[1945] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[1946] = {["type"] = "fixed", ["fixed"] = _[1945]} +_[1947] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1948] = {["type"] = "fixed", ["fixed"] = _[1947]} +_[1949] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1950] = {["type"] = "fixed", ["fixed"] = _[1949]} +_[1951] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[1952] = {["type"] = "fixed", ["fixed"] = _[1951]} +_[1953] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1954] = {["type"] = "fixed", ["fixed"] = _[1953]} +_[1955] = {-0.5, 0.4999, -0.5, 0.5, 0.5, 0.5} +_[1956] = {["type"] = "fixed", ["fixed"] = _[1955]} +_[1957] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1958] = {["type"] = "fixed", ["fixed"] = _[1957]} +_[1959] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[1960] = {["type"] = "fixed", ["fixed"] = _[1959]} +_[1961] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[1962] = {["type"] = "fixed", ["fixed"] = _[1961]} +_[1963] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1964] = {["type"] = "fixed", ["fixed"] = _[1963]} +_[1965] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[1966] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[1967] = {_[1965], _[1966]} +_[1968] = {["type"] = "fixed", ["fixed"] = _[1967]} +_[1969] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[1970] = {["type"] = "fixed", ["fixed"] = _[1969]} +_[1971] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[1972] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1973] = {_[1971], _[1972]} +_[1974] = {["type"] = "fixed", ["fixed"] = _[1973]} +_[1975] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[1976] = {["type"] = "fixed", ["fixed"] = _[1975]} +_[1977] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[1978] = {["type"] = "fixed", ["fixed"] = _[1977]} +_[1979] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[1980] = {["type"] = "fixed", ["fixed"] = _[1979]} +_[1981] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[1982] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[1983] = {_[1981], _[1982]} +_[1984] = {["type"] = "fixed", ["fixed"] = _[1983]} +_[1985] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[1986] = {["type"] = "fixed", ["fixed"] = _[1985]} +_[1987] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[1988] = {["type"] = "fixed", ["fixed"] = _[1987]} +_[1989] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[1990] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[1991] = {_[1989], _[1990]} +_[1992] = {["type"] = "fixed", ["fixed"] = _[1991]} +_[1993] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[1994] = {["type"] = "fixed", ["fixed"] = _[1993]} +_[1995] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[1996] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[1997] = {_[1995], _[1996]} +_[1998] = {["type"] = "fixed", ["fixed"] = _[1997]} +_[1999] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2000] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2001] = {_[1999], _[2000]} +_[2002] = {["type"] = "fixed", ["fixed"] = _[2001]} +_[2003] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2004] = {["type"] = "fixed", ["fixed"] = _[2003]} +_[2005] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2006] = {["type"] = "fixed", ["fixed"] = _[2005]} +_[2007] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2008] = {["type"] = "fixed", ["fixed"] = _[2007]} +_[2009] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2010] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2011] = {_[2009], _[2010]} +_[2012] = {["type"] = "fixed", ["fixed"] = _[2011]} +_[2013] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2014] = {["type"] = "fixed", ["fixed"] = _[2013]} +_[2015] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2016] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2017] = {_[2015], _[2016]} +_[2018] = {["type"] = "fixed", ["fixed"] = _[2017]} +_[2019] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2020] = {["type"] = "fixed", ["fixed"] = _[2019]} +_[2021] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2022] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2023] = {_[2021], _[2022]} +_[2024] = {["type"] = "fixed", ["fixed"] = _[2023]} +_[2025] = {"default_cobble.png"} +_[2026] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2027] = {["type"] = "fixed", ["fixed"] = _[2026]} +_[2028] = {["cracky"] = 3} +_[2029] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[2030] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[2031] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[2032] = {["dug"] = _[2029], ["footstep"] = _[2030], ["place"] = _[2031]} +_[2033] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2034] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2035] = {_[2033], _[2034]} +_[2036] = {["type"] = "fixed", ["fixed"] = _[2035]} +_[2037] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2038] = {["type"] = "fixed", ["fixed"] = _[2037]} +_[2039] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2040] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2041] = {_[2039], _[2040]} +_[2042] = {["type"] = "fixed", ["fixed"] = _[2041]} +_[2043] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2044] = {["type"] = "fixed", ["fixed"] = _[2043]} +_[2045] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2046] = {["type"] = "fixed", ["fixed"] = _[2045]} +_[2047] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2048] = {["type"] = "fixed", ["fixed"] = _[2047]} +_[2049] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2050] = {["type"] = "fixed", ["fixed"] = _[2049]} +_[2051] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2052] = {["type"] = "fixed", ["fixed"] = _[2051]} +_[2053] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2054] = {["type"] = "fixed", ["fixed"] = _[2053]} +_[2055] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2056] = {["type"] = "fixed", ["fixed"] = _[2055]} +_[2057] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2058] = {["type"] = "fixed", ["fixed"] = _[2057]} +_[2059] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2060] = {["type"] = "fixed", ["fixed"] = _[2059]} +_[2061] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2062] = {["type"] = "fixed", ["fixed"] = _[2061]} +_[2063] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2064] = {["type"] = "fixed", ["fixed"] = _[2063]} +_[2065] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2066] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2067] = {_[2065], _[2066]} +_[2068] = {["type"] = "fixed", ["fixed"] = _[2067]} +_[2069] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2070] = {["type"] = "fixed", ["fixed"] = _[2069]} +_[2071] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2072] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2073] = {_[2071], _[2072]} +_[2074] = {["type"] = "fixed", ["fixed"] = _[2073]} +_[2075] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2076] = {["type"] = "fixed", ["fixed"] = _[2075]} +_[2077] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2078] = {["type"] = "fixed", ["fixed"] = _[2077]} +_[2079] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2080] = {["type"] = "fixed", ["fixed"] = _[2079]} +_[2081] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2082] = {["type"] = "fixed", ["fixed"] = _[2081]} +_[2083] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2084] = {["type"] = "fixed", ["fixed"] = _[2083]} +_[2085] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2086] = {["type"] = "fixed", ["fixed"] = _[2085]} +_[2087] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2088] = {["type"] = "fixed", ["fixed"] = _[2087]} +_[2089] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2090] = {["type"] = "fixed", ["fixed"] = _[2089]} +_[2091] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2092] = {["type"] = "fixed", ["fixed"] = _[2091]} +_[2093] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2094] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2095] = {_[2093], _[2094]} +_[2096] = {["type"] = "fixed", ["fixed"] = _[2095]} +_[2097] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2098] = {["type"] = "fixed", ["fixed"] = _[2097]} +_[2099] = {-0.5, -0.5, -0.5, 0.5, -0.4999, 0.5} +_[2100] = {["type"] = "fixed", ["fixed"] = _[2099]} +_[2101] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2102] = {["type"] = "fixed", ["fixed"] = _[2101]} +_[2103] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2104] = {["type"] = "fixed", ["fixed"] = _[2103]} +_[2105] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2106] = {["type"] = "fixed", ["fixed"] = _[2105]} +_[2107] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2108] = {["type"] = "fixed", ["fixed"] = _[2107]} +_[2109] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2110] = {["type"] = "fixed", ["fixed"] = _[2109]} +_[2111] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2112] = {["type"] = "fixed", ["fixed"] = _[2111]} +_[2113] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2114] = {["type"] = "fixed", ["fixed"] = _[2113]} +_[2115] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2116] = {["type"] = "fixed", ["fixed"] = _[2115]} +_[2117] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2118] = {["type"] = "fixed", ["fixed"] = _[2117]} +_[2119] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2120] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2121] = {_[2119], _[2120]} +_[2122] = {["type"] = "fixed", ["fixed"] = _[2121]} +_[2123] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2124] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2125] = {_[2123], _[2124]} +_[2126] = {["type"] = "fixed", ["fixed"] = _[2125]} +_[2127] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2128] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2129] = {_[2127], _[2128]} +_[2130] = {["type"] = "fixed", ["fixed"] = _[2129]} +_[2131] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2132] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2133] = {_[2131], _[2132]} +_[2134] = {["type"] = "fixed", ["fixed"] = _[2133]} +_[2135] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2136] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2137] = {_[2135], _[2136]} +_[2138] = {["type"] = "fixed", ["fixed"] = _[2137]} +_[2139] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2140] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2141] = {_[2139], _[2140]} +_[2142] = {["type"] = "fixed", ["fixed"] = _[2141]} +_[2143] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2144] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2145] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2146] = {_[2143], _[2144], _[2145]} +_[2147] = {["type"] = "fixed", ["fixed"] = _[2146]} +_[2148] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2149] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2150] = {_[2148], _[2149]} +_[2151] = {["type"] = "fixed", ["fixed"] = _[2150]} +_[2152] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2153] = {["type"] = "fixed", ["fixed"] = _[2152]} +_[2154] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2155] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2156] = {_[2154], _[2155]} +_[2157] = {["type"] = "fixed", ["fixed"] = _[2156]} +_[2158] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2159] = {["type"] = "fixed", ["fixed"] = _[2158]} +_[2160] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2161] = {["type"] = "fixed", ["fixed"] = _[2160]} +_[2162] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2163] = {["type"] = "fixed", ["fixed"] = _[2162]} +_[2164] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2165] = {["type"] = "fixed", ["fixed"] = _[2164]} +_[2166] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2167] = {["type"] = "fixed", ["fixed"] = _[2166]} +_[2168] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2169] = {["type"] = "fixed", ["fixed"] = _[2168]} +_[2170] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2171] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2172] = {_[2170], _[2171]} +_[2173] = {["type"] = "fixed", ["fixed"] = _[2172]} +_[2174] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2175] = {["type"] = "fixed", ["fixed"] = _[2174]} +_[2176] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2177] = {["type"] = "fixed", ["fixed"] = _[2176]} +_[2178] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2179] = {["type"] = "fixed", ["fixed"] = _[2178]} +_[2180] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2181] = {["type"] = "fixed", ["fixed"] = _[2180]} +_[2182] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2183] = {["type"] = "fixed", ["fixed"] = _[2182]} +_[2184] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2185] = {["type"] = "fixed", ["fixed"] = _[2184]} +_[2186] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2187] = {["type"] = "fixed", ["fixed"] = _[2186]} +_[2188] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2189] = {["type"] = "fixed", ["fixed"] = _[2188]} +_[2190] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2191] = {["type"] = "fixed", ["fixed"] = _[2190]} +_[2192] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2193] = {["type"] = "fixed", ["fixed"] = _[2192]} +_[2194] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2195] = {["type"] = "fixed", ["fixed"] = _[2194]} +_[2196] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2197] = {["type"] = "fixed", ["fixed"] = _[2196]} +_[2198] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[2199] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2200] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[2201] = {["type"] = "wallmounted", ["wall_side"] = _[2198], ["wall_bottom"] = _[2199], ["wall_top"] = _[2200]} +_[2202] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2203] = {["type"] = "fixed", ["fixed"] = _[2202]} +_[2204] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2205] = {["type"] = "fixed", ["fixed"] = _[2204]} +_[2206] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2207] = {["type"] = "fixed", ["fixed"] = _[2206]} +_[2208] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2209] = {["type"] = "fixed", ["fixed"] = _[2208]} +_[2210] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2211] = {["type"] = "fixed", ["fixed"] = _[2210]} +_[2212] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2213] = {["type"] = "fixed", ["fixed"] = _[2212]} +_[2214] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2215] = {["type"] = "fixed", ["fixed"] = _[2214]} +_[2216] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2217] = {["type"] = "fixed", ["fixed"] = _[2216]} +_[2218] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2219] = {["type"] = "fixed", ["fixed"] = _[2218]} +_[2220] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2221] = {["type"] = "fixed", ["fixed"] = _[2220]} +_[2222] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2223] = {["type"] = "fixed", ["fixed"] = _[2222]} +_[2224] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2225] = {["type"] = "fixed", ["fixed"] = _[2224]} +_[2226] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2227] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2228] = {_[2226], _[2227]} +_[2229] = {["type"] = "fixed", ["fixed"] = _[2228]} +_[2230] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2231] = {["type"] = "fixed", ["fixed"] = _[2230]} +_[2232] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2233] = {["type"] = "fixed", ["fixed"] = _[2232]} +_[2234] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2235] = {["type"] = "fixed", ["fixed"] = _[2234]} +_[2236] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2237] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2238] = {_[2236], _[2237]} +_[2239] = {["type"] = "fixed", ["fixed"] = _[2238]} +_[2240] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2241] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2242] = {_[2240], _[2241]} +_[2243] = {["type"] = "fixed", ["fixed"] = _[2242]} +_[2244] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2245] = {["type"] = "fixed", ["fixed"] = _[2244]} +_[2246] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2247] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2248] = {_[2246], _[2247]} +_[2249] = {["type"] = "fixed", ["fixed"] = _[2248]} +_[2250] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2251] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2252] = {_[2250], _[2251]} +_[2253] = {["type"] = "fixed", ["fixed"] = _[2252]} +_[2254] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2255] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2256] = {_[2254], _[2255]} +_[2257] = {["type"] = "fixed", ["fixed"] = _[2256]} +_[2258] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2259] = {["type"] = "fixed", ["fixed"] = _[2258]} +_[2260] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2261] = {["type"] = "fixed", ["fixed"] = _[2260]} +_[2262] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2263] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2264] = {_[2262], _[2263]} +_[2265] = {["type"] = "fixed", ["fixed"] = _[2264]} +_[2266] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2267] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2268] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2269] = {_[2266], _[2267], _[2268]} +_[2270] = {["type"] = "fixed", ["fixed"] = _[2269]} +_[2271] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2272] = {["type"] = "fixed", ["fixed"] = _[2271]} +_[2273] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2274] = {["type"] = "fixed", ["fixed"] = _[2273]} +_[2275] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2276] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2277] = {_[2275], _[2276]} +_[2278] = {["type"] = "fixed", ["fixed"] = _[2277]} +_[2279] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2280] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2281] = {_[2279], _[2280]} +_[2282] = {["type"] = "fixed", ["fixed"] = _[2281]} +_[2283] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2284] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2285] = {_[2283], _[2284]} +_[2286] = {["type"] = "fixed", ["fixed"] = _[2285]} +_[2287] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2288] = {["type"] = "fixed", ["fixed"] = _[2287]} +_[2289] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2290] = {["type"] = "fixed", ["fixed"] = _[2289]} +_[2291] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2292] = {["type"] = "fixed", ["fixed"] = _[2291]} +_[2293] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2294] = {["type"] = "fixed", ["fixed"] = _[2293]} +_[2295] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2296] = {["type"] = "fixed", ["fixed"] = _[2295]} +_[2297] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2298] = {["type"] = "fixed", ["fixed"] = _[2297]} +_[2299] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2300] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2301] = {_[2299], _[2300]} +_[2302] = {["type"] = "fixed", ["fixed"] = _[2301]} +_[2303] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2304] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2305] = {_[2303], _[2304]} +_[2306] = {["type"] = "fixed", ["fixed"] = _[2305]} +_[2307] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2308] = {["type"] = "fixed", ["fixed"] = _[2307]} +_[2309] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2310] = {["type"] = "fixed", ["fixed"] = _[2309]} +_[2311] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2312] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2313] = {_[2311], _[2312]} +_[2314] = {["type"] = "fixed", ["fixed"] = _[2313]} +_[2315] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2316] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2317] = {_[2315], _[2316]} +_[2318] = {["type"] = "fixed", ["fixed"] = _[2317]} +_[2319] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2320] = {["type"] = "fixed", ["fixed"] = _[2319]} +_[2321] = {"default_desert_cobble.png"} +_[2322] = {["cracky"] = 3} +_[2323] = {["name"] = "default_hard_footstep", ["gain"] = 1} +_[2324] = {["name"] = "default_hard_footstep", ["gain"] = 0.5} +_[2325] = {["name"] = "default_place_node_hard", ["gain"] = 1} +_[2326] = {["dug"] = _[2323], ["footstep"] = _[2324], ["place"] = _[2325]} +_[2327] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2328] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2329] = {_[2327], _[2328]} +_[2330] = {["type"] = "fixed", ["fixed"] = _[2329]} +_[2331] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2332] = {["type"] = "fixed", ["fixed"] = _[2331]} +_[2333] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2334] = {["type"] = "fixed", ["fixed"] = _[2333]} +_[2335] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2336] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2337] = {_[2335], _[2336]} +_[2338] = {["type"] = "fixed", ["fixed"] = _[2337]} +_[2339] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2340] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2341] = {_[2339], _[2340]} +_[2342] = {["type"] = "fixed", ["fixed"] = _[2341]} +_[2343] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2344] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2345] = {_[2343], _[2344]} +_[2346] = {["type"] = "fixed", ["fixed"] = _[2345]} +_[2347] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2348] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2349] = {_[2347], _[2348]} +_[2350] = {["type"] = "fixed", ["fixed"] = _[2349]} +_[2351] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2352] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2353] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2354] = {_[2351], _[2352], _[2353]} +_[2355] = {["type"] = "fixed", ["fixed"] = _[2354]} +_[2356] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2357] = {["type"] = "fixed", ["fixed"] = _[2356]} +_[2358] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2359] = {["type"] = "fixed", ["fixed"] = _[2358]} +_[2360] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2361] = {["type"] = "fixed", ["fixed"] = _[2360]} +_[2362] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2363] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2364] = {_[2362], _[2363]} +_[2365] = {["type"] = "fixed", ["fixed"] = _[2364]} +_[2366] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2367] = {["type"] = "fixed", ["fixed"] = _[2366]} +_[2368] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2369] = {["type"] = "fixed", ["fixed"] = _[2368]} +_[2370] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2371] = {["type"] = "fixed", ["fixed"] = _[2370]} +_[2372] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2373] = {["type"] = "fixed", ["fixed"] = _[2372]} +_[2374] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2375] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2376] = {_[2374], _[2375]} +_[2377] = {["type"] = "fixed", ["fixed"] = _[2376]} +_[2378] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2379] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2380] = {_[2378], _[2379]} +_[2381] = {["type"] = "fixed", ["fixed"] = _[2380]} +_[2382] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2383] = {["type"] = "fixed", ["fixed"] = _[2382]} +_[2384] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2385] = {["type"] = "fixed", ["fixed"] = _[2384]} +_[2386] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2387] = {["type"] = "fixed", ["fixed"] = _[2386]} +_[2388] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2389] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2390] = {_[2388], _[2389]} +_[2391] = {["type"] = "fixed", ["fixed"] = _[2390]} +_[2392] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2393] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2394] = {_[2392], _[2393]} +_[2395] = {["type"] = "fixed", ["fixed"] = _[2394]} +_[2396] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2397] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2398] = {_[2396], _[2397]} +_[2399] = {["type"] = "fixed", ["fixed"] = _[2398]} +_[2400] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2401] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2402] = {_[2400], _[2401]} +_[2403] = {["type"] = "fixed", ["fixed"] = _[2402]} +_[2404] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2405] = {["type"] = "fixed", ["fixed"] = _[2404]} +_[2406] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2407] = {["type"] = "fixed", ["fixed"] = _[2406]} +_[2408] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2409] = {["type"] = "fixed", ["fixed"] = _[2408]} +_[2410] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2411] = {["type"] = "fixed", ["fixed"] = _[2410]} +_[2412] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2413] = {["type"] = "fixed", ["fixed"] = _[2412]} +_[2414] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2415] = {["type"] = "fixed", ["fixed"] = _[2414]} +_[2416] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2417] = {["type"] = "fixed", ["fixed"] = _[2416]} +_[2418] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2419] = {["type"] = "fixed", ["fixed"] = _[2418]} +_[2420] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2421] = {["type"] = "fixed", ["fixed"] = _[2420]} +_[2422] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2423] = {["type"] = "fixed", ["fixed"] = _[2422]} +_[2424] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2425] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2426] = {_[2424], _[2425]} +_[2427] = {["type"] = "fixed", ["fixed"] = _[2426]} +_[2428] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2429] = {["type"] = "fixed", ["fixed"] = _[2428]} +_[2430] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2431] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2432] = {_[2430], _[2431]} +_[2433] = {["type"] = "fixed", ["fixed"] = _[2432]} +_[2434] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2435] = {["type"] = "fixed", ["fixed"] = _[2434]} +_[2436] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2437] = {["type"] = "fixed", ["fixed"] = _[2436]} +_[2438] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2439] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2440] = {_[2438], _[2439]} +_[2441] = {["type"] = "fixed", ["fixed"] = _[2440]} +_[2442] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2443] = {["type"] = "fixed", ["fixed"] = _[2442]} +_[2444] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2445] = {["type"] = "fixed", ["fixed"] = _[2444]} +_[2446] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2447] = {["type"] = "fixed", ["fixed"] = _[2446]} +_[2448] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2449] = {["type"] = "fixed", ["fixed"] = _[2448]} +_[2450] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2451] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2452] = {_[2450], _[2451]} +_[2453] = {["type"] = "fixed", ["fixed"] = _[2452]} +_[2454] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2455] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2456] = {_[2454], _[2455]} +_[2457] = {["type"] = "fixed", ["fixed"] = _[2456]} +_[2458] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2459] = {["type"] = "fixed", ["fixed"] = _[2458]} +_[2460] = {-0.4, -0.5, -0.4, -0.25, 0.25, -0.25} +_[2461] = {0.25, -0.5, 0.25, 0.4, 0.25, 0.4} +_[2462] = {-0.4, -0.5, 0.25, -0.25, 0.25, 0.4} +_[2463] = {0.25, -0.5, -0.4, 0.4, 0.25, -0.25} +_[2464] = {-0.5, 0.25, -0.5, 0.5, 0.375, 0.5} +_[2465] = {-0.01, 0.4375, -0.125, 0.01, 0.5, 0.125} +_[2466] = {-0.01, 0.375, -0.1875, 0.01, 0.4375, 0.1875} +_[2467] = {-0.25, -0.0625, -0.25, 0.25, 0.25, 0.25} +_[2468] = {_[2460], _[2461], _[2462], _[2463], _[2464], _[2465], _[2466], _[2467]} +_[2469] = {["type"] = "fixed", ["fixed"] = _[2468]} +_[2470] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2471] = {["type"] = "fixed", ["fixed"] = _[2470]} +_[2472] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2473] = {["type"] = "fixed", ["fixed"] = _[2472]} +_[2474] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2475] = {["type"] = "fixed", ["fixed"] = _[2474]} +_[2476] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2477] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2478] = {_[2476], _[2477]} +_[2479] = {["type"] = "fixed", ["fixed"] = _[2478]} +_[2480] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2481] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2482] = {_[2480], _[2481]} +_[2483] = {["type"] = "fixed", ["fixed"] = _[2482]} +_[2484] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2485] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2486] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2487] = {_[2484], _[2485], _[2486]} +_[2488] = {["type"] = "fixed", ["fixed"] = _[2487]} +_[2489] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2490] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2491] = {_[2489], _[2490]} +_[2492] = {["type"] = "fixed", ["fixed"] = _[2491]} +_[2493] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2494] = {["type"] = "fixed", ["fixed"] = _[2493]} +_[2495] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2496] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2497] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2498] = {_[2495], _[2496], _[2497]} +_[2499] = {["type"] = "fixed", ["fixed"] = _[2498]} +_[2500] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2501] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2502] = {_[2500], _[2501]} +_[2503] = {["type"] = "fixed", ["fixed"] = _[2502]} +_[2504] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2505] = {["type"] = "fixed", ["fixed"] = _[2504]} +_[2506] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2507] = {["type"] = "fixed", ["fixed"] = _[2506]} +_[2508] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2509] = {["type"] = "fixed", ["fixed"] = _[2508]} +_[2510] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2511] = {["type"] = "fixed", ["fixed"] = _[2510]} +_[2512] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2513] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2514] = {_[2512], _[2513]} +_[2515] = {["type"] = "fixed", ["fixed"] = _[2514]} +_[2516] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2517] = {["type"] = "fixed", ["fixed"] = _[2516]} +_[2518] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2519] = {["type"] = "fixed", ["fixed"] = _[2518]} +_[2520] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2521] = {["type"] = "fixed", ["fixed"] = _[2520]} +_[2522] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2523] = {["type"] = "fixed", ["fixed"] = _[2522]} +_[2524] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2525] = {["type"] = "fixed", ["fixed"] = _[2524]} +_[2526] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2527] = {["type"] = "fixed", ["fixed"] = _[2526]} +_[2528] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2529] = {["type"] = "fixed", ["fixed"] = _[2528]} +_[2530] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2531] = {["type"] = "fixed", ["fixed"] = _[2530]} +_[2532] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2533] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2534] = {_[2532], _[2533]} +_[2535] = {["type"] = "fixed", ["fixed"] = _[2534]} +_[2536] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2537] = {["type"] = "fixed", ["fixed"] = _[2536]} +_[2538] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2539] = {["type"] = "fixed", ["fixed"] = _[2538]} +_[2540] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2541] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2542] = {_[2540], _[2541]} +_[2543] = {["type"] = "fixed", ["fixed"] = _[2542]} +_[2544] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2545] = {["type"] = "fixed", ["fixed"] = _[2544]} +_[2546] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2547] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2548] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2549] = {_[2546], _[2547], _[2548]} +_[2550] = {["type"] = "fixed", ["fixed"] = _[2549]} +_[2551] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2552] = {["type"] = "fixed", ["fixed"] = _[2551]} +_[2553] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2554] = {["type"] = "fixed", ["fixed"] = _[2553]} +_[2555] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2556] = {["type"] = "fixed", ["fixed"] = _[2555]} +_[2557] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2558] = {["type"] = "fixed", ["fixed"] = _[2557]} +_[2559] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2560] = {["type"] = "fixed", ["fixed"] = _[2559]} +_[2561] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2562] = {["type"] = "fixed", ["fixed"] = _[2561]} +_[2563] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2564] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2565] = {_[2563], _[2564]} +_[2566] = {["type"] = "fixed", ["fixed"] = _[2565]} +_[2567] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2568] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2569] = {-0.5, 0, -0.5, 0, 0.5, 0} +_[2570] = {_[2567], _[2568], _[2569]} +_[2571] = {["type"] = "fixed", ["fixed"] = _[2570]} +_[2572] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2573] = {["type"] = "fixed", ["fixed"] = _[2572]} +_[2574] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2575] = {["type"] = "fixed", ["fixed"] = _[2574]} +_[2576] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2577] = {["type"] = "fixed", ["fixed"] = _[2576]} +_[2578] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2579] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2580] = {_[2578], _[2579]} +_[2581] = {["type"] = "fixed", ["fixed"] = _[2580]} +_[2582] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2583] = {["type"] = "fixed", ["fixed"] = _[2582]} +_[2584] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2585] = {["type"] = "fixed", ["fixed"] = _[2584]} +_[2586] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2587] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2588] = {_[2586], _[2587]} +_[2589] = {["type"] = "fixed", ["fixed"] = _[2588]} +_[2590] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2591] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2592] = {_[2590], _[2591]} +_[2593] = {["type"] = "fixed", ["fixed"] = _[2592]} +_[2594] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2595] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2596] = {_[2594], _[2595]} +_[2597] = {["type"] = "fixed", ["fixed"] = _[2596]} +_[2598] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2599] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2600] = {_[2598], _[2599]} +_[2601] = {["type"] = "fixed", ["fixed"] = _[2600]} +_[2602] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2603] = {["type"] = "fixed", ["fixed"] = _[2602]} +_[2604] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2605] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2606] = {_[2604], _[2605]} +_[2607] = {["type"] = "fixed", ["fixed"] = _[2606]} +_[2608] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2609] = {["type"] = "fixed", ["fixed"] = _[2608]} +_[2610] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2611] = {["type"] = "fixed", ["fixed"] = _[2610]} +_[2612] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2613] = {["type"] = "fixed", ["fixed"] = _[2612]} +_[2614] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2615] = {["type"] = "fixed", ["fixed"] = _[2614]} +_[2616] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2617] = {["type"] = "fixed", ["fixed"] = _[2616]} +_[2618] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2619] = {["type"] = "fixed", ["fixed"] = _[2618]} +_[2620] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2621] = {["type"] = "fixed", ["fixed"] = _[2620]} +_[2622] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2623] = {["type"] = "fixed", ["fixed"] = _[2622]} +_[2624] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2625] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2626] = {_[2624], _[2625]} +_[2627] = {["type"] = "fixed", ["fixed"] = _[2626]} +_[2628] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2629] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2630] = {_[2628], _[2629]} +_[2631] = {["type"] = "fixed", ["fixed"] = _[2630]} +_[2632] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2633] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2634] = {_[2632], _[2633]} +_[2635] = {["type"] = "fixed", ["fixed"] = _[2634]} +_[2636] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2637] = {["type"] = "fixed", ["fixed"] = _[2636]} +_[2638] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2639] = {["type"] = "fixed", ["fixed"] = _[2638]} +_[2640] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[2641] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2642] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[2643] = {["type"] = "wallmounted", ["wall_side"] = _[2640], ["wall_bottom"] = _[2641], ["wall_top"] = _[2642]} +_[2644] = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5} +_[2645] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2646] = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5} +_[2647] = {["type"] = "wallmounted", ["wall_side"] = _[2644], ["wall_bottom"] = _[2645], ["wall_top"] = _[2646]} +_[2648] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2649] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2650] = {_[2648], _[2649]} +_[2651] = {["type"] = "fixed", ["fixed"] = _[2650]} +_[2652] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2653] = {["type"] = "fixed", ["fixed"] = _[2652]} +_[2654] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2655] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2656] = {_[2654], _[2655]} +_[2657] = {["type"] = "fixed", ["fixed"] = _[2656]} +_[2658] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2659] = {["type"] = "fixed", ["fixed"] = _[2658]} +_[2660] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2661] = {["type"] = "fixed", ["fixed"] = _[2660]} +_[2662] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2663] = {["type"] = "fixed", ["fixed"] = _[2662]} +_[2664] = {-0.4375, -0.5, -0.4375, 0.4375, -0.4375, 0.4375} +_[2665] = {-0.375, -0.4375, -0.375, 0.375, -0.375, 0.375} +_[2666] = {-0.25, -0.375, -0.25, 0.25, 0.4375, 0.25} +_[2667] = {-0.4375, 0.4375, -0.4375, 0.4375, 0.5, 0.4375} +_[2668] = {_[2664], _[2665], _[2666], _[2667]} +_[2669] = {["type"] = "fixed", ["fixed"] = _[2668]} +_[2670] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2671] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2672] = {_[2670], _[2671]} +_[2673] = {["type"] = "fixed", ["fixed"] = _[2672]} +_[2674] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2675] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2676] = {_[2674], _[2675]} +_[2677] = {["type"] = "fixed", ["fixed"] = _[2676]} +_[2678] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2679] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2680] = {_[2678], _[2679]} +_[2681] = {["type"] = "fixed", ["fixed"] = _[2680]} +_[2682] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2683] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2684] = {_[2682], _[2683]} +_[2685] = {["type"] = "fixed", ["fixed"] = _[2684]} +_[2686] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2687] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2688] = {_[2686], _[2687]} +_[2689] = {["type"] = "fixed", ["fixed"] = _[2688]} +_[2690] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2691] = {["type"] = "fixed", ["fixed"] = _[2690]} +_[2692] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2693] = {["type"] = "fixed", ["fixed"] = _[2692]} +_[2694] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2695] = {["type"] = "fixed", ["fixed"] = _[2694]} +_[2696] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2697] = {["type"] = "fixed", ["fixed"] = _[2696]} +_[2698] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2699] = {["type"] = "fixed", ["fixed"] = _[2698]} +_[2700] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2701] = {["type"] = "fixed", ["fixed"] = _[2700]} +_[2702] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2703] = {["type"] = "fixed", ["fixed"] = _[2702]} +_[2704] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2705] = {["type"] = "fixed", ["fixed"] = _[2704]} +_[2706] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2707] = {["type"] = "fixed", ["fixed"] = _[2706]} +_[2708] = {-0.5, -0.125, -0.5, 0.5, 0, 0} +_[2709] = {-0.5, 0.375, 0, 0.5, 0.5, 0.5} +_[2710] = {_[2708], _[2709]} +_[2711] = {["type"] = "fixed", ["fixed"] = _[2710]} +_[2712] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2713] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2714] = {_[2712], _[2713]} +_[2715] = {["type"] = "fixed", ["fixed"] = _[2714]} +_[2716] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2717] = {["type"] = "fixed", ["fixed"] = _[2716]} +_[2718] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2719] = {["type"] = "fixed", ["fixed"] = _[2718]} +_[2720] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2721] = {["type"] = "fixed", ["fixed"] = _[2720]} +_[2722] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2723] = {["type"] = "fixed", ["fixed"] = _[2722]} +_[2724] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2725] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2726] = {_[2724], _[2725]} +_[2727] = {["type"] = "fixed", ["fixed"] = _[2726]} +_[2728] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2729] = {["type"] = "fixed", ["fixed"] = _[2728]} +_[2730] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2731] = {["type"] = "fixed", ["fixed"] = _[2730]} +_[2732] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2733] = {["type"] = "fixed", ["fixed"] = _[2732]} +_[2734] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2735] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2736] = {_[2734], _[2735]} +_[2737] = {["type"] = "fixed", ["fixed"] = _[2736]} +_[2738] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2739] = {["type"] = "fixed", ["fixed"] = _[2738]} +_[2740] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2741] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2742] = {_[2740], _[2741]} +_[2743] = {["type"] = "fixed", ["fixed"] = _[2742]} +_[2744] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2745] = {["type"] = "fixed", ["fixed"] = _[2744]} +_[2746] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2747] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2748] = {_[2746], _[2747]} +_[2749] = {["type"] = "fixed", ["fixed"] = _[2748]} +_[2750] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2751] = {["type"] = "fixed", ["fixed"] = _[2750]} +_[2752] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2753] = {["type"] = "fixed", ["fixed"] = _[2752]} +_[2754] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2755] = {["type"] = "fixed", ["fixed"] = _[2754]} +_[2756] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2757] = {["type"] = "fixed", ["fixed"] = _[2756]} +_[2758] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2759] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2760] = {_[2758], _[2759]} +_[2761] = {["type"] = "fixed", ["fixed"] = _[2760]} +_[2762] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2763] = {["type"] = "fixed", ["fixed"] = _[2762]} +_[2764] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2765] = {["type"] = "fixed", ["fixed"] = _[2764]} +_[2766] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2767] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2768] = {_[2766], _[2767]} +_[2769] = {["type"] = "fixed", ["fixed"] = _[2768]} +_[2770] = {-0.5, -0.5, -0.5, 0, 0, 0.5} +_[2771] = {-0.5, 0, 0, 0, 0.5, 0.5} +_[2772] = {_[2770], _[2771]} +_[2773] = {["type"] = "fixed", ["fixed"] = _[2772]} +_[2774] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2775] = {["type"] = "fixed", ["fixed"] = _[2774]} +_[2776] = {-0.5, -0.0625, -0.5, 0.5, 0, 0} +_[2777] = {-0.5, 0.4375, 0, 0.5, 0.5, 0.5} +_[2778] = {_[2776], _[2777]} +_[2779] = {["type"] = "fixed", ["fixed"] = _[2778]} +_[2780] = {-0.5, -0.5, -0.5, 0.5, 0, 0} +_[2781] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2782] = {_[2780], _[2781]} +_[2783] = {["type"] = "fixed", ["fixed"] = _[2782]} +_[2784] = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5} +_[2785] = {["type"] = "fixed", ["fixed"] = _[2784]} +_[2786] = {-0.5, -0.5, 0, 0, 0.375, 0.5} +_[2787] = {["type"] = "fixed", ["fixed"] = _[2786]} +_[2788] = {-0.5, -0.5, 0, 0, -0.4375, 0.5} +_[2789] = {["type"] = "fixed", ["fixed"] = _[2788]} +_[2790] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2791] = {["type"] = "fixed", ["fixed"] = _[2790]} +_[2792] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2793] = {["type"] = "fixed", ["fixed"] = _[2792]} +_[2794] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2795] = {["type"] = "fixed", ["fixed"] = _[2794]} +_[2796] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2797] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2798] = {_[2796], _[2797]} +_[2799] = {["type"] = "fixed", ["fixed"] = _[2798]} +_[2800] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2801] = {["type"] = "fixed", ["fixed"] = _[2800]} +_[2802] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2803] = {["type"] = "fixed", ["fixed"] = _[2802]} +_[2804] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2805] = {["type"] = "fixed", ["fixed"] = _[2804]} +_[2806] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2807] = {["type"] = "fixed", ["fixed"] = _[2806]} +_[2808] = {-0.5, -0.5, 0, 0, 0.25, 0.5} +_[2809] = {["type"] = "fixed", ["fixed"] = _[2808]} +_[2810] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2811] = {["type"] = "fixed", ["fixed"] = _[2810]} +_[2812] = {-0.5, -0.5, 0, 0, -0.25, 0.5} +_[2813] = {["type"] = "fixed", ["fixed"] = _[2812]} +_[2814] = {-0.5, -0.5, 0, 0.5, 0.375, 0.5} +_[2815] = {["type"] = "fixed", ["fixed"] = _[2814]} +_[2816] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2817] = {["type"] = "fixed", ["fixed"] = _[2816]} +_[2818] = {-0.5, -0.5, 0, 0.5, -0.25, 0.5} +_[2819] = {["type"] = "fixed", ["fixed"] = _[2818]} +_[2820] = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5} +_[2821] = {["type"] = "fixed", ["fixed"] = _[2820]} +_[2822] = {-0.5, -0.5, 0, 0.5, -0.375, 0.5} +_[2823] = {["type"] = "fixed", ["fixed"] = _[2822]} +_[2824] = {-0.5, -0.5, 0, 0.5, 0.25, 0.5} +_[2825] = {["type"] = "fixed", ["fixed"] = _[2824]} +_[2826] = {0, -0.5, -0.5, 0.5, 0, 0.5} +_[2827] = {0, 0, 0, 0.5, 0.5, 0.5} +_[2828] = {_[2826], _[2827]} +_[2829] = {["type"] = "fixed", ["fixed"] = _[2828]} +_[2830] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2831] = {["type"] = "fixed", ["fixed"] = _[2830]} +_[2832] = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5} +_[2833] = {["type"] = "fixed", ["fixed"] = _[2832]} +_[2834] = {-0.5, -0.5, 0, 0.5, 0, 0.5} +_[2835] = {["type"] = "fixed", ["fixed"] = _[2834]} +_[2836] = {-0.5, -0.5, 0, 0, -0.375, 0.5} +_[2837] = {["type"] = "fixed", ["fixed"] = _[2836]} +_[2838] = {-0.5, -0.5, 0, 0, 0, 0.5} +_[2839] = {["type"] = "fixed", ["fixed"] = _[2838]} +_[2840] = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} +_[2841] = {-0.5, 0, 0, 0.5, 0.5, 0.5} +_[2842] = {_[2840], _[2841]} +_[2843] = {["type"] = "fixed", ["fixed"] = _[2842]} +_[2844] = {-0.5, -0.25, -0.5, 0.5, 0, 0} +_[2845] = {-0.5, 0.25, 0, 0.5, 0.5, 0.5} +_[2846] = {_[2844], _[2845]} +_[2847] = {["type"] = "fixed", ["fixed"] = _[2846]} +_[2848] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2849] = {["type"] = "fixed", ["fixed"] = _[2848]} +_[2850] = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5} +_[2851] = {["type"] = "fixed", ["fixed"] = _[2850]} +_[2852] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5} +_[2853] = {["type"] = "fixed", ["fixed"] = _[2852]} +_[2854] = {-0.5, -0.5, 0, 0, 0.4375, 0.5} +_[2855] = {["type"] = "fixed", ["fixed"] = _[2854]} +_[2856] = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5} +_[2857] = {["type"] = "fixed", ["fixed"] = _[2856]} +_[2858] = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5} +_[2859] = {["type"] = "fixed", ["fixed"] = _[2858]} +_[2860] = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5} +_[2861] = {["type"] = "fixed", ["fixed"] = _[2860]} +_[2862] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/furnace.luaÕ\1\0\2\7\0\7\0\02453\0044\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0>\4\3\2\15\0\4\0T\5\ +€\16\5\3\0007\4\3\3%\6\5\0>\4\3\2\15\0\4\0T\5\4€\16\5\3\0007\4\3\3%\6\6\0>\4\3\2H\4\2\0\8src\8dst\9fuel\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3pos\0\0\25player\0\0\25meta\0\5\20inv\0\3\17\0\0") +_[2863] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/furnace.luaŽ\2\0\7\16\1\4\0\19‹\1O\0054\7\0\0007\7\1\7\16\8\0\0>\7\2\2\16\9\7\0007\8\2\7>\8\2\2\16\ +\8\0007\9\3\8\16\11\1\0\16\12\2\0>\9\4\2+\ +\0\0\16\11\0\0\16\12\3\0\16\13\4\0\16\14\9\0\16\15\6\0@\ +\6\0\3À\14get_stack\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3\3\4\4\4\4\4\4\4allow_metadata_inventory_put\0pos\0\0\20from_list\0\0\20from_index\0\0\20to_list\0\0\20to_index\0\0\20count\0\0\20player\0\0\20meta\0\5\15inv\0\3\12stack\0\5\7\0\0") +_[2864] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/furnace.lua«\1\0\5\9\0\4\0\0149V\0054\5\0\0007\5\1\5\16\6\0\0\16\8\4\0007\7\2\4>\7\2\0=\5\1\2\15\0\5\0T\6\2€'\5\0\0H\5\2\0\16\6\3\0007\5\3\3@\5\2\0\14get_count\20get_player_name\17is_protected\13minetest\1\1\1\1\1\1\1\1\1\2\2\4\4\4pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0") +_[2865] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/furnace.luaŸ\4\0\5\11\0\17\1;s9\0204\5\0\0007\5\1\5\16\6\0\0\16\8\4\0007\7\2\4>\7\2\0=\5\1\2\15\0\5\0T\6\2€'\5\0\0H\5\2\0004\5\0\0007\5\3\5\16\6\0\0>\5\2\2\16\7\5\0007\6\4\5>\6\2\2\7\1\5\0T\7\28€4\7\0\0007\7\6\0073\8\7\0002\9\3\0;\3\1\9:\9\8\8>\7\2\0027\7\9\7\8\7\0\0T\7\15€\16\8\6\0007\7\ +\6%\9\11\0>\7\3\2\15\0\7\0T\8\5€\16\8\5\0007\7\12\5%\9\13\0%\ +\14\0>\7\4\1\16\8\3\0007\7\15\3@\7\2\0T\7\13€'\7\0\0H\7\2\0T\7\ +€\7\1\11\0T\7\4€\16\8\3\0007\7\15\3@\7\2\0T\7\4€\7\1\16\0T\7\2€'\7\0\0H\7\2\0G\0\1\0\8dst\14get_count\21Furnace is empty\13infotext\15set_string\8src\13is_empty\9time\ +items\1\0\2\11method\9fuel\ +width\3\1\21get_craft_result\9fuel\18get_inventory\13get_meta\20get_player_name\17is_protected\13minetest\0\1\1\1\1\1\1\1\1\1\2\2\4\4\4\4\5\5\5\6\6\7\7\7\7\7\7\7\7\7\7\8\8\8\8\8\8\9\9\9\9\9\11\11\11\11\13\13\14\15\15\16\16\16\16\17\17\18\18\20pos\0\0\2\2\2\16\3\2\0007\2\2\2>\2\2\2+\3\0\0\16\4\0\0\16\6\1\0007\5\3\1>\5\2\0=\3\1\2\15\0\3\0T\4\4€\16\4\2\0007\3\4\2%\5\5\0>\3\3\2H\3\2\0\0À\9main\13is_empty\20get_player_name\18get_inventory\13get_meta\13minetest\1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2is_owner\0pos\0\0\21player\0\0\21inv\0\8\13\0\0"), ["description"] = "Bones", ["groups"] = {["dig_immediate"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_gravel_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_gravel_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["type"] = "node", ["on_punch"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.lua…\4\0\3\16\1\11\0=\1J\24+\3\0\0\16\4\0\0\16\6\2\0007\5\0\2>\5\2\0=\3\1\2\14\0\3\0T\3\1€G\0\1\0004\3\1\0007\3\2\3\16\4\0\0>\3\2\2\16\4\3\0007\3\3\3>\3\2\2\16\5\2\0007\4\3\2>\4\2\2)\5\2\0'\6\1\0\16\8\3\0007\7\4\3%\9\5\0>\7\3\2'\8\1\0I\6\27€\16\11\3\0007\ +\6\3%\12\5\0\16\13\9\0>\ +\4\2\16\12\4\0007\11\7\4%\13\5\0\16\14\ +\0>\11\4\2\15\0\11\0T\12\12€\16\12\3\0007\11\8\3%\13\5\0\16\14\9\0)\15\0\0>\11\5\1\16\12\4\0007\11\9\4%\13\5\0\16\14\ +\0>\11\4\1T\11\2€)\5\1\0T\6\1€K\6å\127\15\0\5\0T\6\4€4\6\1\0007\6\ +\6\16\7\0\0>\6\2\1G\0\1\0\0À\16remove_node\13add_item\14set_stack\18room_for_item\14get_stack\9main\13get_size\18get_inventory\13get_meta\13minetest\20get_player_name\1\1\1\1\1\1\1\1\2\5\5\5\5\5\5\5\6\6\6\7\9\9\9\9\9\9\9\ +\ +\ +\ +\ +\11\11\11\11\11\11\11\12\12\12\12\12\12\13\13\13\13\13\13\15\16\9\21\21\22\22\22\22\24is_owner\0pos\0\0>node\0\0>player\0\0>inv\0\17-player_inv\0\3*has_space\0\1)\1\6\28\2\0\28\3\0\28i\0\1\26stk\0\5\21\0\0"), ["allow_metadata_inventory_put"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.lua?\0\5\6\0\0\0\2-8\2'\5\0\0H\5\2\0\1\1pos\0\0\3listname\0\0\3index\0\0\3stack\0\0\3player\0\0\3\0\0"), ["on_timer"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.luaÊ\2\0\2\ +\1\11\0$Td\ +4\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2%\5\3\0>\3\3\2\30\3\1\3+\4\0\0\3\4\3\0T\4\16€\16\5\2\0007\4\4\2%\6\5\0\16\8\2\0007\7\6\2%\9\7\0>\7\3\2%\8\8\0$\7\8\7>\4\4\1\16\5\2\0007\4\4\2%\6\7\0%\7\9\0>\4\4\1T\4\7€\16\5\2\0007\4\ +\2%\6\3\0\16\7\3\0>\4\4\1)\4\2\0H\4\2\0G\0\1\0\1À\12set_int\5\17's old bones\ +owner\15get_string\13infotext\15set_string\9time\12get_int\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\4\4\4\4\4\4\4\4\4\4\5\5\5\5\5\5\7\7\7\7\7\8\8\ +share_bones_time\0pos\0\0%elapsed\0\0%meta\0\5 time\0\5\27\0\0"), ["allow_metadata_inventory_take"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.lua›\1\0\5\9\1\2\0\13A<\5+\5\0\0\16\6\0\0\16\8\4\0007\7\0\4>\7\2\0=\5\1\2\15\0\5\0T\6\3€\16\6\3\0007\5\1\3@\5\2\0'\5\0\0H\5\2\0\0À\14get_count\20get_player_name\1\1\1\1\1\1\1\1\2\2\2\4\4is_owner\0pos\0\0\14listname\0\0\14index\0\0\14stack\0\0\14player\0\0\14\0\0"), ["mod_origin"] = "bones", ["paramtype2"] = "facedir", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.luaÐ\1\0\5\9\0\6\0\18DC\0054\5\0\0007\5\1\5\16\6\0\0>\5\2\2\16\7\5\0007\6\2\5>\6\2\2\16\7\6\0007\6\3\6%\8\4\0>\6\3\2\15\0\6\0T\7\4€4\6\0\0007\6\5\6\16\7\0\0>\6\2\1G\0\1\0\16remove_node\9main\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\2\2\3\3\3\3\5pos\0\0\19listname\0\0\19index\0\0\19stack\0\0\19player\0\0\19meta\0\5\14\0\0"), ["name"] = "bones:bones", ["allow_metadata_inventory_move"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/bones/init.lua¢\1\0\7\11\1\1\0\11Z1\5+\7\0\0\16\8\0\0\16\ +\6\0007\9\0\6>\9\2\0=\7\1\2\15\0\7\0T\8\1€H\5\2\0'\7\0\0H\7\2\0\0À\20get_player_name\1\1\1\1\1\1\1\1\2\4\4is_owner\0pos\0\0\12from_list\0\0\12from_index\0\0\12to_list\0\0\12to_index\0\0\12count\0\0\12player\0\0\12\0\0")}, ["moreblocks:micro_tar_14"] = {["node_box"] = _[233], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[233], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:slope_steelblock_inner_half"] = {["tiles"] = _[138], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["meze:meze"] = {["tiles"] = {"meze_meze_block.png"}, ["is_ground_content"] = true, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["drop"] = "", ["on_dig"] = loadstring("\27LJ\1\0G@/home/kaen/code/minetest/bin/../games/adventuretest/mods/meze/init.luaŠ\3\0\3\7\1\9\0+L2\8\15\0\2\0T\3 €4\3\0\0007\3\1\3%\4\2\0>\3\2\2\15\0\3\0T\4\26€4\3\0\0007\3\1\3%\4\3\0>\3\2\2\14\0\3\0T\3\20€4\3\0\0007\3\4\3'\4\3\0+\5\0\0\16\6\2\0>\3\4\0014\3\0\0007\3\5\3\16\5\2\0007\4\6\2>\4\2\2%\5\7\0>\3\3\0014\3\0\0007\3\8\3\16\4\0\0\16\5\1\0\16\6\2\0>\3\4\1T\3\8€\15\0\2\0T\3\6€4\3\0\0007\3\8\3\16\4\0\0\16\5\1\0\16\6\2\0>\3\4\1G\0\1\0\0À\13node_dig%You feel like you did a mistake.\20get_player_name\21chat_send_player\ +after\18creative_mode\18enable_damage\20setting_getbool\13minetest\1\1\1\1\1\1\1\1\1\1\1\1\1\1\2\2\2\2\2\2\3\3\3\3\3\3\3\4\4\4\4\4\4\4\5\5\6\6\6\6\6\6\8die_later\0pos\0\0,node\0\0,digger\0\0,\0\0"), ["mod_origin"] = "meze", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "meze:meze", ["description"] = "Meze Block"}, ["moreblocks:micro_wood_tile_center"] = {["node_box"] = _[237], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[237], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["default:meselamp"] = {["tiles"] = _[240], ["light_source"] = 14, ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike", ["sounds"] = _[244], ["name"] = "default:meselamp", ["mod_origin"] = "default", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Mese Lamp"}, ["moreblocks:micro_copperblock_4"] = {["node_box"] = _[246], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[246], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:panel_all_faces_jungle_tree_14"] = {["node_box"] = _[248], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[248], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:micro_plankstone_1"] = {["node_box"] = _[250], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[250], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:stair_iron_stone_alt_4"] = {["node_box"] = _[256], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[256], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["default:lava_source"] = {["light_source"] = 13, ["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "liquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:lava_flowing", ["damage_per_second"] = 8, ["paramtype"] = "light", ["description"] = "Lava Source", ["inventory_image"] = "[inventorycube{default_lava.png{default_lava.png{default_lava.png", ["special_tiles"] = {{["animation"] = {["type"] = "vertical_frames", ["length"] = 3, ["aspect_h"] = 16, ["aspect_w"] = 16}, ["name"] = "default_lava_source_animated.png", ["backface_culling"] = false}}, ["mod_origin"] = "default", ["name"] = "default:lava_source", ["liquidtype"] = "source", ["diggable"] = false, ["liquid_viscosity"] = 7, ["groups"] = {["igniter"] = 1, ["liquid"] = 2, ["lava"] = 3, ["hot"] = 3}, ["walkable"] = false, ["tiles"] = {{["name"] = "default_lava_source_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["liquid_renewable"] = false, ["type"] = "node", ["liquid_alternative_source"] = "default:lava_source", ["post_effect_color"] = {["r"] = 255, ["b"] = 0, ["a"] = 192, ["g"] = 64}, ["pointable"] = false}, ["moreblocks:stair_cactus_brick_half"] = {["node_box"] = _[262], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[262], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:stair_super_glow_glass_alt_2"] = {["node_box"] = _[268], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[268], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:panel_obsidianbrick_2"] = {["node_box"] = _[270], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[270], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["farming:cotton_5"] = {["tiles"] = {"farming_cotton_5.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 4, ["items"] = {"farming:cotton"}}, {["rarity"] = 8, ["items"] = {"farming:cotton"}}, {["rarity"] = 4, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 8, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_5", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 5, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:stair_jungletree_inner"] = {["node_box"] = _[275], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[275], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:slope_obsidianbrick_outer_cut_half_raised"] = {["tiles"] = _[40], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:micro_all_faces_tree_14"] = {["node_box"] = _[283], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[283], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:slab_pinetree_1"] = {["node_box"] = _[287], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[287], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (1/16)"}, ["moreblocks:panel_steelblock_12"] = {["node_box"] = _[295], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[295], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:wood_tile_up"] = {["sounds"] = _[188], ["no_stairs"] = true, ["tiles"] = {"default_wood.png^moreblocks_wood_tile_up.png"}, ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_up", ["description"] = "Upwards Wooden Tile"}, ["moreblocks:slope_iron_stone_bricks_inner"] = {["tiles"] = _[201], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:stair_cactus_brick_alt_1"] = {["node_box"] = _[308], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[308], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:slope_cobble_outer_half_raised"] = {["tiles"] = _[79], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["maptools:junglewood"] = {["tiles"] = {"default_junglewood.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:junglewood", ["range"] = 12, ["description"] = "Unbreakable Junglewood Planks"}, ["stairs:stair_desert_stonebrick"] = {["tiles"] = _[309], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[310], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[314], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_desert_stonebrick", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Desert Stone Brick Stair"}, ["default:stone_with_copper"] = {["tiles"] = {"default_stone.png^default_mineral_copper.png"}, ["type"] = "node", ["description"] = "Copper Ore", ["mod_origin"] = "default", ["groups"] = {["cracky"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:stone_with_copper", ["drop"] = "default:copper_lump"}, ["moreblocks:slope_coal_stone_outer"] = {["tiles"] = _[315], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_iron_checker_14"] = {["node_box"] = _[324], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[324], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:slab_steelblock_15"] = {["node_box"] = _[326], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[326], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (15/16)"}, ["moreblocks:slab_stone_1"] = {["node_box"] = _[328], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[328], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (1/16)"}, ["moreblocks:panel_coal_stone_bricks_1"] = {["node_box"] = _[330], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[330], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:micro_wood_tile_center_15"] = {["node_box"] = _[334], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[334], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["moreblocks:panel_goldblock_2"] = {["node_box"] = _[336], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[336], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:stair_desert_cobble_right_half"] = {["node_box"] = _[346], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[346], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:slab_jungletree_1"] = {["node_box"] = _[348], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[348], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (1/16)"}, ["moreblocks:micro_obsidian_glass_2"] = {["node_box"] = _[350], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[350], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["stairs:stair_junglewood"] = {["tiles"] = _[357], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[358], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[362], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_junglewood", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Junglewood Stair"}, ["moreblocks:stair_tree_alt_4"] = {["node_box"] = _[366], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[366], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["default:torch"] = {["node_box"] = {["type"] = "wallmounted", ["wall_side"] = {-0.5, -0.5, -0.0625, -0.375, 0.0625, 0.0625}, ["wall_bottom"] = {-0.0625, -0.5, -0.0625, 0.0625, 0.0625, 0.0625}, ["wall_top"] = {-0.0625, -0.0625, -0.0625, 0.0625, 0.5, 0.0625}}, ["light_source"] = 13, ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 3, ["choppy"] = 2, ["hot"] = 2, ["attached_node"] = 1, ["flammable"] = 1}, ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "carbone_torches", ["paramtype"] = "light", ["description"] = "Torch", ["tiles"] = {{["name"] = "default_torch_new_top.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["name"] = "default_torch_new_bottom.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["name"] = "default_torch_new_side.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["selection_box"] = {["type"] = "wallmounted", ["wall_side"] = {-0.25, -0.5, -0.25, -0.5, 0.0625, 0.25}, ["wall_bottom"] = {-0.25, -0.5, -0.25, 0.25, 0.0625, 0.25}, ["wall_top"] = {-0.25, -0.0625, -0.25, 0.25, 0.5, 0.25}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "default:torch", ["type"] = "node", ["paramtype2"] = "wallmounted", ["inventory_image"] = "default_torch_new_inv.png", ["wield_scale"] = {["y"] = 1, ["x"] = 1, ["z"] = 1.25}, ["wield_image"] = "default_torch_new_inv.png"}, ["xpanes:pane_1"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png^xpanes_pane_half.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_1", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368]}}}, ["moreblocks:slab_glass_1"] = {["node_box"] = _[370], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[370], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (1/16)"}, ["moreblocks:slope_cactus_checker_cut"] = {["tiles"] = _[377], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_bronzeblock_inner_cut"] = {["tiles"] = _[205], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["xpanes:bar_6"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[379], _[94]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_6", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[380], _[101]}}}, ["maptools:black"] = {["tiles"] = {"black.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:black", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["post_effect_color"] = {["r"] = 0, ["b"] = 0, ["a"] = 255, ["g"] = 0}, ["description"] = "Black"}, ["moreblocks:slab_copperblock_15"] = {["node_box"] = _[382], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[382], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (15/16)"}, ["moreblocks:slope_copperblock_inner_half_raised"] = {["tiles"] = _[157], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:micro_tree"] = {["node_box"] = _[384], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[384], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["moreblocks:micro_coal_stone_4"] = {["node_box"] = _[386], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[386], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:micro_cobble_compressed_12"] = {["node_box"] = _[388], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[388], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["moreblocks:micro_sandstone_15"] = {["node_box"] = _[390], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[390], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["moreblocks:stair_wood_tile_full_alt_2"] = {["node_box"] = _[394], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[394], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:panel_glow_glass"] = {["node_box"] = _[398], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[398], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:micro_brick_2"] = {["node_box"] = _[400], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[400], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["moreblocks:panel_stone_tile_1"] = {["node_box"] = _[402], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[402], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:slope_cobble_compressed_inner"] = {["tiles"] = _[215], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slab_sandstonebrick_three_quarter"] = {["node_box"] = _[406], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[406], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (12/16)"}, ["moreblocks:slope_split_stone_tile"] = {["tiles"] = _[180], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:panel_desert_cobble_2"] = {["node_box"] = _[421], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[421], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["moreblocks:stair_obsidianbrick_alt_2"] = {["node_box"] = _[425], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[425], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:slab_coal_stone_bricks"] = {["node_box"] = _[427], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[427], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (8/16)"}, ["moreblocks:stair_sandstone_alt_2"] = {["node_box"] = _[431], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[431], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:slab_steelblock_14"] = {["node_box"] = _[433], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[433], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (14/16)"}, ["moreblocks:micro_split_stone_tile_4"] = {["node_box"] = _[435], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[435], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:slope_clean_glass_outer_cut_half"] = {["tiles"] = _[195], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:rope"] = {["groups"] = {["flammable"] = 2, ["snappy"] = 3}, ["drawtype"] = "signlike", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Rope", ["inventory_image"] = "moreblocks_rope.png", ["no_stairs"] = true, ["selection_box"] = {["type"] = "wallmounted"}, ["sunlight_propagates"] = true, ["walkable"] = false, ["tiles"] = {"moreblocks_rope.png"}, ["paramtype2"] = "wallmounted", ["type"] = "node", ["climbable"] = true, ["name"] = "moreblocks:rope", ["wield_image"] = "moreblocks_rope.png"}, ["moreblocks:slope_stone_tile_inner_cut_half_raised"] = {["tiles"] = _[403], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_pinewood"] = {["tiles"] = _[48], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slab_mossycobble_1"] = {["node_box"] = _[443], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[443], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (1/16)"}, ["moreblocks:slope_sandstonebrick_outer_half_raised"] = {["tiles"] = _[407], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:cobble_compressed"] = {["tiles"] = _[215], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 1}, ["type"] = "node", ["name"] = "moreblocks:cobble_compressed", ["description"] = "Compressed Cobblestone"}, ["moreblocks:panel_desert_stone_1"] = {["node_box"] = _[445], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[445], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:slope_iron_stone_bricks_outer_half"] = {["tiles"] = _[201], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slab_wood_three_quarter"] = {["node_box"] = _[453], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[453], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (12/16)"}, ["moreblocks:micro_obsidianbrick_14"] = {["node_box"] = _[461], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[461], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:stair_iron_stone_bricks_alt"] = {["node_box"] = _[465], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[465], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:slope_glass_half_raised"] = {["tiles"] = _[371], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:stair_diamondblock_alt_4"] = {["node_box"] = _[475], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[475], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:panel_glow_glass_14"] = {["node_box"] = _[483], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[483], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["xpanes:bar"] = {["on_construct"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/xpanes/init.lua@\0\1\4\2\0\0\5\29‡\1\2+\1\0\0\16\2\0\0+\3\1\0>\1\3\1G\0\1\0\5\0\0À\1\1\1\1\2update_pane\0name\0pos\0\0\6\0\0"), ["is_ground_content"] = false, ["groups"] = _[95], ["drawtype"] = "airlike", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["air_equivalent"] = true, ["paramtype"] = "light", ["description"] = "Iron bar", ["tiles"] = {"xpanes_space.png"}, ["textures"] = {"xpanes_bar.png", "xpanes_bar.png", "xpanes_space.png"}, ["pointable"] = false, ["buildable_to"] = true, ["sunlight_propagates"] = true, ["walkable"] = false, ["diggable"] = false, ["recipe"] = {{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}}, ["type"] = "node", ["inventory_image"] = "xpanes_bar.png", ["name"] = "xpanes:bar", ["wield_image"] = "xpanes_bar.png"}, ["moreblocks:micro_mossycobble"] = {["node_box"] = _[485], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[485], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["moreblocks:slope_obsidian"] = {["tiles"] = _[486], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:micro_stone_tile_4"] = {["node_box"] = _[493], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[493], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:panel_desert_stone"] = {["node_box"] = _[495], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[495], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:slope_super_glow_glass_outer_half_raised"] = {["tiles"] = _[165], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slab_wood_tile_center_1"] = {["node_box"] = _[497], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[497], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (1/16)"}, ["moreblocks:micro_cobble_1"] = {["node_box"] = _[499], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[499], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:slope_junglewood"] = {["tiles"] = _[12], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:stair_stone_tile_half"] = {["node_box"] = _[503], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[503], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:stair_super_glow_glass"] = {["node_box"] = _[507], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[507], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:stair_tar_alt_2"] = {["node_box"] = _[511], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[511], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slope_coal_glass_inner_cut_half"] = {["tiles"] = _[512], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:panel_steelblock_15"] = {["node_box"] = _[515], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[515], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:slab_all_faces_tree_quarter"] = {["node_box"] = _[517], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[517], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (4/16)"}, ["moreblocks:stair_cactus_brick_alt_2"] = {["node_box"] = _[521], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[521], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:panel_wood_tile_full_14"] = {["node_box"] = _[523], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[523], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["moreblocks:slab_desert_stone"] = {["node_box"] = _[525], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[525], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (8/16)"}, ["default:obsidian_glass"] = {["tiles"] = _[351], ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[356], ["sunlight_propagates"] = true, ["name"] = "default:obsidian_glass", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "[inventorycube{default_obsidian_glass.png{default_obsidian_glass.png{default_obsidian_glass.png", ["paramtype"] = "light", ["description"] = "Obsidian Glass"}, ["moreblocks:slope_desert_cobble_inner_cut"] = {["tiles"] = _[132], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:micro_stone_tile_15"] = {["node_box"] = _[527], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[527], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:slope_meselamp_inner_cut_half"] = {["tiles"] = _[240], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:slab_brick_three_quarter"] = {["node_box"] = _[530], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[530], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (12/16)"}, ["moreblocks:stair_sandstone_half"] = {["node_box"] = _[534], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[534], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:micro_glass_4"] = {["node_box"] = _[536], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[536], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:slope_brick_half"] = {["tiles"] = _[112], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:micro_iron_stone_bricks_15"] = {["node_box"] = _[538], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[538], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["default:dirt_with_snow"] = {["tiles"] = {"default_snow.png", "default_dirt.png", {["name"] = "default_dirt.png^default_snow_side.png", ["tileable_vertical"] = false}}, ["type"] = "node", ["description"] = "Dirt with Snow", ["mod_origin"] = "default", ["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_snow_footstep", ["gain"] = 0.25}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "default:dirt_with_snow", ["drop"] = "default:dirt"}, ["moreblocks:slope_wood_tile_center_cut"] = {["tiles"] = _[238], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_clean_glass_inner_half_raised"] = {["tiles"] = _[195], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:stair_obsidianbrick_half"] = {["node_box"] = _[542], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[542], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:slab_cactus_brick_2"] = {["node_box"] = _[544], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[544], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (2/16)"}, ["default:desert_cobble"] = {["tiles"] = _[132], ["mod_origin"] = "default", ["sounds"] = _[137], ["is_ground_content"] = false, ["groups"] = {["stone"] = 2, ["cracky"] = 3}, ["type"] = "node", ["name"] = "default:desert_cobble", ["description"] = "Desert Cobblestone"}, ["moreblocks:micro_desert_stone"] = {["node_box"] = _[546], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[546], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["doors:door_wood_b_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["is_ground_content"] = false, ["groups"] = _[549], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R×\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_t_2\9_b_2\9_t_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_wood", ["sounds"] = _[553], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_wood_b.png", "doors_wood_b.png^[transformfx"}, ["can_dig"] = _[554], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÝ\1\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÒ\1\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_wood_b_1", ["sunlight_propagates"] = false}, ["moreblocks:stair_desert_stonebrick_alt_4"] = {["node_box"] = _[558], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[558], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:micro_wood_tile_2"] = {["node_box"] = _[566], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[566], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:panel_all_faces_jungle_tree"] = {["node_box"] = _[570], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[570], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["paintings:violet"] = {["tiles"] = {"paintings_violet.png"}, ["description"] = "Violet Painting", ["selection_box"] = _[574], ["name"] = "paintings:violet", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[574], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_violet.png", ["paramtype"] = "light", ["wield_image"] = "paintings_violet.png"}, ["moreblocks:panel_diamondblock_14"] = {["node_box"] = _[576], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[576], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_stone_tile"] = {["tiles"] = _[403], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_circle_stone_bricks_inner_cut_half_raised"] = {["tiles"] = _[577], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:stair_iron_stone_bricks_alt_4"] = {["node_box"] = _[582], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[582], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:trap_stone"] = {["tiles"] = {"moreblocks_trap_stone.png"}, ["no_stairs"] = true, ["groups"] = {["cracky"] = 3}, ["sounds"] = _[66], ["walkable"] = false, ["mod_origin"] = "moreblocks", ["type"] = "node", ["name"] = "moreblocks:trap_stone", ["description"] = "Trap Stone"}, ["moreblocks:slope_stone_tile_inner_half"] = {["tiles"] = _[403], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:stair_iron_checker_alt_2"] = {["node_box"] = _[586], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[586], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:slope_cactus_brick_outer_cut_half"] = {["tiles"] = _[263], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["stairs:slab_straw"] = {["tiles"] = _[587], ["selection_box"] = _[589], ["is_ground_content"] = false, ["groups"] = _[590], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[595], ["name"] = "stairs:slab_straw", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[589], ["paramtype"] = "light", ["description"] = "Straw Slab"}, ["moreblocks:micro_all_faces_tree_15"] = {["node_box"] = _[597], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[597], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:slope_brick_outer_cut_half_raised"] = {["tiles"] = _[112], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:micro_wood_tile_full_12"] = {["node_box"] = _[599], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[599], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:slope_split_stone_tile_outer_half_raised"] = {["tiles"] = _[180], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["default:dirt_with_grass"] = {["tiles"] = {"default_grass.png", "default_dirt.png", {["name"] = "default_dirt.png^default_grass_side.png", ["tileable_vertical"] = false}}, ["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["drop"] = "default:dirt", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.25}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["type"] = "node", ["soil"] = {["base"] = "default:dirt_with_grass", ["dry"] = "farming:soil", ["wet"] = "farming:soil_wet"}, ["name"] = "default:dirt_with_grass", ["description"] = "Dirt with Grass"}, ["moreblocks:stair_sandstone_outer"] = {["node_box"] = _[603], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[603], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:slab_split_stone_tile_alt_15"] = {["node_box"] = _[605], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[605], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (15/16)"}, ["moreblocks:stair_all_faces_tree_inner"] = {["node_box"] = _[610], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[610], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:micro_cactus_brick_14"] = {["node_box"] = _[612], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[612], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["default:desert_stonebrick"] = {["tiles"] = _[559], ["mod_origin"] = "default", ["sounds"] = _[564], ["is_ground_content"] = false, ["groups"] = {["stone"] = 1, ["cracky"] = 2}, ["type"] = "node", ["name"] = "default:desert_stonebrick", ["description"] = "Desert Stone Brick"}, ["moreblocks:slab_desert_stone_three_quarter"] = {["node_box"] = _[614], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[614], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_three_quarter", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (12/16)"}, ["stairs:slab_brick"] = {["tiles"] = _[615], ["selection_box"] = _[617], ["is_ground_content"] = false, ["groups"] = _[618], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[622], ["name"] = "stairs:slab_brick", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[617], ["paramtype"] = "light", ["description"] = "Brick Slab"}, ["moreblocks:stair_goldblock_alt_4"] = {["node_box"] = _[626], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[626], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:slope_wood_tile_full_cut"] = {["tiles"] = _[395], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slab_coal_stone_bricks_quarter"] = {["node_box"] = _[628], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[628], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (4/16)"}, ["moreblocks:stair_super_glow_glass_inner"] = {["node_box"] = _[633], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[633], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:panel_goldblock_15"] = {["node_box"] = _[635], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[635], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:slab_super_glow_glass_2"] = {["node_box"] = _[637], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[637], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (2/16)"}, ["moreblocks:panel_stone_tile_14"] = {["node_box"] = _[639], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[639], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:slope_sandstonebrick_half_raised"] = {["tiles"] = _[407], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_stone"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone", ["paramtype2"] = "facedir"}, ["moreblocks:slab_coal_stone_2"] = {["node_box"] = _[641], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[641], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (2/16)"}, ["xpanes:pane_2"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png^xpanes_pane_half.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[379]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_2", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[380]}}}, ["moreblocks:slope_iron_checker_inner_cut"] = {["tiles"] = _[91], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slab_cobble"] = {["node_box"] = _[643], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[643], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (8/16)"}, ["stairs:slab_desert_stonebrick"] = {["tiles"] = _[309], ["selection_box"] = _[645], ["is_ground_content"] = false, ["groups"] = _[310], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[314], ["name"] = "stairs:slab_desert_stonebrick", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[645], ["paramtype"] = "light", ["description"] = "Desert Stone Brick Slab"}, ["moreblocks:panel_sandstonebrick"] = {["node_box"] = _[647], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[647], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:slope_coal_stone_half_raised"] = {["tiles"] = _[315], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["farming:wheat_4"] = {["tiles"] = {"farming_wheat_4.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 5, ["items"] = {"farming:wheat"}}, {["rarity"] = 10, ["items"] = {"farming:wheat"}}, {["rarity"] = 5, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 10, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_4", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 4, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:stair_desert_stone_alt_4"] = {["node_box"] = _[651], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[651], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_alt_4", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:panel_split_stone_tile_alt_14"] = {["node_box"] = _[653], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[653], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:stair_sandstone"] = {["node_box"] = _[657], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[657], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["default:mese"] = {["tiles"] = {"default_mese_block.png"}, ["light_source"] = 3, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "default", ["type"] = "node", ["paramtype"] = "light", ["name"] = "default:mese", ["description"] = "Mese Block"}, ["moreblocks:panel_wood_tile_2"] = {["node_box"] = _[659], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[659], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["moreblocks:micro_sandstonebrick_14"] = {["node_box"] = _[661], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[661], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["moreblocks:stair_wood_tile_center_alt_2"] = {["node_box"] = _[665], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[665], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:slope_desert_stone_half_raised"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_half_raised", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_half_raised", ["paramtype2"] = "facedir"}, ["farming:soil"] = {["tiles"] = {"default_dirt.png^farming_soil.png", "default_dirt.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["field"] = 1, ["grassland"] = 1, ["crumbly"] = 3, ["soil"] = 2}, ["soil"] = {["base"] = "default:dirt", ["dry"] = "farming:soil", ["wet"] = "farming:soil_wet"}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "farming", ["type"] = "node", ["drop"] = "default:dirt", ["name"] = "farming:soil", ["description"] = "Soil"}, ["flowers:mushroom_fertile_brown"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["items"] = {"flowers:mushroom_brown"}}, {["rarity"] = 4, ["items"] = {"flowers:mushroom_spores_brown"}}, {["rarity"] = 2, ["items"] = {"flowers:mushroom_spores_brown"}}, {["rarity"] = 2, ["items"] = {"flowers:mushroom_spores_brown"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["paramtype"] = "light", ["description"] = "Brown Fertile Mushroom", ["tiles"] = {"flowers_mushroom_brown.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}}, ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "flowers_mushroom_brown.png", ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_fertile_brown", ["wield_image"] = "flowers_mushroom_brown.png"}, ["moreblocks:slope_super_glow_glass_half_raised"] = {["tiles"] = _[165], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:stair_cactus_checker"] = {["node_box"] = _[669], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[669], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:slope_coal_stone_bricks_outer"] = {["tiles"] = _[331], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:micro_clean_glass_4"] = {["node_box"] = _[671], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[671], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:panel_jungletree_2"] = {["node_box"] = _[673], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[673], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:panel_plankstone_4"] = {["node_box"] = _[675], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[675], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:slab_glow_glass"] = {["node_box"] = _[677], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[677], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (8/16)"}, ["default:pine_tree"] = {["tiles"] = _[288], ["is_ground_content"] = false, ["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["sounds"] = _[293], ["name"] = "default:pine_tree", ["mod_origin"] = "default", ["type"] = "node", ["paramtype2"] = "facedir", ["on_place"] = _[9], ["description"] = "Pine Tree"}, ["moreblocks:micro_iron_checker_14"] = {["node_box"] = _[679], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[679], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:slope_coal_stone_bricks_inner_cut"] = {["tiles"] = _[331], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["xpanes:bar_10"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[225]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_10", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[231]}}}, ["moreblocks:micro_all_faces_jungle_tree_1"] = {["node_box"] = _[681], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[681], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["farming:cotton_8"] = {["tiles"] = {"farming_cotton_8.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 1, ["items"] = {"farming:cotton"}}, {["rarity"] = 2, ["items"] = {"farming:cotton"}}, {["rarity"] = 1, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 2, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_8", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 8, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:micro_tree_15"] = {["node_box"] = _[683], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[683], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["default:dry_shrub"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Dry Shrub", ["inventory_image"] = "default_dry_shrub.png", ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["tiles"] = {"default_dry_shrub.png"}, ["type"] = "node", ["sunlight_propagates"] = true, ["name"] = "default:dry_shrub", ["wield_image"] = "default_dry_shrub.png"}, ["moreblocks:slab_obsidianbrick_14"] = {["node_box"] = _[685], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[685], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (14/16)"}, ["moreblocks:stair_cactus_brick_alt"] = {["node_box"] = _[689], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[689], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:slab_obsidian_glass_14"] = {["node_box"] = _[691], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[691], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (14/16)"}, ["moreblocks:slope_meselamp_inner_cut"] = {["tiles"] = _[240], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:stair_mossycobble_alt_1"] = {["node_box"] = _[695], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[695], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:slab_pinewood"] = {["node_box"] = _[697], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[697], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (8/16)"}, ["moreblocks:slope_iron_checker_cut"] = {["tiles"] = _[91], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slab_plankstone_quarter"] = {["node_box"] = _[699], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[699], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (4/16)"}, ["moreblocks:slab_split_stone_tile_1"] = {["node_box"] = _[701], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[701], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (1/16)"}, ["maptools:sandstone"] = {["tiles"] = {"default_sandstone.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:sandstone", ["range"] = 12, ["description"] = "Unbreakable Sandstone"}, ["moreblocks:slope_cactus_brick_inner_half_raised"] = {["tiles"] = _[263], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:micro_super_glow_glass"] = {["node_box"] = _[703], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[703], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:slab_goldblock_1"] = {["node_box"] = _[705], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[705], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (1/16)"}, ["paintings:yellow"] = {["tiles"] = {"paintings_yellow.png"}, ["description"] = "Yellow Painting", ["selection_box"] = _[709], ["name"] = "paintings:yellow", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[709], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_yellow.png", ["paramtype"] = "light", ["wield_image"] = "paintings_yellow.png"}, ["moreblocks:slab_all_faces_jungle_tree_1"] = {["node_box"] = _[711], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[711], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (1/16)"}, ["moreblocks:micro_glass_15"] = {["node_box"] = _[713], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[713], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:micro_stone_2"] = {["node_box"] = _[715], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[715], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["moreblocks:slope_all_faces_tree_inner_half_raised"] = {["tiles"] = _[284], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:panel_cactus_checker_2"] = {["node_box"] = _[717], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[717], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:slope_wood_tile_full"] = {["tiles"] = _[395], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:stair_grey_bricks_alt_4"] = {["node_box"] = _[721], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[721], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["maptools:fake_walkable_pointable"] = {["inventory_image"] = "default_steel_block.png^dye_green.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "airlike", ["drop"] = "", ["sunlight_propagates"] = true, ["node_box"] = {["type"] = "fixed", ["fixed"] = {{0, 0, 0, 0, 0, 0}}}, ["name"] = "maptools:fake_walkable_pointable", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Player Clip"}, ["moreblocks:stair_stone_tile_alt_1"] = {["node_box"] = _[727], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[727], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:micro_circle_stone_bricks_12"] = {["node_box"] = _[729], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[729], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:micro_jungletree_4"] = {["node_box"] = _[731], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[731], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:panel_stone_1"] = {["node_box"] = _[733], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[733], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["default:chest"] = {["tiles"] = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", "default_chest_side.png", "default_chest_side.png", "default_chest_front.png"}, ["on_construct"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaô\1\0\1\7\1\9\0\23:á\ +\0064\1\0\0007\1\1\1\16\2\0\0>\1\2\2\16\3\1\0007\2\2\1%\4\3\0+\5\0\0>\2\4\1\16\3\1\0007\2\2\1%\4\4\0%\5\5\0>\2\4\1\16\3\1\0007\2\6\1>\2\2\2\16\4\2\0007\3\7\2%\5\8\0'\6 \0>\3\4\1G\0\1\0\0À\9main\13set_size\18get_inventory\ +Chest\13infotext\13formspec\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\3\3\4\4\4\5\5\5\5\5\6chest_formspec\0pos\0\0\24meta\0\5\19inv\0\13\6\0\0"), ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["on_metadata_inventory_move"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaã\1\0\7\13\0\6\0\14Tí\ +\0044\7\0\0007\7\1\7%\8\2\0\16\ +\6\0007\9\3\6>\9\2\2%\ +\4\0004\11\0\0007\11\5\11\16\12\0\0>\11\2\2$\9\11\9>\7\3\1G\0\1\0\18pos_to_string\30 moves stuff in chest at \20get_player_name\11action\8log\13minetest\2\2\2\2\2\2\3\3\3\3\3\3\2\4pos\0\0\15from_list\0\0\15from_index\0\0\15to_list\0\0\15to_index\0\0\15count\0\0\15player\0\0\15\0\0"), ["on_metadata_inventory_put"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÈ\1\0\5\11\0\6\0\0149ò\ +\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string\30 moves stuff to chest at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["legacy_facedir_simple"] = true, ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["type"] = "node", ["can_dig"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua\1\0\2\7\0\5\0\11(è\ +\0044\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0@\4\3\0\9main\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3pos\0\0\12player\0\0\12meta\0\5\7inv\0\3\4\0\0"), ["mod_origin"] = "default", ["paramtype2"] = "facedir", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÊ\1\0\5\11\0\6\0\0149ö\ +\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string takes stuff from chest at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["name"] = "default:chest", ["description"] = "Chest"}, ["moreblocks:panel_desert_cobble_4"] = {["node_box"] = _[735], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[735], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["default:desert_sand"] = {["tiles"] = {"default_desert_sand.png"}, ["soil"] = {["base"] = "default:desert_sand", ["dry"] = "farming:desert_sand_soil", ["wet"] = "farming:desert_sand_soil_wet"}, ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["groups"] = {["soil"] = 1, ["sand"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["type"] = "node", ["name"] = "default:desert_sand", ["description"] = "Desert Sand"}, ["moreblocks:slope_plankstone_inner_half"] = {["tiles"] = _[251], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:stair_sandstonebrick_inner"] = {["node_box"] = _[740], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[740], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:panel_coal_checker_15"] = {["node_box"] = _[742], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[742], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:micro_tar_12"] = {["node_box"] = _[744], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[744], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:micro_junglewood_12"] = {["node_box"] = _[746], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[746], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["default:cobble"] = {["tiles"] = _[79], ["mod_origin"] = "default", ["sounds"] = _[84], ["is_ground_content"] = false, ["groups"] = {["stone"] = 2, ["cracky"] = 3}, ["type"] = "node", ["name"] = "default:cobble", ["description"] = "Cobblestone"}, ["moreblocks:micro_wood_tile_1"] = {["node_box"] = _[748], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[748], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:micro_cactus_brick_15"] = {["node_box"] = _[750], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[750], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["moreblocks:micro_iron_stone_bricks_14"] = {["node_box"] = _[752], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[752], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:slope_sandstonebrick_outer_cut_half_raised"] = {["tiles"] = _[407], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slab_pinewood_1"] = {["node_box"] = _[754], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[754], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (1/16)"}, ["moreblocks:micro_all_faces_jungle_tree"] = {["node_box"] = _[756], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[756], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["moreblocks:stair_stone_tile_outer"] = {["node_box"] = _[760], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[760], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:stair_clean_glass_alt_1"] = {["node_box"] = _[764], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[764], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["default:snow"] = {["tiles"] = {"default_snow.png"}, ["on_construct"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua¼\1\0\1\4\0\7\1\16\23û\2\0057\1\0\0\21\1\0\1:\1\0\0004\1\1\0007\1\2\1\16\2\0\0>\1\2\0027\1\3\1\7\1\4\0T\1\5€4\1\1\0007\1\5\1\16\2\0\0003\3\6\0>\1\3\1G\0\1\0\1\0\1\9name\27default:dirt_with_snow\13set_node\28default:dirt_with_grass\9name\13get_node\13minetest\6y\2\1\1\1\2\2\2\2\2\2\2\3\3\3\3\3\5pos\0\0\17\0\0"), ["selection_box"] = _[767], ["buildable_to"] = true, ["wield_image"] = "default_snowball.png", ["drawtype"] = "nodebox", ["name"] = "default:snow", ["sounds"] = {["dug"] = {["name"] = "default_snow_footstep", ["gain"] = 0.75}, ["footstep"] = {["name"] = "default_snow_footstep", ["gain"] = 0.25}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["inventory_image"] = "default_snowball.png", ["groups"] = {["puts_out_fire"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["mod_origin"] = "default", ["type"] = "node", ["node_box"] = _[767], ["paramtype"] = "light", ["description"] = "Snow"}, ["moreblocks:stair_tar_half"] = {["node_box"] = _[771], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[771], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:micro_obsidianbrick_2"] = {["node_box"] = _[773], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[773], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:slab_iron_stone_bricks"] = {["node_box"] = _[775], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[775], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (8/16)"}, ["moreblocks:panel_copperblock_12"] = {["node_box"] = _[777], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[777], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slab_super_glow_glass_quarter"] = {["node_box"] = _[779], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[779], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (4/16)"}, ["moreblocks:stair_pinetree_right_half"] = {["node_box"] = _[783], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[783], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:micro_pinewood_1"] = {["node_box"] = _[785], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[785], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:micro_iron_checker_15"] = {["node_box"] = _[787], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[787], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:panel_tree_15"] = {["node_box"] = _[789], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[789], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:stair_cobble_inner"] = {["node_box"] = _[794], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[794], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:slab_glow_glass_15"] = {["node_box"] = _[796], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[796], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (15/16)"}, ["maptools:slab_grass_12"] = {["tiles"] = {"default_grass.png", "default_dirt.png", "default_dirt.png^maptools_grass_side_12.png"}, ["stack_max"] = 10000, ["selection_box"] = _[798], ["node_box"] = _[798], ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_12", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Grass Slab"}, ["moreblocks:slab_obsidianbrick_quarter"] = {["node_box"] = _[800], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[800], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (4/16)"}, ["moreblocks:slope_goldblock_half_raised"] = {["tiles"] = _[337], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:panel_sandstone_1"] = {["node_box"] = _[802], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[802], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["xpanes:bar_3"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367], _[379]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_3", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368], _[380]}}}, ["moreblocks:panel_cobble_compressed_14"] = {["node_box"] = _[804], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[804], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:slab_iron_stone_bricks_14"] = {["node_box"] = _[806], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[806], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (14/16)"}, ["moreblocks:panel_goldblock_14"] = {["node_box"] = _[808], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[808], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:slope_desert_stone_inner"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner", ["paramtype2"] = "facedir"}, ["moreblocks:stair_stone_tile_alt_2"] = {["node_box"] = _[812], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[812], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["default:lava_flowing"] = {["light_source"] = 13, ["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "flowingliquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:lava_flowing", ["damage_per_second"] = 8, ["paramtype"] = "light", ["description"] = "Flowing Lava", ["inventory_image"] = "[inventorycube{default_lava.png{default_lava.png{default_lava.png", ["mod_origin"] = "default", ["special_tiles"] = {{["backface_culling"] = false, ["name"] = "default_lava_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3.3, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["backface_culling"] = true, ["name"] = "default_lava_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 3.3, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["name"] = "default:lava_flowing", ["type"] = "node", ["liquidtype"] = "flowing", ["diggable"] = false, ["groups"] = {["igniter"] = 1, ["liquid"] = 2, ["not_in_creative_inventory"] = 1, ["lava"] = 3, ["hot"] = 3}, ["tiles"] = {"default_lava.png"}, ["walkable"] = false, ["liquid_renewable"] = false, ["liquid_viscosity"] = 7, ["paramtype2"] = "flowingliquid", ["liquid_alternative_source"] = "default:lava_source", ["post_effect_color"] = {["r"] = 255, ["b"] = 0, ["a"] = 192, ["g"] = 64}, ["pointable"] = false}, ["default:tree"] = {["tiles"] = _[122], ["is_ground_content"] = false, ["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["sounds"] = _[127], ["name"] = "default:tree", ["mod_origin"] = "default", ["type"] = "node", ["paramtype2"] = "facedir", ["on_place"] = _[9], ["description"] = "Tree"}, ["moreblocks:stair_obsidianbrick_right_half"] = {["node_box"] = _[816], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[816], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:slab_cactus_brick_1"] = {["node_box"] = _[818], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[818], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (1/16)"}, ["moreblocks:micro_wood_12"] = {["node_box"] = _[820], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[820], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["default:brick"] = {["tiles"] = _[112], ["mod_origin"] = "default", ["sounds"] = _[117], ["is_ground_content"] = false, ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "default:brick", ["description"] = "Brick Block"}, ["moreblocks:slab_obsidian_glass"] = {["node_box"] = _[822], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[822], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (8/16)"}, ["moreblocks:stair_wood_tile_center_outer"] = {["node_box"] = _[826], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[826], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:slope_wood_tile_center"] = {["tiles"] = _[238], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slab_coal_stone_quarter"] = {["node_box"] = _[828], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[828], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (4/16)"}, ["moreblocks:slab_desert_cobble_quarter"] = {["node_box"] = _[830], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[830], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (4/16)"}, ["moreblocks:micro_goldblock_2"] = {["node_box"] = _[832], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[832], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:stair_glass_alt_4"] = {["node_box"] = _[836], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[836], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:panel_wood_1"] = {["node_box"] = _[838], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[838], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["moreblocks:panel_bronzeblock_15"] = {["node_box"] = _[840], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[840], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:slab_tar"] = {["node_box"] = _[842], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[842], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (8/16)"}, ["moreblocks:slab_wood_tile_center_14"] = {["node_box"] = _[844], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[844], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (14/16)"}, ["moreblocks:stair_coal_checker_outer"] = {["node_box"] = _[848], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[848], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:panel_grey_bricks_4"] = {["node_box"] = _[850], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[850], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:micro_split_stone_tile_14"] = {["node_box"] = _[852], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[852], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:slab_wood_tile_2"] = {["node_box"] = _[854], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[854], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (2/16)"}, ["doors:door_obsidian_glass_t_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["is_ground_content"] = false, ["groups"] = _[857], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21Rý\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_b_2\9_t_2\9_b_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[861], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_a.png", "doors_obsidian_glass_a.png^[transformfx"}, ["can_dig"] = _[862], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +Bƒ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gø\1\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_obsidian_glass_t_1", ["sunlight_propagates"] = true}, ["moreblocks:slab_wood_tile"] = {["node_box"] = _[864], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[864], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (8/16)"}, ["stairs:stair_brick"] = {["tiles"] = _[615], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[618], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[622], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_brick", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Brick Stair"}, ["moreblocks:stair_pinetree"] = {["node_box"] = _[868], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[868], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:panel_clean_glass_14"] = {["node_box"] = _[870], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[870], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:micro_cobble_15"] = {["node_box"] = _[872], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[872], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["stairs:slab_sandstone"] = {["tiles"] = _[873], ["selection_box"] = _[875], ["is_ground_content"] = false, ["groups"] = _[876], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[880], ["name"] = "stairs:slab_sandstone", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[875], ["paramtype"] = "light", ["description"] = "Sandstone Slab"}, ["default:water_source"] = {["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "liquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:water_flowing", ["alpha"] = 160, ["paramtype"] = "light", ["description"] = "Water Source", ["inventory_image"] = "[inventorycube{default_water.png{default_water.png{default_water.png", ["special_tiles"] = {{["animation"] = {["type"] = "vertical_frames", ["length"] = 2, ["aspect_h"] = 16, ["aspect_w"] = 16}, ["name"] = "default_water_source_animated.png", ["backface_culling"] = false}}, ["mod_origin"] = "default", ["liquidtype"] = "source", ["diggable"] = false, ["name"] = "default:water_source", ["liquid_viscosity"] = 1, ["walkable"] = false, ["groups"] = {["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["tiles"] = {{["name"] = "default_water_source_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 2, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["type"] = "node", ["liquid_alternative_source"] = "default:water_source", ["post_effect_color"] = {["r"] = 30, ["b"] = 90, ["a"] = 120, ["g"] = 60}, ["pointable"] = false}, ["moreblocks:slope_glass_outer_half"] = {["tiles"] = _[371], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:stair_stone_right_half"] = {["node_box"] = _[884], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[884], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_right_half", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:coal_checker"] = {["tiles"] = _[61], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:coal_checker", ["description"] = "Coal Checker"}, ["maptools:desert_stonebrick"] = {["tiles"] = {"default_desert_stone_brick.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:desert_stonebrick", ["range"] = 12, ["description"] = "Unbreakable Desert Stone Brick"}, ["moreblocks:stair_all_faces_tree_alt"] = {["node_box"] = _[888], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[888], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_pinetree_outer_half_raised"] = {["tiles"] = _[288], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_coal_stone_outer_cut"] = {["tiles"] = _[315], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slope_desert_stone_half"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_half", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_half", ["paramtype2"] = "facedir"}, ["moreblocks:slab_cobble_2"] = {["node_box"] = _[890], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[890], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (2/16)"}, ["moreblocks:panel_all_faces_tree_4"] = {["node_box"] = _[892], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[892], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:slope_all_faces_tree_outer"] = {["tiles"] = _[284], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:stair_cobble_compressed_outer"] = {["node_box"] = _[896], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[896], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:slab_coal_checker_2"] = {["node_box"] = _[898], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[898], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (2/16)"}, ["moreblocks:slope_cobble_compressed_outer_cut_half_raised"] = {["tiles"] = _[215], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slab_plankstone"] = {["node_box"] = _[900], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[900], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (8/16)"}, ["moreblocks:micro_meselamp_1"] = {["node_box"] = _[902], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[902], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["moreblocks:slab_pinetree_2"] = {["node_box"] = _[904], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[904], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (2/16)"}, ["maptools:pusher_6"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[906], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 600}, ["name"] = "maptools:pusher_6", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[906], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (6)"}, ["moreblocks:all_faces_jungle_tree"] = {["tiles"] = _[183], ["type"] = "node", ["sounds"] = _[188], ["mod_origin"] = "moreblocks", ["groups"] = {["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2}, ["furnace_burntime"] = 30, ["name"] = "moreblocks:all_faces_jungle_tree", ["description"] = "All-faces Jungle Tree"}, ["moreblocks:slope_diamondblock_half"] = {["tiles"] = _[476], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slab_steelblock_2"] = {["node_box"] = _[908], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[908], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (2/16)"}, ["maptools:slab_grass_4"] = {["tiles"] = {"default_grass.png", "default_dirt.png", "default_dirt.png^maptools_grass_side_4.png"}, ["stack_max"] = 10000, ["selection_box"] = _[910], ["node_box"] = _[910], ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_4", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Grass Slab"}, ["moreblocks:micro_cactus_checker_12"] = {["node_box"] = _[912], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[912], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:slab_pinetree_quarter"] = {["node_box"] = _[914], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[914], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (4/16)"}, ["moreblocks:panel_desert_stonebrick"] = {["node_box"] = _[916], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[916], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:micro_tar_15"] = {["node_box"] = _[918], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[918], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:panel_cactus_brick_15"] = {["node_box"] = _[920], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[920], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:micro_all_faces_jungle_tree_12"] = {["node_box"] = _[922], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[922], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["moreblocks:micro_iron_stone_bricks_4"] = {["node_box"] = _[924], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[924], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:slope_desert_cobble_half"] = {["tiles"] = _[132], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_cobble_compressed_alt_4"] = {["node_box"] = _[928], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[928], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:stair_all_faces_tree_alt_2"] = {["node_box"] = _[932], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[932], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_wood_tile_outer_cut"] = {["tiles"] = _[567], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["farming:cotton_6"] = {["tiles"] = {"farming_cotton_6.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 3, ["items"] = {"farming:cotton"}}, {["rarity"] = 6, ["items"] = {"farming:cotton"}}, {["rarity"] = 3, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 6, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_6", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 6, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:micro_pinewood_2"] = {["node_box"] = _[934], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[934], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:slope_coal_stone_bricks_half"] = {["tiles"] = _[331], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["default:dirt_with_dry_grass"] = {["tiles"] = {"default_dry_grass.png", "default_dirt.png", {["name"] = "default_dirt.png^default_dry_grass_side.png", ["tileable_vertical"] = false}}, ["type"] = "node", ["description"] = "Dirt with Dry Grass", ["mod_origin"] = "default", ["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "default:dirt_with_dry_grass", ["drop"] = "default:dirt"}, ["moreblocks:slope_split_stone_tile_inner"] = {["tiles"] = _[180], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["xpanes:pane_8"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png^xpanes_pane_half.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[93]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_8", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[100]}}}, ["moreblocks:slope_glass"] = {["tiles"] = _[371], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["default:bookshelf"] = {["tiles"] = {"default_wood.png", "default_wood.png", "default_bookshelf.png"}, ["on_construct"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÑ\1\0\1\7\1\7\0\0189×\11\0054\1\0\0007\1\1\1\16\2\0\0>\1\2\2\16\3\1\0007\2\2\1%\4\3\0+\5\0\0>\2\4\1\16\3\1\0007\2\4\1>\2\2\2\16\4\2\0007\3\5\2%\5\6\0'\6\16\0>\3\4\1G\0\1\0\3À\ +books\13set_size\18get_inventory\13formspec\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\4\4\4\4\4\5bookshelf_formspec\0pos\0\0\19meta\0\5\14inv\0\8\6\0\0"), ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["on_metadata_inventory_move"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaç\1\0\7\13\0\6\0\14T\12\0044\7\0\0007\7\1\7%\8\2\0\16\ +\6\0007\9\3\6>\9\2\2%\ +\4\0004\11\0\0007\11\5\11\16\12\0\0>\11\2\2$\9\11\9>\7\3\1G\0\1\0\18pos_to_string\" moves stuff in bookshelf at \20get_player_name\11action\8log\13minetest\2\2\2\2\2\2\3\3\3\3\3\3\2\4pos\0\0\15from_list\0\0\15from_index\0\0\15to_list\0\0\15to_index\0\0\15count\0\0\15player\0\0\15\0\0"), ["on_metadata_inventory_put"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÌ\1\0\5\11\0\6\0\0149†\12\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string\" moves stuff to bookshelf at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["allow_metadata_inventory_put"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÏ\2\0\5\11\0\9\1\"eã\11\0124\5\0\0007\5\1\5\16\6\0\0>\5\2\2\16\7\5\0007\6\2\5>\6\2\2\16\8\6\0007\7\3\6\16\9\1\0\16\ +\2\0>\7\4\2\7\1\4\0T\8\19€4\8\0\0007\8\5\8\16\ +\3\0007\9\6\3>\9\2\2%\ +\7\0>\8\3\2\8\8\0\0T\8\8€\16\9\7\0007\8\8\7>\8\2\2\15\0\8\0T\9\3€'\8\1\0H\8\2\0T\8\2€'\8\0\0H\8\2\0G\0\1\0\13is_empty\9book\13get_name\19get_item_group\ +books\14get_stack\18get_inventory\13get_meta\13minetest\0\1\1\1\1\2\2\2\3\3\3\3\3\4\4\5\5\5\5\5\5\5\5\5\6\6\6\6\6\7\7\7\9\9\12pos\0\0#listname\0\0#index\0\0#stack\0\0#player\0\0#meta\0\5\30inv\0\3\27to_stack\0\5\22\0\0"), ["allow_metadata_inventory_move"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaŒ\3\0\7\14\0\9\1'\1ñ\11\0144\7\0\0007\7\1\7\16\8\0\0>\7\2\2\16\9\7\0007\8\2\7>\8\2\2\16\ +\8\0007\9\3\8\16\11\1\0\16\12\2\0>\9\4\2\16\11\8\0007\ +\3\8\16\12\3\0\16\13\4\0>\ +\4\2\7\3\4\0T\11\19€4\11\0\0007\11\5\11\16\13\9\0007\12\6\9>\12\2\2%\13\7\0>\11\3\2\8\11\0\0T\11\8€\16\12\ +\0007\11\8\ +>\11\2\2\15\0\11\0T\12\3€'\11\1\0H\11\2\0T\11\2€'\11\0\0H\11\2\0G\0\1\0\13is_empty\9book\13get_name\19get_item_group\ +books\14get_stack\18get_inventory\13get_meta\13minetest\0\2\2\2\2\3\3\3\4\4\4\4\4\5\5\5\5\5\6\6\7\7\7\7\7\7\7\7\7\8\8\8\8\8\9\9\9\11\11\14pos\0\0(from_list\0\0(from_index\0\0(to_list\0\0(to_index\0\0(count\0\0(player\0\0(meta\0\5#inv\0\3 stack\0\5\27to_stack\0\5\22\0\0"), ["can_dig"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaŽ\1\0\2\7\0\5\0\11(Ý\11\0044\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0@\4\3\0\ +books\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3pos\0\0\12player\0\0\12meta\0\5\7inv\0\3\4\0\0"), ["mod_origin"] = "default", ["type"] = "node", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÎ\1\0\5\11\0\6\0\0149Š\12\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string$ takes stuff from bookshelf at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["name"] = "default:bookshelf", ["description"] = "Bookshelf"}, ["moreblocks:slope_iron_stone_inner"] = {["tiles"] = _[257], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:stair_wood_tile_center_alt"] = {["node_box"] = _[938], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[938], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:micro_pinewood_4"] = {["node_box"] = _[940], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[940], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:slab_wood_tile_quarter"] = {["node_box"] = _[942], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[942], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (4/16)"}, ["moreblocks:stair_wood_tile_center_alt_4"] = {["node_box"] = _[946], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[946], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:slope_meselamp_inner_half_raised"] = {["tiles"] = _[240], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:micro_glass"] = {["node_box"] = _[948], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[948], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:wood_tile"] = {["sounds"] = _[188], ["tiles"] = _[567], ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile", ["description"] = "Wooden Tile"}, ["moreblocks:micro_sandstonebrick_15"] = {["node_box"] = _[950], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[950], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["stairs:stair_acacia_wood"] = {["tiles"] = _[951], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[952], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[956], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_acacia_wood", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Acacia Wood Stair"}, ["moreblocks:panel_desert_cobble"] = {["node_box"] = _[958], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[958], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["vessels:glass_bottle"] = {["tiles"] = {"vessels_glass_bottle.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}}, ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["drawtype"] = "plantlike", ["description"] = "Glass Bottle (empty)", ["sounds"] = {["dug"] = {["name"] = "default_break_glass", ["gain"] = 1}, ["footstep"] = {["name"] = "default_glass_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["walkable"] = false, ["name"] = "vessels:glass_bottle", ["mod_origin"] = "vessels", ["type"] = "node", ["inventory_image"] = "vessels_glass_bottle_inv.png", ["paramtype"] = "light", ["wield_image"] = "vessels_glass_bottle.png"}, ["moreblocks:panel_split_stone_tile_alt_4"] = {["node_box"] = _[960], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[960], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:slope_clean_glass_half_raised"] = {["tiles"] = _[195], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:stair_all_faces_jungle_tree_alt"] = {["node_box"] = _[964], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[964], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:stair_cobble_outer"] = {["node_box"] = _[968], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[968], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:stair_clean_glass_inner"] = {["node_box"] = _[973], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[973], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:stair_jungletree"] = {["node_box"] = _[977], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[977], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:micro_all_faces_jungle_tree_15"] = {["node_box"] = _[979], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[979], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["moreblocks:stair_obsidian"] = {["node_box"] = _[983], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[983], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:slope_brick_half_raised"] = {["tiles"] = _[112], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:stair_circle_stone_bricks_outer"] = {["node_box"] = _[987], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[987], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:panel_cobble_compressed_1"] = {["node_box"] = _[989], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[989], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:slab_all_faces_tree_1"] = {["node_box"] = _[991], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[991], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (1/16)"}, ["moreblocks:panel_pinetree_15"] = {["node_box"] = _[993], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[993], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:micro_coal_stone_bricks_1"] = {["node_box"] = _[995], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[995], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:panel_wood_tile_center_15"] = {["node_box"] = _[997], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[997], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["moreblocks:slope_cactus_brick_inner"] = {["tiles"] = _[263], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:micro_cobble_compressed_2"] = {["node_box"] = _[999], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[999], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["maptools:climb"] = {["inventory_image"] = "default_steel_block.png^default_ladder.png", ["stack_max"] = 10000, ["paramtype"] = "light", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:climb", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["drawtype"] = "airlike", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["climbable"] = true, ["description"] = "Climb Block"}, ["moreblocks:stair_desert_stone_outer"] = {["node_box"] = _[1003], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1003], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_outer", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:micro_clean_glass_2"] = {["node_box"] = _[1005], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1005], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:micro_tar_2"] = {["node_box"] = _[1007], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1007], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:slope_circle_stone_bricks"] = {["tiles"] = _[577], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_obsidian_glass_outer_cut_half"] = {["tiles"] = _[351], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:panel_mossycobble_14"] = {["node_box"] = _[1009], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1009], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:stair_split_stone_tile"] = {["node_box"] = _[1013], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1013], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:stair_grey_bricks_alt"] = {["node_box"] = _[1017], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1017], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:micro_split_stone_tile_15"] = {["node_box"] = _[1019], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1019], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:micro_goldblock_1"] = {["node_box"] = _[1021], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1021], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:slope_iron_stone_bricks_cut"] = {["tiles"] = _[201], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_all_faces_tree_half"] = {["tiles"] = _[284], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:panel_cobble_compressed_12"] = {["node_box"] = _[1023], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1023], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:stair_obsidian_glass"] = {["node_box"] = _[1027], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1027], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:micro_clean_glass_14"] = {["node_box"] = _[1029], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1029], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:panel_stone_tile_12"] = {["node_box"] = _[1031], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1031], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:panel_stone_tile_2"] = {["node_box"] = _[1033], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1033], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["carts:rail_copper"] = {["tiles"] = {"carts_rail_copper.png", "carts_rail_copper_curved.png", "carts_rail_copper_t_junction.png", "carts_rail_copper_crossing.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["is_ground_content"] = true, ["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["drawtype"] = "raillike", ["description"] = "Copper Rail", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "carts:rail_copper", ["mod_origin"] = "carts", ["type"] = "node", ["inventory_image"] = "carts_rail_copper.png", ["paramtype"] = "light", ["wield_image"] = "carts_rail_copper.png"}, ["moreblocks:slab_cactus_brick_14"] = {["node_box"] = _[1035], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[1035], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (14/16)"}, ["moreblocks:slope_coal_checker_half"] = {["tiles"] = _[61], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:panel_iron_checker_15"] = {["node_box"] = _[1037], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1037], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:slope_iron_glass_inner_cut_half"] = {["tiles"] = _[1038], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_tar_half_raised"] = {["tiles"] = _[234], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slab_wood_tile_center_15"] = {["node_box"] = _[1041], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[1041], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (15/16)"}, ["moreblocks:panel_glow_glass_15"] = {["node_box"] = _[1043], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[1043], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:micro_plankstone_12"] = {["node_box"] = _[1045], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[1045], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["maptools:stone"] = {["tiles"] = {"default_stone.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:stone", ["range"] = 12, ["description"] = "Unbreakable Stone"}, ["moreblocks:slope_jungletree_outer"] = {["tiles"] = _[26], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slab_all_faces_jungle_tree_14"] = {["node_box"] = _[1047], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[1047], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (14/16)"}, ["moreblocks:micro_copperblock"] = {["node_box"] = _[1049], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1049], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:micro_copperblock_14"] = {["node_box"] = _[1051], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1051], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:slab_tar_three_quarter"] = {["node_box"] = _[1053], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1053], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (12/16)"}, ["maptools:pusher_5"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[1055], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 500}, ["name"] = "maptools:pusher_5", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1055], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (5)"}, ["doors:door_steel_t_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["is_ground_content"] = false, ["groups"] = _[1058], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21Rý\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_b_2\9_t_2\9_b_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[1062], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua\16\0\0\1\0\0\0\1\2x\0G\0\1\0\0\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_steel_a.png", "doors_steel_a.png^[transformfx"}, ["can_dig"] = _[1063], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +Bƒ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gø\1\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_steel_t_1", ["sunlight_propagates"] = false}, ["moreblocks:slab_iron_checker_three_quarter"] = {["node_box"] = _[1065], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1065], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (12/16)"}, ["moreblocks:stair_bronzeblock_alt"] = {["node_box"] = _[1069], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[1069], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:slope_obsidianbrick_inner_cut"] = {["tiles"] = _[40], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slab_sandstonebrick_2"] = {["node_box"] = _[1071], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1071], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (2/16)"}, ["moreblocks:micro_cobble_compressed_15"] = {["node_box"] = _[1073], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1073], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["moreblocks:panel_all_faces_tree_12"] = {["node_box"] = _[1075], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1075], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:slope_meselamp_half_raised"] = {["tiles"] = _[240], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["maptools:igniter"] = {["inventory_image"] = "fire_basic_flame.png", ["stack_max"] = 10000, ["groups"] = {["igniter"] = 2, ["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["pointable"] = false, ["drawtype"] = "airlike", ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:igniter", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Igniter"}, ["moreblocks:panel_split_stone_tile_alt_12"] = {["node_box"] = _[1077], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1077], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:panel_coal_checker"] = {["node_box"] = _[1079], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[1079], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["farming:wheat_2"] = {["tiles"] = {"farming_wheat_2.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 7, ["items"] = {"farming:wheat"}}, {["rarity"] = 14, ["items"] = {"farming:wheat"}}, {["rarity"] = 7, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 14, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_2", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 2, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:stair_copperblock_alt"] = {["node_box"] = _[1083], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1083], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:slab_all_faces_tree"] = {["node_box"] = _[1085], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1085], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (8/16)"}, ["moreblocks:micro_split_stone_tile"] = {["node_box"] = _[1087], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1087], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:panel_cactus_checker_12"] = {["node_box"] = _[1089], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1089], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:slope_glow_glass_outer_cut_half_raised"] = {["tiles"] = _[20], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slab_mossycobble_2"] = {["node_box"] = _[1091], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1091], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (2/16)"}, ["moreblocks:slab_mossycobble_three_quarter"] = {["node_box"] = _[1093], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1093], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (12/16)"}, ["moreblocks:panel_wood_tile_center"] = {["node_box"] = _[1095], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[1095], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["moreblocks:panel_tar_14"] = {["node_box"] = _[1097], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1097], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:slab_obsidian_15"] = {["node_box"] = _[1099], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1099], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (15/16)"}, ["beds:bed_bottom"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, 0.06, 0.5}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["bed"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["on_rightclick"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaS\0\3\6\0\2\0\6\0302\0024\3\0\0007\3\1\3\16\4\0\0\16\5\2\0>\3\3\1G\0\1\0\18on_rightclick\9beds\1\1\1\1\1\2pos\0\0\7node\0\0\7clicker\0\0\7\0\0"), ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "beds", ["paramtype"] = "light", ["description"] = "Simple Bed", ["inventory_image"] = "beds_bed.png", ["stack_max"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5}}, ["on_destruct"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaÀ\2\0\1\8\0\11\1$>(\0094\1\0\0007\1\1\1\16\2\0\0>\1\2\2\14\0\1\0T\2\1€G\0\1\0004\2\0\0007\2\2\0027\3\3\1>\2\2\0024\3\4\0007\3\5\3\16\4\0\0\16\5\2\0>\3\3\0024\4\0\0007\4\6\4\16\5\3\0>\4\2\0024\5\0\0007\5\7\0057\6\8\4%\7\9\0>\5\3\2\9\5\0\0T\5\8€7\5\3\0017\6\3\4\5\5\6\0T\5\4€4\5\0\0007\5\ +\5\16\6\3\0>\5\2\1G\0\1\0\16remove_node\8bed\9name\19get_item_group\13get_node\8add\11vector\11param2\19facedir_to_dir\20get_node_or_nil\13minetest\4\1\1\1\1\2\2\2\3\3\3\3\4\4\4\4\4\5\5\5\5\6\6\6\6\6\6\6\6\6\6\6\7\7\7\7\9pos\0\0%n\0\5 dir\0\7\25p\0\5\20n2\0\4\16\0\0"), ["after_place_node"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaø\3\0\3\15\0\15\0=r\23\0164\3\0\0007\3\1\3\16\4\0\0>\3\2\2\15\0\3\0T\4\3€7\4\2\3\14\0\4\0T\4\6€4\4\0\0007\4\3\4\16\5\0\0>\4\2\1)\4\2\0H\4\2\0004\4\0\0007\4\4\0047\5\2\3>\4\2\0024\5\5\0007\5\6\5\16\6\0\0\16\7\4\0>\5\3\0024\6\0\0007\6\1\6\16\7\5\0>\6\2\2\13\7\6\0T\7\4€4\7\0\0007\7\7\0077\8\8\0066\7\8\7\15\0\7\0T\8\3€7\8\9\7\14\0\8\0T\8\6€4\8\0\0007\8\3\8\16\9\0\0>\8\2\1)\8\2\0H\8\2\0004\8\0\0007\8\ +\8\16\9\5\0003\ +\14\0007\11\8\3\16\12\11\0007\11\11\11%\13\12\0%\14\13\0>\11\4\2:\11\8\ +7\11\2\3:\11\2\ +>\8\3\1)\8\1\0H\8\2\0\1\0\0\9_top\13%_bottom\9gsub\13set_node\17buildable_to\9name\21registered_items\8add\11vector\19facedir_to_dir\16remove_node\11param2\20get_node_or_nil\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\3\4\4\6\6\6\6\7\7\7\7\7\8\8\8\8\9\9\9\9\9\9\ +\ +\ +\ +\ +\11\11\11\11\12\12\14\14\14\14\14\14\14\14\14\14\14\14\14\14\15\15pos\0\0>placer\0\0>itemstack\0\0>n\0\0059dir\0\15*p\0\5%n2\0\4!def\0\6\27\0\0"), ["tiles"] = {"beds_bed_top_bottom.png^[transformR90", "default_wood.png", "beds_bed_side_bottom_r.png", "beds_bed_side_bottom_r.png^[transformfx", "beds_transparent.png", "beds_bed_side_bottom.png"}, ["type"] = "node", ["paramtype2"] = "facedir", ["on_rotate"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.lua´\7\0\5\18\0\23\1zÊ\0015\0304\5\0\0007\5\1\0057\6\2\1>\5\2\0024\6\3\0007\6\4\6\16\7\0\0\16\8\5\0>\6\3\0024\7\0\0007\7\5\7\16\8\6\0>\7\2\2\15\0\7\0T\8\13€4\8\0\0007\8\6\0087\9\7\7%\ +\8\0>\8\3\2\17\8\8\0\8\8\0\0T\8\5€7\8\2\1\17\8\8\0007\9\2\7\5\8\9\0T\8\2€)\8\1\0H\8\2\0004\8\0\0007\8\9\8\16\9\6\0\16\11\2\0007\ +\ +\2>\ +\2\0=\8\1\2\15\0\8\0T\9\9€4\8\0\0007\8\11\8\16\9\6\0\16\11\2\0007\ +\ +\2>\ +\2\0=\8\1\1)\8\1\0H\8\2\0004\8\12\0007\8\13\8\4\3\8\0T\8\2€)\8\1\0H\8\2\0004\8\3\0007\8\4\8\16\9\0\0004\ +\0\0007\ +\1\ +\16\11\4\0>\ +\2\0=\8\1\0024\9\0\0007\9\5\9\16\ +\8\0>\9\2\2\13\ +\9\0T\ +\4€4\ +\0\0007\ +\14\ +7\11\7\0096\ +\11\ +\15\0\ +\0T\11\3€7\11\15\ +\14\0\11\0T\11\2€)\11\1\0H\11\2\0004\11\0\0007\11\9\11\16\12\8\0\16\14\2\0007\13\ +\2>\13\2\0=\11\1\2\15\0\11\0T\12\9€4\11\0\0007\11\11\11\16\12\8\0\16\14\2\0007\13\ +\2>\13\2\0=\11\1\1)\11\1\0H\11\2\0:\4\2\0014\11\0\0007\11\16\11\16\12\0\0\16\13\1\0>\11\3\0014\11\0\0007\11\17\11\16\12\6\0>\11\2\0014\11\0\0007\11\18\11\16\12\8\0003\13\22\0007\14\7\1\16\15\14\0007\14\19\14%\16\20\0%\17\21\0>\14\4\2:\14\7\13:\4\2\13>\11\3\1)\11\2\0H\11\2\0\1\0\0\9_top\13%_bottom\9gsub\13set_node\16remove_node\14swap_node\17buildable_to\21registered_nodes\16ROTATE_FACE\16screwdriver record_protection_violation\20get_player_name\17is_protected\8bed\9name\19get_item_group\20get_node_or_nil\8add\11vector\11param2\19facedir_to_dir\13minetest\4\1\1\1\1\2\2\2\2\2\3\3\3\3\4\4\4\4\4\4\4\4\4\4\5\5\5\5\5\6\6\8\8\8\8\8\8\8\8\8\9\9\9\9\9\9\9\ +\ +\12\12\12\12\13\13\15\15\15\15\15\15\15\15\16\16\16\16\17\17\17\17\17\17\18\18\18\18\18\19\19\21\21\21\21\21\21\21\21\21\22\22\22\22\22\22\22\23\23\25\26\26\26\26\26\27\27\27\27\28\28\28\28\28\28\28\28\28\28\28\28\28\29\29pos\0\0{node\0\0{user\0\0{mode\0\0{new_param2\0\0{dir\0\5vp\0\5qnode2\0\4mnewp\0001\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Gold Block Stair"}, ["moreblocks:panel_wood_tile_full_1"] = {["node_box"] = _[1122], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1122], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["paintings:cyan"] = {["tiles"] = {"paintings_cyan.png"}, ["description"] = "Cyan Painting", ["selection_box"] = _[1126], ["name"] = "paintings:cyan", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[1126], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_cyan.png", ["paramtype"] = "light", ["wield_image"] = "paintings_cyan.png"}, ["moreblocks:panel_iron_stone_bricks_15"] = {["node_box"] = _[1128], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1128], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slab_cactus_checker_quarter"] = {["node_box"] = _[1130], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1130], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (4/16)"}, ["moreblocks:slab_mossycobble"] = {["node_box"] = _[1132], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1132], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (8/16)"}, ["xpanes:bar_9"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367], _[93]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_9", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368], _[100]}}}, ["moreblocks:stair_desert_cobble_inner"] = {["node_box"] = _[1137], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1137], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["maptools:papyrus"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "plantlike", ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["paramtype"] = "light", ["description"] = "Unbreakable Papyrus", ["tiles"] = {"default_papyrus.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.375, -0.5, -0.375, 0.375, 0.5, 0.375}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "default_papyrus.png", ["type"] = "node", ["range"] = 12, ["name"] = "maptools:papyrus", ["wield_image"] = "default_papyrus.png"}, ["moreblocks:stair_all_faces_jungle_tree"] = {["node_box"] = _[1141], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[1141], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:stair_obsidian_glass_right_half"] = {["node_box"] = _[1145], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1145], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["paintings:red"] = {["tiles"] = {"paintings_red.png"}, ["description"] = "Red Painting", ["selection_box"] = _[1149], ["name"] = "paintings:red", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[1149], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_red.png", ["paramtype"] = "light", ["wield_image"] = "paintings_red.png"}, ["moreblocks:stair_coal_stone_bricks_alt_4"] = {["node_box"] = _[1153], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1153], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:stair_all_faces_jungle_tree_alt_1"] = {["node_box"] = _[1157], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[1157], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:stair_tree_right_half"] = {["node_box"] = _[1161], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[1161], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:stair_pinewood_outer"] = {["node_box"] = _[1165], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1165], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:slope_desert_stone_cut"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_cut", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_cut", ["paramtype2"] = "facedir"}, ["moreblocks:slab_wood_14"] = {["node_box"] = _[1167], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1167], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (14/16)"}, ["moreblocks:iron_stone_bricks"] = {["tiles"] = _[201], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:iron_stone_bricks", ["description"] = "Iron Stone Bricks"}, ["moreblocks:slab_desert_cobble_2"] = {["node_box"] = _[1169], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1169], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (2/16)"}, ["moreblocks:micro_goldblock_12"] = {["node_box"] = _[1171], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1171], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:slope_iron_checker_outer"] = {["tiles"] = _[91], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slab_coal_checker_1"] = {["node_box"] = _[1173], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[1173], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (1/16)"}, ["moreblocks:stair_stone_tile_alt_4"] = {["node_box"] = _[1177], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1177], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["default:sandstonebrick"] = {["tiles"] = _[407], ["mod_origin"] = "default", ["sounds"] = _[412], ["is_ground_content"] = false, ["groups"] = {["cracky"] = 2}, ["type"] = "node", ["name"] = "default:sandstonebrick", ["description"] = "Sandstone Brick"}, ["doors:door_glass_t_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["is_ground_content"] = false, ["groups"] = _[1180], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21Rý\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_b_2\9_t_2\9_b_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[1184], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_a.png", "doors_glass_a.png^[transformfx"}, ["can_dig"] = _[1185], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +Bƒ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gø\1\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_glass_t_1", ["sunlight_propagates"] = true}, ["moreblocks:panel_stone_2"] = {["node_box"] = _[1187], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1187], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut"] = {["tiles"] = _[108], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slab_all_faces_tree_three_quarter"] = {["node_box"] = _[1189], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1189], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (12/16)"}, ["moreblocks:slope_desert_cobble_outer_cut_half_raised"] = {["tiles"] = _[132], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_split_stone_tile_alt_half"] = {["node_box"] = _[1193], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1193], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:slope_obsidian_outer_cut_half"] = {["tiles"] = _[486], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:panel_stone_tile_15"] = {["node_box"] = _[1195], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1195], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:slope_all_faces_jungle_tree_outer"] = {["tiles"] = _[183], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_wood_tile_inner_cut_half"] = {["tiles"] = _[567], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slab_all_faces_tree_14"] = {["node_box"] = _[1197], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1197], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (14/16)"}, ["wool:violet"] = {["tiles"] = {"wool_violet.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:violet", ["description"] = "Violet Wool"}, ["farming:wheat_3"] = {["tiles"] = {"farming_wheat_3.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 6, ["items"] = {"farming:wheat"}}, {["rarity"] = 12, ["items"] = {"farming:wheat"}}, {["rarity"] = 6, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 12, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_3", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 3, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:slab_meselamp"] = {["node_box"] = _[1199], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[1199], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (8/16)"}, ["moreblocks:slope_glow_glass_half"] = {["tiles"] = _[20], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slab_coal_glass_three_quarter"] = {["node_box"] = _[1201], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[1201], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (12/16)"}, ["moreblocks:slope_cobble_half_raised"] = {["tiles"] = _[79], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_jungletree_outer_cut"] = {["tiles"] = _[26], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:panel_sandstonebrick_12"] = {["node_box"] = _[1203], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1203], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:stair_super_glow_glass_alt_4"] = {["node_box"] = _[1207], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[1207], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:panel_sandstonebrick_4"] = {["node_box"] = _[1209], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1209], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:slab_circle_stone_bricks_three_quarter"] = {["node_box"] = _[1211], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[1211], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (12/16)"}, ["moreblocks:slope_desert_stonebrick_outer"] = {["tiles"] = _[559], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:panel_desert_cobble_12"] = {["node_box"] = _[1213], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1213], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["moreblocks:stair_obsidianbrick"] = {["node_box"] = _[1217], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1217], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:slab_stone_tile_14"] = {["node_box"] = _[1219], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1219], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (14/16)"}, ["moreblocks:micro_mossycobble_4"] = {["node_box"] = _[1221], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1221], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["moreblocks:panel_split_stone_tile_alt_15"] = {["node_box"] = _[1223], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1223], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:slope_cobble_half"] = {["tiles"] = _[79], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["doors:door_glass_t_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["is_ground_content"] = false, ["groups"] = _[1180], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21RÉ\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_b_1\9_t_1\9_b_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[1184], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_a.png^[transformfx", "doors_glass_a.png"}, ["can_dig"] = _[1185], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÏ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÄ\2\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_glass_t_2", ["sunlight_propagates"] = true}, ["maptools:soil_wet"] = {["tiles"] = {"farming_soil_wet.png", "farming_soil_wet_side.png"}, ["stack_max"] = 10000, ["groups"] = {["not_in_creative_inventory"] = 1, ["unbreakable"] = 1, ["grassland"] = 1, ["soil"] = 3, ["wet"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:soil_wet", ["range"] = 12, ["description"] = "Wet Soil"}, ["moreblocks:panel_grey_bricks_2"] = {["node_box"] = _[1225], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1225], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:panel_clean_glass_12"] = {["node_box"] = _[1227], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1227], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["default:ladder"] = {["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 3, ["choppy"] = 2, ["flammable"] = 2}, ["drawtype"] = "signlike", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Ladder", ["tiles"] = {"default_ladder.png"}, ["selection_box"] = {["type"] = "wallmounted"}, ["name"] = "default:ladder", ["sunlight_propagates"] = true, ["walkable"] = false, ["climbable"] = true, ["inventory_image"] = "default_ladder.png", ["type"] = "node", ["paramtype2"] = "wallmounted", ["legacy_wallmounted"] = true, ["wield_image"] = "default_ladder.png"}, ["moreblocks:slope_tree_inner_half"] = {["tiles"] = _[122], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slab_goldblock_2"] = {["node_box"] = _[1229], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1229], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (2/16)"}, ["moreblocks:slope_grey_bricks_inner"] = {["tiles"] = _[722], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:micro_super_glow_glass_15"] = {["node_box"] = _[1231], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[1231], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:slab_desert_cobble_14"] = {["node_box"] = _[1233], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1233], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (14/16)"}, ["moreblocks:panel_tree_4"] = {["node_box"] = _[1235], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[1235], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["wool:magenta"] = {["tiles"] = {"wool_magenta.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:magenta", ["description"] = "Magenta Wool"}, ["moreblocks:slab_sandstonebrick"] = {["node_box"] = _[1237], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1237], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (8/16)"}, ["moreblocks:stair_clean_glass_right_half"] = {["node_box"] = _[1241], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1241], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:panel_sandstonebrick_1"] = {["node_box"] = _[1243], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1243], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:slab_cactus_brick_quarter"] = {["node_box"] = _[1245], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[1245], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (4/16)"}, ["stairs:stair_stonebrick"] = {["tiles"] = _[1246], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[1247], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1251], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_stonebrick", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Stone Brick Stair"}, ["moreblocks:panel_iron_checker_12"] = {["node_box"] = _[1253], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1253], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:stair_diamondblock_inner"] = {["node_box"] = _[1258], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1258], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:slab_desert_stone_15"] = {["node_box"] = _[1260], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1260], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (15/16)"}, ["moreblocks:slab_iron_checker_1"] = {["node_box"] = _[1262], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1262], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (1/16)"}, ["moreblocks:panel_meselamp_12"] = {["node_box"] = _[1264], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[1264], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["wool:dark_grey"] = {["tiles"] = {"wool_dark_grey.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:dark_grey", ["description"] = "Dark Grey Wool"}, ["moreblocks:micro_coal_checker_14"] = {["node_box"] = _[1266], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[1266], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:micro_obsidian_15"] = {["node_box"] = _[1268], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1268], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["moreblocks:stair_obsidianbrick_alt_4"] = {["node_box"] = _[1272], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1272], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:panel_obsidian_glass_2"] = {["node_box"] = _[1274], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1274], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["default:grass_3"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 5, ["items"] = {"farming:seed_wheat"}}, {["items"] = {"default:grass_1"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Grass", ["inventory_image"] = "default_grass_3.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_grass_3.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_3", ["wield_image"] = "default_grass_3.png"}, ["moreblocks:micro_junglewood_4"] = {["node_box"] = _[1276], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[1276], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:slab_grey_bricks_14"] = {["node_box"] = _[1278], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1278], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (14/16)"}, ["moreblocks:stair_diamondblock_outer"] = {["node_box"] = _[1282], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1282], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["default:stone_with_gold"] = {["tiles"] = {"default_stone.png^default_mineral_gold.png"}, ["type"] = "node", ["description"] = "Gold Ore", ["mod_origin"] = "default", ["groups"] = {["cracky"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:stone_with_gold", ["drop"] = "default:gold_lump"}, ["moreblocks:slope_tar_outer_cut_half_raised"] = {["tiles"] = _[234], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:stair_iron_checker_alt"] = {["node_box"] = _[1286], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1286], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["default:goldblock"] = {["tiles"] = _[337], ["mod_origin"] = "default", ["sounds"] = _[342], ["is_ground_content"] = false, ["groups"] = {["cracky"] = 1}, ["type"] = "node", ["name"] = "default:goldblock", ["description"] = "Gold Block"}, ["default:nyancat"] = {["tiles"] = {"default_nc_side.png", "default_nc_side.png", "default_nc_side.png", "default_nc_side.png", "default_nc_back.png", "default_nc_front.png"}, ["is_ground_content"] = false, ["groups"] = {["cracky"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["paramtype2"] = "facedir", ["mod_origin"] = "default", ["type"] = "node", ["legacy_facedir_simple"] = true, ["name"] = "default:nyancat", ["description"] = "Nyan Cat"}, ["moreblocks:slab_coal_checker_14"] = {["node_box"] = _[1288], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[1288], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (14/16)"}, ["moreblocks:slope_bronzeblock_inner"] = {["tiles"] = _[205], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:panel_mossycobble"] = {["node_box"] = _[1290], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1290], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:slope_obsidian_glass_half_raised"] = {["tiles"] = _[351], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:panel_brick"] = {["node_box"] = _[1292], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[1292], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["xpanes:pane_6"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[379], _[94]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_6", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[380], _[101]}}}, ["moreblocks:slope_jungletree_inner_half"] = {["tiles"] = _[26], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slope_cactus_brick_cut"] = {["tiles"] = _[263], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_coal_stone_bricks_inner_half_raised"] = {["tiles"] = _[331], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["default:river_water_source"] = {["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "liquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:river_water_flowing", ["alpha"] = 160, ["liquid_range"] = 2, ["paramtype"] = "light", ["description"] = "River Water Source", ["inventory_image"] = "[inventorycube{default_river_water.png{default_river_water.png{default_river_water.png", ["special_tiles"] = {{["animation"] = {["type"] = "vertical_frames", ["length"] = 2, ["aspect_h"] = 16, ["aspect_w"] = 16}, ["name"] = "default_river_water_source_animated.png", ["backface_culling"] = false}}, ["mod_origin"] = "default", ["name"] = "default:river_water_source", ["liquidtype"] = "source", ["diggable"] = false, ["liquid_viscosity"] = 1, ["groups"] = {["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["walkable"] = false, ["tiles"] = {{["name"] = "default_river_water_source_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 2, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["liquid_renewable"] = false, ["type"] = "node", ["liquid_alternative_source"] = "default:river_water_source", ["post_effect_color"] = {["r"] = 30, ["b"] = 90, ["a"] = 120, ["g"] = 76}, ["pointable"] = false}, ["moreblocks:micro_tar"] = {["node_box"] = _[1294], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1294], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:panel_clean_glass_4"] = {["node_box"] = _[1296], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1296], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:panel_clean_glass_15"] = {["node_box"] = _[1298], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1298], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:stair_tar_alt_1"] = {["node_box"] = _[1302], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1302], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:stair_wood_tile_full_right_half"] = {["node_box"] = _[1306], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1306], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:slope_desert_stonebrick_inner"] = {["tiles"] = _[559], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slope_desert_stonebrick_inner_half_raised"] = {["tiles"] = _[559], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slope_circle_stone_bricks_inner"] = {["tiles"] = _[577], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["fire:basic_flame"] = {["on_construct"] = loadstring("\27LJ\1\0G@/home/kaen/code/minetest/bin/../games/adventuretest/mods/fire/init.lua]\0\1\5\0\4\0\8\15\28\0024\1\0\0007\1\1\1'\2\0\0004\3\2\0007\3\3\3\16\4\0\0>\1\4\1G\0\1\0\20on_flame_add_at\9fire\ +after\13minetest\1\1\1\1\1\1\1\2pos\0\0\9\0\0"), ["light_source"] = 14, ["groups"] = {["igniter"] = 2, ["dig_immediate"] = 3}, ["drawtype"] = "firelike", ["drop"] = "", ["on_blast"] = loadstring("\27LJ\1\0G@/home/kaen/code/minetest/bin/../games/adventuretest/mods/fire/init.lua\16\0\0\1\0\0\0\1\2$\0G\0\1\0\0\0\0"), ["damage_per_second"] = 4, ["paramtype"] = "light", ["description"] = "Fire", ["tiles"] = {{["name"] = "fire_basic_flame_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["on_destruct"] = loadstring("\27LJ\1\0G@/home/kaen/code/minetest/bin/../games/adventuretest/mods/fire/init.lua`\0\1\5\0\4\0\8\15 \0024\1\0\0007\1\1\1'\2\0\0004\3\2\0007\3\3\3\16\4\0\0>\1\4\1G\0\1\0\23on_flame_remove_at\9fire\ +after\13minetest\1\1\1\1\1\1\1\2pos\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["mod_origin"] = "fire", ["type"] = "node", ["inventory_image"] = "fire_basic_flame.png", ["name"] = "fire:basic_flame", ["buildable_to"] = true}, ["moreblocks:stair_coal_stone_bricks_inner"] = {["node_box"] = _[1311], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1311], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:slope_plankstone_inner_cut_half_raised"] = {["tiles"] = _[251], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_coal_checker_outer"] = {["tiles"] = _[61], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:stair_sandstonebrick_alt_1"] = {["node_box"] = _[1315], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1315], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["default:water_flowing"] = {["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "flowingliquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:water_flowing", ["alpha"] = 160, ["paramtype"] = "light", ["description"] = "Flowing Water", ["inventory_image"] = "[inventorycube{default_water.png{default_water.png{default_water.png", ["special_tiles"] = {{["backface_culling"] = false, ["name"] = "default_water_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 0.8, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["backface_culling"] = true, ["name"] = "default_water_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 0.8, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["mod_origin"] = "default", ["name"] = "default:water_flowing", ["liquidtype"] = "flowing", ["diggable"] = false, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["walkable"] = false, ["tiles"] = {"default_water.png"}, ["liquid_viscosity"] = 1, ["paramtype2"] = "flowingliquid", ["liquid_alternative_source"] = "default:water_source", ["post_effect_color"] = {["r"] = 30, ["b"] = 90, ["a"] = 120, ["g"] = 60}, ["pointable"] = false}, ["moreblocks:panel_iron_stone_bricks_12"] = {["node_box"] = _[1317], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1317], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slope_grey_bricks_outer_cut"] = {["tiles"] = _[722], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["xpanes:bar_2"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png^xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[379]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_2", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[380]}}}, ["moreblocks:slab_all_faces_tree_15"] = {["node_box"] = _[1319], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1319], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (15/16)"}, ["moreblocks:slope_glow_glass_inner_cut_half"] = {["tiles"] = _[20], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:panel_coal_stone_bricks_12"] = {["node_box"] = _[1321], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1321], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:slab_desert_cobble_1"] = {["node_box"] = _[1323], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1323], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (1/16)"}, ["moreblocks:panel_cactus_checker_4"] = {["node_box"] = _[1325], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1325], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:panel_stone_4"] = {["node_box"] = _[1327], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1327], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_4", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["moreblocks:slope_glow_glass_outer_half_raised"] = {["tiles"] = _[20], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:panel_coal_stone_bricks_2"] = {["node_box"] = _[1329], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1329], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:panel_tar_2"] = {["node_box"] = _[1331], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1331], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:stair_plankstone_alt_1"] = {["node_box"] = _[1335], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[1335], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:stair_desert_cobble_alt"] = {["node_box"] = _[1339], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1339], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:stair_plankstone_inner"] = {["node_box"] = _[1344], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[1344], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:slab_cactus_checker_14"] = {["node_box"] = _[1346], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1346], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (14/16)"}, ["moreblocks:slab_all_faces_jungle_tree"] = {["node_box"] = _[1348], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[1348], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (8/16)"}, ["moreblocks:micro_obsidian_glass_14"] = {["node_box"] = _[1350], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1350], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["moreblocks:stair_diamondblock_alt"] = {["node_box"] = _[1354], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1354], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:micro_wood_tile_full_14"] = {["node_box"] = _[1356], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1356], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:stair_cactus_checker_alt_4"] = {["node_box"] = _[1360], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1360], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:micro_brick_1"] = {["node_box"] = _[1362], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[1362], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["moreblocks:slab_split_stone_tile_15"] = {["node_box"] = _[1364], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1364], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (15/16)"}, ["moreblocks:slope_diamondblock"] = {["tiles"] = _[476], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["default:sandstone"] = {["tiles"] = _[3], ["sounds"] = _[8], ["mod_origin"] = "default", ["groups"] = {["cracky"] = 3, ["crumbly"] = 2}, ["type"] = "node", ["name"] = "default:sandstone", ["description"] = "Sandstone"}, ["moreblocks:panel_junglewood_12"] = {["node_box"] = _[1366], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[1366], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_junglewood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Panel"}, ["moreblocks:slope_obsidianbrick"] = {["tiles"] = _[40], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:micro_stonebrick_14"] = {["node_box"] = _[1368], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[1368], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["moreblocks:stair_split_stone_tile_alt_alt_4"] = {["node_box"] = _[1378], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1378], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:slope_sandstone"] = {["tiles"] = _[3], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slab_copperblock_14"] = {["node_box"] = _[1380], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1380], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (14/16)"}, ["moreblocks:slope_obsidian_glass_inner_cut_half_raised"] = {["tiles"] = _[351], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:micro_obsidianbrick"] = {["node_box"] = _[1382], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1382], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:slope_glow_glass_outer_cut"] = {["tiles"] = _[20], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:panel_grey_bricks_1"] = {["node_box"] = _[1384], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1384], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:micro_desert_stone_1"] = {["node_box"] = _[1386], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1386], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["moreblocks:slope_split_stone_tile_outer"] = {["tiles"] = _[180], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:circle_stone_bricks"] = {["tiles"] = _[577], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:circle_stone_bricks", ["description"] = "Circle Stone Bricks"}, ["moreblocks:stair_tar_alt_4"] = {["node_box"] = _[1390], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1390], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slope_coal_stone_bricks"] = {["tiles"] = _[331], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:stair_glass_alt_1"] = {["node_box"] = _[1394], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[1394], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:panel_cactus_checker_14"] = {["node_box"] = _[1396], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1396], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:slope_circle_stone_bricks_inner_cut"] = {["tiles"] = _[577], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:micro_all_faces_jungle_tree_4"] = {["node_box"] = _[1398], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[1398], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["moreblocks:stair_iron_checker_half"] = {["node_box"] = _[1402], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1402], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["default:grass_4"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 5, ["items"] = {"farming:seed_wheat"}}, {["items"] = {"default:grass_1"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Grass", ["inventory_image"] = "default_grass_4.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_grass_4.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_4", ["wield_image"] = "default_grass_4.png"}, ["maptools:damage_5"] = {["inventory_image"] = "default_steel_block.png^farming_cotton_5.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_5", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 5, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Damaging Block (5)"}, ["flowers:rose"] = {["inventory_image"] = "flowers_rose.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.15, -0.5, -0.15, 0.15, 0.3, 0.15}}, ["description"] = "Rose", ["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_red"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:rose", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_rose.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_rose.png"}, ["moreblocks:slab_desert_cobble_15"] = {["node_box"] = _[1404], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1404], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (15/16)"}, ["stairs:slab_obsidianbrick"] = {["tiles"] = _[1405], ["selection_box"] = _[1407], ["is_ground_content"] = false, ["groups"] = _[1408], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1412], ["name"] = "stairs:slab_obsidianbrick", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[1407], ["paramtype"] = "light", ["description"] = "Obsidian Brick Slab"}, ["moreblocks:slab_steelblock_three_quarter"] = {["node_box"] = _[1414], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[1414], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (12/16)"}, ["paintings:green"] = {["tiles"] = {"paintings_green.png"}, ["description"] = "Green Painting", ["selection_box"] = _[1418], ["name"] = "paintings:green", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[1418], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_green.png", ["paramtype"] = "light", ["wield_image"] = "paintings_green.png"}, ["moreblocks:slab_obsidian_quarter"] = {["node_box"] = _[1420], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1420], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (4/16)"}, ["moreblocks:panel_all_faces_tree_14"] = {["node_box"] = _[1422], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1422], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:slope_pinewood_outer_cut_half"] = {["tiles"] = _[48], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slab_wood_tile_full_quarter"] = {["node_box"] = _[1424], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1424], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (4/16)"}, ["moreblocks:slope_sandstonebrick_half"] = {["tiles"] = _[407], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:micro_wood_tile_full_15"] = {["node_box"] = _[1426], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1426], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:slope_obsidian_glass_outer_half_raised"] = {["tiles"] = _[351], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:slope_obsidianbrick_outer_cut_half"] = {["tiles"] = _[40], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:panel_tar_12"] = {["node_box"] = _[1428], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1428], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["farming:seed_cotton"] = {["tiles"] = {"farming_cotton_seed.png"}, ["wield_image"] = "farming_cotton_seed.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["name"] = "farming:seed_cotton", ["groups"] = {["seed"] = 1, ["desert"] = 1, ["grassland"] = 1, ["attached_node"] = 1, ["snappy"] = 3}, ["type"] = "node", ["drawtype"] = "signlike", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/farming/api.lua\1\0\3\ +\2\3\0\ +<Ë\1\0024\3\0\0007\3\1\3\16\4\0\0\16\5\1\0\16\6\2\0+\7\0\0%\8\2\0+\9\1\0$\7\9\7@\3\5\0\2À\3À\11:seed_\15place_seed\12farming\1\1\1\1\1\1\1\1\1\1mname\0pname\0itemstack\0\0\11placer\0\0\11pointed_thing\0\0\11\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["fertility"] = {"grassland", "desert"}, ["mod_origin"] = "farming", ["paramtype2"] = "wallmounted", ["inventory_image"] = "farming_cotton_seed.png", ["paramtype"] = "light", ["description"] = "Cotton seed"}, ["moreblocks:slab_cobble_compressed"] = {["node_box"] = _[1430], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1430], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (8/16)"}, ["moreblocks:slope_cobble_outer_cut_half"] = {["tiles"] = _[79], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_plankstone_outer"] = {["tiles"] = _[251], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:stair_mossycobble_inner"] = {["node_box"] = _[1435], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1435], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:panel_iron_stone_bricks_4"] = {["node_box"] = _[1437], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1437], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slab_tree_three_quarter"] = {["node_box"] = _[1439], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[1439], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (12/16)"}, ["default:diamondblock"] = {["tiles"] = _[476], ["mod_origin"] = "default", ["sounds"] = _[481], ["is_ground_content"] = false, ["groups"] = {["level"] = 3, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:diamondblock", ["description"] = "Diamond Block"}, ["moreblocks:slab_wood"] = {["node_box"] = _[1441], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1441], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (8/16)"}, ["moreblocks:micro_sandstone_1"] = {["node_box"] = _[1443], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[1443], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["moreblocks:stair_diamondblock_alt_1"] = {["node_box"] = _[1447], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1447], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:slope_wood_tile_center_outer_cut_half_raised"] = {["tiles"] = _[238], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_pinewood_half_raised"] = {["tiles"] = _[48], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["default:junglewood"] = {["tiles"] = _[12], ["mod_origin"] = "default", ["sounds"] = _[17], ["is_ground_content"] = false, ["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "default:junglewood", ["description"] = "Junglewood Planks"}, ["moreblocks:slope_stone_outer_half_raised"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer_half_raised", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:slope_clean_glass"] = {["tiles"] = _[195], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:micro_wood"] = {["node_box"] = _[1449], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1449], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["moreblocks:slope_split_stone_tile_cut"] = {["tiles"] = _[180], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:slab_obsidian_14"] = {["node_box"] = _[1451], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1451], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (14/16)"}, ["moreblocks:stair_tar_outer"] = {["node_box"] = _[1455], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1455], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slope_cactus_checker_outer_half"] = {["tiles"] = _[377], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:stair_desert_stonebrick_alt_1"] = {["node_box"] = _[1459], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[1459], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:micro_desert_cobble_12"] = {["node_box"] = _[1461], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1461], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:slab_wood_tile_full_14"] = {["node_box"] = _[1463], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1463], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (14/16)"}, ["moreblocks:slope_obsidian_glass"] = {["tiles"] = _[351], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["doors:door_steel_b_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["is_ground_content"] = false, ["groups"] = _[1058], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R£\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_t_1\9_b_1\9_t_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_steel", ["sounds"] = _[1062], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua\16\0\0\1\0\0\0\1\2x\0G\0\1\0\0\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_steel_b.png^[transformfx", "doors_steel_b.png"}, ["can_dig"] = _[1063], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +B©\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gž\2\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_steel_b_2", ["sunlight_propagates"] = false}, ["moreblocks:slope_sandstone_outer_cut"] = {["tiles"] = _[3], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["protector:protect"] = {["tiles"] = {"protector.png"}, ["on_use"] = loadstring("\27LJ\1\0L@/home/kaen/code/minetest/bin/../games/adventuretest/mods/protector/init.lua¬\1\0\3\9\0\6\0\0153À\1\0057\3\0\2\6\3\1\0T\3\1€G\0\1\0004\3\2\0007\3\3\3'\4\12\0007\5\4\2\16\7\1\0007\6\5\1>\6\2\2)\7\1\0'\8\2\0>\3\6\1G\0\1\0\20get_player_name\ +under\12can_dig\14protector\9node\9type\1\1\1\2\4\4\4\4\4\4\4\4\4\4\5itemstack\0\0\16user\0\0\16pointed_thing\0\0\16\0\0"), ["on_rightclick"] = loadstring("\27LJ\1\0L@/home/kaen/code/minetest/bin/../games/adventuretest/mods/protector/init.luaÈ\2\0\4\11\0\9\0!LÇ\1\0074\4\0\0007\4\1\4\16\5\0\0>\4\2\0024\5\2\0007\5\3\5'\6\1\0\16\7\0\0\16\9\2\0007\8\4\2>\8\2\2)\9\2\0'\ +\1\0>\5\6\2\15\0\5\0T\6\16€4\5\0\0007\5\5\5\16\7\2\0007\6\4\2>\6\2\2%\7\6\0004\8\0\0007\8\7\8\16\9\0\0>\8\2\2$\7\8\0074\8\2\0007\8\8\8\16\9\4\0>\8\2\0=\5\2\1G\0\1\0\22generate_formspec\18pos_to_string\15protector_\18show_formspec\20get_player_name\12can_dig\14protector\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\3\3\3\3\3\4\4\4\4\4\4\4\4\4\4\3\7pos\0\0\"node\0\0\"clicker\0\0\"itemstack\0\0\"meta\0\5\29\0\0"), ["on_punch"] = loadstring("\27LJ\1\0L@/home/kaen/code/minetest/bin/../games/adventuretest/mods/protector/init.luaÊ\1\0\3\9\0\6\0\19+Ð\1\0054\3\0\0007\3\1\3'\4\1\0\16\5\0\0\16\7\2\0007\6\2\2>\6\2\2)\7\2\0'\8\1\0>\3\6\2\14\0\3\0T\3\1€G\0\1\0004\3\3\0007\3\4\3\16\4\0\0%\5\5\0>\3\3\1G\0\1\0\22protector:display\15add_entity\13minetest\20get_player_name\12can_dig\14protector\1\1\1\1\1\1\1\1\1\1\1\1\2\4\4\4\4\4\5pos\0\0\20node\0\0\20puncher\0\0\20\0\0"), ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "protector:protect", ["after_place_node"] = loadstring("\27LJ\1\0L@/home/kaen/code/minetest/bin/../games/adventuretest/mods/protector/init.lua¤\2\0\2\ +\0\11\0\0316¸\1\0064\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2%\5\3\0\16\7\1\0007\6\4\1>\6\2\2\14\0\6\0T\7\1€%\6\5\0>\3\4\1\16\4\2\0007\3\2\2%\5\6\0%\6\7\0\16\8\2\0007\7\8\2%\9\3\0>\7\3\2%\8\9\0$\6\8\6>\3\4\1\16\4\2\0007\3\2\2%\5\ +\0%\6\5\0>\3\4\1G\0\1\0\12members\6)\15get_string\25Area lock (owned by \13infotext\5\20get_player_name\ +owner\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\2\2\2\3\3\3\3\4\4\4\4\4\4\3\5\5\5\5\5\6pos\0\0 placer\0\0 meta\0\5\27\0\0"), ["mod_origin"] = "protector", ["type"] = "node", ["groups"] = {["cracky"] = 2}, ["paramtype"] = "light", ["description"] = "Area Lock"}, ["moreblocks:micro_coal_checker_15"] = {["node_box"] = _[1465], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[1465], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:slope_cobble_compressed_inner_half"] = {["tiles"] = _[215], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["flowers:viola"] = {["inventory_image"] = "flowers_viola.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.2, 0.5}}, ["description"] = "Viola", ["groups"] = {["flora"] = 1, ["color_violet"] = 1, ["snappy"] = 3, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:viola", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_viola.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_viola.png"}, ["moreblocks:slab_pinewood_2"] = {["node_box"] = _[1467], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1467], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (2/16)"}, ["moreblocks:panel_pinewood_15"] = {["node_box"] = _[1469], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1469], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:panel_obsidian"] = {["node_box"] = _[1471], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1471], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:stair_obsidian_alt_2"] = {["node_box"] = _[1475], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1475], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:stair_all_faces_tree_right_half"] = {["node_box"] = _[1479], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1479], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_wood_outer"] = {["tiles"] = _[454], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:micro_brick_12"] = {["node_box"] = _[1481], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[1481], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["moreblocks:panel_pinetree_1"] = {["node_box"] = _[1483], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[1483], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:micro_obsidianbrick_12"] = {["node_box"] = _[1485], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1485], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:slope_stone_inner"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner", ["paramtype2"] = "facedir"}, ["moreblocks:slope_goldblock_outer"] = {["tiles"] = _[337], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["default:apple"] = {["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 3, ["leafdecay_drop"] = 1, ["fleshy"] = 3, ["leafdecay"] = 3, ["flammable"] = 2}, ["drawtype"] = "plantlike", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Apple", ["tiles"] = {"default_apple.png"}, ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.2, -0.5, -0.2, 0.2, 0, 0.2}}, ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["type"] = "node", ["inventory_image"] = "default_apple.png", ["name"] = "default:apple", ["after_place_node"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua™\1\0\3\6\0\4\0\11'ó\3\4\16\4\1\0007\3\0\1>\3\2\2\15\0\3\0T\4\5€4\3\1\0007\3\2\3\16\4\0\0003\5\3\0>\3\3\1G\0\1\0\1\0\2\11param2\3\1\9name\18default:apple\13set_node\13minetest\14is_player\1\1\1\1\1\2\2\2\2\2\4pos\0\0\12placer\0\0\12itemstack\0\0\12\0\0")}, ["moreblocks:micro_wood_4"] = {["node_box"] = _[1487], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1487], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["moreblocks:slab_cactus_checker_15"] = {["node_box"] = _[1489], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1489], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (15/16)"}, ["moreblocks:panel_sandstonebrick_14"] = {["node_box"] = _[1491], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1491], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:micro_obsidian_glass_15"] = {["node_box"] = _[1493], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1493], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["moreblocks:fence_jungle_wood"] = {["tiles"] = {"default_junglewood.png"}, ["no_stairs"] = true, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.14285714285714, -0.5, -0.14285714285714, 0.14285714285714, 0.5, 0.14285714285714}}, ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 2}, ["drawtype"] = "fencelike", ["sounds"] = _[188], ["description"] = "Jungle Wood Fence", ["name"] = "moreblocks:fence_jungle_wood", ["mod_origin"] = "moreblocks", ["type"] = "node", ["inventory_image"] = "default_fence_overlay.png^default_junglewood.png^default_fence_overlay.png^[makealpha:255,126,126", ["paramtype"] = "light", ["wield_image"] = "default_fence_overlay.png^default_junglewood.png^default_fence_overlay.png^[makealpha:255,126,126"}, ["moreblocks:slope_diamondblock_half_raised"] = {["tiles"] = _[476], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:panel_junglewood_15"] = {["node_box"] = _[1495], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[1495], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_junglewood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Panel"}, ["moreblocks:panel_desert_stone_12"] = {["node_box"] = _[1497], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1497], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_12", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:slab_copperblock_quarter"] = {["node_box"] = _[1499], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1499], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (4/16)"}, ["moreblocks:stair_plankstone_alt_2"] = {["node_box"] = _[1503], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[1503], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:slope_meselamp_inner_cut_half_raised"] = {["tiles"] = _[240], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:slab_sandstone_2"] = {["node_box"] = _[1505], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[1505], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (2/16)"}, ["moreblocks:slope_cactus_checker_outer_cut"] = {["tiles"] = _[377], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slab_sandstone"] = {["node_box"] = _[1507], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[1507], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (8/16)"}, ["moreblocks:micro_iron_checker"] = {["node_box"] = _[1509], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1509], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:stair_iron_stone_alt_2"] = {["node_box"] = _[1513], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[1513], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:micro_split_stone_tile_2"] = {["node_box"] = _[1515], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1515], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:panel_cactus_checker_15"] = {["node_box"] = _[1517], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1517], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:micro_desert_stonebrick_2"] = {["node_box"] = _[1519], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[1519], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:slope_coal_stone_bricks_inner_cut_half_raised"] = {["tiles"] = _[331], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_iron_checker_inner_half"] = {["tiles"] = _[91], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:micro_desert_cobble"] = {["node_box"] = _[1521], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1521], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["tnt:tnt"] = {["tiles"] = {"tnt_top.png", "tnt_bottom.png", "tnt_side.png"}, ["mesecons"] = {["effector"] = {["action_on"] = _[1522]}}, ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 2, ["mesecon"] = 2}, ["on_punch"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua³\2\0\3\6\0\12\0\0284Ý\1\6\16\4\2\0007\3\0\2>\3\2\2\16\4\3\0007\3\1\3>\3\2\2\7\3\2\0T\3\19€4\3\3\0007\3\4\3%\4\5\0003\5\6\0:\0\7\5>\3\3\0014\3\3\0007\3\8\3\16\4\0\0003\5\9\0>\3\3\0014\3\3\0007\3\ +\3\16\4\0\0>\3\2\2\16\4\3\0007\3\11\3'\5\4\0>\3\3\1G\0\1\0\ +start\19get_node_timer\1\0\1\9name\20tnt:tnt_burning\13set_node\8pos\1\0\0\15tnt_ignite\15sound_play\13minetest\18default:torch\13get_name\21get_wielded_item\1\1\1\1\1\1\1\1\2\2\2\2\2\2\3\3\3\3\3\4\4\4\4\4\4\4\4\6pos\0\0\29node\0\0\29puncher\0\0\29\0\0"), ["on_blast"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua9\0\2\4\1\0\0\4\28ä\1\2+\2\0\0\16\3\0\0>\2\2\1G\0\1\0\13À\1\1\1\2burn\0pos\0\0\5intensity\0\0\5\0\0"), ["mod_origin"] = "tnt", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "tnt:tnt", ["description"] = "TNT"}, ["moreblocks:stair_split_stone_tile_alt_alt_1"] = {["node_box"] = _[1526], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1526], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:slope_pinewood_inner_cut_half_raised"] = {["tiles"] = _[48], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["maptools:pusher_2"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[1528], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 200}, ["name"] = "maptools:pusher_2", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1528], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (2)"}, ["moreblocks:stair_iron_stone_bricks_half"] = {["node_box"] = _[1532], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1532], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:panel_desert_cobble_14"] = {["node_box"] = _[1534], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1534], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["stairs:slab_stone"] = {["tiles"] = _[1535], ["selection_box"] = _[1537], ["is_ground_content"] = false, ["groups"] = _[1538], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1542], ["name"] = "stairs:slab_stone", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[1537], ["paramtype"] = "light", ["description"] = "Stone Slab"}, ["moreblocks:slope_desert_stonebrick_half_raised"] = {["tiles"] = _[559], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slab_goldblock_14"] = {["node_box"] = _[1544], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1544], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (14/16)"}, ["moreblocks:slope_split_stone_tile_alt_cut"] = {["tiles"] = _[108], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slab_desert_stonebrick_15"] = {["node_box"] = _[1546], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[1546], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (15/16)"}, ["wool:yellow"] = {["tiles"] = {"wool_yellow.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:yellow", ["description"] = "Yellow Wool"}, ["moreblocks:micro_wood_tile_4"] = {["node_box"] = _[1548], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[1548], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:slope_cactus_brick_inner_cut"] = {["tiles"] = _[263], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slab_coal_stone_bricks_three_quarter"] = {["node_box"] = _[1550], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1550], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (12/16)"}, ["moreblocks:stair_cactus_checker_outer"] = {["node_box"] = _[1554], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1554], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["vessels:drinking_glass"] = {["tiles"] = {"vessels_drinking_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}}, ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["drawtype"] = "plantlike", ["description"] = "Drinking Glass (empty)", ["sounds"] = {["dug"] = {["name"] = "default_break_glass", ["gain"] = 1}, ["footstep"] = {["name"] = "default_glass_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["walkable"] = false, ["name"] = "vessels:drinking_glass", ["mod_origin"] = "vessels", ["type"] = "node", ["inventory_image"] = "vessels_drinking_glass_inv.png", ["paramtype"] = "light", ["wield_image"] = "vessels_drinking_glass.png"}, ["moreblocks:stone_tile"] = {["tiles"] = _[403], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:stone_tile", ["description"] = "Stone Tile"}, ["moreblocks:stair_meselamp_right_half"] = {["node_box"] = _[1558], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[1558], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slab_stone_tile_quarter"] = {["node_box"] = _[1560], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1560], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (4/16)"}, ["moreblocks:slope_tree_inner_cut_half_raised"] = {["tiles"] = _[122], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:panel_tar_15"] = {["node_box"] = _[1562], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1562], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:micro_pinewood"] = {["node_box"] = _[1564], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1564], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:slab_cobble_14"] = {["node_box"] = _[1566], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[1566], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (14/16)"}, ["stairs:slab_obsidian"] = {["tiles"] = _[1567], ["selection_box"] = _[1569], ["is_ground_content"] = false, ["groups"] = _[1570], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1574], ["name"] = "stairs:slab_obsidian", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[1569], ["paramtype"] = "light", ["description"] = "Obsidian Slab"}, ["moreblocks:stair_desert_cobble_half"] = {["node_box"] = _[1578], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1578], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:slope_goldblock_inner"] = {["tiles"] = _[337], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slab_stone"] = {["node_box"] = _[1580], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1580], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (8/16)"}, ["moreblocks:panel_all_faces_tree_15"] = {["node_box"] = _[1582], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1582], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:slope_all_faces_tree_inner_cut_half_raised"] = {["tiles"] = _[284], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:panel_stone_12"] = {["node_box"] = _[1584], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1584], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_12", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["default:stone"] = {["tiles"] = _[219], ["legacy_mineral"] = true, ["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["drop"] = "default:cobble", ["sounds"] = _[224], ["mod_origin"] = "default", ["type"] = "node", ["name"] = "default:stone", ["description"] = "Stone"}, ["moreblocks:slab_split_stone_tile_alt"] = {["node_box"] = _[1586], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1586], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (8/16)"}, ["moreblocks:panel_obsidian_glass_15"] = {["node_box"] = _[1588], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1588], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["moreblocks:stair_obsidian_half"] = {["node_box"] = _[1592], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1592], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:panel_mossycobble_4"] = {["node_box"] = _[1594], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1594], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:stair_wood_tile_full_alt_4"] = {["node_box"] = _[1598], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1598], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["maptools:copperblock"] = {["tiles"] = {"default_copper_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:copperblock", ["range"] = 12, ["description"] = "Unbreakable Copper Block"}, ["moreblocks:slab_meselamp_three_quarter"] = {["node_box"] = _[1600], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[1600], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (12/16)"}, ["maptools:jungletree"] = {["tiles"] = {"default_jungletree_top.png", "default_jungletree_top.png", "default_jungletree.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:jungletree", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["on_place"] = _[9], ["description"] = "Unbreakable Jungle Tree"}, ["moreblocks:cactus_checker"] = {["sounds"] = _[66], ["tiles"] = _[377], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:cactus_checker", ["description"] = "Cactus Checker"}, ["moreblocks:stair_pinewood_inner"] = {["node_box"] = _[1605], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1605], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:slope_coal_stone_bricks_outer_cut_half"] = {["tiles"] = _[331], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_obsidianbrick_half_raised"] = {["tiles"] = _[40], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slab_cobble_compressed_three_quarter"] = {["node_box"] = _[1607], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1607], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (12/16)"}, ["xpanes:bar_8"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png^xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[93]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_8", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[100]}}}, ["moreblocks:slab_sandstonebrick_quarter"] = {["node_box"] = _[1609], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1609], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (4/16)"}, ["moreblocks:micro_circle_stone_bricks_4"] = {["node_box"] = _[1611], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[1611], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:slope_cactus_brick_half_raised"] = {["tiles"] = _[263], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slab_split_stone_tile_alt_quarter"] = {["node_box"] = _[1613], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1613], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (4/16)"}, ["moreblocks:micro_glow_glass_14"] = {["node_box"] = _[1615], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[1615], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:panel_plankstone_2"] = {["node_box"] = _[1617], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[1617], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:stair_clean_glass_alt_2"] = {["node_box"] = _[1621], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1621], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:panel_obsidianbrick_15"] = {["node_box"] = _[1623], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1623], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["paintings:pink"] = {["tiles"] = {"paintings_pink.png"}, ["description"] = "Pink Painting", ["selection_box"] = _[1627], ["name"] = "paintings:pink", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[1627], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_pink.png", ["paramtype"] = "light", ["wield_image"] = "paintings_pink.png"}, ["moreblocks:slope_cactus_brick_inner_half"] = {["tiles"] = _[263], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:panel_clean_glass_2"] = {["node_box"] = _[1629], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1629], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:slab_wood_tile_full_15"] = {["node_box"] = _[1631], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1631], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (15/16)"}, ["default:cloud"] = {["tiles"] = {"default_cloud.png"}, ["type"] = "node", ["description"] = "Cloud", ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:cloud", ["drop"] = ""}, ["moreblocks:panel_iron_stone_bricks_1"] = {["node_box"] = _[1633], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1633], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slab_bronzeblock_three_quarter"] = {["node_box"] = _[1635], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[1635], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (12/16)"}, ["moreblocks:slab_brick"] = {["node_box"] = _[1637], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[1637], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (8/16)"}, ["moreblocks:slope_sandstonebrick_inner_cut"] = {["tiles"] = _[407], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["default:mossycobble"] = {["tiles"] = _[69], ["mod_origin"] = "default", ["sounds"] = _[74], ["is_ground_content"] = false, ["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["type"] = "node", ["name"] = "default:mossycobble", ["description"] = "Mossy Cobblestone"}, ["moreblocks:micro_wood_tile_center_12"] = {["node_box"] = _[1639], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[1639], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["jumping:trampoline_2"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 48}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_2", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_2.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["moreblocks:slope_iron_glass_outer_half_raised"] = {["tiles"] = _[1038], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:micro_glow_glass_2"] = {["node_box"] = _[1649], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[1649], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:panel_pinewood_14"] = {["node_box"] = _[1651], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1651], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:stair_cobble_compressed_alt"] = {["node_box"] = _[1655], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1655], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:slope_jungletree_outer_half_raised"] = {["tiles"] = _[26], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:stair_desert_stone_half"] = {["node_box"] = _[1659], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1659], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_half", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_all_faces_tree_cut"] = {["tiles"] = _[284], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slope_clean_glass_inner_cut"] = {["tiles"] = _[195], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:micro_grey_bricks_1"] = {["node_box"] = _[1661], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1661], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:stair_cactus_checker_alt_2"] = {["node_box"] = _[1665], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1665], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:stair_goldblock_alt_2"] = {["node_box"] = _[1669], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1669], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:slab_stone_tile_15"] = {["node_box"] = _[1671], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1671], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (15/16)"}, ["moreblocks:slope_plankstone_inner_cut"] = {["tiles"] = _[251], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:panel_circle_stone_bricks_15"] = {["node_box"] = _[1673], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[1673], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:slab_cobble_three_quarter"] = {["node_box"] = _[1675], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[1675], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (12/16)"}, ["moreblocks:trap_glass"] = {["tiles"] = {"moreblocks_trap_glass.png"}, ["no_stairs"] = true, ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["walkable"] = false, ["name"] = "moreblocks:trap_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Trap Glass"}, ["moreblocks:stair_diamondblock_right_half"] = {["node_box"] = _[1679], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1679], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:slope_obsidian_outer"] = {["tiles"] = _[486], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:stair_sandstone_inner"] = {["node_box"] = _[1684], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[1684], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:micro_super_glow_glass_1"] = {["node_box"] = _[1686], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[1686], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:slab_wood_15"] = {["node_box"] = _[1688], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1688], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (15/16)"}, ["default:jungletree"] = {["tiles"] = _[26], ["is_ground_content"] = false, ["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["sounds"] = _[37], ["name"] = "default:jungletree", ["mod_origin"] = "default", ["type"] = "node", ["paramtype2"] = "facedir", ["on_place"] = _[9], ["description"] = "Jungle Tree"}, ["moreblocks:slope_stone_inner_cut_half_raised"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner_cut_half_raised", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner_cut_half_raised", ["paramtype2"] = "facedir"}, ["maptools:pusher_1"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[1690], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 100}, ["name"] = "maptools:pusher_1", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1690], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (1)"}, ["moreblocks:slope_coal_checker_inner_half"] = {["tiles"] = _[61], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["flowers:mushroom_brown"] = {["tiles"] = {"flowers_mushroom_brown.png"}, ["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}}, ["name"] = "flowers:mushroom_brown", ["buildable_to"] = true, ["wield_image"] = "flowers_mushroom_brown.png", ["drawtype"] = "plantlike", ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["inventory_image"] = "flowers_mushroom_brown.png", ["paramtype"] = "light", ["description"] = "Brown Mushroom"}, ["moreblocks:slope_desert_cobble_cut"] = {["tiles"] = _[132], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["default:dry_grass_1"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Dry Grass", ["inventory_image"] = "default_dry_grass_3.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["tiles"] = {"default_dry_grass_1.png"}, ["waving"] = 1, ["walkable"] = false, ["sunlight_propagates"] = true, ["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 3}, ["type"] = "node", ["on_place"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua£\2\0\3\ +\0\8\1\27O¾\7\0064\3\0\0%\4\1\0004\5\2\0007\5\3\5'\6\1\0'\7\5\0>\5\3\2$\4\5\4>\3\2\0024\4\4\0007\4\5\4\16\5\3\0\16\6\1\0\16\7\2\0>\4\4\0024\5\0\0%\6\6\0\16\8\0\0007\7\7\0>\7\2\2\16\9\4\0007\8\7\4>\8\2\2\26\8\0\8\31\7\8\7$\6\7\6@\5\2\0\14get_count\25default:dry_grass_1 \15item_place\13minetest\11random\9math\23default:dry_grass_\14ItemStack\2\2\2\2\2\2\2\2\2\2\3\3\3\3\3\3\4\4\5\5\5\5\5\5\5\5\5\5itemstack\0\0\28placer\0\0\28pointed_thing\0\0\28stack\0\ +\18ret\0\6\12\0\0"), ["name"] = "default:dry_grass_1", ["wield_image"] = "default_dry_grass_3.png"}, ["moreblocks:stair_grey_bricks_inner"] = {["node_box"] = _[1695], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1695], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:micro_cobble_compressed"] = {["node_box"] = _[1697], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[1697], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["maptools:lightbulb"] = {["inventory_image"] = "default_steel_block.png^default_mese_crystal_fragment.png", ["stack_max"] = 10000, ["light_source"] = 15, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["paramtype"] = "light", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:lightbulb", ["mod_origin"] = "maptools", ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Light Bulb"}, ["doors:door_glass_b_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["is_ground_content"] = false, ["groups"] = _[1180], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R×\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_t_2\9_b_2\9_t_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_glass", ["sounds"] = _[1184], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_b.png", "doors_glass_b.png^[transformfx"}, ["can_dig"] = _[1185], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÝ\1\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÒ\1\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_glass_b_1", ["sunlight_propagates"] = true}, ["moreblocks:panel_iron_stone_bricks_2"] = {["node_box"] = _[1699], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1699], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slab_stone_15"] = {["node_box"] = _[1701], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1701], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (15/16)"}, ["moreblocks:micro_sandstonebrick_4"] = {["node_box"] = _[1703], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1703], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["moreblocks:panel_sandstonebrick_15"] = {["node_box"] = _[1705], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1705], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:micro_pinetree_14"] = {["node_box"] = _[1707], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[1707], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["wool:cyan"] = {["tiles"] = {"wool_cyan.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:cyan", ["description"] = "Cyan Wool"}, ["default:dirt_with_grass_footsteps"] = {["tiles"] = {"default_grass.png^default_footprint.png", "default_dirt.png", {["name"] = "default_dirt.png^default_grass_side.png", ["tileable_vertical"] = false}}, ["type"] = "node", ["description"] = "Dirt with Grass and Footsteps", ["mod_origin"] = "default", ["groups"] = {["not_in_creative_inventory"] = 1, ["crumbly"] = 3, ["soil"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.25}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "default:dirt_with_grass_footsteps", ["drop"] = "default:dirt"}, ["moreblocks:slab_pinewood_three_quarter"] = {["node_box"] = _[1709], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[1709], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (12/16)"}, ["moreblocks:stair_stone_tile"] = {["node_box"] = _[1713], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[1713], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:stair_mossycobble_alt"] = {["node_box"] = _[1717], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1717], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:slope_desert_stonebrick_outer_cut"] = {["tiles"] = _[559], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["stairs:stair_desert_stone"] = {["tiles"] = _[1718], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[1719], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1723], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_desert_stone", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Desertstone Stair"}, ["moreblocks:micro_sandstone_12"] = {["node_box"] = _[1725], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[1725], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["flowers:dandelion_white"] = {["inventory_image"] = "flowers_dandelion_white.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.2, 0.5}}, ["description"] = "White dandelion", ["groups"] = {["color_white"] = 1, ["flora"] = 1, ["snappy"] = 3, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:dandelion_white", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_dandelion_white.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_dandelion_white.png"}, ["default:gravel"] = {["tiles"] = {"default_gravel.png"}, ["sounds"] = {["dug"] = {["name"] = "default_gravel_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_gravel_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["groups"] = {["falling_node"] = 1, ["crumbly"] = 2}, ["type"] = "node", ["name"] = "default:gravel", ["description"] = "Gravel"}, ["default:acacia_sapling"] = {["tiles"] = {"default_acacia_sapling.png"}, ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}}, ["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["drawtype"] = "plantlike", ["name"] = "default:acacia_sapling", ["sunlight_propagates"] = true, ["walkable"] = false, ["description"] = "Acacia Tree Sapling", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_acacia_sapling.png", ["paramtype"] = "light", ["wield_image"] = "default_acacia_sapling.png"}, ["moreblocks:micro_cobble_14"] = {["node_box"] = _[1727], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[1727], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:slope_sandstonebrick"] = {["tiles"] = _[407], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_desert_stone_outer"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer", ["paramtype2"] = "facedir"}, ["moreblocks:slab_obsidian_glass_1"] = {["node_box"] = _[1729], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[1729], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (1/16)"}, ["moreblocks:slope_jungletree_inner_cut_half"] = {["tiles"] = _[26], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slab_stonebrick"] = {["node_box"] = _[1731], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[1731], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (8/16)"}, ["paintings:black"] = {["tiles"] = {"paintings_black.png"}, ["description"] = "Black Painting", ["selection_box"] = _[1735], ["name"] = "paintings:black", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[1735], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_black.png", ["paramtype"] = "light", ["wield_image"] = "paintings_black.png"}, ["moreblocks:panel_desert_stonebrick_4"] = {["node_box"] = _[1737], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[1737], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:panel_obsidianbrick_12"] = {["node_box"] = _[1739], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[1739], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["moreblocks:micro_stone_14"] = {["node_box"] = _[1741], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1741], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["moreblocks:slope_desert_stonebrick_outer_cut_half_raised"] = {["tiles"] = _[559], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["stairs:stair_obsidianbrick"] = {["tiles"] = _[1405], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[1408], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1412], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_obsidianbrick", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Obsidian Brick Stair"}, ["moreblocks:stair_obsidian_alt_1"] = {["node_box"] = _[1745], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[1745], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:panel_cactus_brick_4"] = {["node_box"] = _[1747], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[1747], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:slab_iron_checker_14"] = {["node_box"] = _[1749], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1749], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (14/16)"}, ["moreblocks:slab_grey_bricks_15"] = {["node_box"] = _[1751], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1751], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (15/16)"}, ["moreblocks:slope_tar_half"] = {["tiles"] = _[234], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["default:wood"] = {["tiles"] = _[454], ["mod_origin"] = "default", ["sounds"] = _[459], ["is_ground_content"] = false, ["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "default:wood", ["description"] = "Wooden Planks"}, ["moreblocks:micro_iron_checker_2"] = {["node_box"] = _[1753], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[1753], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:slab_iron_stone_three_quarter"] = {["node_box"] = _[1755], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[1755], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (12/16)"}, ["farming:desert_sand_soil_wet"] = {["tiles"] = {"farming_desert_sand_soil_wet.png", "farming_desert_sand_soil_wet_side.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["soil"] = 3, ["wet"] = 1, ["desert"] = 1, ["field"] = 1, ["falling_node"] = 1, ["sand"] = 1, ["crumbly"] = 3}, ["drop"] = "default:desert_sand", ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "farming", ["type"] = "node", ["soil"] = {["base"] = "default:desert_sand", ["dry"] = "farming:desert_sand_soil", ["wet"] = "farming:desert_sand_soil_wet"}, ["name"] = "farming:desert_sand_soil_wet", ["description"] = "Wet Desert Sand Soil"}, ["moreblocks:slope_steelblock_outer"] = {["tiles"] = _[138], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_coal_glass_outer_half_raised"] = {["tiles"] = _[512], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_checker_inner"] = {["tiles"] = _[61], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slab_jungletree_three_quarter"] = {["node_box"] = _[1757], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1757], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (12/16)"}, ["moreblocks:micro_desert_cobble_14"] = {["node_box"] = _[1759], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[1759], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:panel_coal_stone_bricks"] = {["node_box"] = _[1761], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1761], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:micro_glow_glass_1"] = {["node_box"] = _[1763], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[1763], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:slope_obsidian_half"] = {["tiles"] = _[486], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:panel_all_faces_tree_1"] = {["node_box"] = _[1765], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1765], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["default:pine_needles"] = {["tiles"] = {"default_pine_needles.png"}, ["visual_scale"] = 1.3, ["is_ground_content"] = false, ["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["after_place_node"] = _[1112], ["drawtype"] = "allfaces_optional", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 20, ["items"] = {"default:pine_sapling"}}, {["items"] = {"default:pine_needles"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "default:pine_needles", ["mod_origin"] = "default", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["description"] = "Pine Needles"}, ["moreblocks:micro_steelblock"] = {["node_box"] = _[1767], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[1767], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["vessels:steel_bottle"] = {["tiles"] = {"vessels_steel_bottle.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}}, ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 3, ["vessel"] = 1, ["attached_node"] = 1}, ["drawtype"] = "plantlike", ["description"] = "Heavy Steel Bottle (empty)", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["walkable"] = false, ["name"] = "vessels:steel_bottle", ["mod_origin"] = "vessels", ["type"] = "node", ["inventory_image"] = "vessels_steel_bottle_inv.png", ["paramtype"] = "light", ["wield_image"] = "vessels_steel_bottle.png"}, ["worldedit:placeholder"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["diggable"] = false, ["sunlight_propagates"] = true, ["walkable"] = false, ["mod_origin"] = "worldedit", ["type"] = "node", ["drawtype"] = "airlike", ["name"] = "worldedit:placeholder", ["paramtype"] = "light"}, ["bedrock:deepstone"] = {["tiles"] = {"bedrock_deepstone.png"}, ["type"] = "node", ["description"] = "Deepstone", ["mod_origin"] = "bedrock", ["groups"] = {["cracky"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "bedrock:deepstone", ["drop"] = "default:stone"}, ["bedrock:bedrock"] = {["tiles"] = {"bedrock_bedrock.png"}, ["type"] = "node", ["description"] = "Bedrock", ["mod_origin"] = "bedrock", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "bedrock:bedrock", ["drop"] = ""}, ["throwing:arrow_build_box"] = {["node_box"] = _[1780], ["name"] = "throwing:arrow_build_box", ["selection_box"] = _[1780], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_build.png", "throwing_arrow_build.png", "throwing_arrow_build_back.png", "throwing_arrow_build_front.png", "throwing_arrow_build_2.png", "throwing_arrow_build.png"}}, ["moreblocks:slope_iron_checker_outer_cut_half"] = {["tiles"] = _[91], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["throwing:arrow_dig_admin_box"] = {["node_box"] = _[1793], ["name"] = "throwing:arrow_dig_admin_box", ["selection_box"] = _[1793], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_dig_admin.png", "throwing_arrow_dig_admin.png", "throwing_arrow_dig_admin_back.png", "throwing_arrow_dig_admin_front.png", "throwing_arrow_dig_admin_2.png", "throwing_arrow_dig_admin.png"}}, ["moreblocks:slope_diamondblock_outer_cut_half_raised"] = {["tiles"] = _[476], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["throwing:arrow_dig_box"] = {["node_box"] = _[1806], ["name"] = "throwing:arrow_dig_box", ["selection_box"] = _[1806], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_dig.png", "throwing_arrow_dig.png", "throwing_arrow_dig_back.png", "throwing_arrow_dig_front.png", "throwing_arrow_dig_2.png", "throwing_arrow_dig.png"}}, ["moreblocks:stair_grey_bricks_alt_2"] = {["node_box"] = _[1810], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[1810], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:slope_stonebrick_outer"] = {["tiles"] = _[1369], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:micro_mossycobble_14"] = {["node_box"] = _[1812], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1812], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["throwing:arrow_fire_box"] = {["node_box"] = _[1825], ["name"] = "throwing:arrow_fire_box", ["selection_box"] = _[1825], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_fire.png", "throwing_arrow_fire.png", "throwing_arrow_fire_back.png", "throwing_arrow_fire_front.png", "throwing_arrow_fire_2.png", "throwing_arrow_fire.png"}}, ["moreblocks:micro_stone_1"] = {["node_box"] = _[1827], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[1827], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["moreblocks:slope_coal_checker_inner_cut_half_raised"] = {["tiles"] = _[61], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slope_all_faces_tree_half_raised"] = {["tiles"] = _[284], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slab_coal_stone_bricks_1"] = {["node_box"] = _[1829], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1829], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (1/16)"}, ["moreblocks:slab_glass_14"] = {["node_box"] = _[1831], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[1831], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (14/16)"}, ["moreblocks:micro_meselamp_15"] = {["node_box"] = _[1833], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[1833], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["throwing:arrow_gold_box"] = {["node_box"] = _[1846], ["name"] = "throwing:arrow_gold_box", ["selection_box"] = _[1846], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_gold.png", "throwing_arrow_gold.png", "throwing_arrow_gold_back.png", "throwing_arrow_gold_front.png", "throwing_arrow_gold_2.png", "throwing_arrow_gold.png"}}, ["moreblocks:micro_tar_1"] = {["node_box"] = _[1848], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1848], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:stair_jungletree_alt_1"] = {["node_box"] = _[1852], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1852], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["xpanes:pane_9"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367], _[93]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_9", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368], _[100]}}}, ["moreblocks:slope_junglewood_inner_cut_half_raised"] = {["tiles"] = _[12], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["carts:rail_brake_invisible"] = {["is_ground_content"] = true, ["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["not_in_creative_inventory"] = 1, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["drawtype"] = "raillike", ["drop"] = "", ["mod_origin"] = "carts", ["range"] = 12, ["description"] = "Invisible Brake Rail", ["tiles"] = {"invisible.png", "invisible.png", "invisible.png", "invisible.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "default_rail.png^default_coal_lump.png", ["after_place_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.luaŒ\1\0\3\7\0\5\0\ +&\6\0024\3\0\0007\3\1\3\16\4\0\0>\3\2\2\16\4\3\0007\3\2\3%\5\3\0%\6\4\0>\3\4\1G\0\1\0\8-10\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11placer\0\0\11itemstack\0\0\11\0\0"), ["type"] = "node", ["paramtype"] = "light", ["name"] = "carts:rail_brake_invisible", ["wield_image"] = "default_rail.png^default_coal_lump.png"}, ["carts:rail_brake"] = {["tiles"] = {"carts_rail_brk.png", "carts_rail_curved_brk.png", "carts_rail_t_junction_brk.png", "carts_rail_crossing_brk.png"}, ["after_place_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua¤\1\0\3\7\0\6\0\13)ê\5\0044\3\0\0\14\0\3\0T\3\9€4\3\1\0007\3\2\3\16\4\0\0>\3\2\2\16\4\3\0007\3\3\3%\5\4\0%\6\5\0>\3\4\1G\0\1\0\9-0.2\22cart_acceleration\15set_string\13get_meta\13minetest\12mesecon\1\1\1\2\2\2\2\2\2\2\2\2\4pos\0\0\14placer\0\0\14itemstack\0\0\14\0\0"), ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["is_ground_content"] = true, ["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_brake", ["drawtype"] = "raillike", ["description"] = "Brake Rail", ["sunlight_propagates"] = true, ["walkable"] = false, ["mesecons"] = {["effector"] = {["action_on"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua|\0\2\6\0\5\0\ +\24ö\5\0024\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\3\2\0007\2\2\2%\4\3\0%\5\4\0>\2\4\1G\0\1\0\0060\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11node\0\0\11\0\0"), ["action_off"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua\127\0\2\6\0\5\0\ +\24ò\5\0024\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\3\2\0007\2\2\2%\4\3\0%\5\4\0>\2\4\1G\0\1\0\9-0.2\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11node\0\0\11\0\0")}}, ["mod_origin"] = "carts", ["type"] = "node", ["inventory_image"] = "carts_rail_brk.png", ["paramtype"] = "light", ["wield_image"] = "carts_rail_brk.png"}, ["carts:rail_power_invisible"] = {["is_ground_content"] = true, ["groups"] = {["not_in_creative_inventory"] = 1, ["connect_to_raillike"] = 1, ["unbreakable"] = 1, ["rail"] = 1}, ["drawtype"] = "raillike", ["drop"] = "", ["mod_origin"] = "carts", ["range"] = 12, ["description"] = "Invisible Powered Rail", ["tiles"] = {"invisible.png", "invisible.png", "invisible.png", "invisible.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "default_rail.png^default_mese_crystal_fragment.png", ["after_place_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua‹\1\0\3\7\0\5\0\ +&Õ\5\0024\3\0\0007\3\1\3\16\4\0\0>\3\2\2\16\4\3\0007\3\2\3%\5\3\0%\6\4\0>\3\4\1G\0\1\0\00710\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11placer\0\0\11itemstack\0\0\11\0\0"), ["type"] = "node", ["paramtype"] = "light", ["name"] = "carts:rail_power_invisible", ["wield_image"] = "default_rail.png^default_mese_crystal_fragment.png"}, ["moreblocks:slab_tar_quarter"] = {["node_box"] = _[1854], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1854], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (4/16)"}, ["moreblocks:micro_brick"] = {["node_box"] = _[1856], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[1856], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["carts:rail_power"] = {["tiles"] = {"carts_rail_pwr.png", "carts_rail_curved_pwr.png", "carts_rail_t_junction_pwr.png", "carts_rail_crossing_pwr.png"}, ["after_place_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua£\1\0\3\7\0\6\0\13)¯\5\0044\3\0\0\14\0\3\0T\3\9€4\3\1\0007\3\2\3\16\4\0\0>\3\2\2\16\4\3\0007\3\3\3%\5\4\0%\6\5\0>\3\4\1G\0\1\0\0080.5\22cart_acceleration\15set_string\13get_meta\13minetest\12mesecon\1\1\1\2\2\2\2\2\2\2\2\2\4pos\0\0\14placer\0\0\14itemstack\0\0\14\0\0"), ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["is_ground_content"] = true, ["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["name"] = "carts:rail_power", ["drawtype"] = "raillike", ["description"] = "Powered Rail", ["sunlight_propagates"] = true, ["walkable"] = false, ["mesecons"] = {["effector"] = {["action_on"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua|\0\2\6\0\5\0\ +\24»\5\0024\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\3\2\0007\2\2\2%\4\3\0%\5\4\0>\2\4\1G\0\1\0\0060\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11node\0\0\11\0\0"), ["action_off"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/carts/init.lua~\0\2\6\0\5\0\ +\24·\5\0024\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\3\2\0007\2\2\2%\4\3\0%\5\4\0>\2\4\1G\0\1\0\0080.5\22cart_acceleration\15set_string\13get_meta\13minetest\1\1\1\1\1\1\1\1\1\2pos\0\0\11node\0\0\11\0\0")}}, ["mod_origin"] = "carts", ["type"] = "node", ["inventory_image"] = "carts_rail_pwr.png", ["paramtype"] = "light", ["wield_image"] = "carts_rail_pwr.png"}, ["moreblocks:slope_diamondblock_inner"] = {["tiles"] = _[476], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:stair_jungletree_alt"] = {["node_box"] = _[1860], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1860], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["doors:trapdoor"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5}}, ["sound_close"] = "doors_door_close", ["tile_front"] = "doors_trapdoor.png", ["groups"] = {["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2}, ["on_rightclick"] = _[1861], ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "doors", ["paramtype"] = "light", ["description"] = "Trapdoor", ["inventory_image"] = "doors_trapdoor.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5}}, ["wield_image"] = "doors_trapdoor.png", ["on_rotate"] = _[1862], ["type"] = "node", ["tiles"] = {"doors_trapdoor.png", "doors_trapdoor.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png"}, ["sound_open"] = "doors_door_open", ["paramtype2"] = "facedir", ["is_ground_content"] = false, ["name"] = "doors:trapdoor", ["tile_side"] = "doors_trapdoor_side.png"}, ["moreblocks:slab_split_stone_tile_alt_1"] = {["node_box"] = _[1864], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[1864], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (1/16)"}, ["moreblocks:micro_jungletree"] = {["node_box"] = _[1866], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1866], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:panel_iron_stone_bricks"] = {["node_box"] = _[1868], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1868], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:stair_clean_glass_outer"] = {["node_box"] = _[1872], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1872], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:stair_tar"] = {["node_box"] = _[1876], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[1876], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slab_jungletree_quarter"] = {["node_box"] = _[1878], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1878], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (4/16)"}, ["moreblocks:slope_sandstone_half_raised"] = {["tiles"] = _[3], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["doors:door_obsidian_glass_t_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["is_ground_content"] = false, ["groups"] = _[857], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21RÉ\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_b_1\9_t_1\9_b_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[861], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_a.png^[transformfx", "doors_obsidian_glass_a.png"}, ["can_dig"] = _[862], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÏ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÄ\2\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_obsidian_glass_t_2", ["sunlight_propagates"] = true}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut_half_raised"] = {["tiles"] = _[183], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:panel_wood_tile_center_4"] = {["node_box"] = _[1880], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[1880], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["moreblocks:slope_coal_glass"] = {["tiles"] = _[512], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:stair_coal_stone_alt_1"] = {["node_box"] = _[1884], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1884], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:slope_grey_bricks_outer"] = {["tiles"] = _[722], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_coal_glass_half_raised"] = {["tiles"] = _[512], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["beds:fancy_bed_bottom"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, -0.375, -0.065, -0.4375}, {0.375, -0.5, -0.5, 0.5, -0.065, -0.4375}, {-0.5, -0.375, -0.5, 0.5, -0.125, -0.4375}, {-0.5, -0.375, -0.5, -0.4375, -0.125, 0.5}, {0.4375, -0.375, -0.5, 0.5, -0.125, 0.5}, {-0.4375, -0.3125, -0.4375, 0.4375, -0.0625, 0.5}}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["bed"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["on_rightclick"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaS\0\3\6\0\2\0\6\0302\0024\3\0\0007\3\1\3\16\4\0\0\16\5\2\0>\3\3\1G\0\1\0\18on_rightclick\9beds\1\1\1\1\1\2pos\0\0\7node\0\0\7clicker\0\0\7\0\0"), ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "beds", ["paramtype"] = "light", ["description"] = "Fancy Bed", ["inventory_image"] = "beds_bed_fancy.png", ["stack_max"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, 0.06, 1.5}}, ["on_destruct"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaÀ\2\0\1\8\0\11\1$>(\0094\1\0\0007\1\1\1\16\2\0\0>\1\2\2\14\0\1\0T\2\1€G\0\1\0004\2\0\0007\2\2\0027\3\3\1>\2\2\0024\3\4\0007\3\5\3\16\4\0\0\16\5\2\0>\3\3\0024\4\0\0007\4\6\4\16\5\3\0>\4\2\0024\5\0\0007\5\7\0057\6\8\4%\7\9\0>\5\3\2\9\5\0\0T\5\8€7\5\3\0017\6\3\4\5\5\6\0T\5\4€4\5\0\0007\5\ +\5\16\6\3\0>\5\2\1G\0\1\0\16remove_node\8bed\9name\19get_item_group\13get_node\8add\11vector\11param2\19facedir_to_dir\20get_node_or_nil\13minetest\4\1\1\1\1\2\2\2\3\3\3\3\4\4\4\4\4\5\5\5\5\6\6\6\6\6\6\6\6\6\6\6\7\7\7\7\9pos\0\0%n\0\5 dir\0\7\25p\0\5\20n2\0\4\16\0\0"), ["after_place_node"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.luaø\3\0\3\15\0\15\0=r\23\0164\3\0\0007\3\1\3\16\4\0\0>\3\2\2\15\0\3\0T\4\3€7\4\2\3\14\0\4\0T\4\6€4\4\0\0007\4\3\4\16\5\0\0>\4\2\1)\4\2\0H\4\2\0004\4\0\0007\4\4\0047\5\2\3>\4\2\0024\5\5\0007\5\6\5\16\6\0\0\16\7\4\0>\5\3\0024\6\0\0007\6\1\6\16\7\5\0>\6\2\2\13\7\6\0T\7\4€4\7\0\0007\7\7\0077\8\8\0066\7\8\7\15\0\7\0T\8\3€7\8\9\7\14\0\8\0T\8\6€4\8\0\0007\8\3\8\16\9\0\0>\8\2\1)\8\2\0H\8\2\0004\8\0\0007\8\ +\8\16\9\5\0003\ +\14\0007\11\8\3\16\12\11\0007\11\11\11%\13\12\0%\14\13\0>\11\4\2:\11\8\ +7\11\2\3:\11\2\ +>\8\3\1)\8\1\0H\8\2\0\1\0\0\9_top\13%_bottom\9gsub\13set_node\17buildable_to\9name\21registered_items\8add\11vector\19facedir_to_dir\16remove_node\11param2\20get_node_or_nil\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\3\4\4\6\6\6\6\7\7\7\7\7\8\8\8\8\9\9\9\9\9\9\ +\ +\ +\ +\ +\11\11\11\11\12\12\14\14\14\14\14\14\14\14\14\14\14\14\14\14\15\15pos\0\0>placer\0\0>itemstack\0\0>n\0\0059dir\0\15*p\0\5%n2\0\4!def\0\6\27\0\0"), ["tiles"] = {"beds_bed_top1.png", "default_wood.png", "beds_bed_side1.png", "beds_bed_side1.png^[transformFX", "default_wood.png", "beds_bed_foot.png"}, ["type"] = "node", ["paramtype2"] = "facedir", ["on_rotate"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/beds/api.lua´\7\0\5\18\0\23\1zÊ\0015\0304\5\0\0007\5\1\0057\6\2\1>\5\2\0024\6\3\0007\6\4\6\16\7\0\0\16\8\5\0>\6\3\0024\7\0\0007\7\5\7\16\8\6\0>\7\2\2\15\0\7\0T\8\13€4\8\0\0007\8\6\0087\9\7\7%\ +\8\0>\8\3\2\17\8\8\0\8\8\0\0T\8\5€7\8\2\1\17\8\8\0007\9\2\7\5\8\9\0T\8\2€)\8\1\0H\8\2\0004\8\0\0007\8\9\8\16\9\6\0\16\11\2\0007\ +\ +\2>\ +\2\0=\8\1\2\15\0\8\0T\9\9€4\8\0\0007\8\11\8\16\9\6\0\16\11\2\0007\ +\ +\2>\ +\2\0=\8\1\1)\8\1\0H\8\2\0004\8\12\0007\8\13\8\4\3\8\0T\8\2€)\8\1\0H\8\2\0004\8\3\0007\8\4\8\16\9\0\0004\ +\0\0007\ +\1\ +\16\11\4\0>\ +\2\0=\8\1\0024\9\0\0007\9\5\9\16\ +\8\0>\9\2\2\13\ +\9\0T\ +\4€4\ +\0\0007\ +\14\ +7\11\7\0096\ +\11\ +\15\0\ +\0T\11\3€7\11\15\ +\14\0\11\0T\11\2€)\11\1\0H\11\2\0004\11\0\0007\11\9\11\16\12\8\0\16\14\2\0007\13\ +\2>\13\2\0=\11\1\2\15\0\11\0T\12\9€4\11\0\0007\11\11\11\16\12\8\0\16\14\2\0007\13\ +\2>\13\2\0=\11\1\1)\11\1\0H\11\2\0:\4\2\0014\11\0\0007\11\16\11\16\12\0\0\16\13\1\0>\11\3\0014\11\0\0007\11\17\11\16\12\6\0>\11\2\0014\11\0\0007\11\18\11\16\12\8\0003\13\22\0007\14\7\1\16\15\14\0007\14\19\14%\16\20\0%\17\21\0>\14\4\2:\14\7\13:\4\2\13>\11\3\1)\11\2\0H\11\2\0\1\0\0\9_top\13%_bottom\9gsub\13set_node\16remove_node\14swap_node\17buildable_to\21registered_nodes\16ROTATE_FACE\16screwdriver record_protection_violation\20get_player_name\17is_protected\8bed\9name\19get_item_group\20get_node_or_nil\8add\11vector\11param2\19facedir_to_dir\13minetest\4\1\1\1\1\2\2\2\2\2\3\3\3\3\4\4\4\4\4\4\4\4\4\4\5\5\5\5\5\6\6\8\8\8\8\8\8\8\8\8\9\9\9\9\9\9\9\ +\ +\12\12\12\12\13\13\15\15\15\15\15\15\15\15\16\16\16\16\17\17\17\17\17\17\18\18\18\18\18\19\19\21\21\21\21\21\21\21\21\21\22\22\22\22\22\22\22\23\23\25\26\26\26\26\26\27\27\27\27\28\28\28\28\28\28\28\28\28\28\28\28\28\29\29pos\0\0{node\0\0{user\0\0{mode\0\0{new_param2\0\0{dir\0\5vp\0\5qnode2\0\4mnewp\0001\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_b_1\9_t_1\9_b_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[1062], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua\16\0\0\1\0\0\0\1\2x\0G\0\1\0\0\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_steel_a.png^[transformfx", "doors_steel_a.png"}, ["can_dig"] = _[1063], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÏ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÄ\2\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_steel_t_2", ["sunlight_propagates"] = false}, ["doors:door_steel_b_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["is_ground_content"] = false, ["groups"] = _[1058], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R×\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_t_2\9_b_2\9_t_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_steel", ["sounds"] = _[1062], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua\16\0\0\1\0\0\0\1\2x\0G\0\1\0\0\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_grey.png", "doors_steel_b.png", "doors_steel_b.png^[transformfx"}, ["can_dig"] = _[1063], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1057]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÝ\1\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÒ\1\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_steel_b_1", ["sunlight_propagates"] = false}, ["moreblocks:slope_all_faces_tree_outer_cut_half_raised"] = {["tiles"] = _[284], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slope_glass_outer"] = {["tiles"] = _[371], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["xpanes:pane"] = {["on_construct"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/xpanes/init.lua@\0\1\4\2\0\0\5\29‡\1\2+\1\0\0\16\2\0\0+\3\1\0>\1\3\1G\0\1\0\5\0\0À\1\1\1\1\2update_pane\0name\0pos\0\0\6\0\0"), ["is_ground_content"] = false, ["groups"] = _[226], ["drawtype"] = "airlike", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["air_equivalent"] = true, ["paramtype"] = "light", ["description"] = "Glass Pane", ["tiles"] = {"xpanes_space.png"}, ["textures"] = {"default_glass.png", "xpanes_pane_half.png", "xpanes_white.png"}, ["pointable"] = false, ["buildable_to"] = true, ["sunlight_propagates"] = true, ["walkable"] = false, ["diggable"] = false, ["recipe"] = {{"default:glass", "default:glass", "default:glass"}, {"default:glass", "default:glass", "default:glass"}}, ["type"] = "node", ["inventory_image"] = "default_glass.png", ["name"] = "xpanes:pane", ["wield_image"] = "default_glass.png"}, ["doors:door_wood_t_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["is_ground_content"] = false, ["groups"] = _[549], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21Rý\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_b_2\9_t_2\9_b_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[553], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_wood_a.png", "doors_wood_a.png^[transformfx"}, ["can_dig"] = _[554], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +Bƒ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gø\1\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_wood_t_1", ["sunlight_propagates"] = false}, ["flowers:waterlily"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.46875, 0.5}}, ["groups"] = {["flower"] = 1, ["snappy"] = 3}, ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["paramtype"] = "light", ["description"] = "Waterlily", ["tiles"] = {"flowers_waterlily.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["after_place_node"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/flowers/init.lua·\3\0\4\11\0\14\2-fŠ\2\0084\4\0\0007\4\1\0043\5\3\0007\6\2\0\21\6\0\6:\6\2\0057\6\4\0:\6\4\0057\6\5\0\21\6\0\6:\6\5\0053\6\6\0007\7\2\0\20\7\0\7:\7\2\0067\7\4\0:\7\4\0067\7\5\0\20\7\0\7:\7\5\6%\7\7\0>\4\4\2\19\5\4\0\8\5\1\0T\5\8€4\5\0\0007\5\8\5\16\6\0\0003\7\9\0>\5\3\0017\5\4\0\20\5\0\5:\5\4\0004\5\0\0007\5\8\5\16\6\0\0003\7\ +\0004\8\11\0007\8\12\8'\9\0\0'\ +\3\0>\8\3\2:\8\13\7>\5\3\1G\0\1\0\11param2\11random\9math\1\0\1\9name\22flowers:waterlily\1\0\1\9name\25default:water_source\13set_node\25default:water_source\1\0\0\6z\6y\1\0\0\6x\23find_nodes_in_area\13minetest\2\0\1\1\1\1\1\1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\1\3\3\3\4\4\4\4\4\5\5\5\7\7\7\7\7\7\7\7\7\7\7\8pos\0\0.placer\0\0.itemstack\0\0.pointed_thing\0\0.find_water\0\23\23\0\0"), ["walkable"] = false, ["liquids_pointable"] = true, ["inventory_image"] = "flowers_waterlily.png", ["type"] = "node", ["paramtype2"] = "facedir", ["name"] = "flowers:waterlily", ["wield_image"] = "flowers_waterlily.png"}, ["moreblocks:tar"] = {["tiles"] = _[234], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["tar_block"] = 1, ["cracky"] = 2}, ["type"] = "node", ["name"] = "moreblocks:tar", ["description"] = "Tar"}, ["wool:red"] = {["tiles"] = {"wool_red.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:red", ["description"] = "Red Wool"}, ["moreblocks:stair_iron_stone_bricks_inner"] = {["node_box"] = _[1893], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[1893], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["maptools:fake_walkable"] = {["inventory_image"] = "default_steel_block.png^dye_green.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["node_box"] = {["type"] = "fixed", ["fixed"] = {{0, 0, 0, 0, 0, 0}}}, ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["name"] = "maptools:fake_walkable", ["drawtype"] = "airlike", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Player Clip"}, ["moreblocks:micro_cactus_brick_2"] = {["node_box"] = _[1895], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[1895], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["default:acacia_tree"] = {["tiles"] = {"default_acacia_tree_top.png", "default_acacia_tree_top.png", "default_acacia_tree.png"}, ["is_ground_content"] = false, ["groups"] = {["flammable"] = 2, ["oddly_breakable_by_hand"] = 1, ["choppy"] = 2, ["tree"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:acacia_tree", ["mod_origin"] = "default", ["type"] = "node", ["paramtype2"] = "facedir", ["on_place"] = _[9], ["description"] = "Acacia Tree"}, ["moreblocks:slope_stone_tile_outer_cut_half_raised"] = {["tiles"] = _[403], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:micro_tree_12"] = {["node_box"] = _[1897], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[1897], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["flowers:mushroom_spores_brown"] = {["tiles"] = {"flowers_mushroom_spores_brown.png"}, ["selection_box"] = {["type"] = "wallmounted"}, ["description"] = "Brown Mushroom Spores", ["buildable_to"] = true, ["name"] = "flowers:mushroom_spores_brown", ["drawtype"] = "signlike", ["type"] = "node", ["sunlight_propagates"] = true, ["walkable"] = false, ["groups"] = {["dig_immediate"] = 3, ["attached_node"] = 1}, ["mod_origin"] = "flowers", ["paramtype2"] = "wallmounted", ["inventory_image"] = "flowers_mushroom_spores_brown.png", ["paramtype"] = "light", ["wield_image"] = "flowers_mushroom_spores_brown.png"}, ["moreblocks:micro_cactus_brick_12"] = {["node_box"] = _[1899], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[1899], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["flowers:geranium"] = {["inventory_image"] = "flowers_geranium.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.15, -0.5, -0.15, 0.15, 0.2, 0.15}}, ["description"] = "Blue Geranium", ["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_blue"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:geranium", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_geranium.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_geranium.png"}, ["moreblocks:slope_tar_outer"] = {["tiles"] = _[234], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["flowers:dandelion_yellow"] = {["inventory_image"] = "flowers_dandelion_yellow.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.15, -0.5, -0.15, 0.15, 0.2, 0.15}}, ["description"] = "Yellow Dandelion", ["groups"] = {["color_yellow"] = 1, ["flora"] = 1, ["flower"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:dandelion_yellow", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_dandelion_yellow.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_dandelion_yellow.png"}, ["flowers:tulip"] = {["inventory_image"] = "flowers_tulip.png", ["stack_max"] = 99, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.15, -0.5, -0.15, 0.15, 0.2, 0.15}}, ["description"] = "Orange Tulip", ["groups"] = {["flora"] = 1, ["snappy"] = 3, ["color_orange"] = 1, ["flower"] = 1, ["attached_node"] = 1, ["flammable"] = 2}, ["name"] = "flowers:tulip", ["drawtype"] = "plantlike", ["tiles"] = {"flowers_tulip.png"}, ["waving"] = 1, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["wield_image"] = "flowers_tulip.png"}, ["moreblocks:slab_wood_tile_15"] = {["node_box"] = _[1901], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[1901], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (15/16)"}, ["itemframes:frame"] = {["node_box"] = _[1903], ["groups"] = {["choppy"] = 2, ["dig_immediate"] = 2}, ["on_rightclick"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaç\2\0\4\11\2\ +\0%jt\ +\14\0\3\0T\4\1€G\0\1\0004\4\0\0007\4\1\4\16\5\4\0007\4\2\4\16\6\0\0>\4\3\2\16\6\2\0007\5\3\2>\5\2\2\16\7\4\0007\6\4\4%\8\5\0>\6\3\2\5\5\6\0T\5\18€+\5\0\0\16\6\0\0\16\7\1\0>\5\3\1\16\6\3\0007\5\6\3>\5\2\2\16\7\4\0007\6\7\4%\8\8\0\16\ +\5\0007\9\9\5>\9\2\0=\6\2\1+\6\1\0\16\7\0\0\16\8\1\0>\6\3\1H\3\2\0\4À\3À\14to_string\9item\15set_string\14take_item\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\1\1\1\2\2\2\2\2\2\3\3\3\3\3\3\3\3\3\4\4\4\4\5\5\5\6\6\6\6\6\6\6\7\7\7\7\9drop_item\0update_item\0pos\0\0&node\0\0&clicker\0\0&itemstack\0\0&meta\0\ +\28s\0\16\11\0\0"), ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "itemframes", ["paramtype"] = "light", ["description"] = "Item frame", ["tiles"] = {"itemframes_frame.png"}, ["can_dig"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.lua¸\1\0\2\7\0\6\0\19*…\1\0044\2\0\0007\2\1\2\16\3\2\0007\2\2\2\16\4\0\0>\2\3\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\3\4\0T\3\2€)\3\1\0T\4\1€)\3\2\0H\3\2\0\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\2\2\2\2\2\2\3\3\3\3\3\3\3\3\3\3\3\3\3pos\0\0\20player\0\0\20meta\0\7\13\0\0"), ["selection_box"] = _[1903], ["name"] = "itemframes:frame", ["on_punch"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaÐ\1\0\3\8\1\6\0\20=\127\0054\3\0\0007\3\1\3\16\4\3\0007\3\2\3\16\5\0\0>\3\3\2\16\5\2\0007\4\3\2>\4\2\2\16\6\3\0007\5\4\3%\7\5\0>\5\3\2\5\4\5\0T\4\4€+\4\0\0\16\5\0\0\16\6\1\0>\4\3\1G\0\1\0\4À\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\3\3\3\3\5drop_item\0pos\0\0\21node\0\0\21puncher\0\0\21meta\0\7\14\0\0"), ["type"] = "node", ["after_place_node"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaý\1\0\3\ +\0\9\0\24;o\0044\3\0\0007\3\1\3\16\4\3\0007\3\2\3\16\5\0\0>\3\3\2\16\5\3\0007\4\3\3%\6\4\0\16\8\1\0007\7\5\1>\7\2\0=\4\2\1\16\5\3\0007\4\3\3%\6\6\0%\7\7\0\16\9\1\0007\8\5\1>\8\2\2%\9\8\0$\7\9\7>\4\4\1G\0\1\0\6)\26Item frame (owned by \13infotext\20get_player_name\ +owner\15set_string\13get_meta\8env\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\2\3\3\3\3\3\3\3\3\3\3\4pos\0\0\25placer\0\0\25itemstack\0\0\25meta\0\7\18\0\0"), ["inventory_image"] = "itemframes_frame.png", ["paramtype2"] = "facedir", ["sunlight_propagates"] = true, ["legacy_wallmounted"] = true, ["wield_image"] = "itemframes_frame.png"}, ["moreblocks:panel_coal_stone_12"] = {["node_box"] = _[1905], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1905], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:stair_super_glow_glass_alt"] = {["node_box"] = _[1909], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[1909], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["jumping:trampoline_5"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 96}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_5", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_5.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["maptools:permanent_fire"] = {["tiles"] = {{["name"] = "fire_basic_flame_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["stack_max"] = 10000, ["light_source"] = 14, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:permanent_fire", ["drawtype"] = "plantlike", ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "fire_basic_flame.png", ["damage_per_second"] = 4, ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Permanent Fire"}, ["moreblocks:micro_sandstonebrick_12"] = {["node_box"] = _[1911], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[1911], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["moreblocks:stair_coal_stone_inner"] = {["node_box"] = _[1916], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1916], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:stair_coal_stone_half"] = {["node_box"] = _[1920], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1920], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:slope_goldblock_half"] = {["tiles"] = _[337], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slope_desert_cobble_outer_half_raised"] = {["tiles"] = _[132], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:panel_coal_stone_bricks_15"] = {["node_box"] = _[1922], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[1922], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:stair_copperblock_right_half"] = {["node_box"] = _[1926], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1926], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:slope_desert_stonebrick_inner_cut_half"] = {["tiles"] = _[559], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slope_split_stone_tile_alt_outer_half"] = {["tiles"] = _[108], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:stair_desert_stonebrick"] = {["node_box"] = _[1930], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[1930], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:slope_desert_cobble_inner_half"] = {["tiles"] = _[132], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_coal_stone_right_half"] = {["node_box"] = _[1934], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1934], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:slope_steelblock_cut"] = {["tiles"] = _[138], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:stair_mossycobble"] = {["node_box"] = _[1938], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[1938], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:micro_copperblock_2"] = {["node_box"] = _[1940], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[1940], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:panel_wood"] = {["node_box"] = _[1942], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1942], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["maptools:nointeract"] = {["inventory_image"] = "default_steel_block.png^default_scorched_stuff.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "airlike", ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:nointeract", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Interact Prevention"}, ["maptools:nobuild"] = {["inventory_image"] = "default_steel_block.png^bones_bones.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "airlike", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:nobuild", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Build Prevention"}, ["moreblocks:slab_coal_stone_15"] = {["node_box"] = _[1944], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[1944], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (15/16)"}, ["moreblocks:slab_coal_glass_quarter"] = {["node_box"] = _[1946], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[1946], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (4/16)"}, ["moreblocks:micro_goldblock_4"] = {["node_box"] = _[1948], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[1948], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["maptools:pusher_7"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[1950], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 700}, ["name"] = "maptools:pusher_7", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1950], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (7)"}, ["moreblocks:micro_wood_tile_full_4"] = {["node_box"] = _[1952], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[1952], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["jumping:trampoline_6"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 112}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_6", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_6.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["maptools:pusher_3"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[1954], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 300}, ["name"] = "maptools:pusher_3", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1954], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (3)"}, ["maptools:sand"] = {["tiles"] = {"default_sand.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:sand", ["range"] = 12, ["description"] = "Unbreakable Sand"}, ["maptools:playerclip_top"] = {["inventory_image"] = "default_steel_block.png^dye_yellow.png", ["stack_max"] = 10000, ["selection_box"] = _[1956], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:playerclip_top", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["range"] = 12, ["node_box"] = _[1956], ["mod_origin"] = "maptools", ["type"] = "node", ["drawtype"] = "nodebox", ["paramtype"] = "light", ["description"] = "Player Clip Top Face"}, ["maptools:playerclip_bottom"] = {["inventory_image"] = "default_steel_block.png^dye_orange.png", ["stack_max"] = 10000, ["selection_box"] = _[1958], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:playerclip_bottom", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["range"] = 12, ["node_box"] = _[1958], ["mod_origin"] = "maptools", ["type"] = "node", ["drawtype"] = "nodebox", ["paramtype"] = "light", ["description"] = "Player Clip Bottom Face"}, ["maptools:fullclip_face"] = {["inventory_image"] = "default_steel_block.png^dye_white.png", ["stack_max"] = 10000, ["selection_box"] = _[1960], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1}, ["name"] = "maptools:fullclip_face", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[1960], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Full Clip Face"}, ["moreblocks:slope_split_stone_tile_outer_half"] = {["tiles"] = _[180], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:panel_diamondblock"] = {["node_box"] = _[1962], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1962], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_split_stone_tile_alt"] = {["tiles"] = _[108], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slope_iron_glass_outer_cut"] = {["tiles"] = _[1038], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["maptools:ignore_like"] = {["inventory_image"] = "default_steel_block.png^dye_pink.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sunlight_propagates"] = true, ["tiles"] = {"invisible.png"}, ["name"] = "maptools:ignore_like", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Ignore-like"}, ["moreblocks:slope_split_stone_tile_outer_cut"] = {["tiles"] = _[180], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:micro_wood_2"] = {["node_box"] = _[1964], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[1964], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["flowers:mushroom_red"] = {["tiles"] = {"flowers_mushroom_red.png"}, ["groups"] = {["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}}, ["name"] = "flowers:mushroom_red", ["buildable_to"] = true, ["wield_image"] = "flowers_mushroom_red.png", ["drawtype"] = "plantlike", ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["type"] = "node", ["inventory_image"] = "flowers_mushroom_red.png", ["paramtype"] = "light", ["description"] = "Red Mushroom"}, ["stairs:stair_obsidian"] = {["tiles"] = _[1567], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[1570], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1574], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_obsidian", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Obsidian Stair"}, ["moreblocks:stair_cactus_checker_alt_1"] = {["node_box"] = _[1968], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[1968], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:slope_plankstone_outer_cut_half"] = {["tiles"] = _[251], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:micro_stonebrick_2"] = {["node_box"] = _[1970], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[1970], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["maptools:white"] = {["tiles"] = {"white.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:white", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["post_effect_color"] = {["r"] = 128, ["b"] = 128, ["a"] = 255, ["g"] = 128}, ["description"] = "White"}, ["maptools:desert_sand_soil_wet"] = {["tiles"] = {"farming_desert_sand_soil_wet.png", "farming_desert_sand_soil_wet_side.png"}, ["stack_max"] = 10000, ["groups"] = {["not_in_creative_inventory"] = 1, ["unbreakable"] = 1, ["desert"] = 1, ["soil"] = 3, ["wet"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:desert_sand_soil_wet", ["range"] = 12, ["description"] = "Wet Desert Sand Soil"}, ["moreblocks:stair_tree_half"] = {["node_box"] = _[1974], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[1974], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:slab_circle_stone_bricks_15"] = {["node_box"] = _[1976], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[1976], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (15/16)"}, ["moreblocks:panel_split_stone_tile_15"] = {["node_box"] = _[1978], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[1978], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:micro_clean_glass_1"] = {["node_box"] = _[1980], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1980], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:slope_circle_stone_bricks_outer_half_raised"] = {["tiles"] = _[577], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:stair_diamondblock_alt_2"] = {["node_box"] = _[1984], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[1984], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["maptools:goldblock"] = {["tiles"] = {"default_gold_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:goldblock", ["range"] = 12, ["description"] = "Unbreakable Gold Block"}, ["maptools:steelblock"] = {["tiles"] = {"default_steel_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:steelblock", ["range"] = 12, ["description"] = "Unbreakable Steel Block"}, ["moreblocks:micro_coal_glass_15"] = {["node_box"] = _[1986], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[1986], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:slope_stone_inner_half_raised"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner_half_raised", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:slope_brick_inner_cut_half_raised"] = {["tiles"] = _[112], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_desert_stone_outer_half_raised"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer_half_raised", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer_half_raised", ["paramtype2"] = "facedir"}, ["maptools:mossycobble"] = {["tiles"] = {"default_mossycobble.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:mossycobble", ["range"] = 12, ["description"] = "Unbreakable Mossy Cobblestone"}, ["moreblocks:panel_clean_glass_1"] = {["node_box"] = _[1988], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[1988], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:grey_bricks"] = {["tiles"] = _[722], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:grey_bricks", ["description"] = "Stone Bricks"}, ["moreblocks:stair_all_faces_tree_outer"] = {["node_box"] = _[1992], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[1992], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_mossycobble_cut"] = {["tiles"] = _[69], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["maptools:fullgrass"] = {["tiles"] = {"default_grass.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:fullgrass", ["range"] = 12, ["description"] = "Unbreakable Full Grass"}, ["maptools:grass"] = {["tiles"] = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "maptools:grass", ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["type"] = "node", ["range"] = 12, ["description"] = "Unbreakable Dirt with Grass"}, ["moreblocks:panel_desert_stone_14"] = {["node_box"] = _[1994], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[1994], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:stair_jungletree_alt_4"] = {["node_box"] = _[1998], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[1998], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:stair_circle_stone_bricks_half"] = {["node_box"] = _[2002], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2002], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["maptools:desert_stone"] = {["tiles"] = {"default_desert_stone.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:desert_stone", ["range"] = 12, ["description"] = "Unbreakable Desert Stone"}, ["moreblocks:slab_split_stone_tile_14"] = {["node_box"] = _[2004], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[2004], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (14/16)"}, ["moreblocks:micro_iron_stone_bricks_2"] = {["node_box"] = _[2006], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2006], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:slab_stonebrick_14"] = {["node_box"] = _[2008], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2008], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (14/16)"}, ["moreblocks:stair_coal_stone_bricks_alt"] = {["node_box"] = _[2012], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2012], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["default:steelblock"] = {["tiles"] = _[138], ["mod_origin"] = "default", ["sounds"] = _[152], ["is_ground_content"] = false, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:steelblock", ["description"] = "Steel Block"}, ["moreblocks:micro_pinetree"] = {["node_box"] = _[2014], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2014], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["moreblocks:slope_desert_stonebrick_cut"] = {["tiles"] = _[559], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["maptools:gravel"] = {["tiles"] = {"default_gravel.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_gravel_footstep", ["gain"] = 0.6}, ["footstep"] = {["name"] = "default_gravel_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:gravel", ["range"] = 12, ["description"] = "Unbreakable Gravel"}, ["moreblocks:slope_sandstone_inner_half_raised"] = {["tiles"] = _[3], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["maptools:leaves"] = {["tiles"] = {"default_leaves.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "allfaces_optional", ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "maptools:leaves", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Unbreakable Leaves"}, ["moreblocks:stair_sandstonebrick_alt_2"] = {["node_box"] = _[2018], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[2018], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:micro_diamondblock_12"] = {["node_box"] = _[2020], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[2020], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:stair_bronzeblock_alt_4"] = {["node_box"] = _[2024], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2024], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["stairs:slab_cobble"] = {["tiles"] = _[2025], ["selection_box"] = _[2027], ["is_ground_content"] = false, ["groups"] = _[2028], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[2032], ["name"] = "stairs:slab_cobble", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[2027], ["paramtype"] = "light", ["description"] = "Cobblestone Slab"}, ["moreblocks:slope_wood_inner_half_raised"] = {["tiles"] = _[454], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slope_sandstone_outer_cut_half"] = {["tiles"] = _[3], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["default:sapling"] = {["tiles"] = {"default_sapling.png"}, ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}}, ["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["drawtype"] = "plantlike", ["name"] = "default:sapling", ["sunlight_propagates"] = true, ["walkable"] = false, ["description"] = "Sapling", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_sapling.png", ["paramtype"] = "light", ["wield_image"] = "default_sapling.png"}, ["moreblocks:stair_stone"] = {["node_box"] = _[2036], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[2036], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["maptools:wood"] = {["tiles"] = {"default_wood.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:wood", ["range"] = 12, ["description"] = "Unbreakable Wooden Planks"}, ["moreblocks:panel_cactus_brick"] = {["node_box"] = _[2038], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[2038], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:stair_desert_cobble"] = {["node_box"] = _[2042], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[2042], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["maptools:dirt"] = {["tiles"] = {"default_dirt.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:dirt", ["range"] = 12, ["description"] = "Unbreakable Dirt"}, ["farming:wheat_7"] = {["tiles"] = {"farming_wheat_7.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 2, ["items"] = {"farming:wheat"}}, {["rarity"] = 4, ["items"] = {"farming:wheat"}}, {["rarity"] = 2, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 4, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_7", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 7, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["maptools:cactus"] = {["tiles"] = {"default_cactus_top.png", "default_cactus_top.png", "default_cactus_side.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:cactus", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["on_place"] = _[9], ["description"] = "Unbreakable Cactus"}, ["maptools:tree"] = {["tiles"] = {"default_tree_top.png", "default_tree_top.png", "default_tree.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:tree", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["on_place"] = _[9], ["description"] = "Unbreakable Tree"}, ["moreblocks:slab_pinetree_14"] = {["node_box"] = _[2044], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2044], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (14/16)"}, ["moreblocks:slope_coal_glass_outer"] = {["tiles"] = _[512], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:panel_steelblock_4"] = {["node_box"] = _[2046], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2046], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:micro_coal_glass_14"] = {["node_box"] = _[2048], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2048], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:micro_coal_glass_1"] = {["node_box"] = _[2050], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2050], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:micro_coal_glass_4"] = {["node_box"] = _[2052], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2052], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["maptools:coalblock"] = {["tiles"] = {"default_coal_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:coalblock", ["range"] = 12, ["description"] = "Unbreakable Coal Block"}, ["moreblocks:micro_coal_glass_2"] = {["node_box"] = _[2054], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2054], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:micro_coal_glass_12"] = {["node_box"] = _[2056], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2056], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:micro_coal_glass"] = {["node_box"] = _[2058], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2058], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Microblock"}, ["moreblocks:panel_coal_glass_14"] = {["node_box"] = _[2060], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2060], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:slope_stone_tile_inner_half_raised"] = {["tiles"] = _[403], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:panel_coal_glass_1"] = {["node_box"] = _[2062], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2062], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:panel_coal_glass_4"] = {["node_box"] = _[2064], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2064], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:stair_split_stone_tile_alt_2"] = {["node_box"] = _[2068], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[2068], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:panel_coal_glass_15"] = {["node_box"] = _[2070], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2070], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:stair_bronzeblock_outer"] = {["node_box"] = _[2074], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2074], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:slab_clean_glass_quarter"] = {["node_box"] = _[2076], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[2076], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (4/16)"}, ["moreblocks:panel_coal_glass_2"] = {["node_box"] = _[2078], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2078], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:panel_coal_glass_12"] = {["node_box"] = _[2080], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2080], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:micro_all_faces_tree_2"] = {["node_box"] = _[2082], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[2082], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:micro_desert_cobble_15"] = {["node_box"] = _[2084], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[2084], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:slope_jungletree_inner_cut_half_raised"] = {["tiles"] = _[26], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slope_all_faces_tree_inner_cut"] = {["tiles"] = _[284], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:micro_obsidian_1"] = {["node_box"] = _[2086], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[2086], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["moreblocks:panel_coal_glass"] = {["node_box"] = _[2088], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2088], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Panel"}, ["moreblocks:micro_super_glow_glass_2"] = {["node_box"] = _[2090], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[2090], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:slope_coal_glass_inner_half_raised"] = {["tiles"] = _[512], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["doors:door_glass_b_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["is_ground_content"] = false, ["groups"] = _[1180], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R£\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_t_1\9_b_1\9_t_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_glass", ["sounds"] = _[1184], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_side.png", "doors_glass_b.png^[transformfx", "doors_glass_b.png"}, ["can_dig"] = _[1185], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[1179]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +B©\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gž\2\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_glass_b_2", ["sunlight_propagates"] = true}, ["moreblocks:slope_coal_glass_half"] = {["tiles"] = _[512], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_inner_cut_half_raised"] = {["tiles"] = _[512], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_outer_cut_half"] = {["tiles"] = _[512], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:micro_desert_stonebrick_4"] = {["node_box"] = _[2092], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[2092], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:slope_coal_glass_outer_cut_half_raised"] = {["tiles"] = _[512], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["beds:bed_top"] = {["tiles"] = {"beds_bed_top_top.png^[transformR90", "default_wood.png", "beds_bed_side_top_r.png", "beds_bed_side_top_r.png^[transformfx", "beds_bed_side_top.png", "beds_transparent.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {0, 0, 0, 0, 0, 0}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["bed"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "beds:bed_top", ["mod_origin"] = "beds", ["paramtype2"] = "facedir", ["type"] = "node", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, 0.06, 0.5}}}, ["moreblocks:slope_coal_glass_inner_half"] = {["tiles"] = _[512], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_outer_half"] = {["tiles"] = _[512], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_inner_cut"] = {["tiles"] = _[512], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_cut"] = {["tiles"] = _[512], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_coal_glass_inner"] = {["tiles"] = _[512], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:stair_obsidian_right_half"] = {["node_box"] = _[2096], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[2096], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:slope_tree_outer_cut_half_raised"] = {["tiles"] = _[122], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slab_brick_14"] = {["node_box"] = _[2098], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[2098], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (14/16)"}, ["maptools:stonebrick"] = {["tiles"] = {"default_stone_brick.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:stonebrick", ["range"] = 12, ["description"] = "Unbreakable Stone Brick"}, ["moreblocks:slope_coal_glass_outer_cut"] = {["tiles"] = _[512], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[513], ["name"] = "moreblocks:slope_coal_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Glass Slope"}, ["moreblocks:slope_glow_glass_outer"] = {["tiles"] = _[20], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["doors:door_obsidian_glass_b_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["is_ground_content"] = false, ["groups"] = _[857], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R£\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_t_1\9_b_1\9_t_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_obsidian_glass", ["sounds"] = _[861], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_b.png^[transformfx", "doors_obsidian_glass_b.png"}, ["can_dig"] = _[862], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +B©\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gž\2\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_obsidian_glass_b_2", ["sunlight_propagates"] = true}, ["maptools:pusher_8"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[2100], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 800}, ["name"] = "maptools:pusher_8", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[2100], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (8)"}, ["moreblocks:slab_coal_glass_1"] = {["node_box"] = _[2102], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2102], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (1/16)"}, ["moreblocks:slab_stone_three_quarter"] = {["node_box"] = _[2104], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[2104], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_three_quarter", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (12/16)"}, ["moreblocks:slab_coal_glass_14"] = {["node_box"] = _[2106], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2106], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (14/16)"}, ["moreblocks:slab_stone_tile_three_quarter"] = {["node_box"] = _[2108], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2108], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (12/16)"}, ["moreblocks:slab_coal_glass_2"] = {["node_box"] = _[2110], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2110], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (2/16)"}, ["moreblocks:slab_coal_glass_15"] = {["node_box"] = _[2112], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2112], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (15/16)"}, ["moreblocks:slab_goldblock"] = {["node_box"] = _[2114], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[2114], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (8/16)"}, ["moreblocks:micro_glass_12"] = {["node_box"] = _[2116], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2116], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:slab_coal_glass"] = {["node_box"] = _[2118], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2118], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Slab (8/16)"}, ["moreblocks:stair_coal_glass_right_half"] = {["node_box"] = _[2122], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2122], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:iron_checker"] = {["tiles"] = _[91], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:iron_checker", ["description"] = "Iron Checker"}, ["moreblocks:stair_coal_glass_alt_2"] = {["node_box"] = _[2126], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2126], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:stair_coal_glass_alt"] = {["node_box"] = _[2130], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2130], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:slope_obsidian_half_raised"] = {["tiles"] = _[486], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:stair_coal_glass_half"] = {["node_box"] = _[2134], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2134], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:stair_coal_glass_alt_4"] = {["node_box"] = _[2138], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2138], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:stair_coal_glass_alt_1"] = {["node_box"] = _[2142], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2142], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:stair_coal_glass_inner"] = {["node_box"] = _[2147], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2147], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:slope_meselamp_inner"] = {["tiles"] = _[240], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:stair_coal_glass_outer"] = {["node_box"] = _[2151], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2151], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:slope_glow_glass"] = {["tiles"] = _[20], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slab_sandstonebrick_14"] = {["node_box"] = _[2153], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[2153], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (14/16)"}, ["moreblocks:stair_coal_glass"] = {["node_box"] = _[2157], ["light_source"] = 0, ["tiles"] = _[512], ["groups"] = _[513], ["selection_box"] = _[2157], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Coal Glass Stairs"}, ["moreblocks:coal_glass"] = {["tiles"] = _[512], ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["name"] = "moreblocks:coal_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Coal Glass"}, ["moreblocks:panel_cactus_checker_1"] = {["node_box"] = _[2159], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2159], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:micro_iron_glass_14"] = {["node_box"] = _[2161], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2161], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:panel_split_stone_tile_alt"] = {["node_box"] = _[2163], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2163], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:slope_iron_checker_outer_cut_half_raised"] = {["tiles"] = _[91], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:micro_iron_glass_1"] = {["node_box"] = _[2165], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2165], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:micro_iron_glass_4"] = {["node_box"] = _[2167], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2167], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:micro_iron_glass_15"] = {["node_box"] = _[2169], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2169], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:stair_clean_glass_alt_4"] = {["node_box"] = _[2173], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[2173], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:micro_iron_glass_2"] = {["node_box"] = _[2175], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2175], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["default:sand"] = {["tiles"] = {"default_sand.png"}, ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["groups"] = {["sand"] = 1, ["falling_node"] = 1, ["crumbly"] = 3}, ["type"] = "node", ["name"] = "default:sand", ["description"] = "Sand"}, ["moreblocks:micro_iron_glass_12"] = {["node_box"] = _[2177], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2177], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:slope_bronzeblock_half_raised"] = {["tiles"] = _[205], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["default:pine_wood"] = {["tiles"] = _[48], ["mod_origin"] = "default", ["sounds"] = _[53], ["is_ground_content"] = false, ["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "default:pine_wood", ["description"] = "Pine Wood Planks"}, ["moreblocks:micro_iron_glass"] = {["node_box"] = _[2179], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2179], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Microblock"}, ["moreblocks:panel_iron_glass_14"] = {["node_box"] = _[2181], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2181], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_iron_glass_1"] = {["node_box"] = _[2183], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2183], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_iron_glass_4"] = {["node_box"] = _[2185], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2185], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_iron_glass_15"] = {["node_box"] = _[2187], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2187], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_iron_glass_2"] = {["node_box"] = _[2189], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2189], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_iron_glass_12"] = {["node_box"] = _[2191], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2191], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:panel_mossycobble_2"] = {["node_box"] = _[2193], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[2193], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:panel_iron_glass"] = {["node_box"] = _[2195], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2195], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Panel"}, ["moreblocks:slope_iron_glass_inner_half_raised"] = {["tiles"] = _[1038], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slab_desert_stonebrick_three_quarter"] = {["node_box"] = _[2197], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[2197], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (12/16)"}, ["default:stone_with_iron"] = {["tiles"] = {"default_stone.png^default_mineral_iron.png"}, ["type"] = "node", ["description"] = "Iron Ore", ["mod_origin"] = "default", ["groups"] = {["cracky"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:stone_with_iron", ["drop"] = "default:iron_lump"}, ["moreblocks:slope_iron_glass_half_raised"] = {["tiles"] = _[1038], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_half"] = {["tiles"] = _[1038], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_inner_cut_half_raised"] = {["tiles"] = _[1038], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_outer_cut_half"] = {["tiles"] = _[1038], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_outer_cut_half_raised"] = {["tiles"] = _[1038], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_inner_half"] = {["tiles"] = _[1038], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_outer_half"] = {["tiles"] = _[1038], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_iron_glass_inner_cut"] = {["tiles"] = _[1038], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["paintings:brown"] = {["tiles"] = {"paintings_brown.png"}, ["description"] = "Brown Painting", ["selection_box"] = _[2201], ["name"] = "paintings:brown", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[2201], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_brown.png", ["paramtype"] = "light", ["wield_image"] = "paintings_brown.png"}, ["moreblocks:slope_iron_glass_cut"] = {["tiles"] = _[1038], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_desert_stone_inner_cut_half"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner_cut_half", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner_cut_half", ["paramtype2"] = "facedir"}, ["moreblocks:micro_desert_stone_4"] = {["node_box"] = _[2203], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[2203], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_4", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["moreblocks:slab_mossycobble_quarter"] = {["node_box"] = _[2205], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[2205], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (4/16)"}, ["moreblocks:slope_steelblock_outer_cut_half_raised"] = {["tiles"] = _[138], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_iron_glass_inner"] = {["tiles"] = _[1038], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:trap_glow_glass"] = {["tiles"] = {"moreblocks_trap_glass.png"}, ["no_stairs"] = true, ["light_source"] = 11, ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "moreblocks:trap_glow_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sounds"] = _[25], ["paramtype"] = "light", ["description"] = "Trap Glow Glass"}, ["moreblocks:slope_iron_glass_outer"] = {["tiles"] = _[1038], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["maptools:ignore_like_no_clip"] = {["inventory_image"] = "default_steel_block.png^dye_purple.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["tiles"] = {"invisible.png"}, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:ignore_like_no_clip", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Ignore-like (no clip)"}, ["moreblocks:slope_iron_glass"] = {["tiles"] = _[1038], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[25], ["groups"] = _[1039], ["name"] = "moreblocks:slope_iron_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Glass Slope"}, ["moreblocks:slope_bronzeblock_outer_half_raised"] = {["tiles"] = _[205], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:micro_pinetree_1"] = {["node_box"] = _[2207], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2207], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["moreblocks:panel_desert_stone_4"] = {["node_box"] = _[2209], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[2209], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_4", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:slab_iron_glass_quarter"] = {["node_box"] = _[2211], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2211], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (4/16)"}, ["moreblocks:slab_iron_glass_1"] = {["node_box"] = _[2213], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2213], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (1/16)"}, ["moreblocks:slab_iron_glass_three_quarter"] = {["node_box"] = _[2215], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2215], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (12/16)"}, ["moreblocks:slab_iron_glass_14"] = {["node_box"] = _[2217], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2217], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (14/16)"}, ["moreblocks:micro_wood_tile_full"] = {["node_box"] = _[2219], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2219], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:slab_iron_glass_2"] = {["node_box"] = _[2221], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2221], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (2/16)"}, ["moreblocks:slab_sandstone_three_quarter"] = {["node_box"] = _[2223], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[2223], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (12/16)"}, ["moreblocks:slab_pinetree_three_quarter"] = {["node_box"] = _[2225], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2225], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (12/16)"}, ["moreblocks:stair_wood_tile_alt_4"] = {["node_box"] = _[2229], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2229], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:slab_iron_glass_15"] = {["node_box"] = _[2231], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2231], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (15/16)"}, ["moreblocks:slab_circle_stone_bricks_2"] = {["node_box"] = _[2233], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2233], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (2/16)"}, ["moreblocks:slab_iron_glass"] = {["node_box"] = _[2235], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2235], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Slab (8/16)"}, ["moreblocks:stair_iron_glass_right_half"] = {["node_box"] = _[2239], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2239], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:stair_iron_glass_alt_2"] = {["node_box"] = _[2243], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2243], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:micro_stone_tile"] = {["node_box"] = _[2245], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2245], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:stair_iron_glass_alt"] = {["node_box"] = _[2249], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2249], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:stair_iron_glass_half"] = {["node_box"] = _[2253], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2253], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:stair_iron_glass_alt_4"] = {["node_box"] = _[2257], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2257], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:slab_tar_14"] = {["node_box"] = _[2259], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[2259], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (14/16)"}, ["moreblocks:panel_wood_14"] = {["node_box"] = _[2261], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[2261], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["moreblocks:stair_iron_glass_alt_1"] = {["node_box"] = _[2265], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2265], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:stair_iron_glass_inner"] = {["node_box"] = _[2270], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2270], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:micro_circle_stone_bricks_14"] = {["node_box"] = _[2272], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2272], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:micro_cobble_compressed_4"] = {["node_box"] = _[2274], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[2274], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["moreblocks:stair_coal_stone_alt_2"] = {["node_box"] = _[2278], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[2278], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:stair_iron_glass_outer"] = {["node_box"] = _[2282], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2282], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:stair_iron_glass"] = {["node_box"] = _[2286], ["light_source"] = 0, ["tiles"] = _[1038], ["groups"] = _[1039], ["selection_box"] = _[2286], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Iron Glass Stairs"}, ["moreblocks:panel_all_faces_jungle_tree_1"] = {["node_box"] = _[2288], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2288], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:micro_tar_4"] = {["node_box"] = _[2290], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[2290], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tar_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Microblock"}, ["moreblocks:wood_tile_flipped"] = {["sounds"] = _[188], ["no_stairs"] = true, ["tiles"] = {"default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR180", "default_wood.png^moreblocks_wood_tile.png^[transformR180"}, ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_flipped", ["description"] = "Wooden Tile"}, ["moreblocks:micro_cactus_checker_14"] = {["node_box"] = _[2292], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2292], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:slope_desert_cobble_outer"] = {["tiles"] = _[132], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:slab_diamondblock_2"] = {["node_box"] = _[2294], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[2294], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (2/16)"}, ["moreblocks:micro_cactus_checker_4"] = {["node_box"] = _[2296], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2296], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:slab_copperblock"] = {["node_box"] = _[2298], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2298], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (8/16)"}, ["moreblocks:stair_stonebrick_alt_1"] = {["node_box"] = _[2302], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2302], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:slope_goldblock_inner_half"] = {["tiles"] = _[337], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:stair_glass_half"] = {["node_box"] = _[2306], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2306], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:micro_cactus_checker_2"] = {["node_box"] = _[2308], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2308], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:micro_cactus_checker"] = {["node_box"] = _[2310], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2310], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:stair_copperblock_outer"] = {["node_box"] = _[2314], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2314], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:slope_cactus_checker_inner_half_raised"] = {["tiles"] = _[377], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_half_raised"] = {["tiles"] = _[377], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_half"] = {["tiles"] = _[377], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_inner_cut_half_raised"] = {["tiles"] = _[377], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_outer_cut_half"] = {["tiles"] = _[377], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_outer_half_raised"] = {["tiles"] = _[377], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_clean_glass_cut"] = {["tiles"] = _[195], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:stair_glass_outer"] = {["node_box"] = _[2318], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2318], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:slope_cactus_checker_inner_half"] = {["tiles"] = _[377], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_inner_cut_half"] = {["tiles"] = _[377], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_inner_cut"] = {["tiles"] = _[377], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_inner"] = {["tiles"] = _[377], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_cactus_checker_outer"] = {["tiles"] = _[377], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_plankstone"] = {["tiles"] = _[251], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slab_junglewood_quarter"] = {["node_box"] = _[2320], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[2320], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (4/16)"}, ["stairs:stair_desert_cobble"] = {["tiles"] = _[2321], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[2322], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[2326], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_desert_cobble", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Desert Cobblestone Stair"}, ["moreblocks:stair_stone_alt_1"] = {["node_box"] = _[2330], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[2330], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_alt_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:slope_pinetree_half"] = {["tiles"] = _[288], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slab_cactus_checker_2"] = {["node_box"] = _[2332], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2332], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (2/16)"}, ["moreblocks:slab_cactus_checker"] = {["node_box"] = _[2334], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2334], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (8/16)"}, ["moreblocks:stair_cobble_alt_4"] = {["node_box"] = _[2338], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2338], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:stair_stonebrick_alt_4"] = {["node_box"] = _[2342], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2342], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:stair_cactus_checker_alt"] = {["node_box"] = _[2346], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2346], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:stair_cactus_checker_half"] = {["node_box"] = _[2350], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2350], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:stair_cactus_checker_inner"] = {["node_box"] = _[2355], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[2355], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:micro_iron_stone_bricks_1"] = {["node_box"] = _[2357], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2357], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:micro_iron_stone_bricks_12"] = {["node_box"] = _[2359], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2359], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:micro_iron_stone_bricks"] = {["node_box"] = _[2361], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2361], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Microblock"}, ["moreblocks:stair_cactus_brick"] = {["node_box"] = _[2365], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[2365], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:panel_iron_stone_bricks_14"] = {["node_box"] = _[2367], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2367], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Panel"}, ["moreblocks:slope_tree"] = {["tiles"] = _[122], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slope_iron_stone_bricks_inner_half_raised"] = {["tiles"] = _[201], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_half_raised"] = {["tiles"] = _[201], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_half"] = {["tiles"] = _[201], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:micro_desert_stonebrick_12"] = {["node_box"] = _[2369], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[2369], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:micro_steelblock_1"] = {["node_box"] = _[2371], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2371], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["moreblocks:panel_bronzeblock_1"] = {["node_box"] = _[2373], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2373], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:slope_iron_stone_bricks_inner_cut_half_raised"] = {["tiles"] = _[201], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_outer_cut_half"] = {["tiles"] = _[201], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_outer_half_raised"] = {["tiles"] = _[201], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_outer_cut_half_raised"] = {["tiles"] = _[201], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_desert_stone_outer_half"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer_half", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer_half", ["paramtype2"] = "facedir"}, ["moreblocks:slope_wood_inner_cut_half_raised"] = {["tiles"] = _[454], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slope_iron_stone_bricks_inner_half"] = {["tiles"] = _[201], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_bricks_inner_cut_half"] = {["tiles"] = _[201], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:stair_stonebrick"] = {["node_box"] = _[2377], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2377], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:slope_iron_stone_bricks_inner_cut"] = {["tiles"] = _[201], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_stone_tile_inner_cut_half"] = {["tiles"] = _[403], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_iron_stone_bricks_outer_cut"] = {["tiles"] = _[201], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:stair_wood_tile_outer"] = {["node_box"] = _[2381], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2381], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:slope_iron_stone_bricks"] = {["tiles"] = _[201], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["moreblocks:slope_junglewood_inner"] = {["tiles"] = _[12], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_iron_checker_inner"] = {["tiles"] = _[91], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slab_iron_stone_bricks_three_quarter"] = {["node_box"] = _[2383], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2383], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (12/16)"}, ["moreblocks:micro_split_stone_tile_alt_14"] = {["node_box"] = _[2385], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2385], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["moreblocks:slab_iron_stone_bricks_15"] = {["node_box"] = _[2387], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2387], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (15/16)"}, ["moreblocks:stair_iron_stone_bricks_right_half"] = {["node_box"] = _[2391], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2391], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:stair_iron_stone_bricks_alt_2"] = {["node_box"] = _[2395], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2395], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:stair_iron_stone_bricks_alt_1"] = {["node_box"] = _[2399], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2399], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:stair_iron_stone_bricks_outer"] = {["node_box"] = _[2403], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2403], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:slope_coal_stone_bricks_inner_half"] = {["tiles"] = _[331], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_wood_outer_cut"] = {["tiles"] = _[454], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slab_pinetree"] = {["node_box"] = _[2405], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2405], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (8/16)"}, ["moreblocks:micro_wood_tile_full_1"] = {["node_box"] = _[2407], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2407], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:slab_obsidianbrick_2"] = {["node_box"] = _[2409], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[2409], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (2/16)"}, ["moreblocks:micro_stonebrick_1"] = {["node_box"] = _[2411], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2411], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["moreblocks:panel_wood_tile_full_4"] = {["node_box"] = _[2413], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2413], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["moreblocks:slope_all_faces_jungle_tree_outer_half_raised"] = {["tiles"] = _[183], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:panel_wood_tile_full_15"] = {["node_box"] = _[2415], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2415], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["moreblocks:panel_wood_tile_full_2"] = {["node_box"] = _[2417], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2417], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["moreblocks:panel_wood_tile_full_12"] = {["node_box"] = _[2419], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2419], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["moreblocks:panel_wood_tile_full"] = {["node_box"] = _[2421], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2421], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_full", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Panel"}, ["stairs:slab_desert_cobble"] = {["tiles"] = _[2321], ["selection_box"] = _[2423], ["is_ground_content"] = false, ["groups"] = _[2322], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[2326], ["name"] = "stairs:slab_desert_cobble", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[2423], ["paramtype"] = "light", ["description"] = "Desert Cobblestone Slab"}, ["moreblocks:slope_wood_tile_full_inner_half_raised"] = {["tiles"] = _[395], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:stair_circle_stone_bricks_right_half"] = {["node_box"] = _[2427], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2427], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:micro_cactus_brick_1"] = {["node_box"] = _[2429], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[2429], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["moreblocks:slope_wood_tile_full_half_raised"] = {["tiles"] = _[395], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_full_half"] = {["tiles"] = _[395], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_full_inner_cut_half_raised"] = {["tiles"] = _[395], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_full_outer_cut_half"] = {["tiles"] = _[395], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:stair_tree_alt"] = {["node_box"] = _[2433], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[2433], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:slope_wood_tile_full_outer_cut_half_raised"] = {["tiles"] = _[395], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slope_cactus_brick_outer_cut_half_raised"] = {["tiles"] = _[263], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_wood_tile_full_inner_half"] = {["tiles"] = _[395], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_full_inner_cut_half"] = {["tiles"] = _[395], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:panel_desert_stonebrick_2"] = {["node_box"] = _[2435], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[2435], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:slab_cobble_15"] = {["node_box"] = _[2437], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2437], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (15/16)"}, ["moreblocks:stair_coal_stone_bricks_outer"] = {["node_box"] = _[2441], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2441], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:slope_stone_outer"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer", ["paramtype2"] = "facedir"}, ["moreblocks:slope_wood_tile_full_inner_cut"] = {["tiles"] = _[395], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:micro_stone_tile_14"] = {["node_box"] = _[2443], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2443], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:slope_wood_tile_full_inner"] = {["tiles"] = _[395], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:slab_goldblock_15"] = {["node_box"] = _[2445], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[2445], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (15/16)"}, ["moreblocks:slab_cobble_compressed_1"] = {["node_box"] = _[2447], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[2447], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (1/16)"}, ["moreblocks:slope_wood_tile_full_outer"] = {["tiles"] = _[395], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:panel_meselamp_4"] = {["node_box"] = _[2449], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[2449], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["moreblocks:stair_glass_right_half"] = {["node_box"] = _[2453], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2453], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["xpanes:pane_12"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[93], _[94]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_12", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[100], _[101]}}}, ["moreblocks:stair_iron_stone_alt"] = {["node_box"] = _[2457], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2457], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:slab_wood_tile_full_1"] = {["node_box"] = _[2459], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2459], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (1/16)"}, ["moreblocks:circular_saw"] = {["node_box"] = _[2469], ["on_construct"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.lua­\8\0\1\28\1'\0^€\1¶\2\0264\1\0\0007\1\1\1\16\2\0\0>\1\2\0024\2\2\0007\2\3\0024\3\2\0007\3\4\0034\4\2\0007\4\5\4$\2\4\2\16\4\1\0007\3\6\1%\5\7\0%\6\8\0\16\7\2\0%\8\9\0+\9\0\0%\ +\ +\0>\9\2\2%\ +\11\0%\11\12\0%\12\13\0+\13\0\0%\14\14\0>\13\2\2%\14\11\0%\15\15\0%\16\16\0+\17\0\0%\18\17\0>\17\2\2%\18\11\0%\19\18\0%\20\19\0+\21\0\0%\22\20\0>\21\2\2%\22\21\0%\23\22\0+\24\0\0%\25\23\0>\24\2\2%\25\11\0%\26\24\0%\27\25\0$\6\27\6>\3\4\1\16\4\1\0007\3\26\1%\5\27\0'\6\0\0>\3\4\1\16\4\1\0007\3\6\1%\5\28\0'\6c\0>\3\4\1\16\4\1\0007\3\6\1%\5\29\0+\6\0\0%\7\30\0>\6\2\0=\3\2\1\16\4\1\0007\3\31\1>\3\2\2\16\5\3\0007\4 \3%\6!\0'\7\1\0>\4\4\1\16\5\3\0007\4 \3%\6\"\0'\7\1\0>\4\4\1\16\5\3\0007\4 \3%\6#\0'\7\1\0>\4\4\1\16\5\3\0007\4 \3%\6$\0'\0070\0>\4\4\0014\4%\0\16\5\4\0007\4&\4\16\6\0\0>\4\3\1G\0\1\0\0À\ +reset\17circular_saw\11output\12recycle\ +micro\ +input\13set_size\18get_inventory\26Circular Saw is empty\13infotext\16max_offered\8anz\12set_int,list[current_player;main;1.5,6.25;8,4;])list[current_name;output;2.8,0;8,6;]\8Set\26button[1,3.2;1,1;Set;\22:;${max_offered}]\8Max#field[0.3,3.5;1,1;max_offered;*list[current_name;recycle;1.5,2;1,1;]\19Recycle\ +output\15label[0,2;(list[current_name;micro;1.5,1;1,1;]\14Left-over\15label[0,1;(list[current_name;input;1.5,0;1,1;]\6]\19Input\ +material\15label[0,0;\16size[11,10]\13formspec\15set_string\14gui_slots\15gui_bg_img\11gui_bg\12default\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\3\3\3\3\3\4\4\4\4\4\5\6\6\6\6\6\7\8\8\8\8\8\9\ +\ +\ +\ +\ +\11\11\11\11\11\12\13\13\3\15\15\15\15\15\16\16\16\16\16\17\17\17\17\17\17\17\19\19\19\20\20\20\20\20\21\21\21\21\21\22\22\22\22\22\23\23\23\23\23\25\25\25\25\25\26S\0pos\0\0_meta\0\5Zfancy_inv\0\7Sinv\0009\26\0\0"), ["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["drawtype"] = "nodebox", ["on_receive_fields"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.lua„\2\0\4\ +\0\7\0\24I¾\1\0084\4\0\0007\4\1\4\16\5\0\0>\4\2\0024\5\2\0007\6\3\2>\5\2\2\15\0\5\0T\6\14€'\6\0\0\1\6\5\0T\6\11€\16\7\4\0007\6\4\4%\8\3\0\16\9\5\0>\6\4\0014\6\5\0\16\7\6\0007\6\6\6\16\8\0\0'\9\0\0>\6\4\1G\0\1\0\21update_inventory\17circular_saw\15set_string\16max_offered\13tonumber\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3\3\4\4\4\4\4\6\6\6\6\6\6\8pos\0\0\25formname\0\0\25fields\0\0\25sender\0\0\25meta\0\5\20max\0\3\17\0\0"), ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["allow_metadata_inventory_move"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.lua[\0\7\8\0\0\0\2HÌ\1\3'\7\0\0H\7\2\0\2\2pos\0\0\3from_list\0\0\3from_index\0\0\3to_list\0\0\3to_index\0\0\3count\0\0\3player\0\0\3\0\0"), ["tiles"] = {"moreblocks_circular_saw_top.png", "moreblocks_circular_saw_bottom.png", "moreblocks_circular_saw_side.png"}, ["can_dig"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.luaö\1\0\2\7\0\7\0\29:Ó\2\ +4\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0>\4\3\2\15\0\4\0T\4\12€\16\5\3\0007\4\3\3%\6\5\0>\4\3\2\15\0\4\0T\4\6€\16\5\3\0007\4\3\3%\6\6\0>\4\3\2\14\0\4\0T\4\2€)\4\1\0H\4\2\0)\4\2\0H\4\2\0\12recycle\ +micro\ +input\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3\3\3\4\4\4\4\4\4\5\5\5\5\5\5\6\6\9\9pos\0\0\30player\0\0\30meta\0\5\25inv\0\3\22\0\0"), ["selection_box"] = _[2469], ["sunlight_propagates"] = true, ["type"] = "node", ["allow_metadata_inventory_put"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.luaä\8\0\5\19\0\24\2‹\1×\2Ó\0013\6\1\0\0T\5\2€\7\1\1\0T\5\2€'\5\0\0H\5\2\0004\5\2\0007\5\3\5\16\6\0\0>\5\2\2\16\7\5\0007\6\4\5>\6\2\2\16\8\3\0007\7\5\3>\7\2\2\16\9\3\0007\8\6\3>\8\2\2\7\1\7\0T\0090€\16\ +\6\0007\9\8\6%\11\0\0\16\12\7\0>\9\4\2\14\0\9\0T\9\2€'\9\0\0H\9\2\0\16\ +\3\0007\9\9\3>\9\2\2\16\11\6\0007\ +\ +\6%\12\11\0'\13\1\0>\ +\4\2\16\12\6\0007\11\ +\6%\13\1\0'\14\1\0>\11\4\2\16\13\ +\0007\12\6\ +>\12\2\2\22\13\0\12\16\15\11\0007\14\6\11>\14\2\2\30\13\14\13\22\14\0\9\20\14\1\0144\15\12\0\16\16\15\0007\15\13\15\16\17\6\0\16\18\7\0>\15\4\2\30\16\15\13\1\14\16\0T\16\6€4\16\14\0007\16\15\16\31\17\13\14!\17\15\17'\18\0\0@\16\3\0H\8\2\0\7\1\11\0T\9C€\16\ +\6\0007\9\16\6%\11\11\0>\9\3\2\14\0\9\0T\9\12€\16\ +\6\0007\9\ +\6%\11\11\0\16\12\2\0>\9\4\2\16\ +\9\0007\9\5\9>\9\2\2\4\9\7\0T\9\2€'\9\0\0H\9\2\0\16\ +\6\0007\9\16\6%\11\1\0>\9\3\2\14\0\9\0T\9\24€\16\ +\6\0007\9\ +\6%\11\1\0'\12\1\0>\9\4\2\16\ +\9\0007\9\5\9>\9\2\2\16\ +\9\0007\9\17\9%\11\18\0%\12\19\0'\13\1\0>\9\5\2\16\11\7\0007\ +\17\7%\12\20\0%\13\19\0'\14\1\0>\ +\5\2\4\9\ +\0T\11\2€'\11\0\0H\11\2\0004\9\21\0004\ +\12\0007\ +\22\ +>\9\2\4D\12\ +€\5\12\7\0T\14\8€\16\15\6\0007\14\23\6%\16\11\0\16\17\3\0>\14\4\2\15\0\14\0T\15\1€H\8\2\0B\12\3\3N\12ô\127'\9\0\0H\9\2\0G\0\1\0\18room_for_item\16known_nodes\ +pairs\9^.+:\5\15^.+:micro_\9gsub\13is_empty\8max\9math\13get_cost\17circular_saw\ +input\14get_stack\18get_stack_max\18contains_item\12recycle\14get_count\13get_name\18get_inventory\13get_meta\13minetest\ +micro\11output\16\14\3\3\3\3\4\4\7\7\7\7\8\8\8\9\9\9\ +\ +\ +\13\13\14\14\14\14\14\14\14\15\15\17\17\17\18\18\18\18\18\19\19\19\19\19\20\20\20\21\21\21\21\21\22\22\23\23\23\23\23\23\24\24\24\25\25\25\25\25\25\27\31\31 !!!!!!!!!!\"\"%%%%%%&&&&&&&&&&&&&&''''''(()),,,,,---------.,,113pos\0\0Œ\1listname\0\0Œ\1index\0\0Œ\1stack\0\0Œ\1player\0\0Œ\1meta\0\11\1inv\0\3~stackname\0\3{count\0\3xstackmax\0\14$instack\0\5\31microstack\0\5\26incount\0\3\23incost\0\5\18maxcost\0\2\16cost\0\6\ +microstackname\0002\ +cutstackname\0\6\4\4\8\13\5\0\13\6\0\13name\0\1\ +t\0\0\ +\0\0"), ["after_place_node"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.lua§\2\0\2\ +\1\9\0\29>ú\2\0074\2\0\0007\2\1\2\16\3\0\0>\2\2\2\15\0\1\0T\3\5€\16\4\1\0007\3\2\1>\3\2\2\14\0\3\0T\4\1€%\3\3\0\16\5\2\0007\4\4\2%\6\5\0\16\7\3\0>\4\4\1\16\5\2\0007\4\4\2%\6\6\0+\7\0\0%\8\7\0>\7\2\2\16\8\7\0007\7\8\7\16\9\3\0>\7\3\0=\4\2\1G\0\1\0\0À\11format(Circular Saw is empty (owned by %s)\13infotext\ +owner\15set_string\5\20get_player_name\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\2\3\3\3\3\3\4\4\4\5\5\5\6\6\6\6\4\7S\0pos\0\0\30placer\0\0\30meta\0\5\25owner\0\8\17\0\0"), ["description"] = "Circular Saw", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["paramtype2"] = "facedir", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.luaÚ\2\0\5\ +\0\7\1)[ \2\18\7\1\0\0T\5\14€4\5\1\0007\5\2\0056\5\2\5\16\7\3\0007\6\3\3>\6\2\2 \5\6\0054\6\1\0\16\7\6\0007\6\4\6\16\8\0\0\18\9\5\0>\6\4\1T\5\24€\7\1\5\0T\5\ +€4\5\1\0\16\6\5\0007\5\4\5\16\7\0\0\16\9\3\0007\8\3\3>\8\2\2\18\8\8\0>\5\4\1T\5\12€\7\1\6\0T\5\ +€4\5\1\0\16\6\5\0007\5\4\5\16\7\0\0\16\9\3\0007\8\3\3>\8\2\2\18\8\8\0\27\8\0\8>\5\4\1G\0\1\0\ +input\ +micro\21update_inventory\14get_count\24cost_in_microblocks\17circular_saw\11output\16\4\4\6\6\7\7\7\7\7\9\9\9\9\9\9\9\ +\ +\12\12\12\12\12\12\12\12\12\12\13\13\15\15\15\15\15\15\15\15\15\15\18pos\0\0*listname\0\0*index\0\0*stack\0\0*player\0\0*cost\0\ +\6\0\0"), ["name"] = "moreblocks:circular_saw", ["on_metadata_inventory_put"] = loadstring("\27LJ\1\0U@/home/kaen/code/minetest/bin/../games/adventuretest/mods/moreblocks/circular_saw.lua€\3\0\5\14\0\ +\1%x‹\2\0194\5\0\0007\5\1\5\16\6\0\0>\5\2\2\16\7\5\0007\6\2\5>\6\2\2\16\8\3\0007\7\3\3>\7\2\2\16\9\3\0007\8\4\3>\8\2\2\7\1\5\0T\9\7€4\9\6\0\16\ +\9\0007\9\7\9\16\11\0\0\27\12\0\8>\9\4\1T\9\14€\7\1\8\0T\9\12€4\9\6\0\16\ +\9\0007\9\9\9\16\11\6\0\16\12\7\0>\9\4\0024\ +\6\0\16\11\ +\0007\ +\7\ +\16\12\0\0 \13\8\9>\ +\4\1G\0\1\0\13get_cost\12recycle\21update_inventory\17circular_saw\ +input\14get_count\13get_name\18get_inventory\13get_meta\13minetest\16\4\4\4\4\5\5\5\6\6\6\7\7\7\11\11\13\13\13\13\13\13\13\14\14\16\16\16\16\16\16\17\17\17\17\17\17\19pos\0\0&listname\0\0&index\0\0&stack\0\0&player\0\0&meta\0\5!inv\0\3\30stackname\0\3\27count\0\3\24cost\0\17\6\0\0")}, ["moreblocks:slab_wood_tile_full_2"] = {["node_box"] = _[2471], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2471], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (2/16)"}, ["moreblocks:slab_wood_tile_full"] = {["node_box"] = _[2473], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2473], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (8/16)"}, ["moreblocks:slope_obsidianbrick_cut"] = {["tiles"] = _[40], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slab_split_stone_tile_alt_three_quarter"] = {["node_box"] = _[2475], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2475], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (12/16)"}, ["farming:straw"] = {["tiles"] = {"farming_straw.png"}, ["mod_origin"] = "farming", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["flammable"] = 4, ["snappy"] = 3}, ["type"] = "node", ["name"] = "farming:straw", ["description"] = "Straw"}, ["moreblocks:stair_wood_tile_full_half"] = {["node_box"] = _[2479], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2479], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_full_alt_1"] = {["node_box"] = _[2483], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2483], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_full_inner"] = {["node_box"] = _[2488], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2488], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_full_outer"] = {["node_box"] = _[2492], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2492], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:panel_obsidianbrick_14"] = {["node_box"] = _[2494], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[2494], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["moreblocks:stair_copperblock_inner"] = {["node_box"] = _[2499], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2499], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:stair_wood_tile_full"] = {["node_box"] = _[2503], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[2503], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:slope_tar_outer_cut"] = {["tiles"] = _[234], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slab_stonebrick_three_quarter"] = {["node_box"] = _[2505], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2505], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (12/16)"}, ["moreblocks:slab_iron_stone_bricks_quarter"] = {["node_box"] = _[2507], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[2507], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (4/16)"}, ["moreblocks:micro_grey_bricks_14"] = {["node_box"] = _[2509], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2509], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:micro_grey_bricks_4"] = {["node_box"] = _[2511], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2511], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:stair_tar_alt"] = {["node_box"] = _[2515], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[2515], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:micro_grey_bricks_15"] = {["node_box"] = _[2517], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2517], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:micro_grey_bricks_2"] = {["node_box"] = _[2519], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2519], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:micro_grey_bricks_12"] = {["node_box"] = _[2521], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2521], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["moreblocks:slab_desert_stone_quarter"] = {["node_box"] = _[2523], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[2523], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_quarter", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (4/16)"}, ["moreblocks:panel_grey_bricks_14"] = {["node_box"] = _[2525], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2525], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:panel_grey_bricks_15"] = {["node_box"] = _[2527], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2527], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:panel_grey_bricks_12"] = {["node_box"] = _[2529], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2529], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:panel_grey_bricks"] = {["node_box"] = _[2531], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2531], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_grey_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Panel"}, ["moreblocks:stair_coal_checker_alt_4"] = {["node_box"] = _[2535], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[2535], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:slope_grey_bricks_inner_half_raised"] = {["tiles"] = _[722], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_stonebrick_cut"] = {["tiles"] = _[1369], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:micro_super_glow_glass_14"] = {["node_box"] = _[2537], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[2537], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:micro_coal_stone_bricks"] = {["node_box"] = _[2539], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2539], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:stair_split_stone_tile_alt_1"] = {["node_box"] = _[2543], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[2543], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:slope_all_faces_jungle_tree_outer_half"] = {["tiles"] = _[183], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_grey_bricks_half"] = {["tiles"] = _[722], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_inner_cut_half_raised"] = {["tiles"] = _[722], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_outer_cut_half"] = {["tiles"] = _[722], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_outer_half_raised"] = {["tiles"] = _[722], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:panel_steelblock_2"] = {["node_box"] = _[2545], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2545], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:slope_grey_bricks_inner_half"] = {["tiles"] = _[722], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_inner_cut_half"] = {["tiles"] = _[722], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_outer_half"] = {["tiles"] = _[722], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_inner_cut"] = {["tiles"] = _[722], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slope_grey_bricks_cut"] = {["tiles"] = _[722], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:stair_stone_tile_inner"] = {["node_box"] = _[2550], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2550], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:slope_brick_inner_half_raised"] = {["tiles"] = _[112], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_wood_tile_center_outer_cut"] = {["tiles"] = _[238], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:micro_pinetree_2"] = {["node_box"] = _[2552], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2552], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["doors:door_obsidian_glass_b_1"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["is_ground_content"] = false, ["groups"] = _[857], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R×\1\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\1\3\2\3\3\3\0\9_t_2\9_b_2\9_t_1\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_obsidian_glass", ["sounds"] = _[861], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_side.png", "doors_obsidian_glass_b.png", "doors_obsidian_glass_b.png^[transformfx"}, ["can_dig"] = _[862], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[856]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÝ\1\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_1\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÒ\1\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_1\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_obsidian_glass_b_1", ["sunlight_propagates"] = true}, ["moreblocks:slope_grey_bricks"] = {["tiles"] = _[722], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:slab_grey_bricks_quarter"] = {["node_box"] = _[2554], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2554], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (4/16)"}, ["moreblocks:slab_grey_bricks_1"] = {["node_box"] = _[2556], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2556], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (1/16)"}, ["moreblocks:slab_diamondblock_quarter"] = {["node_box"] = _[2558], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[2558], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (4/16)"}, ["moreblocks:panel_steelblock"] = {["node_box"] = _[2560], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2560], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:slab_cactus_brick"] = {["node_box"] = _[2562], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[2562], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (8/16)"}, ["moreblocks:stair_brick"] = {["node_box"] = _[2566], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[2566], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:stair_wood_tile_inner"] = {["node_box"] = _[2571], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2571], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:slab_grey_bricks_three_quarter"] = {["node_box"] = _[2573], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2573], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (12/16)"}, ["moreblocks:slab_bronzeblock_quarter"] = {["node_box"] = _[2575], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2575], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (4/16)"}, ["moreblocks:micro_coal_stone_bricks_4"] = {["node_box"] = _[2577], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2577], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:stair_all_faces_jungle_tree_alt_2"] = {["node_box"] = _[2581], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2581], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:slab_grey_bricks"] = {["node_box"] = _[2583], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2583], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (8/16)"}, ["moreblocks:slab_diamondblock_1"] = {["node_box"] = _[2585], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[2585], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (1/16)"}, ["moreblocks:stair_grey_bricks_right_half"] = {["node_box"] = _[2589], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2589], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:stair_grey_bricks_half"] = {["node_box"] = _[2593], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2593], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["vessels:shelf"] = {["tiles"] = {"default_wood.png", "default_wood.png", "default_wood.png^vessels_shelf.png"}, ["on_construct"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.luaÖ\1\0\1\7\1\7\0\18=\23\0054\1\0\0007\1\1\1\16\2\0\0>\1\2\2\16\3\1\0007\2\2\1%\4\3\0+\5\0\0>\2\4\1\16\3\1\0007\2\4\1>\2\2\2\16\4\2\0007\3\5\2%\5\6\0'\6\16\0>\3\4\1G\0\1\0\0À\12vessels\13set_size\18get_inventory\13formspec\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\4\4\4\4\4\5vessels_shelf_formspec\0pos\0\0\19meta\0\5\14inv\0\8\6\0\0"), ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["on_metadata_inventory_move"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.luaê\1\0\7\13\0\6\0\14T@\0034\7\0\0007\7\1\7%\8\2\0\16\ +\6\0007\9\3\6>\9\2\2%\ +\4\0004\11\0\0007\11\5\11\16\12\0\0>\11\2\2$\9\11\9>\7\3\1G\0\1\0\18pos_to_string& moves stuff in vessels shelf at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15from_list\0\0\15from_index\0\0\15to_list\0\0\15to_index\0\0\15count\0\0\15player\0\0\15\0\0"), ["on_metadata_inventory_put"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.luaÏ\1\0\5\11\0\6\0\0149D\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string& moves stuff to vessels shelf at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["allow_metadata_inventory_put"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.luaÒ\2\0\5\11\0\9\1\"e#\0124\5\0\0007\5\1\5\16\6\0\0>\5\2\2\16\7\5\0007\6\2\5>\6\2\2\16\8\6\0007\7\3\6\16\9\1\0\16\ +\2\0>\7\4\2\7\1\4\0T\8\19€4\8\0\0007\8\5\8\16\ +\3\0007\9\6\3>\9\2\2%\ +\7\0>\8\3\2\8\8\0\0T\8\8€\16\9\7\0007\8\8\7>\8\2\2\15\0\8\0T\9\3€'\8\1\0H\8\2\0T\8\2€'\8\0\0H\8\2\0G\0\1\0\13is_empty\11vessel\13get_name\19get_item_group\12vessels\14get_stack\18get_inventory\13get_meta\13minetest\0\1\1\1\1\2\2\2\3\3\3\3\3\4\4\5\5\5\5\5\5\5\5\5\6\6\6\6\6\7\7\7\9\9\12pos\0\0#listname\0\0#index\0\0#stack\0\0#player\0\0#meta\0\5\30inv\0\3\27to_stack\0\5\22\0\0"), ["allow_metadata_inventory_move"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.lua\3\0\7\14\0\9\1'\0011\0134\7\0\0007\7\1\7\16\8\0\0>\7\2\2\16\9\7\0007\8\2\7>\8\2\2\16\ +\8\0007\9\3\8\16\11\1\0\16\12\2\0>\9\4\2\16\11\8\0007\ +\3\8\16\12\3\0\16\13\4\0>\ +\4\2\7\3\4\0T\11\19€4\11\0\0007\11\5\11\16\13\9\0007\12\6\9>\12\2\2%\13\7\0>\11\3\2\8\11\0\0T\11\8€\16\12\ +\0007\11\8\ +>\11\2\2\15\0\11\0T\12\3€'\11\1\0H\11\2\0T\11\2€'\11\0\0H\11\2\0G\0\1\0\13is_empty\11vessel\13get_name\19get_item_group\12vessels\14get_stack\18get_inventory\13get_meta\13minetest\0\1\1\1\1\2\2\2\3\3\3\3\3\4\4\4\4\4\5\5\6\6\6\6\6\6\6\6\6\7\7\7\7\7\8\8\8\ +\ +\13pos\0\0(from_list\0\0(from_index\0\0(to_list\0\0(to_index\0\0(count\0\0(player\0\0(meta\0\5#inv\0\3 stack\0\5\27to_stack\0\5\22\0\0"), ["can_dig"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.lua\1\0\2\7\0\5\0\11(\29\0044\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0@\4\3\0\12vessels\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3pos\0\0\12player\0\0\12meta\0\5\7inv\0\3\4\0\0"), ["mod_origin"] = "vessels", ["type"] = "node", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0J@/home/kaen/code/minetest/bin/../games/adventuretest/mods/vessels/init.luaÑ\1\0\5\11\0\6\0\0149H\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string( takes stuff from vessels shelf at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["name"] = "vessels:shelf", ["description"] = "Vessels shelf"}, ["moreblocks:stair_grey_bricks_alt_1"] = {["node_box"] = _[2597], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2597], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:stair_grey_bricks_outer"] = {["node_box"] = _[2601], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2601], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:panel_meselamp_1"] = {["node_box"] = _[2603], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[2603], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["moreblocks:stair_grey_bricks"] = {["node_box"] = _[2607], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[2607], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_grey_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Stairs"}, ["moreblocks:slab_circle_stone_bricks_1"] = {["node_box"] = _[2609], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2609], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (1/16)"}, ["moreblocks:micro_wood_tile_14"] = {["node_box"] = _[2611], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2611], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:micro_wood_tile_15"] = {["node_box"] = _[2613], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2613], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:micro_wood_tile_12"] = {["node_box"] = _[2615], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2615], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:slope_desert_stone_outer_cut_half"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer_cut_half", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer_cut_half", ["paramtype2"] = "facedir"}, ["moreblocks:panel_wood_tile_14"] = {["node_box"] = _[2617], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2617], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["moreblocks:slope_obsidianbrick_outer_cut"] = {["tiles"] = _[40], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["maptools:damage_3"] = {["inventory_image"] = "default_steel_block.png^farming_cotton_3.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_3", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 3, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Damaging Block (3)"}, ["moreblocks:slab_copperblock_1"] = {["node_box"] = _[2619], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2619], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (1/16)"}, ["wool:green"] = {["tiles"] = {"wool_green.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:green", ["description"] = "Green Wool"}, ["moreblocks:panel_wood_tile_15"] = {["node_box"] = _[2621], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2621], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["moreblocks:panel_wood_tile_12"] = {["node_box"] = _[2623], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2623], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["wool:brown"] = {["tiles"] = {"wool_brown.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:brown", ["description"] = "Brown Wool"}, ["moreblocks:slope_wood_tile_inner_half_raised"] = {["tiles"] = _[567], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut_half"] = {["tiles"] = _[108], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:stair_copperblock_alt_2"] = {["node_box"] = _[2627], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2627], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:slope_wood_tile_half"] = {["tiles"] = _[567], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_inner_cut_half_raised"] = {["tiles"] = _[567], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:stair_cobble_compressed_alt_1"] = {["node_box"] = _[2631], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[2631], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:stair_cobble_right_half"] = {["node_box"] = _[2635], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2635], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:slope_wood_tile_outer_cut_half"] = {["tiles"] = _[567], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slab_sandstonebrick_15"] = {["node_box"] = _[2637], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[2637], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (15/16)"}, ["default:jungleleaves"] = {["tiles"] = {"default_jungleleaves.png"}, ["visual_scale"] = 1.3, ["special_tiles"] = {"default_jungleleaves_simple.png"}, ["is_ground_content"] = false, ["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["after_place_node"] = _[1112], ["drawtype"] = "allfaces_optional", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 20, ["items"] = {"default:junglesapling"}}, {["items"] = {"default:jungleleaves"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "default:jungleleaves", ["mod_origin"] = "default", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["description"] = "Jungle Leaves"}, ["moreblocks:slope_wood_tile_outer_half_raised"] = {["tiles"] = _[567], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_outer_cut_half_raised"] = {["tiles"] = _[567], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["xpanes:pane_7"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[379]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_7", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[380]}}}, ["moreblocks:panel_cactus_brick_2"] = {["node_box"] = _[2639], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[2639], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:slope_coal_checker_inner_cut"] = {["tiles"] = _[61], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slope_wood_tile_inner_half"] = {["tiles"] = _[567], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["default:stone_with_diamond"] = {["tiles"] = {"default_stone.png^default_mineral_diamond.png"}, ["type"] = "node", ["description"] = "Diamond Ore", ["mod_origin"] = "default", ["groups"] = {["cracky"] = 1}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:stone_with_diamond", ["drop"] = "default:diamond"}, ["paintings:magenta"] = {["tiles"] = {"paintings_magenta.png"}, ["description"] = "Magenta Painting", ["selection_box"] = _[2643], ["name"] = "paintings:magenta", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[2643], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_magenta.png", ["paramtype"] = "light", ["wield_image"] = "paintings_magenta.png"}, ["moreblocks:slope_wood_tile_outer_half"] = {["tiles"] = _[567], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_inner_cut"] = {["tiles"] = _[567], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_cut"] = {["tiles"] = _[567], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["paintings:white"] = {["tiles"] = {"paintings_white.png"}, ["description"] = "White Painting", ["selection_box"] = _[2647], ["name"] = "paintings:white", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[2647], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_white.png", ["paramtype"] = "light", ["wield_image"] = "paintings_white.png"}, ["moreblocks:stair_tree_alt_2"] = {["node_box"] = _[2651], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[2651], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:slope_wood_tile_outer"] = {["tiles"] = _[567], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_obsidianbrick_outer_half_raised"] = {["tiles"] = _[40], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:micro_junglewood"] = {["node_box"] = _[2653], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[2653], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:stair_obsidian_glass_outer"] = {["node_box"] = _[2657], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[2657], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:slab_wood_tile_1"] = {["node_box"] = _[2659], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2659], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (1/16)"}, ["moreblocks:slab_wood_tile_three_quarter"] = {["node_box"] = _[2661], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2661], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (12/16)"}, ["moreblocks:slab_wood_tile_14"] = {["node_box"] = _[2663], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2663], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Slab (14/16)"}, ["itemframes:pedestal"] = {["node_box"] = _[2669], ["can_dig"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.lua¸\1\0\2\7\0\6\0\19*´\1\0034\2\0\0007\2\1\2\16\3\2\0007\2\2\2\16\4\0\0>\2\3\2\16\4\1\0007\3\3\1>\3\2\2\16\5\2\0007\4\4\2%\6\5\0>\4\3\2\4\3\4\0T\3\2€)\3\1\0T\4\1€)\3\2\0H\3\2\0\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2pos\0\0\20player\0\0\20meta\0\7\13\0\0"), ["selection_box"] = _[2669], ["groups"] = {["cracky"] = 2}, ["on_rightclick"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaè\2\0\4\11\2\ +\0%j¡\1\ +\14\0\3\0T\4\1€G\0\1\0004\4\0\0007\4\1\4\16\5\4\0007\4\2\4\16\6\0\0>\4\3\2\16\6\2\0007\5\3\2>\5\2\2\16\7\4\0007\6\4\4%\8\5\0>\6\3\2\5\5\6\0T\5\18€+\5\0\0\16\6\0\0\16\7\1\0>\5\3\1\16\6\3\0007\5\6\3>\5\2\2\16\7\4\0007\6\7\4%\8\8\0\16\ +\5\0007\9\9\5>\9\2\0=\6\2\1+\6\1\0\16\7\0\0\16\8\1\0>\6\3\1H\3\2\0\4À\3À\14to_string\9item\15set_string\14take_item\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\1\1\1\2\2\2\2\2\2\3\3\3\3\3\3\3\3\3\4\4\4\4\5\5\5\6\6\6\6\6\6\6\7\7\7\7\9drop_item\0update_item\0pos\0\0&node\0\0&clicker\0\0&itemstack\0\0&meta\0\ +\28s\0\16\11\0\0"), ["drawtype"] = "nodebox", ["on_punch"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaÑ\1\0\3\8\1\6\0\20=­\1\0054\3\0\0007\3\1\3\16\4\3\0007\3\2\3\16\5\0\0>\3\3\2\16\5\2\0007\4\3\2>\4\2\2\16\6\3\0007\5\4\3%\7\5\0>\5\3\2\5\4\5\0T\4\4€+\4\0\0\16\5\0\0\16\6\1\0>\4\3\1G\0\1\0\4À\ +owner\15get_string\20get_player_name\13get_meta\8env\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\3\3\3\3\5drop_item\0pos\0\0\21node\0\0\21puncher\0\0\21meta\0\7\14\0\0"), ["after_place_node"] = loadstring("\27LJ\1\0M@/home/kaen/code/minetest/bin/../games/adventuretest/mods/itemframes/init.luaü\1\0\3\ +\0\9\0\24;›\1\0044\3\0\0007\3\1\3\16\4\3\0007\3\2\3\16\5\0\0>\3\3\2\16\5\3\0007\4\3\3%\6\4\0\16\8\1\0007\7\5\1>\7\2\0=\4\2\1\16\5\3\0007\4\3\3%\6\6\0%\7\7\0\16\9\1\0007\8\5\1>\8\2\2%\9\8\0$\7\9\7>\4\4\1G\0\1\0\6)\24Pedestal (owned by \13infotext\20get_player_name\ +owner\15set_string\13get_meta\8env\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\2\3\3\3\3\3\3\3\3\3\3\4pos\0\0\25placer\0\0\25itemstack\0\0\25meta\0\7\18\0\0"), ["name"] = "itemframes:pedestal", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "itemframes", ["type"] = "node", ["tiles"] = {"itemframes_pedestal.png"}, ["paramtype"] = "light", ["description"] = "Pedestal"}, ["moreblocks:stair_wood_tile_right_half"] = {["node_box"] = _[2673], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2673], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_alt_2"] = {["node_box"] = _[2677], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2677], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_alt"] = {["node_box"] = _[2681], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2681], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_half"] = {["node_box"] = _[2685], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[2685], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:stair_pinetree_alt_2"] = {["node_box"] = _[2689], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2689], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:micro_all_faces_tree_1"] = {["node_box"] = _[2691], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[2691], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:panel_pinetree_14"] = {["node_box"] = _[2693], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2693], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:micro_wood_tile_center_14"] = {["node_box"] = _[2695], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2695], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["moreblocks:slope_obsidian_outer_cut"] = {["tiles"] = _[486], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:micro_wood_tile_center_1"] = {["node_box"] = _[2697], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2697], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["moreblocks:micro_wood_tile_center_4"] = {["node_box"] = _[2699], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2699], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["moreblocks:micro_wood_tile_center_2"] = {["node_box"] = _[2701], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2701], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_center_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Microblock"}, ["moreblocks:slab_all_faces_jungle_tree_quarter"] = {["node_box"] = _[2703], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2703], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (4/16)"}, ["moreblocks:panel_wood_tile_center_14"] = {["node_box"] = _[2705], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2705], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["default:acacia_wood"] = {["tiles"] = {"default_acacia_wood.png"}, ["mod_origin"] = "default", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["wood"] = 1, ["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "default:acacia_wood", ["description"] = "Acacia Wood Planks"}, ["moreblocks:slab_all_faces_jungle_tree_2"] = {["node_box"] = _[2707], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2707], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (2/16)"}, ["moreblocks:stair_obsidian_glass_alt_2"] = {["node_box"] = _[2711], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[2711], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:stair_coal_stone_alt"] = {["node_box"] = _[2715], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[2715], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:panel_wood_tile_center_12"] = {["node_box"] = _[2717], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2717], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["moreblocks:slope_copperblock_inner_cut_half"] = {["tiles"] = _[157], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_wood_tile_center_inner_half_raised"] = {["tiles"] = _[238], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:micro_bronzeblock_2"] = {["node_box"] = _[2719], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2719], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:slab_wood_tile_center_2"] = {["node_box"] = _[2721], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2721], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (2/16)"}, ["moreblocks:panel_circle_stone_bricks_14"] = {["node_box"] = _[2723], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2723], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:stair_plankstone_half"] = {["node_box"] = _[2727], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[2727], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:slope_wood_tile_center_half_raised"] = {["tiles"] = _[238], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_center_half"] = {["tiles"] = _[238], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_center_inner_cut_half_raised"] = {["tiles"] = _[238], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:panel_brick_12"] = {["node_box"] = _[2729], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[2729], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:slope_sandstonebrick_cut"] = {["tiles"] = _[407], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_wood_tile_center_outer_cut_half"] = {["tiles"] = _[238], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slab_all_faces_tree_2"] = {["node_box"] = _[2731], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[2731], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_tree_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Slab (2/16)"}, ["moreblocks:slope_wood_tile_center_outer_half_raised"] = {["tiles"] = _[238], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_center_inner_half"] = {["tiles"] = _[238], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:micro_coal_stone_bricks_14"] = {["node_box"] = _[2733], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2733], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:slope_wood_tile_center_inner_cut_half"] = {["tiles"] = _[238], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["farming:wheat_8"] = {["tiles"] = {"farming_wheat_8.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 1, ["items"] = {"farming:wheat"}}, {["rarity"] = 2, ["items"] = {"farming:wheat"}}, {["rarity"] = 1, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 2, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_8", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 8, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:stair_goldblock_outer"] = {["node_box"] = _[2737], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[2737], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:micro_goldblock_14"] = {["node_box"] = _[2739], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[2739], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:slope_wood_tile_center_inner_cut"] = {["tiles"] = _[238], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_wood_tile_center_inner"] = {["tiles"] = _[238], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:stair_junglewood"] = {["node_box"] = _[2743], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[2743], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:panel_all_faces_tree_2"] = {["node_box"] = _[2745], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[2745], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:stair_copperblock_half"] = {["node_box"] = _[2749], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[2749], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:panel_glass_12"] = {["node_box"] = _[2751], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2751], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:slope_wood_tile_center_outer"] = {["tiles"] = _[238], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:micro_obsidian_glass_12"] = {["node_box"] = _[2753], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[2753], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["moreblocks:micro_steelblock_15"] = {["node_box"] = _[2755], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2755], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["moreblocks:slab_wood_tile_center_three_quarter"] = {["node_box"] = _[2757], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2757], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (12/16)"}, ["moreblocks:stair_super_glow_glass_alt_1"] = {["node_box"] = _[2761], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[2761], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:panel_coal_checker_12"] = {["node_box"] = _[2763], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[2763], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:micro_diamondblock_14"] = {["node_box"] = _[2765], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[2765], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:stair_wood_tile_center_right_half"] = {["node_box"] = _[2769], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2769], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:stair_wood_tile_center_half"] = {["node_box"] = _[2773], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2773], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:panel_tar_1"] = {["node_box"] = _[2775], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[2775], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:stair_wood_tile_center_alt_1"] = {["node_box"] = _[2779], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[2779], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:slope_sandstone_inner"] = {["tiles"] = _[3], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_split_stone_tile_inner_half_raised"] = {["tiles"] = _[180], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:stair_goldblock_alt"] = {["node_box"] = _[2783], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[2783], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:slope_coal_stone_inner_cut"] = {["tiles"] = _[315], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slab_clean_glass_three_quarter"] = {["node_box"] = _[2785], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[2785], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (12/16)"}, ["moreblocks:micro_iron_stone_14"] = {["node_box"] = _[2787], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2787], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:micro_iron_stone_1"] = {["node_box"] = _[2789], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2789], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:slab_tree_14"] = {["node_box"] = _[2791], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[2791], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (14/16)"}, ["moreblocks:micro_iron_stone_4"] = {["node_box"] = _[2793], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2793], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:slope_sandstonebrick_inner_cut_half"] = {["tiles"] = _[407], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slab_circle_stone_bricks_14"] = {["node_box"] = _[2795], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[2795], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (14/16)"}, ["moreblocks:stair_glass"] = {["node_box"] = _[2799], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2799], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:slab_cobble_1"] = {["node_box"] = _[2801], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2801], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (1/16)"}, ["moreblocks:panel_cobble_15"] = {["node_box"] = _[2803], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2803], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:micro_iron_stone_15"] = {["node_box"] = _[2805], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2805], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:micro_iron_stone_2"] = {["node_box"] = _[2807], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2807], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["farming:cotton_3"] = {["tiles"] = {"farming_cotton_3.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 6, ["items"] = {"farming:cotton"}}, {["rarity"] = 12, ["items"] = {"farming:cotton"}}, {["rarity"] = 6, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 12, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_3", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 3, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:micro_iron_stone_12"] = {["node_box"] = _[2809], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2809], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:slope_split_stone_tile_half"] = {["tiles"] = _[180], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:micro_iron_stone"] = {["node_box"] = _[2811], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2811], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Microblock"}, ["moreblocks:micro_obsidian_4"] = {["node_box"] = _[2813], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[2813], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["moreblocks:panel_iron_stone_14"] = {["node_box"] = _[2815], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2815], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:slope_obsidianbrick_inner_half"] = {["tiles"] = _[40], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:panel_iron_stone_1"] = {["node_box"] = _[2817], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2817], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:panel_iron_stone_4"] = {["node_box"] = _[2819], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2819], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:panel_iron_stone_15"] = {["node_box"] = _[2821], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2821], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:panel_iron_stone_2"] = {["node_box"] = _[2823], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2823], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:panel_iron_stone_12"] = {["node_box"] = _[2825], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2825], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:stair_bronzeblock_right_half"] = {["node_box"] = _[2829], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[2829], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:panel_iron_stone"] = {["node_box"] = _[2831], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2831], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Panel"}, ["moreblocks:slope_circle_stone_bricks_outer_cut_half"] = {["tiles"] = _[577], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_iron_stone_inner_half_raised"] = {["tiles"] = _[257], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:panel_stonebrick_1"] = {["node_box"] = _[2833], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[2833], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["moreblocks:panel_plankstone"] = {["node_box"] = _[2835], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[2835], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:slope_iron_stone_half"] = {["tiles"] = _[257], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_diamondblock_inner_half_raised"] = {["tiles"] = _[476], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slope_iron_stone_inner_cut_half_raised"] = {["tiles"] = _[257], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_iron_stone_outer_cut_half"] = {["tiles"] = _[257], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_iron_stone_outer_half_raised"] = {["tiles"] = _[257], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_iron_stone_outer_cut_half_raised"] = {["tiles"] = _[257], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:micro_obsidian_2"] = {["node_box"] = _[2837], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[2837], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["moreblocks:slope_iron_stone_inner_half"] = {["tiles"] = _[257], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:micro_meselamp"] = {["node_box"] = _[2839], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[2839], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["moreblocks:slope_wood_outer_cut_half_raised"] = {["tiles"] = _[454], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slope_iron_stone_outer_half"] = {["tiles"] = _[257], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_iron_stone_inner_cut"] = {["tiles"] = _[257], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:stair_coal_stone_bricks"] = {["node_box"] = _[2843], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2843], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:stair_sandstonebrick_alt_4"] = {["node_box"] = _[2847], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[2847], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:micro_clean_glass_15"] = {["node_box"] = _[2849], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[2849], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:slope_iron_stone_cut"] = {["tiles"] = _[257], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_iron_stone_outer"] = {["tiles"] = _[257], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_tree_inner_half_raised"] = {["tiles"] = _[122], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slope_iron_stone"] = {["tiles"] = _[257], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slab_iron_stone_quarter"] = {["node_box"] = _[2851], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2851], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (4/16)"}, ["moreblocks:slab_iron_stone_1"] = {["node_box"] = _[2853], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2853], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (1/16)"}, ["moreblocks:micro_pinetree_15"] = {["node_box"] = _[2855], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2855], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["moreblocks:slab_iron_stone_14"] = {["node_box"] = _[2857], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2857], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (14/16)"}, ["moreblocks:slope_split_stone_tile_half_raised"] = {["tiles"] = _[180], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:slab_iron_stone_2"] = {["node_box"] = _[2859], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2859], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (2/16)"}, ["moreblocks:slab_iron_stone_15"] = {["node_box"] = _[2861], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2861], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (15/16)"}, ["default:furnace"] = {["tiles"] = {"default_furnace_top.png", "default_furnace_bottom.png", "default_furnace_side.png", "default_furnace_side.png", "default_furnace_side.png", "default_furnace_front.png"}, ["can_dig"] = _[2862], ["is_ground_content"] = false, ["groups"] = {["cracky"] = 2}, ["allow_metadata_inventory_move"] = _[2863], ["legacy_facedir_simple"] = true, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["type"] = "node", ["allow_metadata_inventory_take"] = _[2864], ["mod_origin"] = "default", ["paramtype2"] = "facedir", ["allow_metadata_inventory_put"] = _[2865], ["name"] = "default:furnace", ["description"] = "Furnace"}, ["stairs:stair_pine_wood"] = {["tiles"] = _[2866], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[2867], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[2871], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_pine_wood", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Pine Wood Stair"}, ["moreblocks:slab_iron_stone"] = {["node_box"] = _[2873], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2873], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Slab (8/16)"}, ["moreblocks:stair_iron_stone_right_half"] = {["node_box"] = _[2877], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2877], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:panel_pinewood"] = {["node_box"] = _[2879], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[2879], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:slope_wood_tile_full_outer_cut"] = {["tiles"] = _[395], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["stairs:slab_junglewood"] = {["tiles"] = _[357], ["selection_box"] = _[2881], ["is_ground_content"] = false, ["groups"] = _[358], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[362], ["name"] = "stairs:slab_junglewood", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[2881], ["paramtype"] = "light", ["description"] = "Junglewood Slab"}, ["moreblocks:stair_coal_stone_bricks_half"] = {["node_box"] = _[2885], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[2885], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:slab_stone_tile_1"] = {["node_box"] = _[2887], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2887], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (1/16)"}, ["moreblocks:stair_iron_stone_alt_1"] = {["node_box"] = _[2891], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2891], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:stair_iron_stone_inner"] = {["node_box"] = _[2896], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2896], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:panel_obsidianbrick_4"] = {["node_box"] = _[2898], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[2898], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["moreblocks:stair_iron_stone_outer"] = {["node_box"] = _[2902], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2902], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:micro_tree_2"] = {["node_box"] = _[2904], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[2904], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["moreblocks:slope_cobble_inner_cut_half_raised"] = {["tiles"] = _[79], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:stair_iron_stone"] = {["node_box"] = _[2908], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[2908], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:slope_coal_checker"] = {["tiles"] = _[61], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:iron_stone"] = {["tiles"] = _[257], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:iron_stone", ["description"] = "Iron Stone"}, ["moreblocks:micro_split_stone_tile_alt_4"] = {["node_box"] = _[2910], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2910], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["moreblocks:slope_jungletree_half_raised"] = {["tiles"] = _[26], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:stair_obsidianbrick_inner"] = {["node_box"] = _[2915], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[2915], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["xpanes:pane_14"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[225], _[94]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_14", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[231], _[101]}}}, ["moreblocks:slope_sandstonebrick_outer"] = {["tiles"] = _[407], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["default:obsidianbrick"] = {["tiles"] = _[40], ["mod_origin"] = "default", ["sounds"] = _[45], ["is_ground_content"] = false, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:obsidianbrick", ["description"] = "Obsidian Brick"}, ["moreblocks:micro_split_stone_tile_alt"] = {["node_box"] = _[2917], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2917], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["moreblocks:panel_split_stone_tile_alt_1"] = {["node_box"] = _[2919], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2919], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:panel_split_stone_tile_alt_2"] = {["node_box"] = _[2921], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2921], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Panel"}, ["moreblocks:slope_sandstonebrick_inner_half"] = {["tiles"] = _[407], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_split_stone_tile_alt_inner_half_raised"] = {["tiles"] = _[108], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slab_desert_stone_1"] = {["node_box"] = _[2923], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[2923], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (1/16)"}, ["moreblocks:slope_split_stone_tile_alt_half"] = {["tiles"] = _[108], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:micro_stone_tile_2"] = {["node_box"] = _[2925], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2925], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut_half_raised"] = {["tiles"] = _[108], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slope_wood_tile_half_raised"] = {["tiles"] = _[567], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["farming:soil_wet"] = {["tiles"] = {"default_dirt.png^farming_soil_wet.png", "default_dirt.png^farming_soil_wet_side.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["crumbly"] = 3, ["field"] = 1, ["grassland"] = 1, ["soil"] = 3, ["wet"] = 1}, ["soil"] = {["base"] = "default:dirt", ["dry"] = "farming:soil", ["wet"] = "farming:soil_wet"}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "farming", ["type"] = "node", ["drop"] = "default:dirt", ["name"] = "farming:soil_wet", ["description"] = "Wet Soil"}, ["moreblocks:slope_split_stone_tile_alt_outer_half_raised"] = {["tiles"] = _[108], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:micro_coal_stone_1"] = {["node_box"] = _[2927], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[2927], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:slope_split_stone_tile_alt_inner_half"] = {["tiles"] = _[108], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut_half"] = {["tiles"] = _[108], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["maptools:smoke"] = {["tiles"] = {"maptools_smoke.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "allfaces_optional", ["drop"] = "", ["post_effect_color"] = {["r"] = 96, ["b"] = 96, ["a"] = 192, ["g"] = 96}, ["walkable"] = false, ["name"] = "maptools:smoke", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Smoke Block"}, ["moreblocks:slope_split_stone_tile_alt_inner_cut"] = {["tiles"] = _[108], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slope_split_stone_tile_alt_inner"] = {["tiles"] = _[108], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:panel_obsidian_14"] = {["node_box"] = _[2929], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[2929], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:slope_split_stone_tile_alt_outer"] = {["tiles"] = _[108], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["maptools:ignore_like_no_point"] = {["inventory_image"] = "default_steel_block.png^dye_purple.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["tiles"] = {"invisible.png"}, ["name"] = "maptools:ignore_like_no_point", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Ignore-like (no point)"}, ["moreblocks:slab_split_stone_tile_alt_14"] = {["node_box"] = _[2931], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2931], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (14/16)"}, ["moreblocks:slab_split_stone_tile_alt_2"] = {["node_box"] = _[2933], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2933], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slab (2/16)"}, ["moreblocks:slope_bronzeblock_half"] = {["tiles"] = _[205], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:stair_split_stone_tile_alt_alt_2"] = {["node_box"] = _[2937], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2937], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:stair_split_stone_tile_alt_alt"] = {["node_box"] = _[2941], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2941], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut"] = {["tiles"] = _[183], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:stair_split_stone_tile_alt_outer"] = {["node_box"] = _[2945], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2945], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:wood_tile_left"] = {["sounds"] = _[188], ["no_stairs"] = true, ["tiles"] = {"default_wood.png^[transformR270^moreblocks_wood_tile_up.png^[transformR270"}, ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_left", ["description"] = "Leftwards Wooden Tile"}, ["moreblocks:micro_pinetree_4"] = {["node_box"] = _[2947], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[2947], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["moreblocks:micro_all_faces_jungle_tree_14"] = {["node_box"] = _[2949], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2949], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_jungle_tree_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Microblock"}, ["moreblocks:panel_cobble_14"] = {["node_box"] = _[2951], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2951], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:iron_glass"] = {["tiles"] = _[1038], ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["name"] = "moreblocks:iron_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Iron Glass"}, ["moreblocks:slope_brick_cut"] = {["tiles"] = _[112], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slab_super_glow_glass_1"] = {["node_box"] = _[2953], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[2953], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (1/16)"}, ["moreblocks:slab_iron_checker_15"] = {["node_box"] = _[2955], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[2955], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (15/16)"}, ["moreblocks:panel_stone_tile"] = {["node_box"] = _[2957], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[2957], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:panel_all_faces_jungle_tree_2"] = {["node_box"] = _[2959], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2959], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:micro_coal_checker_12"] = {["node_box"] = _[2961], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[2961], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:stair_wood_alt_2"] = {["node_box"] = _[2965], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[2965], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:stair_desert_cobble_alt_4"] = {["node_box"] = _[2969], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[2969], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:slope_cobble_compressed_outer"] = {["tiles"] = _[215], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:panel_all_faces_jungle_tree_12"] = {["node_box"] = _[2971], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[2971], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:slope_all_faces_jungle_tree_inner_half_raised"] = {["tiles"] = _[183], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:panel_cobble_12"] = {["node_box"] = _[2973], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[2973], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:slab_sandstone_14"] = {["node_box"] = _[2975], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[2975], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (14/16)"}, ["moreblocks:slope_all_faces_tree"] = {["tiles"] = _[284], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slope_obsidianbrick_inner_cut_half_raised"] = {["tiles"] = _[40], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut_half_raised"] = {["tiles"] = _[183], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:panel_obsidian_glass_12"] = {["node_box"] = _[2977], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[2977], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut_half"] = {["tiles"] = _[183], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slab_steelblock_quarter"] = {["node_box"] = _[2979], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[2979], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (4/16)"}, ["moreblocks:slope_all_faces_jungle_tree_inner_half"] = {["tiles"] = _[183], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:stair_desert_stonebrick_alt_2"] = {["node_box"] = _[2983], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[2983], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:slope_all_faces_jungle_tree_inner_cut_half"] = {["tiles"] = _[183], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_grey_bricks_half_raised"] = {["tiles"] = _[722], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["wool:dark_green"] = {["tiles"] = {"wool_dark_green.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:dark_green", ["description"] = "Dark Green Wool"}, ["moreblocks:slab_mossycobble_15"] = {["node_box"] = _[2985], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[2985], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (15/16)"}, ["moreblocks:slab_glass_15"] = {["node_box"] = _[2987], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[2987], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (15/16)"}, ["moreblocks:stair_split_stone_tile_alt_inner"] = {["node_box"] = _[2992], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[2992], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:slope_all_faces_jungle_tree_cut"] = {["tiles"] = _[183], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_all_faces_jungle_tree_inner"] = {["tiles"] = _[183], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_all_faces_jungle_tree_outer_cut"] = {["tiles"] = _[183], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_all_faces_jungle_tree"] = {["tiles"] = _[183], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:micro_sandstonebrick_2"] = {["node_box"] = _[2994], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[2994], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["moreblocks:stair_clean_glass"] = {["node_box"] = _[2998], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[2998], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:stair_cactus_brick_alt_4"] = {["node_box"] = _[3002], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3002], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:panel_glass_2"] = {["node_box"] = _[3004], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3004], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:micro_stone_15"] = {["node_box"] = _[3006], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3006], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["maptools:damage_2"] = {["inventory_image"] = "default_steel_block.png^farming_cotton_2.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_2", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 2, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Damaging Block (2)"}, ["moreblocks:panel_wood_tile_center_1"] = {["node_box"] = _[3008], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[3008], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["moreblocks:slab_all_faces_jungle_tree_15"] = {["node_box"] = _[3010], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3010], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (15/16)"}, ["moreblocks:slab_grey_bricks_2"] = {["node_box"] = _[3012], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[3012], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_grey_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Slab (2/16)"}, ["moreblocks:slab_meselamp_14"] = {["node_box"] = _[3014], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3014], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (14/16)"}, ["moreblocks:stair_all_faces_jungle_tree_half"] = {["node_box"] = _[3018], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3018], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:stair_all_faces_jungle_tree_alt_4"] = {["node_box"] = _[3022], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3022], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:stair_all_faces_jungle_tree_inner"] = {["node_box"] = _[3027], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3027], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:panel_meselamp"] = {["node_box"] = _[3029], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3029], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["moreblocks:micro_obsidian_glass_4"] = {["node_box"] = _[3031], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[3031], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["moreblocks:slope_desert_cobble_outer_cut_half"] = {["tiles"] = _[132], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_cobble_compressed_alt_2"] = {["node_box"] = _[3035], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3035], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:stair_all_faces_jungle_tree_outer"] = {["node_box"] = _[3039], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3039], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_jungle_tree_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Stairs"}, ["moreblocks:slope_cobble_outer_half"] = {["tiles"] = _[79], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:stair_stonebrick_half"] = {["node_box"] = _[3043], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3043], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:micro_glow_glass_12"] = {["node_box"] = _[3045], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3045], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:panel_glow_glass_1"] = {["node_box"] = _[3047], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3047], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:panel_glow_glass_4"] = {["node_box"] = _[3049], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3049], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:stair_obsidianbrick_alt"] = {["node_box"] = _[3053], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3053], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:slab_jungletree"] = {["node_box"] = _[3055], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3055], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (8/16)"}, ["moreblocks:slab_split_stone_tile_2"] = {["node_box"] = _[3057], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3057], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (2/16)"}, ["moreblocks:panel_glow_glass_12"] = {["node_box"] = _[3059], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3059], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:slab_glass"] = {["node_box"] = _[3061], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3061], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (8/16)"}, ["moreblocks:micro_bronzeblock_15"] = {["node_box"] = _[3063], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3063], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:slope_glow_glass_inner_half_raised"] = {["tiles"] = _[20], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slope_glow_glass_half_raised"] = {["tiles"] = _[20], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:stair_coal_checker_alt_1"] = {["node_box"] = _[3067], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3067], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:panel_cactus_brick_1"] = {["node_box"] = _[3069], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3069], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:slope_glow_glass_inner_cut_half_raised"] = {["tiles"] = _[20], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slope_glow_glass_outer_cut_half"] = {["tiles"] = _[20], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:stair_desert_stonebrick_alt"] = {["node_box"] = _[3073], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3073], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:slope_glow_glass_inner_half"] = {["tiles"] = _[20], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:stair_meselamp"] = {["node_box"] = _[3077], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3077], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slope_glow_glass_outer_half"] = {["tiles"] = _[20], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slope_glow_glass_inner_cut"] = {["tiles"] = _[20], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slope_glow_glass_cut"] = {["tiles"] = _[20], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:micro_clean_glass"] = {["node_box"] = _[3079], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[3079], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:slope_glow_glass_inner"] = {["tiles"] = _[20], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[21], ["name"] = "moreblocks:slope_glow_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 11, ["on_place"] = _[9], ["description"] = "Glow Glass Slope"}, ["moreblocks:slope_copperblock_inner_cut_half_raised"] = {["tiles"] = _[157], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slab_glow_glass_1"] = {["node_box"] = _[3081], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3081], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (1/16)"}, ["moreblocks:slab_glow_glass_three_quarter"] = {["node_box"] = _[3083], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3083], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (12/16)"}, ["moreblocks:slab_glow_glass_2"] = {["node_box"] = _[3085], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3085], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (2/16)"}, ["moreblocks:panel_cactus_brick_12"] = {["node_box"] = _[3087], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3087], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:stair_glow_glass_right_half"] = {["node_box"] = _[3091], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3091], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:slope_cactus_brick_outer"] = {["tiles"] = _[263], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:stair_glow_glass"] = {["node_box"] = _[3095], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3095], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:panel_circle_stone_bricks_1"] = {["node_box"] = _[3097], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3097], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:stair_glow_glass_alt_2"] = {["node_box"] = _[3101], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3101], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:stair_glow_glass_alt"] = {["node_box"] = _[3105], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3105], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:panel_super_glow_glass_2"] = {["node_box"] = _[3107], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3107], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_bronzeblock_outer"] = {["tiles"] = _[205], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["stairs:slab_steelblock"] = {["tiles"] = _[3108], ["selection_box"] = _[3110], ["is_ground_content"] = false, ["groups"] = _[3111], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[3115], ["name"] = "stairs:slab_steelblock", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[3110], ["paramtype"] = "light", ["description"] = "Steel Block Slab"}, ["moreblocks:stair_glow_glass_half"] = {["node_box"] = _[3119], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3119], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:stair_glow_glass_alt_4"] = {["node_box"] = _[3123], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3123], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:stair_glow_glass_inner"] = {["node_box"] = _[3128], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3128], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:stair_glow_glass_outer"] = {["node_box"] = _[3132], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3132], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glow_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Stairs"}, ["moreblocks:glow_glass"] = {["tiles"] = _[20], ["light_source"] = 11, ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["name"] = "moreblocks:glow_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Glow Glass"}, ["moreblocks:slope_cobble_compressed_inner_half_raised"] = {["tiles"] = _[215], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:micro_bronzeblock_1"] = {["node_box"] = _[3134], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3134], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:micro_cobble"] = {["node_box"] = _[3136], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3136], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:micro_super_glow_glass_4"] = {["node_box"] = _[3138], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3138], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:stair_obsidian_glass_alt_1"] = {["node_box"] = _[3142], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[3142], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:slope_diamondblock_inner_half"] = {["tiles"] = _[476], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slope_stone_inner_cut"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner_cut", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner_cut", ["paramtype2"] = "facedir"}, ["moreblocks:panel_super_glow_glass_1"] = {["node_box"] = _[3144], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3144], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_stone_tile_cut"] = {["tiles"] = _[403], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:panel_super_glow_glass_15"] = {["node_box"] = _[3146], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3146], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_goldblock_outer_half_raised"] = {["tiles"] = _[337], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slab_coal_stone_1"] = {["node_box"] = _[3148], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[3148], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (1/16)"}, ["moreblocks:panel_super_glow_glass"] = {["node_box"] = _[3150], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3150], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_super_glow_glass_inner_half_raised"] = {["tiles"] = _[165], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_half"] = {["tiles"] = _[165], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_inner_cut_half_raised"] = {["tiles"] = _[165], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_outer_cut_half"] = {["tiles"] = _[165], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_outer_cut_half_raised"] = {["tiles"] = _[165], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_inner_half"] = {["tiles"] = _[165], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_outer_half"] = {["tiles"] = _[165], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_inner_cut"] = {["tiles"] = _[165], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slab_wood_tile_full_three_quarter"] = {["node_box"] = _[3152], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[3152], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_full_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slab (12/16)"}, ["moreblocks:slope_super_glow_glass_inner"] = {["tiles"] = _[165], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass_outer"] = {["tiles"] = _[165], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:panel_coal_stone_bricks_14"] = {["node_box"] = _[3154], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3154], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:slope_super_glow_glass_outer_cut"] = {["tiles"] = _[165], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_super_glow_glass"] = {["tiles"] = _[165], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_cobble_compressed"] = {["tiles"] = _[215], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:panel_all_faces_jungle_tree_15"] = {["node_box"] = _[3156], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3156], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:slab_super_glow_glass_three_quarter"] = {["node_box"] = _[3158], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3158], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (12/16)"}, ["moreblocks:slab_super_glow_glass_14"] = {["node_box"] = _[3160], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3160], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (14/16)"}, ["moreblocks:micro_diamondblock_15"] = {["node_box"] = _[3162], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3162], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:stair_all_faces_tree"] = {["node_box"] = _[3166], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[3166], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_circle_stone_bricks_outer"] = {["tiles"] = _[577], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slab_super_glow_glass_15"] = {["node_box"] = _[3168], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3168], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (15/16)"}, ["moreblocks:slab_super_glow_glass"] = {["node_box"] = _[3170], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3170], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_super_glow_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Slab (8/16)"}, ["moreblocks:stair_super_glow_glass_right_half"] = {["node_box"] = _[3174], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3174], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:slope_coal_stone_inner_cut_half"] = {["tiles"] = _[315], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_cobble_1"] = {["node_box"] = _[3176], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3176], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["maptools:fake_fire"] = {["tiles"] = {{["name"] = "fire_basic_flame_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["stack_max"] = 10000, ["light_source"] = 14, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["inventory_image"] = "fire_basic_flame.png", ["drawtype"] = "plantlike", ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:fake_fire", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Fake Fire"}, ["moreblocks:slope_steelblock_inner"] = {["tiles"] = _[138], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slab_wood_tile_center"] = {["node_box"] = _[3178], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[3178], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (8/16)"}, ["moreblocks:stair_super_glow_glass_outer"] = {["node_box"] = _[3182], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3182], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:stair_steelblock_alt_1"] = {["node_box"] = _[3186], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3186], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:wood_tile_down"] = {["sounds"] = _[188], ["no_stairs"] = true, ["tiles"] = {"default_wood.png^[transformR180^moreblocks_wood_tile_up.png^[transformR180"}, ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_down", ["description"] = "Downwards Wooden Tile"}, ["moreblocks:slope_pinewood_outer_cut_half_raised"] = {["tiles"] = _[48], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:panel_wood_4"] = {["node_box"] = _[3188], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3188], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["moreblocks:slope_mossycobble_half"] = {["tiles"] = _[69], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:micro_coal_stone_bricks_12"] = {["node_box"] = _[3190], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3190], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:stair_tar_inner"] = {["node_box"] = _[3195], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[3195], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slope_jungletree_outer_cut_half"] = {["tiles"] = _[26], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:stair_glass_alt"] = {["node_box"] = _[3199], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3199], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:slab_circle_stone_bricks_quarter"] = {["node_box"] = _[3201], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3201], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (4/16)"}, ["moreblocks:slope_jungletree_outer_half"] = {["tiles"] = _[26], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slope_cobble"] = {["tiles"] = _[79], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_plankstone_half_raised"] = {["tiles"] = _[251], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_jungletree_cut"] = {["tiles"] = _[26], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slab_jungletree_2"] = {["node_box"] = _[3203], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3203], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (2/16)"}, ["moreblocks:slab_junglewood_1"] = {["node_box"] = _[3205], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3205], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (1/16)"}, ["moreblocks:panel_stone"] = {["node_box"] = _[3207], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3207], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["moreblocks:stair_jungletree_right_half"] = {["node_box"] = _[3211], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3211], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:panel_steelblock_1"] = {["node_box"] = _[3213], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3213], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:micro_wood_14"] = {["node_box"] = _[3215], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3215], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["moreblocks:slope_wood_inner_cut"] = {["tiles"] = _[454], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slab_obsidianbrick_three_quarter"] = {["node_box"] = _[3217], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3217], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (12/16)"}, ["moreblocks:micro_tree_1"] = {["node_box"] = _[3219], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3219], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["moreblocks:stair_iron_stone_bricks"] = {["node_box"] = _[3223], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[3223], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Stairs"}, ["moreblocks:panel_cactus_checker"] = {["node_box"] = _[3225], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[3225], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Panel"}, ["moreblocks:slope_mossycobble_inner_half_raised"] = {["tiles"] = _[69], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:stair_super_glow_glass_half"] = {["node_box"] = _[3229], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3229], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_super_glow_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Stairs"}, ["moreblocks:slope_stone_tile_half_raised"] = {["tiles"] = _[403], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:stair_wood_alt_4"] = {["node_box"] = _[3233], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3233], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:stair_stone_alt"] = {["node_box"] = _[3237], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3237], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_alt", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:slope_wood_outer_half_raised"] = {["tiles"] = _[454], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:stair_stone_tile_right_half"] = {["node_box"] = _[3241], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[3241], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["maptools:diamondblock"] = {["tiles"] = {"default_diamond_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:diamondblock", ["range"] = 12, ["description"] = "Unbreakable Diamond Block"}, ["moreblocks:slab_brick_15"] = {["node_box"] = _[3243], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3243], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (15/16)"}, ["moreblocks:slope_tree_inner_cut"] = {["tiles"] = _[122], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slope_tree_cut"] = {["tiles"] = _[122], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slope_diamondblock_outer"] = {["tiles"] = _[476], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:micro_desert_stone_12"] = {["node_box"] = _[3245], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3245], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_12", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["moreblocks:stair_plankstone"] = {["node_box"] = _[3249], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[3249], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:panel_tar_4"] = {["node_box"] = _[3251], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[3251], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:slope_tree_outer"] = {["tiles"] = _[122], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slab_desert_stonebrick_quarter"] = {["node_box"] = _[3253], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3253], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (4/16)"}, ["moreblocks:slope_jungletree_outer_cut_half_raised"] = {["tiles"] = _[26], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slope_bronzeblock"] = {["tiles"] = _[205], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["default:stone_with_coal"] = {["tiles"] = {"default_stone.png^default_mineral_coal.png"}, ["type"] = "node", ["description"] = "Coal Ore", ["mod_origin"] = "default", ["groups"] = {["cracky"] = 3}, ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "default:stone_with_coal", ["drop"] = "default:coal_lump"}, ["moreblocks:stair_wood_alt"] = {["node_box"] = _[3257], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3257], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:slope_steelblock_inner_cut_half_raised"] = {["tiles"] = _[138], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:micro_coal_checker_2"] = {["node_box"] = _[3259], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3259], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["doors:trapdoor_open"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, 0.4, 0.5, 0.5, 0.5}}, ["sound_close"] = "doors_door_close", ["tile_front"] = "doors_trapdoor.png", ["groups"] = {["not_in_creative_inventory"] = 1, ["choppy"] = 2, ["door"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 2}, ["on_rightclick"] = _[1861], ["drawtype"] = "nodebox", ["drop"] = "doors:trapdoor", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "doors", ["paramtype"] = "light", ["description"] = "Trapdoor", ["inventory_image"] = "doors_trapdoor.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, 0.4, 0.5, 0.5, 0.5}}, ["wield_image"] = "doors_trapdoor.png", ["on_rotate"] = _[1862], ["type"] = "node", ["tiles"] = {"doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor_side.png", "doors_trapdoor.png", "doors_trapdoor.png"}, ["sound_open"] = "doors_door_open", ["paramtype2"] = "facedir", ["is_ground_content"] = false, ["name"] = "doors:trapdoor_open", ["tile_side"] = "doors_trapdoor_side.png"}, ["moreblocks:stair_jungletree_outer"] = {["node_box"] = _[3263], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3263], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:slope_pinetree_inner_cut_half"] = {["tiles"] = _[288], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slab_split_stone_tile"] = {["node_box"] = _[3265], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3265], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (8/16)"}, ["moreblocks:slope_steelblock_outer_cut_half"] = {["tiles"] = _[138], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:micro_bronzeblock_12"] = {["node_box"] = _[3267], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3267], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:slope_glass_inner_half_raised"] = {["tiles"] = _[371], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:micro_obsidian_glass"] = {["node_box"] = _[3269], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[3269], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["moreblocks:slope_glass_half"] = {["tiles"] = _[371], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["jumping:trampoline_3"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 64}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_3", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_3.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["moreblocks:slope_glass_outer_cut_half"] = {["tiles"] = _[371], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slab_all_faces_jungle_tree_three_quarter"] = {["node_box"] = _[3271], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[3271], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_all_faces_jungle_tree_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slab (12/16)"}, ["moreblocks:slope_glass_inner"] = {["tiles"] = _[371], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slope_meselamp_outer"] = {["tiles"] = _[240], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:slope_coal_checker_cut"] = {["tiles"] = _[61], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:stair_cobble_alt_1"] = {["node_box"] = _[3275], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3275], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:stair_glass_alt_2"] = {["node_box"] = _[3279], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3279], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["moreblocks:slope_iron_checker_half"] = {["tiles"] = _[91], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slope_circle_stone_bricks_half_raised"] = {["tiles"] = _[577], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:micro_super_glow_glass_12"] = {["node_box"] = _[3281], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3281], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_super_glow_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Microblock"}, ["moreblocks:micro_desert_stonebrick_14"] = {["node_box"] = _[3283], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3283], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:slab_coal_checker"] = {["node_box"] = _[3285], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3285], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (8/16)"}, ["moreblocks:slope_split_stone_tile_alt_half_raised"] = {["tiles"] = _[108], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:slab_cobble_compressed_quarter"] = {["node_box"] = _[3287], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3287], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (4/16)"}, ["moreblocks:slope_coal_stone_bricks_outer_half"] = {["tiles"] = _[331], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:stair_brick_outer"] = {["node_box"] = _[3291], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3291], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:slab_clean_glass"] = {["node_box"] = _[3293], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[3293], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (8/16)"}, ["moreblocks:slope_meselamp_half"] = {["tiles"] = _[240], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:panel_obsidianbrick_1"] = {["node_box"] = _[3295], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3295], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["stairs:slab_desert_stone"] = {["tiles"] = _[1718], ["selection_box"] = _[3297], ["is_ground_content"] = false, ["groups"] = _[1719], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1723], ["name"] = "stairs:slab_desert_stone", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[3297], ["paramtype"] = "light", ["description"] = "Desertstone Slab"}, ["default:desert_stone"] = {["tiles"] = _[446], ["legacy_mineral"] = true, ["groups"] = {["stone"] = 1, ["cracky"] = 3}, ["drop"] = "default:desert_cobble", ["sounds"] = _[451], ["mod_origin"] = "default", ["type"] = "node", ["name"] = "default:desert_stone", ["description"] = "Desert Stone"}, ["moreblocks:panel_desert_cobble_1"] = {["node_box"] = _[3299], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[3299], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["moreblocks:slope_steelblock"] = {["tiles"] = _[138], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:panel_tar"] = {["node_box"] = _[3301], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[3301], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tar", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Panel"}, ["moreblocks:slope_meselamp_outer_half"] = {["tiles"] = _[240], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:slab_obsidianbrick_15"] = {["node_box"] = _[3303], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3303], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (15/16)"}, ["moreblocks:micro_desert_stone_15"] = {["node_box"] = _[3305], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3305], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["doors:door_wood_b_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["is_ground_content"] = false, ["groups"] = _[549], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21R£\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5\1\0+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_t_1\9_b_1\9_t_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "doors:door_wood", ["sounds"] = _[553], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_wood_b.png^[transformfx", "doors_wood_b.png"}, ["can_dig"] = _[554], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +B©\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8\1\0\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_t_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11Gž\2\0037\4\0\0\20\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_t_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_wood_b_2", ["sunlight_propagates"] = false}, ["moreblocks:slab_jungletree_15"] = {["node_box"] = _[3307], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3307], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (15/16)"}, ["moreblocks:slab_meselamp_1"] = {["node_box"] = _[3309], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3309], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (1/16)"}, ["moreblocks:panel_desert_cobble_15"] = {["node_box"] = _[3311], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[3311], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Panel"}, ["moreblocks:stair_coal_stone_bricks_right_half"] = {["node_box"] = _[3315], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3315], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["default:dry_grass_5"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = "default:dry_grass_1", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Dry Grass", ["inventory_image"] = "default_dry_grass_5.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_dry_grass_5.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_5", ["wield_image"] = "default_dry_grass_5.png"}, ["moreblocks:panel_brick_4"] = {["node_box"] = _[3317], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3317], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:slope_stone_half_raised"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_half_raised", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:panel_brick_2"] = {["node_box"] = _[3319], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3319], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:slab_glass_quarter"] = {["node_box"] = _[3321], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3321], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (4/16)"}, ["moreblocks:panel_desert_stone_2"] = {["node_box"] = _[3323], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3323], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:panel_glass"] = {["node_box"] = _[3325], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3325], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["default:rail"] = {["tiles"] = {"default_rail.png", "default_rail_curved.png", "default_rail_t_junction.png", "default_rail_crossing.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["is_ground_content"] = true, ["groups"] = {["dig_immediate"] = 2, ["bendy"] = 2, ["snappy"] = 1, ["rail"] = 1, ["connect_to_raillike"] = 1}, ["drawtype"] = "raillike", ["description"] = "Rail", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "default:rail", ["mod_origin"] = "carts", ["type"] = "node", ["inventory_image"] = "default_rail.png", ["paramtype"] = "light", ["wield_image"] = "default_rail.png"}, ["moreblocks:slab_iron_checker_2"] = {["node_box"] = _[3327], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[3327], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (2/16)"}, ["moreblocks:slab_cobble_quarter"] = {["node_box"] = _[3329], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3329], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Slab (4/16)"}, ["moreblocks:micro_bronzeblock_14"] = {["node_box"] = _[3331], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3331], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:panel_mossycobble_12"] = {["node_box"] = _[3333], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3333], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:stair_wood_half"] = {["node_box"] = _[3337], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3337], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:slope_desert_cobble_half_raised"] = {["tiles"] = _[132], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_meselamp_alt_4"] = {["node_box"] = _[3341], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3341], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slope_all_faces_tree_outer_half_raised"] = {["tiles"] = _[284], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slab_bronzeblock"] = {["node_box"] = _[3343], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3343], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (8/16)"}, ["moreblocks:super_glow_glass"] = {["tiles"] = _[165], ["light_source"] = 15, ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["name"] = "moreblocks:super_glow_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Super Glow Glass"}, ["moreblocks:slope_steelblock_outer_half"] = {["tiles"] = _[138], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_tar_inner_cut"] = {["tiles"] = _[234], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:panel_diamondblock_2"] = {["node_box"] = _[3345], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3345], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:stair_steelblock_alt"] = {["node_box"] = _[3349], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3349], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:slope_jungletree_inner_half_raised"] = {["tiles"] = _[26], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:micro_cactus_checker_1"] = {["node_box"] = _[3351], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[3351], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:panel_coal_checker_4"] = {["node_box"] = _[3353], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3353], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:stair_cobble"] = {["node_box"] = _[3357], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3357], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["moreblocks:panel_glass_1"] = {["node_box"] = _[3359], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3359], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:slab_diamondblock"] = {["node_box"] = _[3361], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3361], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (8/16)"}, ["moreblocks:stair_obsidianbrick_outer"] = {["node_box"] = _[3365], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3365], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:micro_split_stone_tile_alt_12"] = {["node_box"] = _[3367], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[3367], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["stairs:stair_sandstone"] = {["tiles"] = _[873], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[876], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[880], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_sandstone", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Sandstone Stair"}, ["moreblocks:slope_desert_cobble_inner_half_raised"] = {["tiles"] = _[132], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:slope_desert_cobble_outer_cut"] = {["tiles"] = _[132], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:slope_goldblock_outer_cut_half"] = {["tiles"] = _[337], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slope_glass_cut"] = {["tiles"] = _[371], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:stair_desert_cobble_alt_1"] = {["node_box"] = _[3371], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[3371], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:slope_desert_stone_inner_cut_half_raised"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner_cut_half_raised", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner_cut_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:stair_tree"] = {["node_box"] = _[3375], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3375], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["default:grass_1"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 5, ["items"] = {"farming:seed_wheat"}}, {["items"] = {"default:grass_1"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Grass", ["inventory_image"] = "default_grass_3.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["tiles"] = {"default_grass_1.png"}, ["waving"] = 1, ["walkable"] = false, ["sunlight_propagates"] = true, ["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 3}, ["type"] = "node", ["on_place"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua›\2\0\3\ +\0\8\1\27O‹\7\0064\3\0\0%\4\1\0004\5\2\0007\5\3\5'\6\1\0'\7\5\0>\5\3\2$\4\5\4>\3\2\0024\4\4\0007\4\5\4\16\5\3\0\16\6\1\0\16\7\2\0>\4\4\0024\5\0\0%\6\6\0\16\8\0\0007\7\7\0>\7\2\2\16\9\4\0007\8\7\4>\8\2\2\26\8\0\8\31\7\8\7$\6\7\6@\5\2\0\14get_count\21default:grass_1 \15item_place\13minetest\11random\9math\19default:grass_\14ItemStack\2\2\2\2\2\2\2\2\2\2\3\3\3\3\3\3\4\4\5\5\5\5\5\5\5\5\5\5itemstack\0\0\28placer\0\0\28pointed_thing\0\0\28stack\0\ +\18ret\0\6\12\0\0"), ["name"] = "default:grass_1", ["wield_image"] = "default_grass_3.png"}, ["moreblocks:panel_wood_tile_4"] = {["node_box"] = _[3377], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[3377], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["moreblocks:slab_sandstonebrick_1"] = {["node_box"] = _[3379], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[3379], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Slab (1/16)"}, ["moreblocks:micro_cobble_2"] = {["node_box"] = _[3381], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3381], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:slope_desert_stone_inner_half_raised"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner_half_raised", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:coal_stone"] = {["tiles"] = _[315], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:coal_stone", ["description"] = "Coal Stone"}, ["moreblocks:slab_obsidian"] = {["node_box"] = _[3383], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3383], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (8/16)"}, ["moreblocks:slope_tree_outer_half_raised"] = {["tiles"] = _[122], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:panel_goldblock"] = {["node_box"] = _[3385], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3385], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:slope_clean_glass_inner"] = {["tiles"] = _[195], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_goldblock_outer_half"] = {["tiles"] = _[337], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["default:sign_wall"] = {["node_box"] = _[3389], ["on_construct"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua«\1\0\1\6\0\7\0\15\29¦\12\0054\1\0\0007\1\1\1\16\2\0\0>\1\2\2\16\3\1\0007\2\2\1%\4\3\0%\5\4\0>\2\4\1\16\3\1\0007\2\2\1%\4\5\0%\5\6\0>\2\4\1G\0\1\0\7\"\"\13infotext\25field[text;;${text}]\13formspec\15set_string\13get_meta\13minetest\2\2\2\2\3\3\3\3\3\4\4\4\4\4\5pos\0\0\16meta\0\5\11\0\0"), ["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 2, ["choppy"] = 2, ["attached_node"] = 1}, ["drawtype"] = "nodebox", ["on_receive_fields"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaê\3\0\4\13\0\15\0009d¬\12\0124\4\0\0007\4\1\4\16\5\0\0\16\7\3\0007\6\2\3>\6\2\0=\4\1\2\15\0\4\0T\5\8€4\4\0\0007\4\3\4\16\5\0\0\16\7\3\0007\6\2\3>\6\2\0=\4\1\1G\0\1\0004\4\0\0007\4\4\4\16\5\0\0>\4\2\0027\5\5\2\14\0\5\0T\5\1€G\0\1\0004\5\0\0007\5\6\5%\6\7\0\16\8\3\0007\7\2\3>\7\2\2\14\0\7\0T\8\1€%\7\8\0%\8\9\0007\9\5\2%\ +\ +\0004\11\0\0007\11\11\11\16\12\0\0>\11\2\2$\7\11\7>\5\3\1\16\6\4\0007\5\12\4%\7\5\0007\8\5\2>\5\4\1\16\6\4\0007\5\12\4%\7\13\0%\8\14\0007\9\5\2%\ +\14\0$\8\ +\8>\5\4\1G\0\1\0\6\"\13infotext\15set_string\18pos_to_string\18\" to sign at \13 wrote \"\5\11action\8log\9text\13get_meta record_protection_violation\20get_player_name\17is_protected\13minetest\2\2\2\2\2\2\2\2\2\3\3\3\3\3\3\3\4\6\6\6\6\7\7\7\7\8\8\8\8\8\8\8\8\8\8\9\9\9\9\9\9\9\8\ +\ +\ +\ +\ +\11\11\11\11\11\11\11\11\12pos\0\0:formname\0\0:fields\0\0:sender\0\0:meta\0\22$\0\0"), ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Sign", ["tiles"] = {"default_sign.png"}, ["selection_box"] = _[3389], ["name"] = "default:sign_wall", ["sunlight_propagates"] = true, ["walkable"] = false, ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["paramtype2"] = "wallmounted", ["inventory_image"] = "default_sign_wall.png", ["legacy_wallmounted"] = true, ["wield_image"] = "default_sign_wall.png"}, ["moreblocks:panel_coal_stone"] = {["node_box"] = _[3391], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[3391], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["tnt:tnt_burning"] = {["tiles"] = {{["name"] = "tnt_top_burning_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}, "tnt_bottom.png", "tnt_side.png"}, ["light_source"] = 5, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["on_timer"] = _[1522], ["mod_origin"] = "tnt", ["type"] = "node", ["name"] = "tnt:tnt_burning", ["on_blast"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua\17\0\0\1\0\0\0\1\2û\1\0G\0\1\0\0\0\0")}, ["moreblocks:slope_desert_stone_inner_half"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner_half", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner_half", ["paramtype2"] = "facedir"}, ["moreblocks:slope_brick_outer_half_raised"] = {["tiles"] = _[112], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_desert_stone_inner_cut"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_inner_cut", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_inner_cut", ["paramtype2"] = "facedir"}, ["moreblocks:slope_desert_stone_outer_cut"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer_cut", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer_cut", ["paramtype2"] = "facedir"}, ["moreblocks:slope_desert_stone"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone", ["paramtype2"] = "facedir"}, ["moreblocks:panel_jungletree_4"] = {["node_box"] = _[3393], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3393], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:slab_obsidian_three_quarter"] = {["node_box"] = _[3395], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3395], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (12/16)"}, ["moreblocks:slope_all_faces_jungle_tree_half_raised"] = {["tiles"] = _[183], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slab_desert_stone_14"] = {["node_box"] = _[3397], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3397], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (14/16)"}, ["moreblocks:micro_coal_stone_2"] = {["node_box"] = _[3399], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[3399], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:stair_desert_stone_right_half"] = {["node_box"] = _[3403], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3403], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_right_half", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:panel_jungletree"] = {["node_box"] = _[3405], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3405], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:panel_goldblock_4"] = {["node_box"] = _[3407], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3407], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:panel_meselamp_14"] = {["node_box"] = _[3409], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3409], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["stairs:slab_acacia_wood"] = {["tiles"] = _[951], ["selection_box"] = _[3411], ["is_ground_content"] = false, ["groups"] = _[952], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[956], ["name"] = "stairs:slab_acacia_wood", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[3411], ["paramtype"] = "light", ["description"] = "Acacia Wood Slab"}, ["moreblocks:slope_cobble_compressed_outer_cut_half"] = {["tiles"] = _[215], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_plankstone_outer_half_raised"] = {["tiles"] = _[251], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:micro_glass_14"] = {["node_box"] = _[3413], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3413], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:slope_wood_half"] = {["tiles"] = _[454], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slope_plankstone_inner_cut_half"] = {["tiles"] = _[251], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_wood_half_raised"] = {["tiles"] = _[454], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slope_tar_inner_cut_half_raised"] = {["tiles"] = _[234], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slope_iron_checker_half_raised"] = {["tiles"] = _[91], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:stair_wood"] = {["node_box"] = _[3417], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3417], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:micro_diamondblock_1"] = {["node_box"] = _[3419], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3419], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:panel_diamondblock_4"] = {["node_box"] = _[3421], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3421], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_stone_inner_half"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner_half", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner_half", ["paramtype2"] = "facedir"}, ["default:coalblock"] = {["tiles"] = {"default_coal_block.png"}, ["mod_origin"] = "default", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "default:coalblock", ["description"] = "Coal Block"}, ["moreblocks:slope_glass_inner_half"] = {["tiles"] = _[371], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slope_diamondblock_outer_cut_half"] = {["tiles"] = _[476], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slab_coal_checker_15"] = {["node_box"] = _[3423], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3423], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (15/16)"}, ["default:bronzeblock"] = {["tiles"] = _[205], ["mod_origin"] = "default", ["sounds"] = _[210], ["is_ground_content"] = false, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:bronzeblock", ["description"] = "Bronze Block"}, ["moreblocks:slope_diamondblock_cut"] = {["tiles"] = _[476], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slope_tree_outer_half"] = {["tiles"] = _[122], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:stair_steelblock_right_half"] = {["node_box"] = _[3427], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3427], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:micro_stonebrick"] = {["node_box"] = _[3429], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3429], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["maptools:damage_1"] = {["inventory_image"] = "default_steel_block.png^farming_cotton_1.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_1", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 1, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Damaging Block (1)"}, ["moreblocks:panel_tree"] = {["node_box"] = _[3431], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3431], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:stair_wood_tile_center"] = {["node_box"] = _[3435], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[3435], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:stair_tree_inner"] = {["node_box"] = _[3440], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3440], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:stair_meselamp_inner"] = {["node_box"] = _[3445], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3445], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slab_tree_quarter"] = {["node_box"] = _[3447], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3447], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (4/16)"}, ["moreblocks:micro_bronzeblock_4"] = {["node_box"] = _[3449], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3449], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:micro_bronzeblock"] = {["node_box"] = _[3451], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3451], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_bronzeblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Microblock"}, ["moreblocks:slope_sandstone_outer_half"] = {["tiles"] = _[3], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:panel_bronzeblock_14"] = {["node_box"] = _[3453], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3453], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["xpanes:bar_15"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[225]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_15", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[231]}}}, ["moreblocks:panel_bronzeblock_2"] = {["node_box"] = _[3455], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3455], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:panel_bronzeblock_12"] = {["node_box"] = _[3457], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3457], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:slope_bronzeblock_inner_half_raised"] = {["tiles"] = _[205], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:slab_pinewood_14"] = {["node_box"] = _[3459], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[3459], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (14/16)"}, ["moreblocks:slope_bronzeblock_inner_cut_half_raised"] = {["tiles"] = _[205], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:slope_coal_checker_inner_half_raised"] = {["tiles"] = _[61], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["xpanes:bar_4"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png^xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[94]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_4", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[101]}}}, ["moreblocks:panel_circle_stone_bricks_2"] = {["node_box"] = _[3461], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3461], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:slope_cobble_compressed_inner_cut_half"] = {["tiles"] = _[215], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_cobble_compressed_outer_half"] = {["tiles"] = _[215], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_bronzeblock_inner_half"] = {["tiles"] = _[205], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:slope_bronzeblock_outer_half"] = {["tiles"] = _[205], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["farming:wheat_5"] = {["tiles"] = {"farming_wheat_5.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 4, ["items"] = {"farming:wheat"}}, {["rarity"] = 8, ["items"] = {"farming:wheat"}}, {["rarity"] = 4, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 8, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_5", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 5, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:slope_pinewood_cut"] = {["tiles"] = _[48], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:stair_meselamp_half"] = {["node_box"] = _[3465], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3465], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["xpanes:pane_3"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367], _[379]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_3", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368], _[380]}}}, ["moreblocks:slab_bronzeblock_1"] = {["node_box"] = _[3467], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3467], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (1/16)"}, ["moreblocks:stair_stone_half"] = {["node_box"] = _[3471], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3471], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_half", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:slope_coal_checker_inner_cut_half"] = {["tiles"] = _[61], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slope_diamondblock_inner_cut"] = {["tiles"] = _[476], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:panel_wood_12"] = {["node_box"] = _[3473], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3473], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["doors:door_wood_t_2"] = {["node_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["is_ground_content"] = false, ["groups"] = _[549], ["on_rightclick"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaÒ\1\0\3\ +\3\4\0\21RÉ\2\4+\3\0\0\16\4\0\0\16\5\2\0>\3\3\2\15\0\3\0T\4\14€+\3\1\0\16\4\0\0'\5ÿÿ+\6\2\0%\7\0\0$\6\7\6+\7\2\0%\8\1\0$\7\8\7+\8\2\0%\9\2\0$\8\9\0083\9\3\0>\3\7\1G\0\1\0\9À\8À\0À\1\5\0\0\3\3\3\0\3\1\3\2\9_b_1\9_t_1\9_b_2\1\1\1\1\1\1\2\2\2\2\2\2\2\2\2\2\2\2\2\2\4check_player_priv\0on_rightclick\0name\0pos\0\0\22node\0\0\22clicker\0\0\22\0\0"), ["drawtype"] = "nodebox", ["drop"] = "", ["sounds"] = _[553], ["on_blast"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua¶\1\0\2\6\5\1\0\17\\z\4+\2\0\0\16\3\0\0+\4\1\0+\5\2\0$\4\5\4>\2\3\0017\2\0\0+\3\3\0\30\2\3\2:\2\0\0+\2\0\0\16\3\0\0+\4\1\0+\5\4\0$\4\5\4>\2\3\1G\0\1\0\1\0\0À\2À\1À\3À\6y\1\1\1\1\1\1\2\2\2\2\3\3\3\3\3\3\4check_and_blast\0base_name\0door_type\0dir\0other_door_type\0pos\0\0\18intensity\0\0\18\0\0"), ["mod_origin"] = "doors", ["paramtype"] = "light", ["tiles"] = {"doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_brown.png", "doors_wood_a.png^[transformfx", "doors_wood_a.png"}, ["can_dig"] = _[554], ["selection_box"] = {["type"] = "fixed", ["fixed"] = _[548]}, ["on_rotate"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.lua~\0\5\12\2\1\0\ +BÏ\2\2+\5\0\0\16\6\0\0\16\7\1\0'\8ÿÿ\16\9\2\0+\ +\1\0%\11\0\0$\ +\11\ +\16\11\3\0@\5\7\0\ +À\0À\9_b_2\1\1\1\1\1\1\1\1\1\1on_rotate\0name\0pos\0\0\11node\0\0\11user\0\0\11mode\0\0\11new_param2\0\0\11\0\0"), ["after_dig_node"] = loadstring("\27LJ\1\0H@/home/kaen/code/minetest/bin/../games/adventuretest/mods/doors/init.luaŠ\1\0\4\8\2\2\1\11GÄ\2\0037\4\0\0\21\4\0\4:\4\0\0+\4\0\0\16\5\0\0+\6\1\0%\7\1\0$\6\7\6\16\7\3\0>\4\4\1G\0\1\0\5À\0À\9_b_2\6y\2\1\1\1\2\2\2\2\2\2\2\3after_dig_node\0name\0pos\0\0\12oldnode\0\0\12oldmetadata\0\0\12digger\0\0\12\0\0"), ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "doors:door_wood_t_2", ["sunlight_propagates"] = false}, ["moreblocks:micro_circle_stone_bricks"] = {["node_box"] = _[3475], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3475], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:micro_stone_tile_1"] = {["node_box"] = _[3477], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[3477], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:slab_junglewood_three_quarter"] = {["node_box"] = _[3479], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3479], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (12/16)"}, ["moreblocks:stair_brick_alt_4"] = {["node_box"] = _[3483], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3483], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:stair_wood_outer"] = {["node_box"] = _[3487], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3487], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:micro_obsidian"] = {["node_box"] = _[3489], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3489], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["moreblocks:panel_copperblock_2"] = {["node_box"] = _[3491], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3491], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slope_pinewood_outer_half_raised"] = {["tiles"] = _[48], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_cobble_inner_cut_half"] = {["tiles"] = _[79], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:stair_cobble_compressed_right_half"] = {["node_box"] = _[3495], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3495], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:slab_glow_glass_quarter"] = {["node_box"] = _[3497], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3497], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glow_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Slab (4/16)"}, ["moreblocks:slope_copperblock_outer_cut_half"] = {["tiles"] = _[157], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_obsidian_glass_inner_half"] = {["tiles"] = _[351], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:slope_copperblock_outer_half_raised"] = {["tiles"] = _[157], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_sandstone_outer_cut_half_raised"] = {["tiles"] = _[3], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_stone_outer_cut_half_raised"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer_cut_half_raised", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer_cut_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:slope_cobble_outer_cut_half_raised"] = {["tiles"] = _[79], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slab_stonebrick_quarter"] = {["node_box"] = _[3499], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3499], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (4/16)"}, ["moreblocks:panel_wood_15"] = {["node_box"] = _[3501], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3501], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["moreblocks:slope_copperblock_inner_half"] = {["tiles"] = _[157], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:panel_iron_checker_1"] = {["node_box"] = _[3503], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[3503], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:slope_copperblock_inner_cut"] = {["tiles"] = _[157], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_mossycobble_outer"] = {["tiles"] = _[69], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:micro_meselamp_2"] = {["node_box"] = _[3505], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3505], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["maptools:brick"] = {["tiles"] = {"default_brick.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:brick", ["range"] = 12, ["description"] = "Unbreakable Brick"}, ["moreblocks:slab_tar_15"] = {["node_box"] = _[3507], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[3507], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (15/16)"}, ["moreblocks:slope_meselamp_inner_half"] = {["tiles"] = _[240], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:stair_copperblock_alt_1"] = {["node_box"] = _[3511], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3511], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:panel_jungletree_1"] = {["node_box"] = _[3513], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3513], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:slab_obsidian_glass_15"] = {["node_box"] = _[3515], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[3515], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (15/16)"}, ["moreblocks:micro_sandstonebrick"] = {["node_box"] = _[3517], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[3517], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["moreblocks:slope_mossycobble_inner_cut"] = {["tiles"] = _[69], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["default:chest_locked"] = {["legacy_facedir_simple"] = true, ["on_construct"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaè\1\0\1\7\0\ +\0\23+Œ\11\0064\1\0\0007\1\1\1\16\2\0\0>\1\2\2\16\3\1\0007\2\2\1%\4\3\0%\5\4\0>\2\4\1\16\3\1\0007\2\2\1%\4\5\0%\5\6\0>\2\4\1\16\3\1\0007\2\7\1>\2\2\2\16\4\2\0007\3\8\2%\5\9\0'\6 \0>\3\4\1G\0\1\0\9main\13set_size\18get_inventory\5\ +owner\17Locked Chest\13infotext\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\3\3\3\3\3\4\4\4\5\5\5\5\5\6pos\0\0\24meta\0\5\19inv\0\13\6\0\0"), ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["oddly_breakable_by_hand"] = 2}, ["on_rightclick"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua‘\2\0\3\9\2\5\0\21i¶\11\0094\3\0\0007\3\1\3\16\4\0\0>\3\2\2+\4\0\0\16\5\3\0\16\6\2\0>\4\3\2\15\0\4\0T\5\ +€4\4\0\0007\4\2\4\16\6\2\0007\5\3\2>\5\2\2%\6\4\0+\7\1\0\16\8\0\0>\7\2\0=\4\2\1G\0\1\0\2À\1À\25default:chest_locked\20get_player_name\18show_formspec\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\3\3\4\4\4\5\6\6\6\3\9has_locked_chest_privilege\0get_locked_chest_formspec\0pos\0\0\22node\0\0\22clicker\0\0\22meta\0\5\17\0\0"), ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["on_blast"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua\17\0\0\1\0\0\0\1\2À\11\0G\0\1\0\0\0\0"), ["allow_metadata_inventory_take"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÁ\1\0\5\9\1\3\0\15\\§\11\0064\5\0\0007\5\1\5\16\6\0\0>\5\2\2+\6\0\0\16\7\5\0\16\8\4\0>\6\3\2\14\0\6\0T\6\2€'\6\0\0H\6\2\0\16\7\3\0007\6\2\3@\6\2\0\2À\14get_count\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\3\3\5\5\5has_locked_chest_privilege\0pos\0\0\16listname\0\0\16index\0\0\16stack\0\0\16player\0\0\16meta\0\5\11\0\0"), ["mod_origin"] = "default", ["allow_metadata_inventory_move"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÈ\1\0\7\11\1\2\0\13u˜\11\0074\7\0\0007\7\1\7\16\8\0\0>\7\2\2+\8\0\0\16\9\7\0\16\ +\6\0>\8\3\2\14\0\8\0T\8\2€'\8\0\0H\8\2\0H\5\2\0\2À\13get_meta\13minetest\2\2\2\2\3\3\3\3\3\3\4\4\6has_locked_chest_privilege\0pos\0\0\14from_list\0\0\14from_index\0\0\14to_list\0\0\14to_index\0\0\14count\0\0\14player\0\0\14meta\0\5\9\0\0"), ["tiles"] = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", "default_chest_side.png", "default_chest_side.png", "default_chest_lock.png"}, ["can_dig"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÍ\1\0\2\7\1\5\0\18J“\11\0044\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2>\3\2\2\16\5\3\0007\4\3\3%\6\4\0>\4\3\2\15\0\4\0T\5\4€+\4\0\0\16\5\2\0\16\6\1\0>\4\3\2H\4\2\0\2À\9main\13is_empty\18get_inventory\13get_meta\13minetest\1\1\1\1\2\2\2\3\3\3\3\3\3\3\3\3\3\3has_locked_chest_privilege\0pos\0\0\19player\0\0\19meta\0\5\14inv\0\3\11\0\0"), ["after_place_node"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua†\2\0\2\ +\0\ +\0\0261†\11\0054\2\0\0007\2\1\2\16\3\0\0>\2\2\2\16\4\2\0007\3\2\2%\5\3\0\16\7\1\0007\6\4\1>\6\2\2\14\0\6\0T\7\1€%\6\5\0>\3\4\1\16\4\2\0007\3\2\2%\5\6\0%\6\7\0\16\8\2\0007\7\8\2%\9\3\0>\7\3\2%\8\9\0$\6\8\6>\3\4\1G\0\1\0\6)\15get_string\28Locked Chest (owned by \13infotext\5\20get_player_name\ +owner\15set_string\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\2\2\2\2\3\3\3\3\4\4\4\4\4\4\3\5pos\0\0\27placer\0\0\27meta\0\5\22\0\0"), ["allow_metadata_inventory_put"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÁ\1\0\5\9\1\3\0\15\\ \11\0064\5\0\0007\5\1\5\16\6\0\0>\5\2\2+\6\0\0\16\7\5\0\16\8\4\0>\6\3\2\14\0\6\0T\6\2€'\6\0\0H\6\2\0\16\7\3\0007\6\2\3@\6\2\0\2À\14get_count\13get_meta\13minetest\1\1\1\1\2\2\2\2\2\2\3\3\5\5\5has_locked_chest_privilege\0pos\0\0\16listname\0\0\16index\0\0\16stack\0\0\16player\0\0\16meta\0\5\11\0\0"), ["type"] = "node", ["description"] = "Locked Chest", ["paramtype2"] = "facedir", ["on_metadata_inventory_take"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÑ\1\0\5\11\0\6\0\0149²\11\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string' takes stuff from locked chest at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0"), ["name"] = "default:chest_locked", ["on_metadata_inventory_put"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.luaÏ\1\0\5\11\0\6\0\0149®\11\0034\5\0\0007\5\1\5%\6\2\0\16\8\4\0007\7\3\4>\7\2\2%\8\4\0004\9\0\0007\9\5\9\16\ +\0\0>\9\2\2$\7\9\7>\5\3\1G\0\1\0\18pos_to_string% moves stuff to locked chest at \20get_player_name\11action\8log\13minetest\1\1\1\1\1\1\2\2\2\2\2\2\1\3pos\0\0\15listname\0\0\15index\0\0\15stack\0\0\15player\0\0\15\0\0")}, ["maptools:ladder"] = {["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "signlike", ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["range"] = 12, ["description"] = "Fake Ladder", ["tiles"] = {"default_ladder.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "wallmounted"}, ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "default_ladder.png", ["paramtype2"] = "wallmounted", ["type"] = "node", ["paramtype"] = "light", ["name"] = "maptools:ladder", ["wield_image"] = "default_ladder.png"}, ["default:glass"] = {["tiles"] = _[371], ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sunlight_propagates"] = true, ["sounds"] = _[376], ["name"] = "default:glass", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "[inventorycube{default_glass.png{default_glass.png{default_glass.png", ["paramtype"] = "light", ["description"] = "Glass"}, ["moreblocks:slope_goldblock_inner_cut_half_raised"] = {["tiles"] = _[337], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:panel_split_stone_tile_2"] = {["node_box"] = _[3519], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3519], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:slope_split_stone_tile_inner_half"] = {["tiles"] = _[180], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:stair_all_faces_tree_half"] = {["node_box"] = _[3523], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[3523], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:stair_pinewood_alt_4"] = {["node_box"] = _[3527], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[3527], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["tnt:boom"] = {["tiles"] = {"tnt_boom.png"}, ["light_source"] = 14, ["groups"] = {["dig_immediate"] = 3}, ["drawtype"] = "plantlike", ["drop"] = "", ["walkable"] = false, ["mod_origin"] = "tnt", ["type"] = "node", ["on_timer"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.luaJ\0\2\4\0\2\0\5\22…\2\0024\2\0\0007\2\1\2\16\3\0\0>\2\2\1G\0\1\0\16remove_node\13minetest\1\1\1\1\2pos\0\0\6elapsed\0\0\6\0\0"), ["name"] = "tnt:boom", ["on_blast"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua\17\0\0\1\0\0\0\1\2‰\2\0G\0\1\0\0\0\0")}, ["moreblocks:slope_cactus_brick_outer_cut"] = {["tiles"] = _[263], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:panel_jungletree_12"] = {["node_box"] = _[3529], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3529], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:slope_goldblock_inner_cut"] = {["tiles"] = _[337], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slope_goldblock_cut"] = {["tiles"] = _[337], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["default:grass_5"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 5, ["items"] = {"farming:seed_wheat"}}, {["items"] = {"default:grass_1"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Grass", ["inventory_image"] = "default_grass_5.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_grass_5.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:grass_5", ["wield_image"] = "default_grass_5.png"}, ["moreblocks:micro_meselamp_4"] = {["node_box"] = _[3531], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3531], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["moreblocks:micro_plankstone_14"] = {["node_box"] = _[3533], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[3533], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:slope_stonebrick_outer_cut_half_raised"] = {["tiles"] = _[1369], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["stairs:slab_goldblock"] = {["tiles"] = _[1115], ["selection_box"] = _[3535], ["is_ground_content"] = false, ["groups"] = _[1116], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1120], ["name"] = "stairs:slab_goldblock", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[3535], ["paramtype"] = "light", ["description"] = "Gold Block Slab"}, ["moreblocks:slope_wood_tile_inner"] = {["tiles"] = _[567], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:slope_clean_glass_half"] = {["tiles"] = _[195], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:panel_cobble"] = {["node_box"] = _[3537], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3537], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:micro_coal_stone_12"] = {["node_box"] = _[3539], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[3539], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:slope_coal_stone_outer_cut_half_raised"] = {["tiles"] = _[315], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_copperblock"] = {["node_box"] = _[3541], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3541], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slope_tree_outer_cut_half"] = {["tiles"] = _[122], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slab_brick_2"] = {["node_box"] = _[3543], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3543], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (2/16)"}, ["moreblocks:slab_wood_tile_center_quarter"] = {["node_box"] = _[3545], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[3545], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_tile_center_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slab (4/16)"}, ["moreblocks:stair_iron_checker_alt_4"] = {["node_box"] = _[3549], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[3549], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:panel_tree_2"] = {["node_box"] = _[3551], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3551], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:micro_glass_1"] = {["node_box"] = _[3553], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3553], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["xpanes:bar_1"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png^xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[367]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_1", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[368]}}}, ["maptools:superapple"] = {["groups"] = {["fleshy"] = 3, ["not_in_creative_inventory"] = 1, ["dig_immediate"] = 3}, ["drawtype"] = "plantlike", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["range"] = 12, ["description"] = "Super Apple", ["tiles"] = {"maptools_superapple.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.2, -0.5, -0.2, 0.2, 0, 0.2}}, ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["type"] = "node", ["visual_scale"] = 1, ["name"] = "maptools:superapple", ["inventory_image"] = "maptools_superapple.png"}, ["farming:cotton_1"] = {["tiles"] = {"farming_cotton_1.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 8, ["items"] = {"farming:cotton"}}, {["rarity"] = 16, ["items"] = {"farming:cotton"}}, {["rarity"] = 8, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 16, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_1", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 1, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:slope_mossycobble_half_raised"] = {["tiles"] = _[69], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:micro_mossycobble_15"] = {["node_box"] = _[3555], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3555], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["xpanes:bar_5"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_5", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114]}}}, ["moreblocks:slope_wood_cut"] = {["tiles"] = _[454], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:slab_cobble_compressed_15"] = {["node_box"] = _[3557], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3557], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (15/16)"}, ["moreblocks:stair_steelblock"] = {["node_box"] = _[3561], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3561], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:slope_cobble_inner"] = {["tiles"] = _[79], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["default:junglesapling"] = {["tiles"] = {"default_junglesapling.png"}, ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}}, ["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["drawtype"] = "plantlike", ["name"] = "default:junglesapling", ["sunlight_propagates"] = true, ["walkable"] = false, ["description"] = "Jungle Sapling", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_junglesapling.png", ["paramtype"] = "light", ["wield_image"] = "default_junglesapling.png"}, ["moreblocks:stair_bronzeblock"] = {["node_box"] = _[3565], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3565], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:slope_steelblock_half_raised"] = {["tiles"] = _[138], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_meselamp_outer_cut_half_raised"] = {["tiles"] = _[240], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:slope_split_stone_tile_outer_cut_half"] = {["tiles"] = _[180], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["jumping:trampoline_1"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 32}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_1", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_1.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["moreblocks:stair_brick_inner"] = {["node_box"] = _[3570], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3570], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["default:furnace_active"] = {["tiles"] = {"default_furnace_top.png", "default_furnace_bottom.png", "default_furnace_side.png", "default_furnace_side.png", "default_furnace_side.png", {["backface_culling"] = false, ["image"] = "default_furnace_front_active.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1.5, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["can_dig"] = _[2862], ["light_source"] = 8, ["is_ground_content"] = false, ["groups"] = {["not_in_creative_inventory"] = 1, ["cracky"] = 2}, ["allow_metadata_inventory_move"] = _[2863], ["legacy_facedir_simple"] = true, ["drop"] = "default:furnace", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["type"] = "node", ["allow_metadata_inventory_take"] = _[2864], ["mod_origin"] = "default", ["paramtype2"] = "facedir", ["allow_metadata_inventory_put"] = _[2865], ["name"] = "default:furnace_active", ["description"] = "Furnace"}, ["moreblocks:micro_desert_stonebrick_15"] = {["node_box"] = _[3572], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3572], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:slope_diamondblock_outer_half_raised"] = {["tiles"] = _[476], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slope_mossycobble_inner_cut_half"] = {["tiles"] = _[69], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:slope_copperblock_outer_cut_half_raised"] = {["tiles"] = _[157], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_tar_inner_half"] = {["tiles"] = _[234], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["maptools:pusher_10"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[3574], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 1000}, ["name"] = "maptools:pusher_10", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[3574], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (10)"}, ["moreblocks:micro_sandstone_4"] = {["node_box"] = _[3576], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3576], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["paintings:dark_grey"] = {["tiles"] = {"paintings_dark_grey.png"}, ["description"] = "Dark Grey Painting", ["selection_box"] = _[3580], ["name"] = "paintings:dark_grey", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[3580], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_dark_grey.png", ["paramtype"] = "light", ["wield_image"] = "paintings_dark_grey.png"}, ["moreblocks:slab_stonebrick_2"] = {["node_box"] = _[3582], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3582], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (2/16)"}, ["moreblocks:slope_copperblock_outer_cut"] = {["tiles"] = _[157], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:micro_obsidian_12"] = {["node_box"] = _[3584], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3584], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["tnt:gunpowder"] = {["is_ground_content"] = false, ["groups"] = {["dig_immediate"] = 2, ["connect_to_raillike"] = 2, ["attached_node"] = 1}, ["drawtype"] = "raillike", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["on_blast"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua9\0\2\4\1\0\0\4\28¢\2\2+\2\0\0\16\3\0\0>\2\2\1G\0\1\0\13À\1\1\1\2burn\0pos\0\0\5intensity\0\0\5\0\0"), ["mod_origin"] = "tnt", ["paramtype"] = "light", ["description"] = "Gun Powder", ["inventory_image"] = "tnt_gunpowder_inventory.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["tiles"] = {"tnt_gunpowder_straight.png", "tnt_gunpowder_curved.png", "tnt_gunpowder_t_junction.png", "tnt_gunpowder_crossing.png"}, ["type"] = "node", ["on_punch"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.luaŽ\1\0\3\5\1\3\0\12)\2\4\16\4\2\0007\3\0\2>\3\2\2\16\4\3\0007\3\1\3>\3\2\2\7\3\2\0T\3\3€+\3\0\0\16\4\0\0>\3\2\1G\0\1\0\13À\18default:torch\13get_name\21get_wielded_item\1\1\1\1\1\1\1\1\2\2\2\4burn\0pos\0\0\13node\0\0\13puncher\0\0\13\0\0"), ["name"] = "tnt:gunpowder", ["wield_image"] = "tnt_gunpowder_inventory.png"}, ["default:nyancat_rainbow"] = {["tiles"] = {"default_nc_rb.png^[transformR90", "default_nc_rb.png^[transformR90", "default_nc_rb.png", "default_nc_rb.png"}, ["is_ground_content"] = false, ["groups"] = {["cracky"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype2"] = "facedir", ["type"] = "node", ["name"] = "default:nyancat_rainbow", ["description"] = "Nyan Cat Rainbow"}, ["maptools:desert_cobble"] = {["tiles"] = {"default_desert_cobble.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:desert_cobble", ["range"] = 12, ["description"] = "Unbreakable Desert Cobble"}, ["moreblocks:slope_mossycobble_inner_cut_half_raised"] = {["tiles"] = _[69], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:slope_bronzeblock_outer_cut"] = {["tiles"] = _[205], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["default:cactus"] = {["tiles"] = {"default_cactus_top.png", "default_cactus_top.png", "default_cactus_side.png"}, ["groups"] = {["snappy"] = 1, ["choppy"] = 3, ["flammable"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["after_dig_node"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua_\0\4\8\0\2\0\7)¶\6\0024\4\0\0007\4\1\4\16\5\0\0\16\6\1\0\16\7\3\0>\4\4\1G\0\1\0\11dig_up\12default\1\1\1\1\1\1\2pos\0\0\8node\0\0\8metadata\0\0\8digger\0\0\8\0\0"), ["name"] = "default:cactus", ["mod_origin"] = "default", ["type"] = "node", ["paramtype2"] = "facedir", ["on_place"] = _[9], ["description"] = "Cactus"}, ["moreblocks:slope_junglewood_inner_half_raised"] = {["tiles"] = _[12], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["xpanes:pane_15"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[225]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_15", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[231]}}}, ["moreblocks:stair_steelblock_alt_2"] = {["node_box"] = _[3588], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3588], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["wool:grey"] = {["tiles"] = {"wool_grey.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:grey", ["description"] = "Grey Wool"}, ["moreblocks:slab_junglewood_14"] = {["node_box"] = _[3590], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3590], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (14/16)"}, ["moreblocks:slope_all_faces_jungle_tree_half"] = {["tiles"] = _[183], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[188], ["groups"] = _[184], ["name"] = "moreblocks:slope_all_faces_jungle_tree_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Slope"}, ["moreblocks:slope_bronzeblock_outer_cut_half_raised"] = {["tiles"] = _[205], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:slope_bronzeblock_outer_cut_half"] = {["tiles"] = _[205], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:stair_circle_stone_bricks_alt"] = {["node_box"] = _[3594], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3594], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:micro_stonebrick_15"] = {["node_box"] = _[3596], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3596], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["moreblocks:stair_desert_stonebrick_outer"] = {["node_box"] = _[3600], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3600], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:slope_cobble_compressed_cut"] = {["tiles"] = _[215], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:panel_split_stone_tile"] = {["node_box"] = _[3602], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3602], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:slope_obsidianbrick_outer_half"] = {["tiles"] = _[40], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slope_desert_cobble_inner_cut_half"] = {["tiles"] = _[132], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_cactus_brick_inner"] = {["node_box"] = _[3607], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3607], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["throwing:arrow_box"] = {["node_box"] = _[3620], ["name"] = "throwing:arrow_box", ["selection_box"] = _[3620], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow.png", "throwing_arrow.png", "throwing_arrow_back.png", "throwing_arrow_front.png", "throwing_arrow_2.png", "throwing_arrow.png"}}, ["moreblocks:slab_obsidianbrick_1"] = {["node_box"] = _[3622], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3622], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidianbrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Slab (1/16)"}, ["default:pine_sapling"] = {["tiles"] = {"default_pine_sapling.png"}, ["visual_scale"] = 1, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0.35, 0.3}}, ["groups"] = {["dig_immediate"] = 3, ["sapling"] = 1, ["snappy"] = 2, ["attached_node"] = 1, ["flammable"] = 2}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["drawtype"] = "plantlike", ["name"] = "default:pine_sapling", ["sunlight_propagates"] = true, ["walkable"] = false, ["description"] = "Pine Sapling", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_pine_sapling.png", ["paramtype"] = "light", ["wield_image"] = "default_pine_sapling.png"}, ["moreblocks:slope_obsidian_glass_outer"] = {["tiles"] = _[351], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["xpanes:pane_11"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[225], _[367]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_11", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[231], _[368]}}}, ["moreblocks:micro_split_stone_tile_alt_15"] = {["node_box"] = _[3624], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[3624], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["moreblocks:stair_stone_alt_2"] = {["node_box"] = _[3628], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3628], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_alt_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:micro_copperblock_15"] = {["node_box"] = _[3630], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3630], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["maptools:pusher_4"] = {["inventory_image"] = "default_steel_block.png^default_apple.png", ["stack_max"] = 10000, ["selection_box"] = _[3632], ["tiles"] = {"invisible.png"}, ["groups"] = {["not_in_creative_inventory"] = 1, ["fall_damage_add_percent"] = -100, ["unbreakable"] = 1, ["bouncy"] = 400}, ["name"] = "maptools:pusher_4", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["node_box"] = _[3632], ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Pusher (4)"}, ["moreblocks:panel_mossycobble_15"] = {["node_box"] = _[3634], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3634], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:micro_jungletree_2"] = {["node_box"] = _[3636], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3636], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:stair_sandstone_alt"] = {["node_box"] = _[3640], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3640], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:stair_coal_stone_alt_4"] = {["node_box"] = _[3644], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[3644], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:slope_iron_checker_inner_cut_half"] = {["tiles"] = _[91], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:stair_desert_cobble_alt_2"] = {["node_box"] = _[3648], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[3648], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:slope_mossycobble_outer_cut"] = {["tiles"] = _[69], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["paintings:grey"] = {["tiles"] = {"paintings_grey.png"}, ["description"] = "Grey Painting", ["selection_box"] = _[3652], ["name"] = "paintings:grey", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[3652], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_grey.png", ["paramtype"] = "light", ["wield_image"] = "paintings_grey.png"}, ["moreblocks:micro_obsidianbrick_4"] = {["node_box"] = _[3654], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3654], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:slope_diamondblock_inner_cut_half_raised"] = {["tiles"] = _[476], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:micro_desert_stone_14"] = {["node_box"] = _[3656], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3656], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["moreblocks:micro_brick_14"] = {["node_box"] = _[3658], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3658], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["moreblocks:stair_goldblock_inner"] = {["node_box"] = _[3663], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3663], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:slope_sandstonebrick_outer_cut"] = {["tiles"] = _[407], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:micro_desert_cobble_2"] = {["node_box"] = _[3665], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[3665], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:slope_brick_outer_cut"] = {["tiles"] = _[112], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_tar_cut"] = {["tiles"] = _[234], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:stair_wood_right_half"] = {["node_box"] = _[3669], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3669], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:slope_plankstone_outer_cut_half_raised"] = {["tiles"] = _[251], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_plankstone_inner_half_raised"] = {["tiles"] = _[251], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:stair_desert_stone_inner"] = {["node_box"] = _[3674], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3674], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_inner", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_grey_bricks_outer_cut_half_raised"] = {["tiles"] = _[722], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[723], ["name"] = "moreblocks:slope_grey_bricks_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Bricks Slope"}, ["moreblocks:empty_bookshelf"] = {["tiles"] = {"default_wood.png", "default_wood.png", "moreblocks_empty_bookshelf.png"}, ["no_stairs"] = true, ["sounds"] = _[188], ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 2, ["choppy"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:empty_bookshelf", ["description"] = "Empty Bookshelf"}, ["default:dry_grass_2"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = "default:dry_grass_1", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Dry Grass", ["inventory_image"] = "default_dry_grass_2.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_dry_grass_2.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_2", ["wield_image"] = "default_dry_grass_2.png"}, ["moreblocks:panel_bronzeblock"] = {["node_box"] = _[3676], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3676], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:stair_jungletree_alt_2"] = {["node_box"] = _[3680], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3680], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["moreblocks:slope_stone_half"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_half", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_half", ["paramtype2"] = "facedir"}, ["moreblocks:micro_cactus_brick"] = {["node_box"] = _[3682], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3682], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["maptools:playerclip"] = {["inventory_image"] = "default_steel_block.png^dye_green.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["drawtype"] = "airlike", ["name"] = "maptools:playerclip", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Player Clip"}, ["moreblocks:slope_cobble_inner_cut"] = {["tiles"] = _[79], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_brick_inner"] = {["tiles"] = _[112], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slab_cactus_checker_1"] = {["node_box"] = _[3684], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[3684], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (1/16)"}, ["moreblocks:panel_wood_tile"] = {["node_box"] = _[3686], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[3686], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["moreblocks:slope_meselamp_outer_half_raised"] = {["tiles"] = _[240], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["default:stone_with_mese"] = {["tiles"] = {"default_stone.png^default_mineral_mese.png"}, ["light_source"] = 1, ["groups"] = {["cracky"] = 1}, ["drop"] = "default:mese_crystal", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "default", ["type"] = "node", ["name"] = "default:stone_with_mese", ["paramtype"] = "light", ["description"] = "Mese Ore"}, ["moreblocks:slope_stone_tile_inner_cut"] = {["tiles"] = _[403], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_stone_outer_cut"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer_cut", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer_cut", ["paramtype2"] = "facedir"}, ["moreblocks:slab_bronzeblock_15"] = {["node_box"] = _[3688], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3688], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (15/16)"}, ["moreblocks:slope_bronzeblock_inner_cut_half"] = {["tiles"] = _[205], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:micro_copperblock_1"] = {["node_box"] = _[3690], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3690], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:slope_desert_stonebrick_outer_half"] = {["tiles"] = _[559], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slab_desert_stonebrick_1"] = {["node_box"] = _[3692], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3692], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (1/16)"}, ["moreblocks:panel_super_glow_glass_14"] = {["node_box"] = _[3694], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[3694], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:micro_steelblock_4"] = {["node_box"] = _[3696], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3696], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["moreblocks:micro_all_faces_tree"] = {["node_box"] = _[3698], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[3698], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:stair_mossycobble_half"] = {["node_box"] = _[3702], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3702], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:stair_coal_stone_bricks_alt_1"] = {["node_box"] = _[3706], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3706], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["moreblocks:slope_stone_outer_half"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer_half", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer_half", ["paramtype2"] = "facedir"}, ["moreblocks:slope_jungletree_inner"] = {["tiles"] = _[26], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slab_desert_stonebrick_2"] = {["node_box"] = _[3708], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3708], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (2/16)"}, ["default:river_water_flowing"] = {["is_ground_content"] = false, ["buildable_to"] = true, ["drowning"] = 1, ["drawtype"] = "flowingliquid", ["drop"] = "", ["liquid_alternative_flowing"] = "default:river_water_flowing", ["alpha"] = 160, ["liquid_range"] = 2, ["paramtype"] = "light", ["description"] = "Flowing River Water", ["inventory_image"] = "[inventorycube{default_river_water.png{default_river_water.png{default_river_water.png", ["mod_origin"] = "default", ["special_tiles"] = {{["backface_culling"] = false, ["name"] = "default_river_water_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 0.8, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["backface_culling"] = true, ["name"] = "default_river_water_flowing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 0.8, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["name"] = "default:river_water_flowing", ["type"] = "node", ["liquidtype"] = "flowing", ["diggable"] = false, ["groups"] = {["not_in_creative_inventory"] = 1, ["liquid"] = 3, ["water"] = 3, ["puts_out_fire"] = 1}, ["tiles"] = {"default_river_water.png"}, ["walkable"] = false, ["liquid_renewable"] = false, ["liquid_viscosity"] = 1, ["paramtype2"] = "flowingliquid", ["liquid_alternative_source"] = "default:river_water_source", ["post_effect_color"] = {["r"] = 30, ["b"] = 90, ["a"] = 120, ["g"] = 76}, ["pointable"] = false}, ["moreblocks:slope_meselamp"] = {["tiles"] = _[240], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:stair_cobble_alt"] = {["node_box"] = _[3712], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3712], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["wool:white"] = {["tiles"] = {"wool_white.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:white", ["description"] = "White Wool"}, ["moreblocks:panel_glass_14"] = {["node_box"] = _[3714], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3714], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:slope_meselamp_outer_cut"] = {["tiles"] = _[240], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["ignore"] = {["inventory_image"] = "unknown_node.png", ["diggable"] = false, ["name"] = "ignore", ["wield_image"] = "unknown_node.png", ["buildable_to"] = true, ["groups"] = {["not_in_creative_inventory"] = 1}, ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = false, ["walkable"] = false, ["drawtype"] = "airlike", ["mod_origin"] = "*builtin*", ["type"] = "node", ["air_equivalent"] = true, ["paramtype"] = "none", ["description"] = "Ignore (you hacker you!)"}, ["moreblocks:stair_stone_inner"] = {["node_box"] = _[3719], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3719], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_inner", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:slab_coal_checker_three_quarter"] = {["node_box"] = _[3721], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3721], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (12/16)"}, ["moreblocks:slope_wood_tile_center_outer_half"] = {["tiles"] = _[238], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[239], ["name"] = "moreblocks:slope_wood_tile_center_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Slope"}, ["moreblocks:slope_glass_inner_cut"] = {["tiles"] = _[371], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:stair_goldblock_right_half"] = {["node_box"] = _[3725], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3725], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:stair_meselamp_alt_2"] = {["node_box"] = _[3729], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3729], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slab_meselamp_quarter"] = {["node_box"] = _[3731], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3731], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (4/16)"}, ["moreblocks:slope_glass_outer_half_raised"] = {["tiles"] = _[371], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["default:stonebrick"] = {["tiles"] = _[1369], ["mod_origin"] = "default", ["sounds"] = _[1374], ["is_ground_content"] = false, ["groups"] = {["stone"] = 1, ["cracky"] = 2}, ["type"] = "node", ["name"] = "default:stonebrick", ["description"] = "Stone Brick"}, ["moreblocks:stair_cactus_brick_outer"] = {["node_box"] = _[3735], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3735], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:panel_sandstone_15"] = {["node_box"] = _[3737], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3737], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["moreblocks:slope_tree_inner"] = {["tiles"] = _[122], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:stair_brick_alt_1"] = {["node_box"] = _[3741], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3741], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["maptools:desert_sand"] = {["tiles"] = {"default_desert_sand.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_sand_footstep", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_sand_footstep", ["gain"] = 0.2}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:desert_sand", ["range"] = 12, ["description"] = "Unbreakable Desert Sand"}, ["moreblocks:panel_coal_stone_bricks_4"] = {["node_box"] = _[3743], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3743], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Panel"}, ["moreblocks:slab_goldblock_quarter"] = {["node_box"] = _[3745], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3745], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (4/16)"}, ["moreblocks:stair_split_stone_tile_alt_4"] = {["node_box"] = _[3749], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3749], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:panel_stonebrick_12"] = {["node_box"] = _[3751], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3751], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["moreblocks:slope_desert_cobble"] = {["tiles"] = _[132], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:panel_coal_checker_14"] = {["node_box"] = _[3753], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3753], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:slope_glass_inner_cut_half"] = {["tiles"] = _[371], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:stair_goldblock"] = {["node_box"] = _[3757], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3757], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:panel_cobble_compressed"] = {["node_box"] = _[3759], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3759], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:slope_desert_cobble_inner"] = {["tiles"] = _[132], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:slope_clean_glass_inner_cut_half_raised"] = {["tiles"] = _[195], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_stonebrick_outer_half_raised"] = {["tiles"] = _[1369], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:micro_coal_checker_1"] = {["node_box"] = _[3761], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3761], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:slab_desert_stonebrick"] = {["node_box"] = _[3763], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3763], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (8/16)"}, ["moreblocks:panel_steelblock_14"] = {["node_box"] = _[3765], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3765], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_steelblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Panel"}, ["moreblocks:panel_sandstone_14"] = {["node_box"] = _[3767], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3767], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["moreblocks:panel_glow_glass_2"] = {["node_box"] = _[3769], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3769], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glow_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Panel"}, ["moreblocks:panel_tree_12"] = {["node_box"] = _[3771], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3771], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:slope_sandstone_inner_cut"] = {["tiles"] = _[3], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_stonebrick_inner_cut"] = {["tiles"] = _[1369], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slab_stone_quarter"] = {["node_box"] = _[3773], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3773], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_quarter", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (4/16)"}, ["moreblocks:slope_steelblock_inner_cut"] = {["tiles"] = _[138], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_stonebrick"] = {["tiles"] = _[1369], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_copperblock_outer_half"] = {["tiles"] = _[157], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_brick_inner_cut"] = {["tiles"] = _[112], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_coal_stone_bricks_half_raised"] = {["tiles"] = _[331], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:micro_glow_glass_4"] = {["node_box"] = _[3775], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[3775], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:slope_copperblock_half_raised"] = {["tiles"] = _[157], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:stair_meselamp_alt_1"] = {["node_box"] = _[3779], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3779], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slab_bronzeblock_2"] = {["node_box"] = _[3781], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3781], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_bronzeblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Slab (2/16)"}, ["xpanes:bar_13"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[93]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_13", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[100]}}}, ["moreblocks:panel_sandstone_12"] = {["node_box"] = _[3783], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3783], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["moreblocks:panel_split_stone_tile_12"] = {["node_box"] = _[3785], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3785], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:stair_brick_alt"] = {["node_box"] = _[3789], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3789], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:slab_meselamp_2"] = {["node_box"] = _[3791], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3791], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (2/16)"}, ["moreblocks:slope_cobble_inner_half_raised"] = {["tiles"] = _[79], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:stair_stonebrick_outer"] = {["node_box"] = _[3795], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[3795], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:slope_all_faces_tree_inner"] = {["tiles"] = _[284], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:panel_brick_1"] = {["node_box"] = _[3797], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3797], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:micro_diamondblock_4"] = {["node_box"] = _[3799], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3799], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["maptools:glass"] = {["tiles"] = {"default_glass.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "glasslike", ["drop"] = "", ["sunlight_propagates"] = true, ["sounds"] = {["dug"] = {["name"] = "default_break_glass", ["gain"] = 1}, ["footstep"] = {["name"] = "default_glass_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "maptools:glass", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Unbreakable Glass"}, ["farming:cotton_4"] = {["tiles"] = {"farming_cotton_4.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 5, ["items"] = {"farming:cotton"}}, {["rarity"] = 10, ["items"] = {"farming:cotton"}}, {["rarity"] = 5, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 10, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_4", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 4, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:panel_meselamp_2"] = {["node_box"] = _[3801], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3801], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["beds:fancy_bed_top"] = {["tiles"] = {"beds_bed_top2.png", "default_wood.png", "beds_bed_side2.png", "beds_bed_side2.png^[transformFX", "beds_bed_head.png", "default_wood.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {0, 0, 0, 0, 0, 0}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["bed"] = 2, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 2, ["flammable"] = 3}, ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["name"] = "beds:fancy_bed_top", ["mod_origin"] = "beds", ["paramtype2"] = "facedir", ["type"] = "node", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, 0.4375, -0.375, 0.1875, 0.5}, {0.375, -0.5, 0.4375, 0.5, 0.1875, 0.5}, {-0.5, 0, 0.4375, 0.5, 0.125, 0.5}, {-0.5, -0.375, 0.4375, 0.5, -0.125, 0.5}, {-0.5, -0.375, -0.5, -0.4375, -0.125, 0.5}, {0.4375, -0.375, -0.5, 0.5, -0.125, 0.5}, {-0.4375, -0.3125, -0.5, 0.4375, -0.0625, 0.4375}}}}, ["moreblocks:stair_obsidian_glass_alt"] = {["node_box"] = _[3805], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[3805], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:stair_coal_checker"] = {["node_box"] = _[3809], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[3809], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:panel_diamondblock_15"] = {["node_box"] = _[3811], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3811], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_obsidian_glass_inner_half_raised"] = {["tiles"] = _[351], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:micro_circle_stone_bricks_2"] = {["node_box"] = _[3813], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3813], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:slope_desert_cobble_outer_half"] = {["tiles"] = _[132], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:slope_pinetree_half_raised"] = {["tiles"] = _[288], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:micro_cobble_12"] = {["node_box"] = _[3815], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[3815], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:slope_wood_outer_half"] = {["tiles"] = _[454], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:micro_desert_stone_2"] = {["node_box"] = _[3817], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[3817], ["groups"] = _[447], ["name"] = "moreblocks:micro_desert_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Microblock"}, ["moreblocks:stair_glass_inner"] = {["node_box"] = _[3822], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[3822], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Stairs"}, ["xpanes:bar_14"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[225], _[94]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_14", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[231], _[101]}}}, ["moreblocks:slab_tree_1"] = {["node_box"] = _[3824], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3824], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (1/16)"}, ["moreblocks:slope_mossycobble_outer_half"] = {["tiles"] = _[69], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:slope_stone_inner_cut_half"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_inner_cut_half", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_inner_cut_half", ["paramtype2"] = "facedir"}, ["moreblocks:panel_stone_15"] = {["node_box"] = _[3826], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3826], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["moreblocks:panel_mossycobble_1"] = {["node_box"] = _[3828], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3828], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_mossycobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Panel"}, ["moreblocks:slope_mossycobble_inner_half"] = {["tiles"] = _[69], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:slope_obsidian_outer_half_raised"] = {["tiles"] = _[486], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:slab_diamondblock_three_quarter"] = {["node_box"] = _[3830], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3830], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (12/16)"}, ["moreblocks:stair_mossycobble_alt_2"] = {["node_box"] = _[3834], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3834], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:slope_wood_tile_full_outer_half"] = {["tiles"] = _[395], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["farming:wheat_6"] = {["tiles"] = {"farming_wheat_6.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 3, ["items"] = {"farming:wheat"}}, {["rarity"] = 6, ["items"] = {"farming:wheat"}}, {["rarity"] = 3, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 6, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_6", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 6, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:stair_desert_stonebrick_inner"] = {["node_box"] = _[3839], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[3839], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["stairs:stair_stone"] = {["tiles"] = _[1535], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[1538], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1542], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_stone", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Stone Stair"}, ["stairs:stair_cobble"] = {["tiles"] = _[2025], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[2028], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[2032], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_cobble", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Cobblestone Stair"}, ["moreblocks:panel_obsidian_15"] = {["node_box"] = _[3841], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3841], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:slope_cobble_cut"] = {["tiles"] = _[79], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:panel_obsidian_12"] = {["node_box"] = _[3843], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3843], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:stair_cobble_compressed"] = {["node_box"] = _[3847], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[3847], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:slope_wood_tile_full_outer_half_raised"] = {["tiles"] = _[395], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[188], ["groups"] = _[396], ["name"] = "moreblocks:slope_wood_tile_full_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Full Wooden Tile Slope"}, ["moreblocks:stair_circle_stone_bricks_inner"] = {["node_box"] = _[3852], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[3852], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["maptools:bronzeblock"] = {["tiles"] = {"default_bronze_block.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:bronzeblock", ["range"] = 12, ["description"] = "Unbreakable Bronze Block"}, ["moreblocks:panel_all_faces_tree"] = {["node_box"] = _[3854], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[3854], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_tree", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Panel"}, ["moreblocks:slope_goldblock"] = {["tiles"] = _[337], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slope_sandstone_inner_cut_half"] = {["tiles"] = _[3], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_sandstone_outer_half_raised"] = {["tiles"] = _[3], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_obsidian_inner_half"] = {["tiles"] = _[486], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:slope_wood_inner_half"] = {["tiles"] = _[454], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:micro_obsidianbrick_1"] = {["node_box"] = _[3856], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[3856], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:slab_meselamp_15"] = {["node_box"] = _[3858], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3858], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_meselamp_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Slab (15/16)"}, ["moreblocks:slope_coal_stone_bricks_inner"] = {["tiles"] = _[331], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_obsidian_cut"] = {["tiles"] = _[486], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:slab_sandstone_quarter"] = {["node_box"] = _[3860], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[3860], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (4/16)"}, ["moreblocks:slope_desert_stonebrick_inner_cut_half_raised"] = {["tiles"] = _[559], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["stairs:slab_stonebrick"] = {["tiles"] = _[1246], ["selection_box"] = _[3862], ["is_ground_content"] = false, ["groups"] = _[1247], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[1251], ["name"] = "stairs:slab_stonebrick", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[3862], ["paramtype"] = "light", ["description"] = "Stone Brick Slab"}, ["moreblocks:slope_tar_outer_half"] = {["tiles"] = _[234], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:stair_mossycobble_outer"] = {["node_box"] = _[3866], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3866], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:stair_stone_alt_4"] = {["node_box"] = _[3870], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[3870], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_alt_4", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:stair_obsidian_alt_4"] = {["node_box"] = _[3874], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3874], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:stair_obsidian_inner"] = {["node_box"] = _[3879], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3879], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:panel_brick_14"] = {["node_box"] = _[3881], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3881], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:stair_obsidian_outer"] = {["node_box"] = _[3885], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3885], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:micro_pinewood_15"] = {["node_box"] = _[3887], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[3887], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:micro_jungletree_15"] = {["node_box"] = _[3889], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[3889], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:slope_brick_outer_half"] = {["tiles"] = _[112], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_pinewood_inner_cut_half"] = {["tiles"] = _[48], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_brick_inner_cut_half"] = {["tiles"] = _[112], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_pinewood_inner_half_raised"] = {["tiles"] = _[48], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_tree_inner_cut_half"] = {["tiles"] = _[122], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:micro_diamondblock"] = {["node_box"] = _[3891], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3891], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:panel_pinetree_4"] = {["node_box"] = _[3893], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[3893], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:slab_obsidian_2"] = {["node_box"] = _[3895], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[3895], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (2/16)"}, ["moreblocks:micro_coal_stone_bricks_15"] = {["node_box"] = _[3897], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3897], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["stairs:stair_straw"] = {["tiles"] = _[587], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[590], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[595], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_straw", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Straw Stair"}, ["moreblocks:micro_mossycobble_12"] = {["node_box"] = _[3899], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[3899], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["moreblocks:stair_meselamp_alt"] = {["node_box"] = _[3903], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[3903], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:slope_obsidian_glass_outer_cut"] = {["tiles"] = _[351], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:panel_goldblock_1"] = {["node_box"] = _[3905], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[3905], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:slope_cobble_inner_half"] = {["tiles"] = _[79], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_mossycobble_outer_half_raised"] = {["tiles"] = _[69], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:slab_coal_stone_bricks_15"] = {["node_box"] = _[3907], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[3907], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (15/16)"}, ["moreblocks:slab_tree_15"] = {["node_box"] = _[3909], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3909], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (15/16)"}, ["moreblocks:slope_iron_stone_outer_cut"] = {["tiles"] = _[257], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slab_brick_quarter"] = {["node_box"] = _[3911], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3911], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (4/16)"}, ["moreblocks:slope_wood_inner_cut_half"] = {["tiles"] = _[454], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:panel_copperblock_4"] = {["node_box"] = _[3913], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3913], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slope_sandstone_inner_half"] = {["tiles"] = _[3], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:stair_brick_alt_2"] = {["node_box"] = _[3917], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3917], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:slope_coal_stone_outer_half"] = {["tiles"] = _[315], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slope_circle_stone_bricks_outer_cut"] = {["tiles"] = _[577], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["paintings:dark_green"] = {["tiles"] = {"paintings_dark_green.png"}, ["description"] = "Dark Green Painting", ["selection_box"] = _[3921], ["name"] = "paintings:dark_green", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[3921], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_dark_green.png", ["paramtype"] = "light", ["wield_image"] = "paintings_dark_green.png"}, ["moreblocks:slab_tree_2"] = {["node_box"] = _[3923], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[3923], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Slab (2/16)"}, ["moreblocks:slope_jungletree_inner_cut"] = {["tiles"] = _[26], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:slope_steelblock_outer_half_raised"] = {["tiles"] = _[138], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slab_tar_2"] = {["node_box"] = _[3925], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[3925], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (2/16)"}, ["moreblocks:micro_pinetree_12"] = {["node_box"] = _[3927], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[3927], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinetree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Microblock"}, ["moreblocks:slope_goldblock_outer_cut_half_raised"] = {["tiles"] = _[337], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:stair_junglewood_inner"] = {["node_box"] = _[3932], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3932], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:stair_junglewood_alt_1"] = {["node_box"] = _[3936], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3936], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:stair_junglewood_half"] = {["node_box"] = _[3940], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3940], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:stair_bronzeblock_alt_2"] = {["node_box"] = _[3944], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[3944], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:panel_pinetree_2"] = {["node_box"] = _[3946], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[3946], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:micro_copperblock_12"] = {["node_box"] = _[3948], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[3948], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_copperblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Microblock"}, ["moreblocks:stair_junglewood_alt"] = {["node_box"] = _[3952], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3952], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:slope_pinetree_inner_half_raised"] = {["tiles"] = _[288], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_wood_tile"] = {["tiles"] = _[567], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[188], ["groups"] = _[568], ["name"] = "moreblocks:slope_wood_tile", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Tile Slope"}, ["moreblocks:stair_junglewood_right_half"] = {["node_box"] = _[3956], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3956], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:slab_junglewood_15"] = {["node_box"] = _[3958], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[3958], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (15/16)"}, ["moreblocks:slope_pinetree_outer_cut_half_raised"] = {["tiles"] = _[288], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:stair_split_stone_tile_outer"] = {["node_box"] = _[3962], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[3962], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:slab_cactus_brick_three_quarter"] = {["node_box"] = _[3964], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[3964], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (12/16)"}, ["moreblocks:slab_brick_1"] = {["node_box"] = _[3966], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3966], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_brick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Slab (1/16)"}, ["moreblocks:slope_pinetree_outer_half"] = {["tiles"] = _[288], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_cactus_checker"] = {["tiles"] = _[377], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:slope_junglewood_outer_cut"] = {["tiles"] = _[12], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_junglewood_outer"] = {["tiles"] = _[12], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:wood_tile_right"] = {["sounds"] = _[188], ["no_stairs"] = true, ["tiles"] = {"default_wood.png^[transformR90^moreblocks_wood_tile_up.png^[transformR90"}, ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_right", ["description"] = "Rightwards Wooden Tile"}, ["moreblocks:slab_pinetree_15"] = {["node_box"] = _[3968], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[3968], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinetree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Slab (15/16)"}, ["moreblocks:stair_split_stone_tile_alt_right_half"] = {["node_box"] = _[3972], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[3972], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:stair_wood_tile_alt_1"] = {["node_box"] = _[3976], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[3976], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:stair_diamondblock"] = {["node_box"] = _[3980], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[3980], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:slope_junglewood_cut"] = {["tiles"] = _[12], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_junglewood_inner_cut"] = {["tiles"] = _[12], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_junglewood_outer_half"] = {["tiles"] = _[12], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_junglewood_inner_cut_half"] = {["tiles"] = _[12], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:stair_brick_right_half"] = {["node_box"] = _[3984], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[3984], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:micro_steelblock_14"] = {["node_box"] = _[3986], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[3986], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["moreblocks:slope_junglewood_inner_half"] = {["tiles"] = _[12], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slope_circle_stone_bricks_half"] = {["tiles"] = _[577], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_steelblock_half"] = {["tiles"] = _[138], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slope_desert_cobble_inner_cut_half_raised"] = {["tiles"] = _[132], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[133], ["name"] = "moreblocks:slope_desert_cobble_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[137], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slope"}, ["moreblocks:stair_wood_inner"] = {["node_box"] = _[3991], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3991], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:slab_wood_2"] = {["node_box"] = _[3993], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[3993], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (2/16)"}, ["carts:rail_invisible"] = {["is_ground_content"] = true, ["groups"] = {["not_in_creative_inventory"] = 1, ["connect_to_raillike"] = 1, ["unbreakable"] = 1, ["rail"] = 1}, ["drawtype"] = "raillike", ["drop"] = "", ["mod_origin"] = "carts", ["range"] = 12, ["description"] = "Invisible Rail", ["tiles"] = {"invisible.png", "invisible.png", "invisible.png", "invisible.png"}, ["stack_max"] = 10000, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "default_rail.png^default_steel_ingot.png", ["type"] = "node", ["paramtype"] = "light", ["name"] = "carts:rail_invisible", ["wield_image"] = "default_rail.png^default_steel_ingot.png"}, ["moreblocks:slope_junglewood_half"] = {["tiles"] = _[12], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:micro_pinewood_14"] = {["node_box"] = _[3995], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[3995], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:slope_junglewood_half_raised"] = {["tiles"] = _[12], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["stairs:stair_bronzeblock"] = {["tiles"] = _[3996], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[3997], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[4001], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_bronzeblock", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Bronze Block Stair"}, ["moreblocks:micro_sandstone_14"] = {["node_box"] = _[4003], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4003], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["moreblocks:slope_steelblock_outer_cut"] = {["tiles"] = _[138], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:panel_junglewood_1"] = {["node_box"] = _[4005], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4005], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_junglewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Panel"}, ["moreblocks:stair_stone_tile_alt"] = {["node_box"] = _[4009], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[4009], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stone_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Stairs"}, ["moreblocks:panel_junglewood_14"] = {["node_box"] = _[4011], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4011], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_junglewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Panel"}, ["moreblocks:panel_desert_stonebrick_15"] = {["node_box"] = _[4013], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4013], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:cactus_brick"] = {["tiles"] = _[263], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:cactus_brick", ["description"] = "Cactus Brick"}, ["moreblocks:slope_stone_tile_half"] = {["tiles"] = _[403], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:panel_split_stone_tile_14"] = {["node_box"] = _[4015], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4015], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:micro_junglewood_1"] = {["node_box"] = _[4017], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4017], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:micro_junglewood_14"] = {["node_box"] = _[4019], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4019], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:stair_bronzeblock_half"] = {["node_box"] = _[4023], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[4023], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:stair_pinetree_outer"] = {["node_box"] = _[4027], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4027], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:stair_pinetree_inner"] = {["node_box"] = _[4032], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4032], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:stair_pinetree_alt_1"] = {["node_box"] = _[4036], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4036], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:stair_pinetree_alt_4"] = {["node_box"] = _[4040], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4040], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:stair_pinetree_half"] = {["node_box"] = _[4044], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4044], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:stair_pinetree_alt"] = {["node_box"] = _[4048], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4048], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinetree_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Stairs"}, ["moreblocks:slope_stone_tile_outer_cut_half"] = {["tiles"] = _[403], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:micro_jungletree_1"] = {["node_box"] = _[4050], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4050], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:slope_brick_inner_half"] = {["tiles"] = _[112], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:panel_desert_stone_15"] = {["node_box"] = _[4052], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4052], ["groups"] = _[447], ["name"] = "moreblocks:panel_desert_stone_15", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_desert_cobble_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Panel"}, ["moreblocks:slope_pinetree_outer_cut"] = {["tiles"] = _[288], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_pinetree_outer"] = {["tiles"] = _[288], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_pinetree_inner"] = {["tiles"] = _[288], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:stair_desert_stone_alt"] = {["node_box"] = _[4056], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4056], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_alt", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_pinetree_inner_cut"] = {["tiles"] = _[288], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slab_clean_glass_2"] = {["node_box"] = _[4058], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4058], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (2/16)"}, ["moreblocks:slope_pinetree_inner_half"] = {["tiles"] = _[288], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_obsidianbrick_half"] = {["tiles"] = _[40], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slope_pinetree_outer_cut_half"] = {["tiles"] = _[288], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slope_pinetree_inner_cut_half_raised"] = {["tiles"] = _[288], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:slab_cactus_checker_three_quarter"] = {["node_box"] = _[4060], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[4060], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_checker_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Slab (12/16)"}, ["moreblocks:stair_brick_half"] = {["node_box"] = _[4064], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[4064], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_brick_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Stairs"}, ["moreblocks:slope_goldblock_outer_cut"] = {["tiles"] = _[337], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:panel_pinetree"] = {["node_box"] = _[4066], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4066], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:stair_coal_stone_bricks_alt_2"] = {["node_box"] = _[4070], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[4070], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_bricks_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Stairs"}, ["default:dry_grass_3"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = "default:dry_grass_1", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Dry Grass", ["inventory_image"] = "default_dry_grass_3.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_dry_grass_3.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["flora"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "default:dry_grass_3", ["wield_image"] = "default_dry_grass_3.png"}, ["moreblocks:panel_brick_15"] = {["node_box"] = _[4072], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[4072], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_brick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Panel"}, ["moreblocks:panel_junglewood_2"] = {["node_box"] = _[4074], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4074], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_junglewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Panel"}, ["moreblocks:stair_wood_tile"] = {["node_box"] = _[4078], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[4078], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Stairs"}, ["moreblocks:panel_sandstone_2"] = {["node_box"] = _[4080], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4080], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["maptools:clay"] = {["tiles"] = {"default_clay.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:clay", ["range"] = 12, ["description"] = "Unbreakable Clay"}, ["moreblocks:stair_desert_stone"] = {["node_box"] = _[4084], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4084], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_wood"] = {["tiles"] = _[454], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:stair_pinewood"] = {["node_box"] = _[4088], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4088], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:stair_circle_stone_bricks_alt_2"] = {["node_box"] = _[4092], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4092], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:stair_pinewood_alt_1"] = {["node_box"] = _[4096], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4096], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:stair_pinewood_half"] = {["node_box"] = _[4100], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4100], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:stair_pinewood_alt"] = {["node_box"] = _[4104], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4104], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:stair_pinewood_alt_2"] = {["node_box"] = _[4108], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4108], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:stair_pinewood_right_half"] = {["node_box"] = _[4112], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4112], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_pinewood_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Stairs"}, ["moreblocks:slab_sandstone_15"] = {["node_box"] = _[4114], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4114], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (15/16)"}, ["moreblocks:panel_all_faces_jungle_tree_4"] = {["node_box"] = _[4116], ["light_source"] = 0, ["tiles"] = _[183], ["groups"] = _[184], ["selection_box"] = _[4116], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_all_faces_jungle_tree_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Jungle Tree Panel"}, ["moreblocks:slope_steelblock_inner_cut_half"] = {["tiles"] = _[138], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[148], ["name"] = "moreblocks:slope_steelblock_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[152], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Steel Block Slope"}, ["moreblocks:slab_pinewood_quarter"] = {["node_box"] = _[4118], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4118], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_pinewood_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slab (4/16)"}, ["moreblocks:stair_all_faces_tree_alt_4"] = {["node_box"] = _[4122], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[4122], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_all_faces_tree_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Stairs"}, ["moreblocks:slope_pinewood_outer_cut"] = {["tiles"] = _[48], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:panel_stone_tile_4"] = {["node_box"] = _[4124], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[4124], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stone_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Panel"}, ["moreblocks:slope_pinewood_outer"] = {["tiles"] = _[48], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_tree_half_raised"] = {["tiles"] = _[122], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:slope_pinewood_inner"] = {["tiles"] = _[48], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_obsidian_glass_inner_cut"] = {["tiles"] = _[351], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:slab_stone_tile_2"] = {["node_box"] = _[4126], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[4126], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (2/16)"}, ["moreblocks:panel_cactus_brick_14"] = {["node_box"] = _[4128], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[4128], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cactus_brick_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Panel"}, ["moreblocks:stair_goldblock_alt_1"] = {["node_box"] = _[4132], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4132], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:slope_cactus_brick_inner_cut_half"] = {["tiles"] = _[263], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_pinewood_outer_half"] = {["tiles"] = _[48], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_pinewood_inner_half"] = {["tiles"] = _[48], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:stair_bronzeblock_alt_1"] = {["node_box"] = _[4136], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[4136], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:micro_desert_cobble_1"] = {["node_box"] = _[4138], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[4138], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:slope_pinewood_half"] = {["tiles"] = _[48], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:micro_tree_14"] = {["node_box"] = _[4140], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[4140], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["moreblocks:panel_pinewood_12"] = {["node_box"] = _[4142], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4142], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:slope_brick_outer_cut_half"] = {["tiles"] = _[112], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:panel_pinewood_1"] = {["node_box"] = _[4144], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4144], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:panel_copperblock_15"] = {["node_box"] = _[4146], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[4146], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slope_desert_stonebrick_outer_half_raised"] = {["tiles"] = _[559], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slope_copperblock_inner"] = {["tiles"] = _[157], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["stairs:stair_sandstonebrick"] = {["tiles"] = _[4147], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[4148], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[4152], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_sandstonebrick", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Sandstone Brick Stair"}, ["moreblocks:stair_iron_checker_outer"] = {["node_box"] = _[4156], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4156], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["farming:seed_wheat"] = {["tiles"] = {"farming_wheat_seed.png"}, ["wield_image"] = "farming_wheat_seed.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["name"] = "farming:seed_wheat", ["groups"] = {["grassland"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["seed"] = 1}, ["type"] = "node", ["drawtype"] = "signlike", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/farming/api.lua\1\0\3\ +\2\3\0\ +<Ë\1\0024\3\0\0007\3\1\3\16\4\0\0\16\5\1\0\16\6\2\0+\7\0\0%\8\2\0+\9\1\0$\7\9\7@\3\5\0\2À\3À\11:seed_\15place_seed\12farming\1\1\1\1\1\1\1\1\1\1mname\0pname\0itemstack\0\0\11placer\0\0\11pointed_thing\0\0\11\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["fertility"] = {"grassland"}, ["mod_origin"] = "farming", ["paramtype2"] = "wallmounted", ["inventory_image"] = "farming_wheat_seed.png", ["paramtype"] = "light", ["description"] = "Wheat seed"}, ["moreblocks:stair_obsidian_alt"] = {["node_box"] = _[4160], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4160], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Stairs"}, ["moreblocks:slope_stone_outer_cut_half"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_outer_cut_half", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_outer_cut_half", ["paramtype2"] = "facedir"}, ["moreblocks:panel_obsidian_glass_14"] = {["node_box"] = _[4162], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4162], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["stairs:stair_steelblock"] = {["tiles"] = _[3108], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[3111], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[3115], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_steelblock", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Steel Block Stair"}, ["moreblocks:slope_obsidian_inner"] = {["tiles"] = _[486], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["wool:orange"] = {["tiles"] = {"wool_orange.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:orange", ["description"] = "Orange Wool"}, ["moreblocks:slope_obsidian_outer_half"] = {["tiles"] = _[486], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:micro_wood_1"] = {["node_box"] = _[4164], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4164], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["moreblocks:stair_iron_checker"] = {["node_box"] = _[4168], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4168], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:micro_sandstone_2"] = {["node_box"] = _[4170], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4170], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["xpanes:bar_7"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[379]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_7", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[380]}}}, ["moreblocks:slope_obsidian_inner_cut_half_raised"] = {["tiles"] = _[486], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:slope_cobble_outer_cut"] = {["tiles"] = _[79], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:slope_obsidian_inner_half_raised"] = {["tiles"] = _[486], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:panel_meselamp_15"] = {["node_box"] = _[4172], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[4172], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_meselamp_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Panel"}, ["moreblocks:slab_copperblock_2"] = {["node_box"] = _[4174], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[4174], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_copperblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Slab (2/16)"}, ["moreblocks:micro_goldblock_15"] = {["node_box"] = _[4176], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4176], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:slope_bronzeblock_cut"] = {["tiles"] = _[205], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[206], ["name"] = "moreblocks:slope_bronzeblock_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[210], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Bronze Block Slope"}, ["moreblocks:panel_copperblock_1"] = {["node_box"] = _[4178], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[4178], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:panel_coal_checker_2"] = {["node_box"] = _[4180], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4180], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:stair_junglewood_alt_2"] = {["node_box"] = _[4184], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4184], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:stair_obsidian_glass_inner"] = {["node_box"] = _[4189], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4189], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["wool:pink"] = {["tiles"] = {"wool_pink.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:pink", ["description"] = "Pink Wool"}, ["tnt:gunpowder_burning"] = {["tiles"] = {{["name"] = "tnt_gunpowder_burning_straight_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["name"] = "tnt_gunpowder_burning_curved_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["name"] = "tnt_gunpowder_burning_t_junction_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}, {["name"] = "tnt_gunpowder_burning_crossing_animated.png", ["animation"] = {["type"] = "vertical_frames", ["length"] = 1, ["aspect_h"] = 16, ["aspect_w"] = 16}}}, ["light_source"] = 5, ["on_blast"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua\17\0\0\1\0\0\0\1\2é\2\0G\0\1\0\0\0\0"), ["groups"] = {["dig_immediate"] = 2, ["connect_to_raillike"] = 2, ["attached_node"] = 1}, ["name"] = "tnt:gunpowder_burning", ["drawtype"] = "raillike", ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["on_timer"] = loadstring("\27LJ\1\0F@/home/kaen/code/minetest/bin/../games/adventuretest/mods/tnt/init.lua \2\0\2\17\1\6\1$dØ\2\15'\2ÿÿ'\3\1\0'\4\1\0I\2\27€'\6ÿÿ'\7\1\0'\8\1\0I\6\22€'\ +ÿÿ'\11\1\0'\12\1\0I\ +\17€\9\5\0\0T\14\2€\8\9\0\0T\14\12€+\14\0\0003\15\1\0007\16\0\0\30\16\5\16:\16\0\0157\16\2\0\30\16\13\16:\16\2\0157\16\3\0\30\16\9\16:\16\3\15>\14\2\1K\ +ï\127K\6ê\127K\2å\1274\2\4\0007\2\5\2\16\3\0\0>\2\2\1G\0\1\0\13À\16remove_node\13minetest\6z\6y\1\0\0\6x\0\1\1\1\1\2\2\2\2\3\3\3\3\4\4\4\4\5\5\6\6\6\7\7\7\8\8\8\5\3\2\1\14\14\14\14\15burn\0pos\0\0%elapsed\0\0%\1\4\28\2\0\28\3\0\28dx\0\1\26\1\3\23\2\0\23\3\0\23dz\0\1\21\1\3\18\2\0\18\3\0\18dy\0\1\16\0\0"), ["mod_origin"] = "tnt", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}}}, ["moreblocks:slab_stone_14"] = {["node_box"] = _[4191], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4191], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (14/16)"}, ["moreblocks:micro_meselamp_14"] = {["node_box"] = _[4193], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[4193], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["moreblocks:slab_circle_stone_bricks"] = {["node_box"] = _[4195], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4195], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_circle_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slab (8/16)"}, ["moreblocks:slab_obsidian_glass_quarter"] = {["node_box"] = _[4197], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4197], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (4/16)"}, ["default:dirt"] = {["tiles"] = {"default_dirt.png"}, ["soil"] = {["base"] = "default:dirt", ["dry"] = "farming:soil", ["wet"] = "farming:soil_wet"}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["groups"] = {["soil"] = 1, ["crumbly"] = 3}, ["type"] = "node", ["name"] = "default:dirt", ["description"] = "Dirt"}, ["paintings:orange"] = {["tiles"] = {"paintings_orange.png"}, ["description"] = "Orange Painting", ["selection_box"] = _[4201], ["name"] = "paintings:orange", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[4201], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_orange.png", ["paramtype"] = "light", ["wield_image"] = "paintings_orange.png"}, ["moreblocks:micro_steelblock_2"] = {["node_box"] = _[4203], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4203], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_steelblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Microblock"}, ["stairs:stair_copperblock"] = {["tiles"] = _[4204], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[4205], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[4209], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_copperblock", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Copper Block Stair"}, ["moreblocks:slope_wood_inner"] = {["tiles"] = _[454], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:panel_sandstone"] = {["node_box"] = _[4211], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4211], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstone", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Panel"}, ["moreblocks:slope_obsidian_glass_inner"] = {["tiles"] = _[351], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:slope_glass_outer_cut"] = {["tiles"] = _[371], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slope_cobble_compressed_outer_cut"] = {["tiles"] = _[215], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_obsidian_glass_cut"] = {["tiles"] = _[351], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:micro_goldblock"] = {["node_box"] = _[4213], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4213], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_goldblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Microblock"}, ["moreblocks:slope_obsidian_glass_outer_half"] = {["tiles"] = _[351], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["farming:cotton_7"] = {["tiles"] = {"farming_cotton_7.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 2, ["items"] = {"farming:cotton"}}, {["rarity"] = 4, ["items"] = {"farming:cotton"}}, {["rarity"] = 2, ["items"] = {"farming:seed_cotton"}}, {["rarity"] = 4, ["items"] = {"farming:seed_cotton"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:cotton_7", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["cotton"] = 7, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:slope_obsidian_glass_outer_cut_half_raised"] = {["tiles"] = _[351], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:slope_obsidian_glass_half"] = {["tiles"] = _[351], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:micro_grey_bricks"] = {["node_box"] = _[4215], ["light_source"] = 0, ["tiles"] = _[722], ["groups"] = _[723], ["selection_box"] = _[4215], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_grey_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Bricks Microblock"}, ["wool:blue"] = {["tiles"] = {"wool_blue.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:blue", ["description"] = "Blue Wool"}, ["moreblocks:panel_obsidian_glass"] = {["node_box"] = _[4217], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4217], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["moreblocks:slope_stonebrick_outer_cut"] = {["tiles"] = _[1369], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_circle_stone_bricks_outer_cut_half_raised"] = {["tiles"] = _[577], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_brick_outer"] = {["tiles"] = _[112], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:slope_cobble_compressed_half_raised"] = {["tiles"] = _[215], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_tar_outer_cut_half"] = {["tiles"] = _[234], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:micro_cactus_brick_4"] = {["node_box"] = _[4219], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[4219], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_brick_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Microblock"}, ["default:obsidian"] = {["tiles"] = _[486], ["sounds"] = _[491], ["mod_origin"] = "default", ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:obsidian", ["description"] = "Obsidian"}, ["moreblocks:panel_wood_2"] = {["node_box"] = _[4221], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4221], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Panel"}, ["moreblocks:slope_pinetree_cut"] = {["tiles"] = _[288], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[289], ["name"] = "moreblocks:slope_pinetree_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[293], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Tree Slope"}, ["moreblocks:micro_circle_stone_bricks_1"] = {["node_box"] = _[4223], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4223], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:micro_cactus_checker_15"] = {["node_box"] = _[4225], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[4225], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cactus_checker_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Microblock"}, ["moreblocks:stair_cactus_checker_right_half"] = {["node_box"] = _[4229], ["light_source"] = 0, ["tiles"] = _[377], ["groups"] = _[378], ["selection_box"] = _[4229], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_checker_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Checker Stairs"}, ["moreblocks:micro_glow_glass_15"] = {["node_box"] = _[4231], ["light_source"] = 11, ["tiles"] = _[20], ["groups"] = _[21], ["selection_box"] = _[4231], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glow_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Glow Glass Microblock"}, ["moreblocks:stair_stonebrick_alt"] = {["node_box"] = _[4235], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4235], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:stair_stonebrick_alt_2"] = {["node_box"] = _[4239], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4239], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:stair_stonebrick_right_half"] = {["node_box"] = _[4243], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4243], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:slab_coal_stone_bricks_14"] = {["node_box"] = _[4245], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[4245], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (14/16)"}, ["moreblocks:slab_stonebrick_15"] = {["node_box"] = _[4247], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4247], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (15/16)"}, ["maptools:sandstone_brick"] = {["tiles"] = {"default_sandstone_brick.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:sandstone_brick", ["range"] = 12, ["description"] = "Unbreakable Sandstone Brick"}, ["moreblocks:slab_jungletree_14"] = {["node_box"] = _[4249], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4249], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_jungletree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Slab (14/16)"}, ["moreblocks:slab_stonebrick_1"] = {["node_box"] = _[4251], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4251], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Slab (1/16)"}, ["moreblocks:slope_jungletree"] = {["tiles"] = _[26], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[33], ["name"] = "moreblocks:slope_jungletree", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[37], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Jungle Tree Slope"}, ["moreblocks:micro_stone_12"] = {["node_box"] = _[4253], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4253], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone_12", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["throwing:arrow_teleport_box"] = {["node_box"] = _[4266], ["name"] = "throwing:arrow_teleport_box", ["selection_box"] = _[4266], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_teleport.png", "throwing_arrow_teleport.png", "throwing_arrow_teleport_back.png", "throwing_arrow_teleport_front.png", "throwing_arrow_teleport_2.png", "throwing_arrow_teleport.png"}}, ["moreblocks:slope_stonebrick_inner"] = {["tiles"] = _[1369], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_desert_stonebrick"] = {["tiles"] = _[559], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:panel_split_stone_tile_4"] = {["node_box"] = _[4268], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4268], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:slope_stonebrick_outer_half"] = {["tiles"] = _[1369], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["default:junglegrass"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 8, ["items"] = {"farming:seed_cotton"}}, {["items"] = {"default:junglegrass"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["paramtype"] = "light", ["description"] = "Jungle Grass", ["inventory_image"] = "default_junglegrass.png", ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["waving"] = 1, ["walkable"] = false, ["tiles"] = {"default_junglegrass.png"}, ["sunlight_propagates"] = true, ["type"] = "node", ["groups"] = {["attached_node"] = 1, ["snappy"] = 3, ["flora"] = 1, ["flammable"] = 2}, ["name"] = "default:junglegrass", ["wield_image"] = "default_junglegrass.png"}, ["moreblocks:panel_stonebrick_14"] = {["node_box"] = _[4270], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4270], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["stairs:slab_copperblock"] = {["tiles"] = _[4204], ["selection_box"] = _[4272], ["is_ground_content"] = false, ["groups"] = _[4205], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[4209], ["name"] = "stairs:slab_copperblock", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[4272], ["paramtype"] = "light", ["description"] = "Copper Block Slab"}, ["moreblocks:stair_split_stone_tile_right_half"] = {["node_box"] = _[4276], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4276], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:slope_stonebrick_outer_cut_half"] = {["tiles"] = _[1369], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_stonebrick_half"] = {["tiles"] = _[1369], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:micro_all_faces_tree_12"] = {["node_box"] = _[4278], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[4278], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:clean_glass"] = {["tiles"] = _[195], ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sounds"] = _[25], ["name"] = "moreblocks:clean_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sunlight_propagates"] = true, ["paramtype"] = "light", ["description"] = "Clean Glass"}, ["moreblocks:slope_stonebrick_inner_half_raised"] = {["tiles"] = _[1369], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_glass_outer_cut_half_raised"] = {["tiles"] = _[371], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slope_all_faces_tree_outer_cut_half"] = {["tiles"] = _[284], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slope_mossycobble_outer_cut_half_raised"] = {["tiles"] = _[69], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:micro_desert_stonebrick_1"] = {["node_box"] = _[4280], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4280], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:panel_obsidian_1"] = {["node_box"] = _[4282], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4282], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:panel_stonebrick_15"] = {["node_box"] = _[4284], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4284], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["moreblocks:panel_stonebrick_4"] = {["node_box"] = _[4286], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4286], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["moreblocks:slope_cactus_brick_half"] = {["tiles"] = _[263], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_iron_stone_half_raised"] = {["tiles"] = _[257], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:slope_sandstone_half"] = {["tiles"] = _[3], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:micro_stonebrick_12"] = {["node_box"] = _[4288], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4288], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["stairs:slab_sandstonebrick"] = {["tiles"] = _[4147], ["selection_box"] = _[4290], ["is_ground_content"] = false, ["groups"] = _[4148], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[4152], ["name"] = "stairs:slab_sandstonebrick", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[4290], ["paramtype"] = "light", ["description"] = "Sandstone Brick Slab"}, ["moreblocks:slope_super_glow_glass_cut"] = {["tiles"] = _[165], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[175], ["name"] = "moreblocks:slope_super_glow_glass_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 15, ["on_place"] = _[9], ["description"] = "Super Glow Glass Slope"}, ["moreblocks:slope_copperblock_half"] = {["tiles"] = _[157], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:micro_wood_tile_full_2"] = {["node_box"] = _[4292], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[4292], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile_full_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Microblock"}, ["moreblocks:panel_jungletree_15"] = {["node_box"] = _[4294], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4294], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:slope_obsidian_inner_cut_half"] = {["tiles"] = _[486], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:slope_all_faces_tree_inner_half"] = {["tiles"] = _[284], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:stair_desert_stonebrick_half"] = {["node_box"] = _[4298], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4298], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:stair_desert_stonebrick_right_half"] = {["node_box"] = _[4302], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4302], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_stonebrick_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Stairs"}, ["moreblocks:stair_sandstonebrick"] = {["node_box"] = _[4306], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4306], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:slab_goldblock_three_quarter"] = {["node_box"] = _[4308], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4308], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_goldblock_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Slab (12/16)"}, ["moreblocks:slab_desert_stonebrick_14"] = {["node_box"] = _[4310], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4310], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slab (14/16)"}, ["moreblocks:slope_split_stone_tile_inner_cut"] = {["tiles"] = _[180], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:micro_stonebrick_4"] = {["node_box"] = _[4312], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4312], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stonebrick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Microblock"}, ["moreblocks:slope_desert_stonebrick_inner_cut"] = {["tiles"] = _[559], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slab_desert_stone_2"] = {["node_box"] = _[4314], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4314], ["groups"] = _[447], ["name"] = "moreblocks:slab_desert_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_desert_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Slab (2/16)"}, ["moreblocks:slope_desert_stonebrick_inner_half"] = {["tiles"] = _[559], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:micro_pinewood_12"] = {["node_box"] = _[4316], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4316], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_pinewood_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Microblock"}, ["moreblocks:stair_steelblock_alt_4"] = {["node_box"] = _[4320], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4320], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:slope_desert_stonebrick_outer_cut_half"] = {["tiles"] = _[559], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slab_diamondblock_14"] = {["node_box"] = _[4322], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4322], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (14/16)"}, ["moreblocks:stair_wood_tile_full_alt"] = {["node_box"] = _[4326], ["light_source"] = 0, ["tiles"] = _[395], ["groups"] = _[396], ["selection_box"] = _[4326], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_full_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Full Wooden Tile Stairs"}, ["moreblocks:stair_goldblock_half"] = {["node_box"] = _[4330], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4330], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_goldblock_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Stairs"}, ["moreblocks:panel_desert_stonebrick_12"] = {["node_box"] = _[4332], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4332], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:slope_junglewood_outer_cut_half"] = {["tiles"] = _[12], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slab_split_stone_tile_quarter"] = {["node_box"] = _[4334], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4334], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (4/16)"}, ["moreblocks:panel_desert_stonebrick_1"] = {["node_box"] = _[4336], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4336], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:panel_desert_stonebrick_14"] = {["node_box"] = _[4338], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4338], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_desert_stonebrick_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Panel"}, ["moreblocks:slope_sandstone_outer"] = {["tiles"] = _[3], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:stair_meselamp_outer"] = {["node_box"] = _[4342], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[4342], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_meselamp_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Stairs"}, ["moreblocks:micro_circle_stone_bricks_15"] = {["node_box"] = _[4344], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4344], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_circle_stone_bricks_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Microblock"}, ["moreblocks:panel_stonebrick_2"] = {["node_box"] = _[4346], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4346], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["moreblocks:micro_coal_stone_bricks_2"] = {["node_box"] = _[4348], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[4348], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Microblock"}, ["moreblocks:stair_sandstonebrick_half"] = {["node_box"] = _[4352], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4352], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:micro_jungletree_14"] = {["node_box"] = _[4354], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4354], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:stair_sandstonebrick_right_half"] = {["node_box"] = _[4358], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4358], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:stair_tree_outer"] = {["node_box"] = _[4362], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[4362], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tree_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Stairs"}, ["moreblocks:micro_desert_stonebrick"] = {["node_box"] = _[4364], ["light_source"] = 0, ["tiles"] = _[559], ["groups"] = _[560], ["selection_box"] = _[4364], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[564], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Brick Microblock"}, ["moreblocks:panel_circle_stone_bricks"] = {["node_box"] = _[4366], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4366], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:slope_sandstonebrick_inner"] = {["tiles"] = _[407], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_sandstonebrick_outer_half"] = {["tiles"] = _[407], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_sandstonebrick_outer_cut_half"] = {["tiles"] = _[407], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_sandstonebrick_inner_cut_half_raised"] = {["tiles"] = _[407], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_sandstonebrick_inner_half_raised"] = {["tiles"] = _[407], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[408], ["name"] = "moreblocks:slope_sandstonebrick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[412], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Brick Slope"}, ["moreblocks:slope_meselamp_cut"] = {["tiles"] = _[240], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:stair_diamondblock_half"] = {["node_box"] = _[4370], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4370], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_diamondblock_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Stairs"}, ["moreblocks:panel_sandstonebrick_2"] = {["node_box"] = _[4372], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4372], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_sandstonebrick_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Panel"}, ["moreblocks:stair_wood_alt_1"] = {["node_box"] = _[4376], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4376], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Stairs"}, ["moreblocks:slope_wood_outer_cut_half"] = {["tiles"] = _[454], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[455], ["name"] = "moreblocks:slope_wood_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[459], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Wooden Planks Slope"}, ["moreblocks:micro_split_stone_tile_12"] = {["node_box"] = _[4378], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4378], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:slope_iron_checker_outer_half_raised"] = {["tiles"] = _[91], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slab_iron_checker_quarter"] = {["node_box"] = _[4380], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4380], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (4/16)"}, ["moreblocks:micro_sandstonebrick_1"] = {["node_box"] = _[4382], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4382], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstonebrick_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Microblock"}, ["stairs:slab_pine_wood"] = {["tiles"] = _[2866], ["selection_box"] = _[4384], ["is_ground_content"] = false, ["groups"] = _[2867], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[2871], ["name"] = "stairs:slab_pine_wood", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[4384], ["paramtype"] = "light", ["description"] = "Pine Wood Slab"}, ["moreblocks:slope_mossycobble_inner"] = {["tiles"] = _[69], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:stair_obsidian_glass_alt_4"] = {["node_box"] = _[4388], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4388], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:stair_obsidianbrick_alt_1"] = {["node_box"] = _[4392], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[4392], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidianbrick_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Stairs"}, ["moreblocks:panel_stonebrick"] = {["node_box"] = _[4394], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4394], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_stonebrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Panel"}, ["default:snowblock"] = {["tiles"] = {"default_snow.png"}, ["sounds"] = {["dug"] = {["name"] = "default_snow_footstep", ["gain"] = 0.75}, ["footstep"] = {["name"] = "default_snow_footstep", ["gain"] = 0.25}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "default", ["groups"] = {["puts_out_fire"] = 1, ["crumbly"] = 3}, ["type"] = "node", ["name"] = "default:snowblock", ["description"] = "Snow Block"}, ["moreblocks:coal_stone_bricks"] = {["tiles"] = _[331], ["sounds"] = _[66], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:coal_stone_bricks", ["description"] = "Coal Stone Bricks"}, ["moreblocks:panel_wood_tile_1"] = {["node_box"] = _[4396], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[4396], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Panel"}, ["stairs:slab_bronzeblock"] = {["tiles"] = _[3996], ["selection_box"] = _[4398], ["is_ground_content"] = false, ["groups"] = _[3997], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[4001], ["name"] = "stairs:slab_bronzeblock", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[4398], ["paramtype"] = "light", ["description"] = "Bronze Block Slab"}, ["moreblocks:slope_obsidianbrick_inner"] = {["tiles"] = _[40], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slab_obsidian_1"] = {["node_box"] = _[4400], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4400], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Slab (1/16)"}, ["moreblocks:stair_desert_stone_alt_1"] = {["node_box"] = _[4404], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4404], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_alt_1", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_alt_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_obsidianbrick_inner_cut_half"] = {["tiles"] = _[40], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:slope_mossycobble_outer_cut_half"] = {["tiles"] = _[69], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["xpanes:pane_13"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[1113], _[93]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_13", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[1114], _[100]}}}, ["moreblocks:slab_wood_1"] = {["node_box"] = _[4406], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4406], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (1/16)"}, ["moreblocks:slope_obsidianbrick_inner_half_raised"] = {["tiles"] = _[40], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:panel_obsidianbrick"] = {["node_box"] = _[4408], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[4408], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidianbrick", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Panel"}, ["moreblocks:micro_cobble_4"] = {["node_box"] = _[4410], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[4410], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Microblock"}, ["moreblocks:micro_obsidianbrick_15"] = {["node_box"] = _[4412], ["light_source"] = 0, ["tiles"] = _[40], ["groups"] = _[41], ["selection_box"] = _[4412], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidianbrick_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[45], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Brick Microblock"}, ["moreblocks:panel_goldblock_12"] = {["node_box"] = _[4414], ["light_source"] = 0, ["tiles"] = _[337], ["groups"] = _[338], ["selection_box"] = _[4414], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_goldblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[342], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Gold Block Panel"}, ["moreblocks:panel_iron_checker"] = {["node_box"] = _[4416], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4416], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:stair_coal_stone_outer"] = {["node_box"] = _[4420], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4420], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:stair_junglewood_alt_4"] = {["node_box"] = _[4424], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4424], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:slab_coal_checker_quarter"] = {["node_box"] = _[4426], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4426], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_checker_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Slab (4/16)"}, ["moreblocks:panel_wood_tile_center_2"] = {["node_box"] = _[4428], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[4428], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_wood_tile_center_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Panel"}, ["maptools:damage_4"] = {["inventory_image"] = "default_steel_block.png^farming_cotton_4.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:damage_4", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 4, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Damaging Block (4)"}, ["xpanes:bar_11"] = {["tiles"] = {"xpanes_space.png", "xpanes_space.png", "xpanes_bar.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[225], _[367]}}, ["groups"] = _[95], ["drawtype"] = "nodebox", ["drop"] = "xpanes:bar", ["sounds"] = _[99], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:bar_11", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[231], _[368]}}}, ["moreblocks:slab_coal_stone_14"] = {["node_box"] = _[4430], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4430], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (14/16)"}, ["moreblocks:panel_super_glow_glass_12"] = {["node_box"] = _[4432], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[4432], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_coal_stone"] = {["tiles"] = _[315], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_iron_checker_4"] = {["node_box"] = _[4434], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4434], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:all_faces_tree"] = {["tiles"] = _[284], ["type"] = "node", ["sounds"] = _[188], ["mod_origin"] = "moreblocks", ["groups"] = {["choppy"] = 2, ["tree"] = 1, ["snappy"] = 1, ["oddly_breakable_by_hand"] = 1, ["flammable"] = 2}, ["furnace_burntime"] = 30, ["name"] = "moreblocks:all_faces_tree", ["description"] = "All-faces Tree"}, ["moreblocks:slope_coal_stone_inner"] = {["tiles"] = _[315], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slope_coal_stone_cut"] = {["tiles"] = _[315], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:wood_tile_center"] = {["sounds"] = _[188], ["tiles"] = _[238], ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_center", ["description"] = "Centered Wooden Tile"}, ["moreblocks:slope_sandstone_cut"] = {["tiles"] = _[3], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_sandstone_inner_cut_half_raised"] = {["tiles"] = _[3], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[4], ["name"] = "moreblocks:slope_sandstone_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[8], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Sandstone Slope"}, ["moreblocks:slope_coal_stone_inner_half"] = {["tiles"] = _[315], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:stair_copperblock_alt_4"] = {["node_box"] = _[4438], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[4438], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_copperblock_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Stairs"}, ["moreblocks:slope_coal_stone_outer_half_raised"] = {["tiles"] = _[315], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slope_coal_stone_outer_cut_half"] = {["tiles"] = _[315], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:slope_coal_stone_inner_cut_half_raised"] = {["tiles"] = _[315], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_cobble_2"] = {["node_box"] = _[4440], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[4440], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:slope_cobble_outer"] = {["tiles"] = _[79], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[80], ["name"] = "moreblocks:slope_cobble_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[84], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cobblestone Slope"}, ["moreblocks:stair_iron_checker_right_half"] = {["node_box"] = _[4444], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4444], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:slope_coal_stone_inner_half_raised"] = {["tiles"] = _[315], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_coal_stone_2"] = {["node_box"] = _[4446], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4446], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:panel_coal_stone_15"] = {["node_box"] = _[4448], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4448], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:panel_coal_stone_4"] = {["node_box"] = _[4450], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4450], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:panel_coal_stone_1"] = {["node_box"] = _[4452], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4452], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:panel_coal_stone_14"] = {["node_box"] = _[4454], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4454], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Panel"}, ["moreblocks:micro_jungletree_12"] = {["node_box"] = _[4456], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4456], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_jungletree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Microblock"}, ["moreblocks:micro_coal_stone"] = {["node_box"] = _[4458], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4458], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:panel_tree_1"] = {["node_box"] = _[4460], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[4460], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:panel_cobble_4"] = {["node_box"] = _[4462], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[4462], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Panel"}, ["moreblocks:panel_bronzeblock_4"] = {["node_box"] = _[4464], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[4464], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_bronzeblock_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Panel"}, ["moreblocks:slope_split_stone_tile_alt_outer_cut_half_raised"] = {["tiles"] = _[108], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[109], ["name"] = "moreblocks:slope_split_stone_tile_alt_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Slope"}, ["moreblocks:micro_coal_stone_14"] = {["node_box"] = _[4466], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4466], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:slope_stonebrick_inner_cut_half_raised"] = {["tiles"] = _[1369], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_obsidian_outer_cut_half_raised"] = {["tiles"] = _[486], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:micro_split_stone_tile_alt_2"] = {["node_box"] = _[4468], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[4468], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_alt_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Microblock"}, ["moreblocks:stair_iron_checker_inner"] = {["node_box"] = _[4473], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4473], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:stair_iron_checker_alt_1"] = {["node_box"] = _[4477], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4477], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_checker_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Stairs"}, ["moreblocks:stair_obsidian_glass_half"] = {["node_box"] = _[4481], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4481], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_obsidian_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Stairs"}, ["moreblocks:slab_obsidian_glass_2"] = {["node_box"] = _[4483], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4483], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (2/16)"}, ["moreblocks:slab_iron_checker"] = {["node_box"] = _[4485], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4485], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Slab (8/16)"}, ["moreblocks:slab_coal_stone_bricks_2"] = {["node_box"] = _[4487], ["light_source"] = 0, ["tiles"] = _[331], ["groups"] = _[332], ["selection_box"] = _[4487], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_bricks_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slab (2/16)"}, ["moreblocks:slope_iron_checker_outer_cut"] = {["tiles"] = _[91], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slope_desert_stonebrick_half"] = {["tiles"] = _[559], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[560], ["name"] = "moreblocks:slope_desert_stonebrick_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[564], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Desert Stone Brick Slope"}, ["moreblocks:slope_iron_checker_outer_half"] = {["tiles"] = _[91], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:stair_cobble_alt_2"] = {["node_box"] = _[4491], ["light_source"] = 0, ["tiles"] = _[79], ["groups"] = _[80], ["selection_box"] = _[4491], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[84], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Cobblestone Stairs"}, ["default:acacia_leaves"] = {["tiles"] = {"default_acacia_leaves.png"}, ["visual_scale"] = 1.3, ["is_ground_content"] = false, ["groups"] = {["leaves"] = 1, ["leafdecay"] = 3, ["snappy"] = 3, ["flammable"] = 2}, ["after_place_node"] = _[1112], ["drawtype"] = "allfaces_optional", ["drop"] = {["max_items"] = 1, ["items"] = {{["rarity"] = 20, ["items"] = {"default:acacia_sapling"}}, {["items"] = {"default:acacia_leaves"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "default:acacia_leaves", ["mod_origin"] = "default", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["description"] = "Acacia Leaves"}, ["farming:wheat_1"] = {["tiles"] = {"farming_wheat_1.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.5, -0.5, -0.5, 0.5, -0.3125, 0.5}}, ["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["rarity"] = 8, ["items"] = {"farming:wheat"}}, {["rarity"] = 16, ["items"] = {"farming:wheat"}}, {["rarity"] = 8, ["items"] = {"farming:seed_wheat"}}, {["rarity"] = 16, ["items"] = {"farming:seed_wheat"}}}}, ["waving"] = 1, ["walkable"] = false, ["name"] = "farming:wheat_1", ["mod_origin"] = "farming", ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["paramtype"] = "light", ["groups"] = {["not_in_creative_inventory"] = 1, ["wheat"] = 1, ["flammable"] = 2, ["snappy"] = 3, ["attached_node"] = 1, ["plant"] = 1}}, ["moreblocks:panel_glass_4"] = {["node_box"] = _[4493], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[4493], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:slope_clean_glass_outer"] = {["tiles"] = _[195], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slab_clean_glass_1"] = {["node_box"] = _[4495], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4495], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (1/16)"}, ["moreblocks:slope_iron_checker_inner_cut_half_raised"] = {["tiles"] = _[91], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slope_iron_checker_inner_half_raised"] = {["tiles"] = _[91], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:stair_coal_stone"] = {["node_box"] = _[4499], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4499], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Stairs"}, ["moreblocks:slope_stonebrick_half_raised"] = {["tiles"] = _[1369], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:panel_iron_checker_2"] = {["node_box"] = _[4501], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4501], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_iron_checker_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Panel"}, ["moreblocks:slope_obsidian_glass_inner_cut_half"] = {["tiles"] = _[351], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[352], ["name"] = "moreblocks:slope_obsidian_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[356], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Glass Slope"}, ["moreblocks:stair_circle_stone_bricks"] = {["node_box"] = _[4505], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4505], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:micro_sandstone"] = {["node_box"] = _[4507], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4507], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_sandstone", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Microblock"}, ["moreblocks:slab_sandstone_1"] = {["node_box"] = _[4509], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4509], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_sandstone_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Slab (1/16)"}, ["moreblocks:slope_iron_stone_inner_cut_half"] = {["tiles"] = _[257], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[258], ["name"] = "moreblocks:slope_iron_stone_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Slope"}, ["moreblocks:micro_iron_checker_4"] = {["node_box"] = _[4511], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4511], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:slab_desert_cobble_three_quarter"] = {["node_box"] = _[4513], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[4513], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_desert_cobble_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Slab (12/16)"}, ["moreblocks:panel_pinewood_4"] = {["node_box"] = _[4515], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4515], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:stair_circle_stone_bricks_alt_1"] = {["node_box"] = _[4519], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4519], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_alt_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:stair_circle_stone_bricks_alt_4"] = {["node_box"] = _[4523], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4523], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_circle_stone_bricks_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Stairs"}, ["moreblocks:slope_tar"] = {["tiles"] = _[234], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slab_obsidian_glass_three_quarter"] = {["node_box"] = _[4525], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4525], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_obsidian_glass_three_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Slab (12/16)"}, ["moreblocks:slope_circle_stone_bricks_cut"] = {["tiles"] = _[577], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_glass_inner_cut_half_raised"] = {["tiles"] = _[371], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[372], ["name"] = "moreblocks:slope_glass_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[376], ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Glass Slope"}, ["moreblocks:slope_circle_stone_bricks_outer_half"] = {["tiles"] = _[577], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:slope_circle_stone_bricks_inner_half"] = {["tiles"] = _[577], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:panel_obsidian_glass_4"] = {["node_box"] = _[4527], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4527], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Panel"}, ["moreblocks:slope_split_stone_tile_inner_cut_half_raised"] = {["tiles"] = _[180], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:micro_stone"] = {["node_box"] = _[4529], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4529], ["groups"] = _[220], ["name"] = "moreblocks:micro_stone", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:micro_cobble", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Microblock"}, ["moreblocks:micro_junglewood_15"] = {["node_box"] = _[4531], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4531], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:slope_circle_stone_bricks_inner_half_raised"] = {["tiles"] = _[577], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["default:ice"] = {["tiles"] = {"default_ice.png"}, ["is_ground_content"] = false, ["groups"] = {["puts_out_fire"] = 1, ["cracky"] = 3}, ["sounds"] = {["dug"] = {["name"] = "default_break_glass", ["gain"] = 1}, ["footstep"] = {["name"] = "default_glass_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "default", ["type"] = "node", ["paramtype"] = "light", ["name"] = "default:ice", ["description"] = "Ice"}, ["moreblocks:slope_goldblock_inner_half_raised"] = {["tiles"] = _[337], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["moreblocks:slope_meselamp_outer_cut_half"] = {["tiles"] = _[240], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[528], ["name"] = "moreblocks:slope_meselamp_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[244], ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 14, ["on_place"] = _[9], ["description"] = "Mese Lamp Slope"}, ["moreblocks:panel_circle_stone_bricks_4"] = {["node_box"] = _[4533], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4533], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:slab_cactus_brick_15"] = {["node_box"] = _[4535], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[4535], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cactus_brick_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Slab (15/16)"}, ["moreblocks:slope_obsidian_inner_cut"] = {["tiles"] = _[486], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[487], ["name"] = "moreblocks:slope_obsidian_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[491], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Slope"}, ["moreblocks:micro_mossycobble_2"] = {["node_box"] = _[4537], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[4537], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_mossycobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Microblock"}, ["moreblocks:panel_coal_checker_1"] = {["node_box"] = _[4539], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4539], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_coal_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Panel"}, ["moreblocks:trap_super_glow_glass"] = {["tiles"] = {"moreblocks_trap_super_glow_glass.png"}, ["no_stairs"] = true, ["light_source"] = 15, ["groups"] = {["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["cracky"] = 3}, ["drawtype"] = "glasslike_framed_optional", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "moreblocks:trap_super_glow_glass", ["mod_origin"] = "moreblocks", ["type"] = "node", ["sounds"] = _[25], ["paramtype"] = "light", ["description"] = "Trap Super Glow Glass"}, ["moreblocks:slope_coal_checker_outer_cut_half"] = {["tiles"] = _[61], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:stair_cobble_compressed_inner"] = {["node_box"] = _[4544], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4544], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cobble_compressed_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Stairs"}, ["moreblocks:stair_stone_outer"] = {["node_box"] = _[4548], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4548], ["groups"] = _[220], ["name"] = "moreblocks:stair_stone_outer", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_cobble_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Stairs"}, ["moreblocks:stair_split_stone_tile_inner"] = {["node_box"] = _[4553], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4553], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["maptools:kill"] = {["inventory_image"] = "default_steel_block.png^dye_black.png", ["stack_max"] = 10000, ["mod_origin"] = "maptools", ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:kill", ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["paramtype"] = "light", ["damage_per_second"] = 20, ["type"] = "node", ["drawtype"] = "airlike", ["range"] = 12, ["description"] = "Kill Block"}, ["moreblocks:stair_iron_stone_half"] = {["node_box"] = _[4557], ["light_source"] = 0, ["tiles"] = _[257], ["groups"] = _[258], ["selection_box"] = _[4557], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_iron_stone_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Stairs"}, ["moreblocks:slab_cobble_compressed_14"] = {["node_box"] = _[4559], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4559], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (14/16)"}, ["moreblocks:panel_stone_14"] = {["node_box"] = _[4561], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4561], ["groups"] = _[220], ["name"] = "moreblocks:panel_stone_14", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:panel_cobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Panel"}, ["moreblocks:panel_diamondblock_1"] = {["node_box"] = _[4563], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4563], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_stonebrick_inner_half"] = {["tiles"] = _[1369], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_copperblock_cut"] = {["tiles"] = _[157], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_cobble_compressed_inner_cut"] = {["tiles"] = _[215], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:micro_meselamp_12"] = {["node_box"] = _[4565], ["light_source"] = 14, ["tiles"] = _[240], ["groups"] = _[528], ["selection_box"] = _[4565], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_meselamp_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[244], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mese Lamp Microblock"}, ["wool:black"] = {["tiles"] = {"wool_black.png"}, ["mod_origin"] = "wool", ["sounds"] = {["dug"] = {["name"] = "default_dug_node", ["gain"] = 0.25}, ["footstep"] = {["name"] = "", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["is_ground_content"] = false, ["groups"] = {["choppy"] = 2, ["wool"] = 1, ["snappy"] = 2, ["oddly_breakable_by_hand"] = 3, ["flammable"] = 3}, ["type"] = "node", ["name"] = "wool:black", ["description"] = "Black Wool"}, ["moreblocks:micro_brick_4"] = {["node_box"] = _[4567], ["light_source"] = 0, ["tiles"] = _[112], ["groups"] = _[113], ["selection_box"] = _[4567], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_brick_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[117], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Brick Block Microblock"}, ["moreblocks:slope_brick"] = {["tiles"] = _[112], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[113], ["name"] = "moreblocks:slope_brick", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[117], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Brick Block Slope"}, ["moreblocks:panel_circle_stone_bricks_12"] = {["node_box"] = _[4569], ["light_source"] = 0, ["tiles"] = _[577], ["groups"] = _[578], ["selection_box"] = _[4569], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_circle_stone_bricks_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Panel"}, ["moreblocks:slope_cobble_compressed_outer_half_raised"] = {["tiles"] = _[215], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:slope_cobble_compressed_inner_cut_half_raised"] = {["tiles"] = _[215], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:micro_wood_15"] = {["node_box"] = _[4571], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4571], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Microblock"}, ["stairs:stair_wood"] = {["tiles"] = _[4572], ["collision_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {{-0.5, -0.5, -0.5, 0.5, 0, 0.5}, {-0.5, 0, 0, 0.5, 0.5, 0.5}}}, ["is_ground_content"] = false, ["groups"] = _[4573], ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[4577], ["mesh"] = "stairs_stair.obj", ["name"] = "stairs:stair_wood", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.lua\3\0\3\12\0\12\0042~1\0297\3\0\2\6\3\1\0T\3\1€H\0\2\0007\3\2\0027\4\3\2'\5\0\0\16\7\1\0007\6\4\1>\6\2\2\15\0\6\0T\7\18€3\7\6\0007\8\5\0047\9\5\6\31\8\9\8:\8\5\0077\8\7\0047\9\7\6\31\8\9\8:\8\7\0077\8\8\0047\9\8\6\31\8\9\8:\8\8\0074\8\9\0007\8\ +\8\16\9\7\0>\8\2\2\16\5\8\0007\7\7\3\21\7\0\0077\8\7\4\5\7\8\0T\7\8€\20\5\1\5\9\5\2\0T\7\2€'\5\23\0T\7\3€\9\5\3\0T\7\1€'\5\21\0004\7\9\0007\7\11\7\16\8\0\0\16\9\1\0\16\ +\2\0\16\11\5\0@\7\5\0\15item_place\19dir_to_facedir\13minetest\6z\6y\1\0\0\6x\11getpos\ +above\ +under\9node\9type\2(*.\1\1\1\2\5\6\7\9\9\9\ +\ +\11\12\12\12\12\13\13\13\13\14\14\14\14\16\16\16\16\16\19\19\19\19\19\20\21\21\22\22\23\23\24\28\28\28\28\28\28\28itemstack\0\0003placer\0\0003pointed_thing\0\0003p0\0\6-p1\0\1,param2\0\1+placer_pos\0\3(dir\0\15\5\0\0"), ["paramtype"] = "light", ["description"] = "Wooden Stair"}, ["moreblocks:slope_cobble_compressed_half"] = {["tiles"] = _[215], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[216], ["name"] = "moreblocks:slope_cobble_compressed_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slope"}, ["moreblocks:stair_sandstone_right_half"] = {["node_box"] = _[4581], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4581], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:panel_cobble_compressed_2"] = {["node_box"] = _[4583], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4583], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:panel_cobble_compressed_15"] = {["node_box"] = _[4585], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4585], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:panel_cobble_compressed_4"] = {["node_box"] = _[4587], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4587], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_cobble_compressed_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Panel"}, ["moreblocks:slab_coal_stone"] = {["node_box"] = _[4589], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4589], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (8/16)"}, ["moreblocks:slope_plankstone_half"] = {["tiles"] = _[251], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:stair_jungletree_half"] = {["node_box"] = _[4593], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4593], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_jungletree_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Stairs"}, ["maptools:slab_grass_8"] = {["tiles"] = {"default_grass.png", "default_dirt.png", "default_dirt.png^maptools_grass_side_8.png"}, ["stack_max"] = 10000, ["selection_box"] = _[4595], ["node_box"] = _[4595], ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["name"] = "maptools:slab_grass_8", ["drawtype"] = "nodebox", ["drop"] = "", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.4}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["paramtype2"] = "facedir", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Grass Slab"}, ["moreblocks:micro_junglewood_2"] = {["node_box"] = _[4597], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4597], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_junglewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Microblock"}, ["moreblocks:stair_coal_checker_half"] = {["node_box"] = _[4601], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4601], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:stair_plankstone_alt_4"] = {["node_box"] = _[4605], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4605], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_alt_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:stair_plankstone_alt"] = {["node_box"] = _[4609], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4609], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:stair_plankstone_right_half"] = {["node_box"] = _[4613], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4613], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:slab_plankstone_15"] = {["node_box"] = _[4615], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4615], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (15/16)"}, ["moreblocks:slab_plankstone_2"] = {["node_box"] = _[4617], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4617], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (2/16)"}, ["moreblocks:slab_plankstone_14"] = {["node_box"] = _[4619], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4619], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (14/16)"}, ["moreblocks:micro_glass_2"] = {["node_box"] = _[4621], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[4621], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Microblock"}, ["moreblocks:slab_plankstone_three_quarter"] = {["node_box"] = _[4623], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4623], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (12/16)"}, ["moreblocks:slab_mossycobble_14"] = {["node_box"] = _[4625], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[4625], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_mossycobble_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slab (14/16)"}, ["moreblocks:slope_clean_glass_inner_cut_half"] = {["tiles"] = _[195], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slab_stone_tile"] = {["node_box"] = _[4627], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[4627], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_stone_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Slab (8/16)"}, ["moreblocks:slope_plankstone_outer_cut"] = {["tiles"] = _[251], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_plankstone_inner"] = {["tiles"] = _[251], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_plankstone_cut"] = {["tiles"] = _[251], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:stair_sandstonebrick_outer"] = {["node_box"] = _[4631], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4631], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["moreblocks:slope_plankstone_outer_half"] = {["tiles"] = _[251], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[252], ["name"] = "moreblocks:slope_plankstone_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Plankstone Slope"}, ["moreblocks:slope_cactus_brick"] = {["tiles"] = _[263], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_tree_half"] = {["tiles"] = _[122], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:stair_bronzeblock_inner"] = {["node_box"] = _[4636], ["light_source"] = 0, ["tiles"] = _[205], ["groups"] = _[206], ["selection_box"] = _[4636], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_bronzeblock_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[210], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Bronze Block Stairs"}, ["moreblocks:panel_glass_15"] = {["node_box"] = _[4638], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[4638], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_glass_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Panel"}, ["moreblocks:micro_obsidian_14"] = {["node_box"] = _[4640], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4640], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Microblock"}, ["default:clay"] = {["tiles"] = {"default_clay.png"}, ["type"] = "node", ["description"] = "Clay", ["mod_origin"] = "default", ["groups"] = {["crumbly"] = 3}, ["sounds"] = {["dug"] = {["name"] = "default_dirt_footstep", ["gain"] = 1.5}, ["footstep"] = {["name"] = "default_dirt_footstep", ["gain"] = 1}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["name"] = "default:clay", ["drop"] = "default:clay_lump 4"}, ["default:copperblock"] = {["tiles"] = _[157], ["mod_origin"] = "default", ["sounds"] = _[162], ["is_ground_content"] = false, ["groups"] = {["level"] = 2, ["cracky"] = 1}, ["type"] = "node", ["name"] = "default:copperblock", ["description"] = "Copper Block"}, ["moreblocks:micro_iron_checker_1"] = {["node_box"] = _[4642], ["light_source"] = 0, ["tiles"] = _[91], ["groups"] = _[92], ["selection_box"] = _[4642], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_iron_checker_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Checker Microblock"}, ["moreblocks:micro_plankstone_2"] = {["node_box"] = _[4644], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4644], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:panel_plankstone_12"] = {["node_box"] = _[4646], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4646], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:slope_coal_stone_half"] = {["tiles"] = _[315], ["collision_box"] = _[32], ["selection_box"] = _[32], ["sounds"] = _[66], ["groups"] = _[322], ["name"] = "moreblocks:slope_coal_stone_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Slope"}, ["moreblocks:panel_plankstone_15"] = {["node_box"] = _[4648], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4648], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:panel_plankstone_1"] = {["node_box"] = _[4650], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4650], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:panel_plankstone_14"] = {["node_box"] = _[4652], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4652], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_plankstone_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Panel"}, ["moreblocks:micro_plankstone"] = {["node_box"] = _[4654], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4654], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:stair_sandstone_alt_4"] = {["node_box"] = _[4658], ["light_source"] = 0, ["tiles"] = _[3], ["groups"] = _[4], ["selection_box"] = _[4658], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstone_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[8], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Stairs"}, ["moreblocks:micro_plankstone_15"] = {["node_box"] = _[4660], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4660], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:micro_plankstone_4"] = {["node_box"] = _[4662], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4662], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_plankstone_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Microblock"}, ["moreblocks:slab_coal_stone_three_quarter"] = {["node_box"] = _[4664], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4664], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_coal_stone_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Slab (12/16)"}, ["default:fence_wood"] = {["tiles"] = {"default_wood.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.14285714285714, -0.5, -0.14285714285714, 0.14285714285714, 0.5, 0.14285714285714}}, ["is_ground_content"] = false, ["groups"] = {["oddly_breakable_by_hand"] = 2, ["choppy"] = 2, ["flammable"] = 2}, ["drawtype"] = "fencelike", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["name"] = "default:fence_wood", ["description"] = "Wooden Fence", ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_fence_overlay.png^default_wood.png^default_fence_overlay.png^[makealpha:255,126,126", ["paramtype"] = "light", ["wield_image"] = "default_fence_overlay.png^default_wood.png^default_fence_overlay.png^[makealpha:255,126,126"}, ["moreblocks:stair_cactus_brick_right_half"] = {["node_box"] = _[4668], ["light_source"] = 0, ["tiles"] = _[263], ["groups"] = _[264], ["selection_box"] = _[4668], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_cactus_brick_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Cactus Brick Stairs"}, ["moreblocks:slope_circle_stone_bricks_inner_cut_half"] = {["tiles"] = _[577], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[578], ["name"] = "moreblocks:slope_circle_stone_bricks_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Circle Stone Bricks Slope"}, ["moreblocks:stair_clean_glass_half"] = {["node_box"] = _[4672], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4672], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_half", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:stair_clean_glass_alt"] = {["node_box"] = _[4676], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4676], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_clean_glass_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Stairs"}, ["moreblocks:stair_split_stone_tile_half"] = {["node_box"] = _[4680], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4680], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Stairs"}, ["moreblocks:slab_clean_glass_14"] = {["node_box"] = _[4682], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4682], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_clean_glass_14", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Slab (14/16)"}, ["moreblocks:panel_obsidian_4"] = {["node_box"] = _[4684], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4684], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:slope_clean_glass_outer_cut"] = {["tiles"] = _[195], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_clean_glass_outer_half"] = {["tiles"] = _[195], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slab_plankstone_1"] = {["node_box"] = _[4686], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4686], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_plankstone_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Slab (1/16)"}, ["moreblocks:slope_clean_glass_inner_half"] = {["tiles"] = _[195], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_inner_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_inner_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_clean_glass_outer_cut_half_raised"] = {["tiles"] = _[195], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_desert_stone_outer_cut_half_raised"] = {["light_source"] = 0, ["groups"] = _[447], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_desert_cobble_outer_cut_half_raised", ["sounds"] = _[451], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Desert Stone Slope", ["tiles"] = _[446], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_desert_stone_outer_cut_half_raised", ["paramtype2"] = "facedir"}, ["moreblocks:slope_clean_glass_outer_half_raised"] = {["tiles"] = _[195], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[25], ["groups"] = _[196], ["name"] = "moreblocks:slope_clean_glass_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = true, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Clean Glass Slope"}, ["moreblocks:slope_stonebrick_inner_cut_half"] = {["tiles"] = _[1369], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[1370], ["name"] = "moreblocks:slope_stonebrick_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[1374], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Brick Slope"}, ["moreblocks:slope_stone_cut"] = {["light_source"] = 0, ["groups"] = _[220], ["drawtype"] = "mesh", ["drop"] = "moreblocks:slope_cobble_cut", ["sounds"] = _[224], ["mesh"] = "moreblocks_slope_cut.obj", ["mod_origin"] = "moreblocks", ["paramtype"] = "light", ["description"] = "Stone Slope", ["tiles"] = _[219], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["type"] = "node", ["on_place"] = _[9], ["name"] = "moreblocks:slope_stone_cut", ["paramtype2"] = "facedir"}, ["moreblocks:panel_clean_glass"] = {["node_box"] = _[4688], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4688], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_clean_glass", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Panel"}, ["moreblocks:stair_stonebrick_inner"] = {["node_box"] = _[4693], ["light_source"] = 0, ["tiles"] = _[1369], ["groups"] = _[1370], ["selection_box"] = _[4693], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_stonebrick_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[1374], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Brick Stairs"}, ["moreblocks:micro_wood_tile"] = {["node_box"] = _[4695], ["light_source"] = 0, ["tiles"] = _[567], ["groups"] = _[568], ["selection_box"] = _[4695], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_wood_tile", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Wooden Tile Microblock"}, ["moreblocks:slope_goldblock_inner_cut_half"] = {["tiles"] = _[337], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[338], ["name"] = "moreblocks:slope_goldblock_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[342], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Gold Block Slope"}, ["maptools:cobble"] = {["tiles"] = {"default_cobble.png"}, ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drop"] = "", ["sounds"] = {["dug"] = {["name"] = "default_hard_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_hard_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["mod_origin"] = "maptools", ["type"] = "node", ["name"] = "maptools:cobble", ["range"] = 12, ["description"] = "Unbreakable Cobblestone"}, ["xpanes:pane_4"] = {["tiles"] = {"xpanes_white.png", "xpanes_white.png", "default_glass.png^xpanes_pane_half.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {_[94]}}, ["groups"] = _[226], ["drawtype"] = "nodebox", ["drop"] = "xpanes:pane", ["sounds"] = _[230], ["mod_origin"] = "xpanes", ["type"] = "node", ["name"] = "xpanes:pane_4", ["paramtype"] = "light", ["node_box"] = {["type"] = "fixed", ["fixed"] = {_[101]}}}, ["moreblocks:stair_split_stone_tile_alt"] = {["node_box"] = _[4699], ["light_source"] = 0, ["tiles"] = _[108], ["groups"] = _[109], ["selection_box"] = _[4699], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_split_stone_tile_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Checkered Stone Tile Stairs"}, ["moreblocks:panel_tree_14"] = {["node_box"] = _[4701], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[4701], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_tree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Panel"}, ["moreblocks:stair_steelblock_outer"] = {["node_box"] = _[4705], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4705], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:slope_iron_checker"] = {["tiles"] = _[91], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sounds"] = _[66], ["groups"] = _[92], ["name"] = "moreblocks:slope_iron_checker", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Checker Slope"}, ["moreblocks:slope_obsidianbrick_outer"] = {["tiles"] = _[40], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[41], ["name"] = "moreblocks:slope_obsidianbrick_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[45], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Obsidian Brick Slope"}, ["moreblocks:micro_clean_glass_12"] = {["node_box"] = _[4707], ["light_source"] = 0, ["tiles"] = _[195], ["groups"] = _[196], ["selection_box"] = _[4707], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_clean_glass_12", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Clean Glass Microblock"}, ["moreblocks:slab_diamondblock_15"] = {["node_box"] = _[4709], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4709], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_diamondblock_15", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Slab (15/16)"}, ["moreblocks:stair_desert_cobble_outer"] = {["node_box"] = _[4713], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[4713], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_desert_cobble_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Stairs"}, ["moreblocks:stair_steelblock_inner"] = {["node_box"] = _[4718], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4718], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_inner", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:micro_desert_cobble_4"] = {["node_box"] = _[4720], ["light_source"] = 0, ["tiles"] = _[132], ["groups"] = _[133], ["selection_box"] = _[4720], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_desert_cobble_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[137], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Cobblestone Microblock"}, ["moreblocks:slope_coal_checker_outer_cut"] = {["tiles"] = _[61], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["default:papyrus"] = {["tiles"] = {"default_papyrus.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["groups"] = {["flammable"] = 2, ["snappy"] = 3}, ["name"] = "default:papyrus", ["drawtype"] = "plantlike", ["description"] = "Papyrus", ["sunlight_propagates"] = true, ["walkable"] = false, ["after_dig_node"] = loadstring("\27LJ\1\0K@/home/kaen/code/minetest/bin/../games/adventuretest/mods/default/nodes.lua_\0\4\8\0\2\0\7)Ë\6\0024\4\0\0007\4\1\4\16\5\0\0\16\6\1\0\16\7\3\0>\4\4\1G\0\1\0\11dig_up\12default\1\1\1\1\1\1\2pos\0\0\8node\0\0\8metadata\0\0\8digger\0\0\8\0\0"), ["mod_origin"] = "default", ["type"] = "node", ["inventory_image"] = "default_papyrus.png", ["paramtype"] = "light", ["wield_image"] = "default_papyrus.png"}, ["maptools:fullclip"] = {["inventory_image"] = "default_steel_block.png^dye_blue.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["drawtype"] = "airlike", ["drop"] = "", ["sunlight_propagates"] = true, ["name"] = "maptools:fullclip", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Full Clip"}, ["maptools:ignore_like_no_clip_no_point"] = {["inventory_image"] = "default_steel_block.png^dye_pink.png", ["stack_max"] = 10000, ["groups"] = {["unbreakable"] = 1, ["not_in_creative_inventory"] = 1}, ["tiles"] = {"invisible.png"}, ["pointable"] = false, ["drop"] = "", ["sunlight_propagates"] = true, ["walkable"] = false, ["name"] = "maptools:ignore_like_no_clip_no_point", ["mod_origin"] = "maptools", ["type"] = "node", ["range"] = 12, ["paramtype"] = "light", ["description"] = "Ignore-like (no clip, no point)"}, ["moreblocks:slab_steelblock"] = {["node_box"] = _[4722], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4722], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_steelblock", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Slab (8/16)"}, ["moreblocks:slope_split_stone_tile_inner_cut_half"] = {["tiles"] = _[180], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:slope_split_stone_tile_outer_cut_half_raised"] = {["tiles"] = _[180], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[419], ["name"] = "moreblocks:slope_split_stone_tile_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Split Stone Tile Slope"}, ["moreblocks:slab_stone_2"] = {["node_box"] = _[4724], ["tiles"] = _[219], ["light_source"] = 0, ["selection_box"] = _[4724], ["groups"] = _[220], ["name"] = "moreblocks:slab_stone_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:slab_cobble_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[224], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Stone Slab (2/16)"}, ["moreblocks:stair_wood_tile_center_inner"] = {["node_box"] = _[4729], ["light_source"] = 0, ["tiles"] = _[238], ["groups"] = _[239], ["selection_box"] = _[4729], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_wood_tile_center_inner", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "Centered Wooden Tile Stairs"}, ["moreblocks:slope_copperblock_outer"] = {["tiles"] = _[157], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["flowers:mushroom_spores_red"] = {["tiles"] = {"flowers_mushroom_spores_red.png"}, ["selection_box"] = {["type"] = "wallmounted"}, ["description"] = "Red Mushroom Spores", ["buildable_to"] = true, ["name"] = "flowers:mushroom_spores_red", ["drawtype"] = "signlike", ["type"] = "node", ["sunlight_propagates"] = true, ["walkable"] = false, ["groups"] = {["dig_immediate"] = 3, ["attached_node"] = 1}, ["mod_origin"] = "flowers", ["paramtype2"] = "wallmounted", ["inventory_image"] = "flowers_mushroom_spores_red.png", ["paramtype"] = "light", ["wield_image"] = "flowers_mushroom_spores_red.png"}, ["moreblocks:slope_diamondblock_outer_cut"] = {["tiles"] = _[476], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slab_split_stone_tile_three_quarter"] = {["node_box"] = _[4731], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4731], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_split_stone_tile_three_quarter", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Slab (12/16)"}, ["moreblocks:micro_cobble_compressed_14"] = {["node_box"] = _[4733], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4733], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_14", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["stairs:slab_wood"] = {["tiles"] = _[4572], ["selection_box"] = _[4735], ["is_ground_content"] = false, ["groups"] = _[4573], ["drawtype"] = "nodebox", ["on_place"] = loadstring("\27LJ\1\0I@/home/kaen/code/minetest/bin/../games/adventuretest/mods/stairs/init.luaÉ\8\0\3\17\2\16\1š\1Ï\2\127Q7\3\0\2\6\3\1\0T\3\1€H\0\2\0*\3\4\0007\5\2\0027\6\3\0024\7\4\0007\7\5\7\16\8\5\0>\7\2\0024\8\4\0007\8\5\8\16\9\6\0>\8\2\2'\9\0\0007\ +\6\7%\11\7\0+\12\0\0$\11\12\11\5\ +\11\0T\ +\4€7\ +\8\7'\11\20\0\2\11\ +\0T\ +\2€)\ +\1\0T\11\1€)\ +\2\0007\11\6\7%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\ +€\14\0\ +\0T\11\8€7\11\9\5\20\11\0\0117\12\9\6\5\11\12\0T\11\3€\16\3\5\0\16\4\7\0T\11\8€7\11\6\8%\12\7\0+\13\0\0$\12\13\12\5\11\12\0T\11\2€\16\3\6\0\16\4\8\0\15\0\3\0T\11&€4\11\4\0007\11\ +\11\16\12\3\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\3\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\3\0\16\15\4\0>\13\3\1H\0\2\0007\11\9\5\21\11\0\0117\12\9\6\5\11\12\0T\11)€\15\0\ +\0T\11&€4\11\4\0007\11\ +\11\16\12\5\0>\11\2\0014\11\11\0+\12\1\0>\11\2\2\16\13\11\0007\12\12\11\16\15\0\0007\14\13\0>\14\2\0=\12\1\1:\5\3\2)\12\0\0004\13\4\0007\13\14\13\16\14\11\0\16\15\1\0\16\16\2\0>\13\4\3\16\12\14\0\16\11\13\0\15\0\12\0T\13\7€\16\14\0\0007\13\12\0\16\16\11\0007\15\13\11>\15\2\0=\13\1\1T\13\5€4\13\4\0007\13\15\13\16\14\5\0\16\15\7\0>\13\3\1H\0\2\0'\9\20\0\15\0\ +\0T\11\6€7\11\9\5\20\11\0\0117\12\9\6\4\11\12\0T\11\1€'\9\20\0004\11\4\0007\11\14\11\16\12\0\0\16\13\1\0\16\14\2\0\16\15\9\0@\11\5\0\0À\1À\13set_node\15item_place\14get_count\14set_count\14ItemStack\16remove_node\6y\11param2\17stairs:slab_\9name\13get_node\13minetest\ +above\ +under\9node\9type\2\1\1\1\2\7\9\ +\11\11\11\11\12\12\12\12\13\15\15\15\15\15\15\16\16\16\16\16\16\16\18\18\18\18\18\18\18\18\19\19\19\19\19\20\21\21\22\22\22\22\22\22\23\24\26\26\28\28\28\28\30\30\30\31\31\31\31\31\31!\"####$#$$&&'''''''*****,000002244446667777779:;;;;<;<<>>???????BBBBBDHLLLLLLLMPPPPPPPsubname\0recipeitem\0itemstack\0\0›\1placer\0\0›\1pointed_thing\0\0›\1slabpos\0\6•\1slabnode\0\0•\1p0\0\1”\1p1\0\1“\1n0\0\4\1n1\0\4‹\1param2\0\1Š\1n0_is_upside_down\0\13}fakestack\0!\31success\0\8\23fakestack\0%\31success\0\8\23\0\0"), ["sounds"] = _[4577], ["name"] = "stairs:slab_wood", ["type"] = "node", ["mod_origin"] = "stairs", ["paramtype2"] = "facedir", ["node_box"] = _[4735], ["paramtype"] = "light", ["description"] = "Wooden Slab"}, ["moreblocks:panel_split_stone_tile_1"] = {["node_box"] = _[4737], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4737], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_split_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Panel"}, ["moreblocks:slope_tree_outer_cut"] = {["tiles"] = _[122], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sunlight_propagates"] = true, ["groups"] = _[123], ["name"] = "moreblocks:slope_tree_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[127], ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tree Slope"}, ["moreblocks:panel_pinetree_12"] = {["node_box"] = _[4739], ["light_source"] = 0, ["tiles"] = _[288], ["groups"] = _[289], ["selection_box"] = _[4739], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinetree_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[293], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Tree Panel"}, ["moreblocks:stair_coal_checker_alt"] = {["node_box"] = _[4743], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4743], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_alt", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:slope_all_faces_tree_outer_cut"] = {["tiles"] = _[284], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["paintings:blue"] = {["tiles"] = {"paintings_blue.png"}, ["description"] = "Blue Painting", ["selection_box"] = _[4747], ["name"] = "paintings:blue", ["groups"] = {["oddly_breakable_by_hand"] = 3, ["snappy"] = 2, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["drawtype"] = "nodebox", ["sounds"] = {["dug"] = {["name"] = "default_wood_footstep", ["gain"] = 1}, ["footstep"] = {["name"] = "default_wood_footstep", ["gain"] = 0.5}, ["place"] = {["name"] = "default_place_node_hard", ["gain"] = 1}}, ["sunlight_propagates"] = true, ["walkable"] = false, ["node_box"] = _[4747], ["mod_origin"] = "paintings", ["paramtype2"] = "wallmounted", ["inventory_image"] = "paintings_blue.png", ["paramtype"] = "light", ["wield_image"] = "paintings_blue.png"}, ["moreblocks:slope_coal_stone_bricks_outer_cut"] = {["tiles"] = _[331], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_all_faces_tree_outer_half"] = {["tiles"] = _[284], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:slope_all_faces_tree_inner_cut_half"] = {["tiles"] = _[284], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[188], ["groups"] = _[285], ["name"] = "moreblocks:slope_all_faces_tree_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "All-faces Tree Slope"}, ["moreblocks:stair_sandstonebrick_alt"] = {["node_box"] = _[4751], ["light_source"] = 0, ["tiles"] = _[407], ["groups"] = _[408], ["selection_box"] = _[4751], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_sandstonebrick_alt", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[412], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Sandstone Brick Stairs"}, ["air"] = {["groups"] = {["not_in_creative_inventory"] = 1}, ["drawtype"] = "airlike", ["drop"] = "", ["mod_origin"] = "*builtin*", ["air_equivalent"] = true, ["paramtype"] = "light", ["description"] = "Air (you hacker you!)", ["inventory_image"] = "unknown_node.png", ["floodable"] = true, ["pointable"] = false, ["sunlight_propagates"] = true, ["walkable"] = false, ["diggable"] = false, ["type"] = "node", ["buildable_to"] = true, ["name"] = "air", ["wield_image"] = "unknown_node.png"}, ["moreblocks:micro_split_stone_tile_1"] = {["node_box"] = _[4753], ["light_source"] = 0, ["tiles"] = _[180], ["groups"] = _[419], ["selection_box"] = _[4753], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_split_stone_tile_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Split Stone Tile Microblock"}, ["moreblocks:micro_cobble_compressed_1"] = {["node_box"] = _[4755], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4755], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_cobble_compressed_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Microblock"}, ["moreblocks:micro_all_faces_tree_4"] = {["node_box"] = _[4757], ["light_source"] = 0, ["tiles"] = _[284], ["groups"] = _[285], ["selection_box"] = _[4757], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_all_faces_tree_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[188], ["on_place"] = _[9], ["description"] = "All-faces Tree Microblock"}, ["moreblocks:micro_obsidian_glass_1"] = {["node_box"] = _[4759], ["light_source"] = 0, ["tiles"] = _[351], ["groups"] = _[352], ["selection_box"] = _[4759], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_obsidian_glass_1", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[356], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Glass Microblock"}, ["jumping:cushion"] = {["node_box"] = _[4762], ["selection_box"] = _[4762], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -100, ["disable_jump"] = 1}, ["drawtype"] = "nodebox", ["name"] = "jumping:cushion", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_cushion_tb.png", "jumping_cushion_tb.png", "jumping_cushion_sides.png"}, ["paramtype"] = "light", ["description"] = "Cushion"}, ["moreblocks:slope_mossycobble"] = {["tiles"] = _[69], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[70], ["name"] = "moreblocks:slope_mossycobble", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[74], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Slope"}, ["moreblocks:stair_plankstone_outer"] = {["node_box"] = _[4766], ["light_source"] = 0, ["tiles"] = _[251], ["groups"] = _[252], ["selection_box"] = _[4766], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_plankstone_outer", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Plankstone Stairs"}, ["moreblocks:stair_desert_stone_alt_2"] = {["node_box"] = _[4770], ["tiles"] = _[446], ["light_source"] = 0, ["selection_box"] = _[4770], ["groups"] = _[447], ["name"] = "moreblocks:stair_desert_stone_alt_2", ["drawtype"] = "nodebox", ["drop"] = "moreblocks:stair_desert_cobble_alt_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[451], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Desert Stone Stairs"}, ["moreblocks:slope_diamondblock_outer_half"] = {["tiles"] = _[476], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:panel_jungletree_14"] = {["node_box"] = _[4772], ["light_source"] = 0, ["tiles"] = _[26], ["groups"] = _[33], ["selection_box"] = _[4772], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_jungletree_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[37], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Jungle Tree Panel"}, ["moreblocks:panel_diamondblock_12"] = {["node_box"] = _[4774], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4774], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_diamondblock_12", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Panel"}, ["moreblocks:slope_coal_checker_outer_half"] = {["tiles"] = _[61], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slab_cobble_compressed_2"] = {["node_box"] = _[4776], ["light_source"] = 0, ["tiles"] = _[215], ["groups"] = _[216], ["selection_box"] = _[4776], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_cobble_compressed_2", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Compressed Cobblestone Slab (2/16)"}, ["moreblocks:panel_obsidian_2"] = {["node_box"] = _[4778], ["light_source"] = 0, ["tiles"] = _[486], ["groups"] = _[487], ["selection_box"] = _[4778], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_obsidian_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[491], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Obsidian Panel"}, ["moreblocks:slope_coal_checker_outer_cut_half_raised"] = {["tiles"] = _[61], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:slope_coal_checker_outer_half_raised"] = {["tiles"] = _[61], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["throwing:arrow_steel_box"] = {["node_box"] = _[4791], ["name"] = "throwing:arrow_steel_box", ["selection_box"] = _[4791], ["mod_origin"] = "throwing", ["groups"] = {["not_in_creative_inventory"] = 1}, ["type"] = "node", ["drawtype"] = "nodebox", ["tiles"] = {"throwing_arrow_steel.png", "throwing_arrow_steel.png", "throwing_arrow_steel_back.png", "throwing_arrow_steel_front.png", "throwing_arrow_steel_2.png", "throwing_arrow_steel.png"}}, ["jumping:trampoline_4"] = {["node_box"] = _[1646], ["selection_box"] = _[1646], ["groups"] = {["dig_immediate"] = 2, ["fall_damage_add_percent"] = -65, ["disable_jump"] = 1, ["bouncy"] = 80}, ["drawtype"] = "nodebox", ["drop"] = "jumping:trampoline_1", ["on_punch"] = _[1647], ["name"] = "jumping:trampoline_4", ["mod_origin"] = "jumping", ["type"] = "node", ["tiles"] = {"jumping_trampoline_top.png", "jumping_trampoline_bottom.png", "jumping_trampoline_sides.png^jumping_trampoline_sides_overlay_4.png"}, ["paramtype"] = "light", ["description"] = "Trampoline"}, ["moreblocks:slab_wood_quarter"] = {["node_box"] = _[4793], ["light_source"] = 0, ["tiles"] = _[454], ["groups"] = _[455], ["selection_box"] = _[4793], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_wood_quarter", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[459], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Wooden Planks Slab (4/16)"}, ["moreblocks:micro_coal_checker"] = {["node_box"] = _[4795], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4795], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:slab_tar_1"] = {["node_box"] = _[4797], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[4797], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_tar_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Slab (1/16)"}, ["moreblocks:micro_coal_checker_4"] = {["node_box"] = _[4799], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4799], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_checker_4", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Microblock"}, ["moreblocks:slope_junglewood_outer_cut_half_raised"] = {["tiles"] = _[12], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:stair_tar_right_half"] = {["node_box"] = _[4803], ["light_source"] = 0, ["tiles"] = _[234], ["groups"] = _[235], ["selection_box"] = _[4803], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_tar_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Tar Stairs"}, ["moreblocks:slab_iron_stone_bricks_1"] = {["node_box"] = _[4805], ["light_source"] = 0, ["tiles"] = _[201], ["groups"] = _[202], ["selection_box"] = _[4805], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_iron_stone_bricks_1", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slab (1/16)"}, ["moreblocks:stair_junglewood_outer"] = {["node_box"] = _[4809], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4809], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_junglewood_outer", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Stairs"}, ["moreblocks:plankstone"] = {["sounds"] = _[66], ["tiles"] = _[251], ["mod_origin"] = "moreblocks", ["groups"] = {["cracky"] = 3}, ["type"] = "node", ["name"] = "moreblocks:plankstone", ["description"] = "Plankstone"}, ["moreblocks:stair_coal_checker_right_half"] = {["node_box"] = _[4813], ["light_source"] = 0, ["tiles"] = _[61], ["groups"] = _[62], ["selection_box"] = _[4813], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_coal_checker_right_half", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Checker Stairs"}, ["moreblocks:panel_pinewood_2"] = {["node_box"] = _[4815], ["light_source"] = 0, ["tiles"] = _[48], ["groups"] = _[49], ["selection_box"] = _[4815], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_pinewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[53], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Pine Wood Planks Panel"}, ["moreblocks:wood_tile_full"] = {["sounds"] = _[188], ["tiles"] = _[395], ["mod_origin"] = "moreblocks", ["groups"] = {["oddly_breakable_by_hand"] = 2, ["snappy"] = 1, ["choppy"] = 2, ["flammable"] = 3}, ["type"] = "node", ["name"] = "moreblocks:wood_tile_full", ["description"] = "Full Wooden Tile"}, ["moreblocks:slope_tar_inner"] = {["tiles"] = _[234], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slope_copperblock"] = {["tiles"] = _[157], ["collision_box"] = _[418], ["selection_box"] = _[418], ["sunlight_propagates"] = true, ["groups"] = _[158], ["name"] = "moreblocks:slope_copperblock", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[162], ["mesh"] = "moreblocks_slope.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Copper Block Slope"}, ["moreblocks:slope_tar_inner_cut_half"] = {["tiles"] = _[234], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:slope_tar_outer_half_raised"] = {["tiles"] = _[234], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:micro_coal_stone_15"] = {["node_box"] = _[4817], ["light_source"] = 0, ["tiles"] = _[315], ["groups"] = _[322], ["selection_box"] = _[4817], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_coal_stone_15", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Coal Stone Microblock"}, ["moreblocks:slope_tar_inner_half_raised"] = {["tiles"] = _[234], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[235], ["name"] = "moreblocks:slope_tar_inner_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Tar Slope"}, ["moreblocks:panel_copperblock_14"] = {["node_box"] = _[4819], ["light_source"] = 0, ["tiles"] = _[157], ["groups"] = _[158], ["selection_box"] = _[4819], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_copperblock_14", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[162], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Copper Block Panel"}, ["moreblocks:slope_cactus_checker_outer_cut_half_raised"] = {["tiles"] = _[377], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[378], ["name"] = "moreblocks:slope_cactus_checker_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Checker Slope"}, ["moreblocks:stair_mossycobble_alt_4"] = {["node_box"] = _[4823], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[4823], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_alt_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:stair_steelblock_half"] = {["node_box"] = _[4827], ["light_source"] = 0, ["tiles"] = _[138], ["groups"] = _[148], ["selection_box"] = _[4827], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_steelblock_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[152], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Steel Block Stairs"}, ["moreblocks:slab_glass_2"] = {["node_box"] = _[4829], ["light_source"] = 0, ["tiles"] = _[371], ["groups"] = _[372], ["selection_box"] = _[4829], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_glass_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[376], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Glass Slab (2/16)"}, ["moreblocks:slope_stone_tile_outer_cut"] = {["tiles"] = _[403], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_stone_tile_outer"] = {["tiles"] = _[403], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:micro_tree_4"] = {["node_box"] = _[4831], ["light_source"] = 0, ["tiles"] = _[122], ["groups"] = _[123], ["selection_box"] = _[4831], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_tree_4", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[127], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Tree Microblock"}, ["moreblocks:slope_stone_tile_inner"] = {["tiles"] = _[403], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_inner", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:panel_super_glow_glass_4"] = {["node_box"] = _[4833], ["light_source"] = 15, ["tiles"] = _[165], ["groups"] = _[175], ["selection_box"] = _[4833], ["drawtype"] = "nodebox", ["name"] = "moreblocks:panel_super_glow_glass_4", ["sunlight_propagates"] = true, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[25], ["on_place"] = _[9], ["description"] = "Super Glow Glass Panel"}, ["moreblocks:slope_stone_tile_outer_half"] = {["tiles"] = _[403], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_iron_stone_bricks_outer"] = {["tiles"] = _[201], ["collision_box"] = _[321], ["selection_box"] = _[321], ["sounds"] = _[66], ["groups"] = _[202], ["name"] = "moreblocks:slope_iron_stone_bricks_outer", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Iron Stone Bricks Slope"}, ["flowers:mushroom_fertile_red"] = {["buildable_to"] = true, ["drawtype"] = "plantlike", ["drop"] = {["items"] = {{["items"] = {"flowers:mushroom_red"}}, {["rarity"] = 4, ["items"] = {"flowers:mushroom_spores_red"}}, {["rarity"] = 2, ["items"] = {"flowers:mushroom_spores_red"}}, {["rarity"] = 2, ["items"] = {"flowers:mushroom_spores_red"}}}}, ["sounds"] = {["dug"] = {["name"] = "default_grass_footstep", ["gain"] = 0.7}, ["dig"] = {["name"] = "default_dig_crumbly", ["gain"] = 0.4}, ["footstep"] = {["name"] = "default_grass_footstep", ["gain"] = 0.35}, ["place"] = {["name"] = "default_place_node", ["gain"] = 1}}, ["mod_origin"] = "flowers", ["paramtype"] = "light", ["description"] = "Red Fertile Mushroom", ["tiles"] = {"flowers_mushroom_red.png"}, ["selection_box"] = {["type"] = "fixed", ["fixed"] = {-0.3, -0.5, -0.3, 0.3, 0, 0.3}}, ["on_use"] = loadstring("\27LJ\1\0006@/home/kaen/code/minetest/bin/../builtin/game/item.luaˆ\1\0\3\9\2\2\0\8H—\3\0024\3\0\0007\3\1\3+\4\0\0+\5\1\0\16\6\0\0\16\7\1\0\16\8\2\0@\3\6\0\0À\1À\16do_item_eat\9core\1\1\1\1\1\1\1\1hp_change\0replace_with_item\0itemstack\0\0\9user\0\0\9pointed_thing\0\0\9\0\0"), ["sunlight_propagates"] = true, ["walkable"] = false, ["inventory_image"] = "flowers_mushroom_red.png", ["type"] = "node", ["groups"] = {["not_in_creative_inventory"] = 1, ["snappy"] = 3, ["attached_node"] = 1, ["flammable"] = 3}, ["name"] = "flowers:mushroom_fertile_red", ["wield_image"] = "flowers_mushroom_red.png"}, ["moreblocks:slope_stone_tile_outer_half_raised"] = {["tiles"] = _[403], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[404], ["name"] = "moreblocks:slope_stone_tile_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Stone Tile Slope"}, ["moreblocks:slope_diamondblock_inner_cut_half"] = {["tiles"] = _[476], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sunlight_propagates"] = true, ["groups"] = _[477], ["name"] = "moreblocks:slope_diamondblock_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[481], ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Diamond Block Slope"}, ["moreblocks:slope_coal_checker_half_raised"] = {["tiles"] = _[61], ["collision_box"] = _[471], ["selection_box"] = _[471], ["sounds"] = _[66], ["groups"] = _[62], ["name"] = "moreblocks:slope_coal_checker_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Checker Slope"}, ["moreblocks:micro_stone_tile_12"] = {["node_box"] = _[4835], ["light_source"] = 0, ["tiles"] = _[403], ["groups"] = _[404], ["selection_box"] = _[4835], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_stone_tile_12", ["sunlight_propagates"] = false, ["type"] = "node", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["sounds"] = _[66], ["on_place"] = _[9], ["description"] = "Stone Tile Microblock"}, ["moreblocks:slope_junglewood_outer_half_raised"] = {["tiles"] = _[12], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sunlight_propagates"] = true, ["groups"] = _[13], ["name"] = "moreblocks:slope_junglewood_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[17], ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Junglewood Planks Slope"}, ["moreblocks:slab_junglewood_2"] = {["node_box"] = _[4837], ["light_source"] = 0, ["tiles"] = _[12], ["groups"] = _[13], ["selection_box"] = _[4837], ["drawtype"] = "nodebox", ["name"] = "moreblocks:slab_junglewood_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[17], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Junglewood Planks Slab (2/16)"}, ["moreblocks:stair_mossycobble_right_half"] = {["node_box"] = _[4841], ["light_source"] = 0, ["tiles"] = _[69], ["groups"] = _[70], ["selection_box"] = _[4841], ["drawtype"] = "nodebox", ["name"] = "moreblocks:stair_mossycobble_right_half", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[74], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Mossy Cobblestone Stairs"}, ["moreblocks:slope_cactus_brick_outer_half"] = {["tiles"] = _[263], ["collision_box"] = _[441], ["selection_box"] = _[441], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:micro_diamondblock_2"] = {["node_box"] = _[4843], ["light_source"] = 0, ["tiles"] = _[476], ["groups"] = _[477], ["selection_box"] = _[4843], ["drawtype"] = "nodebox", ["name"] = "moreblocks:micro_diamondblock_2", ["sunlight_propagates"] = true, ["type"] = "node", ["sounds"] = _[481], ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["paramtype"] = "light", ["on_place"] = _[9], ["description"] = "Diamond Block Microblock"}, ["moreblocks:slope_pinewood_inner_cut"] = {["tiles"] = _[48], ["collision_box"] = _[304], ["selection_box"] = _[304], ["sunlight_propagates"] = true, ["groups"] = _[49], ["name"] = "moreblocks:slope_pinewood_inner_cut", ["drawtype"] = "mesh", ["type"] = "node", ["sounds"] = _[53], ["mesh"] = "moreblocks_slope_inner_cut.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Pine Wood Planks Slope"}, ["moreblocks:slope_cactus_brick_outer_half_raised"] = {["tiles"] = _[263], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_cactus_brick_inner_cut_half_raised"] = {["tiles"] = _[263], ["collision_box"] = _[147], ["selection_box"] = _[147], ["sounds"] = _[66], ["groups"] = _[264], ["name"] = "moreblocks:slope_cactus_brick_inner_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Cactus Brick Slope"}, ["moreblocks:slope_coal_stone_bricks_inner_cut_half"] = {["tiles"] = _[331], ["collision_box"] = _[174], ["selection_box"] = _[174], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_inner_cut_half", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_inner_cut_half.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_coal_stone_bricks_outer_cut_half_raised"] = {["tiles"] = _[331], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_cut_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_cut_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}, ["moreblocks:slope_coal_stone_bricks_outer_half_raised"] = {["tiles"] = _[331], ["collision_box"] = _[281], ["selection_box"] = _[281], ["sounds"] = _[66], ["groups"] = _[332], ["name"] = "moreblocks:slope_coal_stone_bricks_outer_half_raised", ["drawtype"] = "mesh", ["type"] = "node", ["sunlight_propagates"] = false, ["mesh"] = "moreblocks_slope_outer_half_raised.obj", ["paramtype"] = "light", ["mod_origin"] = "moreblocks", ["paramtype2"] = "facedir", ["light_source"] = 0, ["on_place"] = _[9], ["description"] = "Coal Stone Bricks Slope"}} \ No newline at end of file diff --git a/unittest/mocks/mock_mapdata.lua b/unittest/mocks/mock_mapdata.lua new file mode 100644 index 0000000..6d4300b --- /dev/null +++ b/unittest/mocks/mock_mapdata.lua @@ -0,0 +1,67 @@ +function MapData.walk_voxels_mock(min, max, fn) + local x, y, z, data + for x=min.x,max.x do + for y=min.y,max.y do + for z=min.z,max.z do + data = MapData.get_node(vector.new(x,y,z)) + fn({x = x, y = y, z = z}, data.name, data.cid) + end + end + end +end + +local mock_node_defs = nil +MapData.mock_node_group_cache = { } +function MapData.get_node_group_mock(name, group) + if MapData.mock_node_group_cache[name] and MapData.mock_node_group_cache[name][group] then + return MapData.mock_node_group_cache[name][group] + end + + if not mock_node_defs then + mock_node_defs = fixture('node_defs') + end + + local result = mock_node_defs[name].groups[group] or 0 + MapData.mock_node_group_cache[name] = MapData.mock_node_group_cache[name] or {} + MapData.mock_node_group_cache[name][group] = result + return result +end + +MapData.mock_data = { } +function MapData.set_node_mock(pos, node) + MapData.mock_data[pos_to_int(pos)] = node +end + +function MapData.get_node_mock(pos) + local cached = MapData.mock_data[pos_to_int(pos)] + if cached then return cached end + + local height = pos.y -- math.floor(pos.y + math.floor(math.sin(pos.x/2) + math.cos(pos.z/2))) + if height > 0 then return { name = "air" } end + if height == 0 then return { name = "default:dirt" } end + return { name = "default:stone" } +end + +function MapData.get_node_mock_wavy(pos) + local cached = MapData.mock_data[pos_to_int(pos)] + if cached then return cached end + + local height = math.floor(pos.y + math.floor(math.sin(pos.x/2) + math.cos(pos.z/2))) + if height > 0 then return { name = "air" } end + if height == 0 then return { name = "default:dirt" } end + return { name = "default:stone" } +end + +minetest = minetest or { } +minetest.registered_nodes = fixture('registered_nodes') + +-- inject fake map data +local generated_blocks = fixture('generated_blocks') +for _, args in ipairs(generated_blocks) do + MapData.on_generated(args.minp, args.maxp, args.blockseed) +end + +MapData.walk_voxels = MapData.walk_voxels_mock +MapData.get_node_group = MapData.get_node_group_mock +MapData.get_node = MapData.get_node_mock +MapData.set_node = MapData.set_node_mock \ No newline at end of file diff --git a/unittest/run.lua b/unittest/run.lua new file mode 100755 index 0000000..62cd970 --- /dev/null +++ b/unittest/run.lua @@ -0,0 +1,57 @@ +#!/usr/bin/env lua + +EXPORT_ASSERT_TO_GLOBALS = true +require('luaunit') +local path = require('path') +local fs = require('path.fs') +local loaded = { } +function load_module(name) + if loaded[name] then return end + f = io.open("mods" .. "/" .. name .. "/depends.txt") + if f then + for dep in f:lines() do + if dep then load_module(dep) end + end + end + dofile("mods/" .. name .. "/init.lua") + loaded[name] = true +end + +for name in fs.dir("unittest") do + start, stop = name:find('test') + if start == 1 then + dofile("unittest/" .. name) + end +end + +-- fixture loader helper +function fixture(name) + return dofile("unittest/fixtures/" .. name .. ".lua") +end + +-- hack to ensure that a global teardown/setup is run between all cases +for k,v in pairs(_G) do + if type(v) == 'table' and string.find(k, 'Test') == 1 then + -- guess we need an IFFE here to thwart the closure + (function() + local oldFunction = v.setUp + v.setUp = function(self) + -- blow away anything that might retain state between cases + vxl = nil + minetest = nil + dofile("mods/vxl/init.lua") + + for name in fs.dir("unittest/mocks") do + start, stop = name:find('mock') + if start == 1 then + dofile("unittest/mocks/" .. name) + end + end + if oldFunction then oldFunction() end + end + end)() + end +end + +local lu = LuaUnit.new() +os.exit( lu:runSuite() ) \ No newline at end of file diff --git a/unittest/test_character.lua b/unittest/test_character.lua new file mode 100644 index 0000000..f40cb07 --- /dev/null +++ b/unittest/test_character.lua @@ -0,0 +1,91 @@ +TestCharacter = {} + +function TestCharacter:testTaskProcessing() + local c = Character.new() + local plan_done = 0 + local perform_done = 0 + + local function plan_cb() + plan_done = plan_done + 1 + end + + local function perform_cb() + perform_done = perform_done + 1 + end + + local tasks = { + { name = 'callback', state = { plan_cb = plan_cb, perform_cb = perform_cb } }, + { name = 'callback', state = { plan_cb = plan_cb, perform_cb = perform_cb } } + } + + -- requires three calls: one to unpack the sequence of tasks, plus one more + -- per sub task + c:push_task('sequence', tasks) + for i=1,20 do + c:perform_tasks() + end + + assertEquals(plan_done, 2) + assertEquals(perform_done, 2) + assertEquals(#c.tasks, 0) +end + +function TestCharacter:testCollision() + local c = Character.new() + local i, j + c.pos = vector.new(0,1,0) + local wall_pos = vector.new(0,1,5) + local dest_pos = vector.new(0,1,10) + local step = History.real_to_game(1/60) + + -- make an impassable wall between us and the destination + for i=-1,1 do + for j=-1,1 do + MapData.set_node(vector.new(wall_pos.x + i, wall_pos.y + j, wall_pos.z), { name = "default:stone" }) + end + end + + for t=0,10000,step do + c:move_to(dest_pos) + c:simulate(step) + end + + assert(vxl.close_to(c.pos, wall_pos, 1)) +end + +function TestCharacter:testPathing() + local step = History.real_to_game(1/60) + local c = Character.new() + local i, j + c.pos = vector.new(0,1,0) + local dest_pos = vector.new(0,1,3) + + for t=0,10000,step do + c:move_to(dest_pos) + c:simulate(step) + end + + assert(vxl.close_to(c.pos, dest_pos, 1)) +end + + +function TestCharacter:testJumping() + local c = Character.new() + local i, j + c.pos = vector.new(0,1,0) + local wall_pos = vector.new(0,1,5) + local dest_pos = vector.new(0,1,10) + local step = History.real_to_game(1/60) + + -- make a low wall between us and the destination + for i=-1,1 do + MapData.set_node(vector.new(wall_pos.x + i, wall_pos.y, wall_pos.z), { name = "default:stone" }) + end + + for t=0,10000,step do + c:move_to(dest_pos) + c:simulate(step) + end + + assert(vxl.close_to(c.pos, dest_pos, 1)) +end \ No newline at end of file diff --git a/unittest/test_deities.lua b/unittest/test_deities.lua new file mode 100644 index 0000000..7421ff7 --- /dev/null +++ b/unittest/test_deities.lua @@ -0,0 +1,9 @@ +TestDeities = {} +function TestDeities:testPopulate() + Deity:populate() + for _, deity in pairs(Deity.all()) do + assertEquals(type(deity.name), 'string') + assertEquals(type(deity.origin_story), 'string') + assertEquals(type(deity.domain), 'string') + end +end diff --git a/unittest/test_history.lua b/unittest/test_history.lua new file mode 100644 index 0000000..d57a121 --- /dev/null +++ b/unittest/test_history.lua @@ -0,0 +1,45 @@ +TestHistory = {} +function TestHistory:testPopulate() + History:populate() + assert(vxl.count_pairs(Character.all()) > 10) +end + +function TestHistory:testSimulate() + local sim_time = 0.05 + -- TODO: uncomment this line when physics stop being screwy + -- MapData.get_node = MapData.get_node_mock_wavy + + History.populate() + History.simulate(sim_time) + + local town = nil + for k,v in pairs(Location.all()) do + if v.type == Location.TYPE_MUNICIPALITY then + town = v + break + end + end + + local town_pos = town:get_position() + + -- there should be at least 10 characters in the world, and all should be + -- residents of this town + assert(vxl.count_pairs(Character.all()) > 10) + for k,v in pairs(Character.all()) do + assertEquals(v.municipality, town.id) + if town.ruler ~= v.id then assert(v.residence) end + end + + -- the town should have a ruler + assert(Character.get(town.ruler)) + + -- the town should have lots of sub residences + assert(#town.children > 10) + local min = vector.new(town_pos.x - 5, town_pos.y, town_pos.z - 5) + local max = vector.new(town_pos.x + 5, town_pos.y, town_pos.z + 5) + local variance, y_min, y_max = MapData.get_surface_variance(min, max) + + -- check that the expected amount of time has passed (within 1 game second) + assert(math.abs(vxl.data.time - sim_time*24*60*60) < 1) + -- assert(variance == 0) +end diff --git a/unittest/test_mapdata.lua b/unittest/test_mapdata.lua new file mode 100644 index 0000000..e8c621f --- /dev/null +++ b/unittest/test_mapdata.lua @@ -0,0 +1,34 @@ +TestMapData = {} + +function TestMapData:testMapGenerationWatchdog() + -- reset the state to thwart the global mapdata and on_generated mocking + vxl = nil + minetest = nil + dofile("mods/vxl/init.lua") + + local generated_blocks = fixture('generated_blocks') + local done = false + + -- register a callback and assert that it has fired + table.insert(MapData.generation_callbacks, function() done = true end) + + for _, args in ipairs(generated_blocks) do + MapData.on_generated(args.minp, args.maxp, args.blockseed) + end + assert(done) +end + +function TestMapData:testMapGenerationWatchdogIncomplete() + local generated_blocks = fixture('generated_blocks') + local done = false + + -- register a callback and assert that it has fired + table.insert(MapData.generation_callbacks, function() done = true end) + + for i, args in ipairs(generated_blocks) do + -- bail early so the callback is never fired + if i > (#generated_blocks / 2) then break end + MapData.on_generated(args.minp, args.maxp, args.blockseed) + end + assert(not done) +end \ No newline at end of file