Added cobweb renderer #156
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In theory this can be a lot simpler. Take a look at sugarcane.
Oops.
By the way, I was going to add slab rendering but there doesn't seem to be a
WoodSlabBlock
orCobblestoneSlabBlock
?I don't know about that. They might be using another name. If not, add them.
Actually there just seems to be two blocks; full slabs (42) and half slabs (44), they both use data values to store block type; I'll just check that in the renderer and use the appropriate texture.
Cool.