diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-13 20:54:26 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-13 20:54:26 +0100 |
commit | 90cec2146a81189a50844dd3ccc3860e2318a3d2 (patch) | |
tree | 1b27ed29bfa6255e9c100b8b4e16ab7b40aae44b /MCServer/Plugins/Debuggers | |
parent | Added HOOK_WEATHER_CHANGING. (diff) | |
download | cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar.gz cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar.bz2 cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar.lz cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar.xz cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.tar.zst cuberite-90cec2146a81189a50844dd3ccc3860e2318a3d2.zip |
Diffstat (limited to 'MCServer/Plugins/Debuggers')
-rw-r--r-- | MCServer/Plugins/Debuggers/Debuggers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/Debuggers/Debuggers.lua b/MCServer/Plugins/Debuggers/Debuggers.lua index 926e1df73..e715b4095 100644 --- a/MCServer/Plugins/Debuggers/Debuggers.lua +++ b/MCServer/Plugins/Debuggers/Debuggers.lua @@ -70,6 +70,7 @@ function Initialize(Plugin) -- Debug block area cuboid filling:
BA1:FillRelCuboid(2, 9, 2, 8, 2, 8, cBlockArea.baTypes, E_BLOCK_GOLD_BLOCK);
+ BA1:RelLine(2, 2, 2, 9, 8, 8, cBlockArea.baTypes or cBlockArea.baMetas, E_BLOCK_SAPLING, E_META_SAPLING_BIRCH);
BA1:SaveToSchematicFile("schematics/fillrel.schematic");
return true
|