From e8b1cc274de58de17389c74d207796ea9441c909 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Sat, 3 Jan 2015 13:13:10 +0000 Subject: [PATCH] give cottages a wood floor --- src/main/js/plugins/drone/contrib/cottage.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/js/plugins/drone/contrib/cottage.js b/src/main/js/plugins/drone/contrib/cottage.js index da81374..627578c 100644 --- a/src/main/js/plugins/drone/contrib/cottage.js +++ b/src/main/js/plugins/drone/contrib/cottage.js @@ -11,7 +11,12 @@ var blocks = require('blocks'); // /js drone.cottage(); // function cottage( ) { - this.chkpt('cottage') + this + .chkpt('cottage') + .down() + .box(blocks.birch, 7, 1, 6) // birch wood floor + .up() + .box(blocks.air, 7, 5, 6) // clear area first .box0( blocks.moss_stone, 7, 2, 6) // 4 walls .right(3) .door() // door front and center