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

A few fixes to 1.8 block data #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions minecraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ blocks:
tex: [5, 12]

4: # bit 0x4 - "Permanent"
name: Oak Leaves (Permanent)
name: Oak Leaves (No Decay)
mapcolor: [60, 192, 41]
tex: [5, 3]
5:
Expand Down Expand Up @@ -2468,7 +2468,6 @@ blocks:
idStr: stained_hardened_clay
name: Stained Clay
mapcolor: [150, 100, 50]
name: Hardened Clay
data:
0:
tex: [0, 18]
Expand Down Expand Up @@ -2759,7 +2758,7 @@ blocks:

- id: 167
idStr: iron_trapdoor
name: Trapdoor
name: Iron Trapdoor
mapcolor: [191, 191, 191]
tex: [3, 16]
type: TRAPDOOR
Expand Down
6 changes: 3 additions & 3 deletions pocket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ blocks:
mapcolor: [74, 131, 66]
tex: [5, 3]
4: # bit 0x8 - "Permanent"
name: Oak Leaves (Permanent)
name: Oak Leaves (No Decay)
mapcolor: [60, 192, 41]
tex: [2, 3]
5:
Expand Down Expand Up @@ -1459,8 +1459,8 @@ blocks:
tex: [21, 7]

- id: 249
idStr: UpdateGameBlock
name: Update Game Block
idStr: UpdateGameBlock2
name: Update Game Block 2
mapcolor: [201, 119, 240]
tex: [21, 7]

Expand Down