fixed leaf texture for classic levels (fixed? at least for my terrain-classic.png)
This commit is contained in:
parent
f7c8fb699d
commit
de1bd9ae18
@ -301,7 +301,7 @@ cm.Wood = cm.Block(17,
|
|||||||
|
|
||||||
cm.Leaves = cm.Block(18,
|
cm.Leaves = cm.Block(18,
|
||||||
name="Leaves",
|
name="Leaves",
|
||||||
texture=(0x40,0x30),
|
texture=(0x50,0x30),
|
||||||
)
|
)
|
||||||
|
|
||||||
cm.Sponge = cm.Block(19,
|
cm.Sponge = cm.Block(19,
|
||||||
|
Reference in New Issue
Block a user