summaryrefslogtreecommitdiff
path: root/textures/default_leaves_plantlike.png
AgeCommit message (Collapse)Author
2013-11-14Made all leaves draw as cubes in the inventory regardless of whetherVanessa Ezekowitz
they are plantlike or not in the world. This has the side effect that a dropped leaf block will look like a flat sprite. Oh well, no other way to fix it. Adjusted the offset of the textures so that leaves place more accurately in the world (blame this on the engine, it has no option for me to adjust the precise vertical visual scale independently from the horizontal scale, so I have to fake it with the textures).
2013-11-14Made it possible via moretrees config to force all moretrees, default, andVanessa Ezekowitz
default jungle tree leaves to be plantlike drawtype. The default setting is now plantlike. Change moretres_settings.txt in your world folder if you don't like it. Rearranged a bit of code to accommodate this.