-
Notifications
You must be signed in to change notification settings - Fork 42
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
Apply a variety of fixes. #83
Conversation
Only render tip texture. Centered. Orientation fixed.
Will only render top and bottom facing texture. TODO transform base texture and place for side facing lichen.
Will only render top and bottom facing texture. TODO transform base texture and place for side facing lichen.
Rebase on master please. |
Could you clarify what exactly you mean by this? Unfortunately I cannot easily rebase the branch because I have already merged in changes later and a lot of manual input would be unnecessarily required. I have already brought the branch up with merges to be not behind master. |
The goal is to provide a pull request with a git history that represents the changes made. No matter, I will squash & merge it. But if it proves to break anything, I will outright revert it. |
Fixes:
TransparentBlocks
TransparentBlocks
RenderWall
methodRenderPillar
methodRenderPressurePlate
methodRenderFrame
andRenderGlowItemFrame
with the commonRenderItemFrame
RenderFence
methodRenderLantern
method / partially fix lanternsRenderLightningRod
method: shift up rod by one pixelRenderEndRod
method / fix end_rodRenderRail
and railsRenderButton
,RenderFence
, andRenderFenceGate
RenderFenceGate
I may continue to update this branch further if I notice more things out-of-place.