From cb22e195e25d6b70abc20c470718ceaa00ada4d8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 11 Feb 2013 12:27:02 +0000 Subject: More API functions in cBlockArea: Create(), Fill(), FillRelArea() git-svn-id: http://mc-server.googlecode.com/svn/trunk@1208 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/Plugins/Debuggers/Debuggers.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MCServer/Plugins/Debuggers/Debuggers.lua') diff --git a/MCServer/Plugins/Debuggers/Debuggers.lua b/MCServer/Plugins/Debuggers/Debuggers.lua index 018e56f29..926e1df73 100644 --- a/MCServer/Plugins/Debuggers/Debuggers.lua +++ b/MCServer/Plugins/Debuggers/Debuggers.lua @@ -67,6 +67,10 @@ function Initialize(Plugin) BA1:SaveToSchematicFile("schematics/merge.schematic"); end end + + -- Debug block area cuboid filling: + BA1:FillRelCuboid(2, 9, 2, 8, 2, 8, cBlockArea.baTypes, E_BLOCK_GOLD_BLOCK); + BA1:SaveToSchematicFile("schematics/fillrel.schematic"); return true end -- cgit v1.2.3