Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for changes in minecraft 1.5 #28

Closed
Peter200lx opened this issue Mar 16, 2013 · 1 comment
Closed

Update for changes in minecraft 1.5 #28

Peter200lx opened this issue Mar 16, 2013 · 1 comment

Comments

@Peter200lx
Copy link
Owner

Blocks changed

Stone Slabs

Added Quartz, Double slabs added Smooth Stone and Smooth Sandstone.

Value   Description
0x0     Stone Slab
0x1     Sandstone Slab
0x2     Wooden Slab
0x3     Cobblestone Slab
0x4     Brick Slab
0x5     Stone Brick Slab
0x6     Nether Brick Slab
0x7     Quartz Slab
0x8     Smooth Stone Slab (Double Only)
0x9     Smooth Sandstone Slab (Double Only)

Snow

Can now be crafted in-game. I don't think anything needs to be changed here.

Dispenser

Now can face straight up and down

New Blocks added

146     92  Trapped Chest D T
147     93  Weighted Pressure Plate (Light) D
148     94  Weighted Pressure Plate (Heavy) D
149     95  Redstone Comparator (inactive) I D
150     96  Redstone Comparator (active) I D
151     97  Daylight Sensor
152     98  Block of Redstone
153     99  Nether Quartz Ore
154     9A  Hopper D T
155     9B  Block of Quartz D
156     9C  Quartz Stairs D
157     9D  Activator Rail D
158     9E  Dropper D T
  • D = Requires Data
  • I = inventory item different
  • T = Requires Tile Entry

Block of Quartz

Value   Description
0   Block of Quartz
1   Chiseled Quartz Block
2   Pillar Quartz Block (vertical)
3   Pillar Quartz Block (north-south)
4   Pillar Quartz Block (east-west)
Peter200lx added a commit that referenced this issue Apr 12, 2013
New blocks:
ACTIVATOR_RAIL, QUARTZ_STAIRS, DROPPER, HOPPER, GOLD_PLATE, IRON_PLATE,
REDSTONE_COMPARATOR_OFF, REDSTONE_COMPARATOR_ON, QUARTZ_BLOCK,
TRAPPED_CHEST

Updated blocks: STEP, DOUBLE_STEP, DISPENSER

Also allow BURNING_FURNACE to be scrolled
Peter200lx added a commit that referenced this issue Apr 12, 2013
New blocks:
ACTIVATOR_RAIL, QUARTZ_STAIRS, DROPPER, HOPPER, GOLD_PLATE, IRON_PLATE,
REDSTONE_COMPARATOR_OFF, REDSTONE_COMPARATOR_ON, QUARTZ_BLOCK,
TRAPPED_CHEST

Updated blocks: STEP, DOUBLE_STEP, DISPENSER

Also allow BURNING_FURNACE to be scrolled
Peter200lx added a commit that referenced this issue Apr 14, 2013
New blocks:
ACTIVATOR_RAIL, QUARTZ_STAIRS, DROPPER, REDSTONE_COMPARATOR_OFF,
REDSTONE_COMPARATOR_ON, HOPPER, QUARTZ_BLOCK

Updated blocks: STEP, DOUBLE_STEP

Also added BURNING_FURNACE data printing
@Peter200lx
Copy link
Owner Author

Release 0.7.5 has these changes, and thus support for Minecraft 1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant