Skip to content

Commit

Permalink
Added 1.4 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Oct 25, 2012
1 parent 963e542 commit 70bf932
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 10 additions & 3 deletions MinutorMap/blockInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static struct {
{"Redstone Torch (off)", 0x560000,1.0,1}, //4b
{"Redstone Torch (on)", 0xfd0000,1.0,1}, //4c
{"Stone Button", 0x000000,0.0,1}, //4d
{"Snow", 0xf0fafa,0.9,1}, //4e
{"Snow", 0xf0fafa,1.0,1}, //4e
{"Ice", 0x4d6a9c,0.613,3}, //4f
{"Snow Block", 0xf1fafa,1.0,0}, //50
{"Cactus", 0x0f791d,1.0,1}, //51
Expand Down Expand Up @@ -186,10 +186,17 @@ static struct {
{"Birch Wood Stairs", 0x897b55,1.0,3}, //87
{"Jungle Wood Stairs", 0x66482f,1.0,3}, //88
{"Command Block", 0xba764a,1.0,0}, //89
{"Beacon Block", 0x9fdedb,1.0,0} //8a
{"Beacon", 0x9fdedb,1.0,0}, //8a
{"Cobblestone Wall", 0x828282,1.0,3}, //8b
{"Flower Pot", 0x5d3328,1.0,1}, //8c
{"Carrots", 0x08c400,1.0,1}, //8d
{"Potatoes", 0x00e01a,1.0,1}, //8e
{"Wooden Button", 0x9f8150,0.0,1}, //8f
{"Head", 0x000000,0.0,1}, //90
{"Anvil", 0x393939,1.0,1} //91
};

#define numBlocks 0x8b //number just after last block
#define numBlocks 0x92 //number just after last block

enum block_types {
BLOCK_AIR = 0x00,
Expand Down
4 changes: 2 additions & 2 deletions OSX/minutor-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.2</string>
<string>1.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.6.2</string>
<string>1.6.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file modified Win/Minutor.rc
Binary file not shown.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
minutor (1.6.3) unstable; urgency=low

* Added 1.4 blocks

-- Sean Kasun <sean@seancode.com> Thu, 25 Oct 2012 10:51:27 -0700

minutor (1.6.2) unstable; urgency=low

* Added biomes to statusbar
Expand Down
2 changes: 1 addition & 1 deletion minutor.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- Increase product version each release.. and that's the only change -->
<?define ProductVersion="1.6.2"?>
<?define ProductVersion="1.6.3"?>
<?define ProductUpgradeCode="5da343bf-7e4f-4849-acb0-da8c6682a71e"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*"
Expand Down

0 comments on commit 70bf932

Please sign in to comment.