From 40326ffe45f498f682e1977f365113fdfbfdc6c7 Mon Sep 17 00:00:00 2001 From: Samuel Lockyer Date: Fri, 21 Jun 2013 19:26:07 +0200 Subject: [PATCH] Added cocoa beens to list of NEEDY_BLOCKS --- s2b.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s2b.rb b/s2b.rb index fb15290..c2afb18 100644 --- a/s2b.rb +++ b/s2b.rb @@ -15,7 +15,7 @@ require "nbtfile" # Needy blocks are items like torches and doors, which require other blocks to # be in place -- otherwise they'll simply fall to the ground as entities. We # defer them to the end of the BOB output to ensure they're "built" last. -NEEDY_BLOCKS = [6, 26, 27, 28, 31, 32, 37, 38, 39, 40, 50, 51, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78, 81, 83, 85, 90, 96, 104, 105, 106, 111, 115] +NEEDY_BLOCKS = [6, 26, 27, 28, 31, 32, 37, 38, 39, 40, 50, 51, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78, 81, 83, 85, 90, 96, 104, 105, 106, 111, 115, 127] FILE_HEADER = [ "[META]", "version=2.0", @@ -131,4 +131,4 @@ print "== START ==\n" @filenames.each do |filename| handleFileName(filename) end -print "== DONE ==" \ No newline at end of file +print "== DONE =="