Skip to content

Commit 0002ce7

Browse files
committed
Yippe!
1 parent e365b28 commit 0002ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/potato/tuff/LegacyBlockIds.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ public class LegacyBlockIds {
9696
put("tallgrass", 31, 2); // meta 1=fern,2=grass
9797
put("deadbush", 32, 0);
9898
put("piston", 33, 0);
99+
put("piston_head", 34, 0);
99100
put("wool", 35, 0); // meta 0=white …15=black
100-
101+
put("piston_extension", 36, 0);
101102
// —— 36–59 —— decoration & ores
102103
put("yellow_flower", 37, 0);
103104
put("red_flower", 38, 0); // meta 0=dandelion,1=poppy… etc.

0 commit comments

Comments
 (0)