marcel0ll / CustomItems

The most simple way to add your custom items to minecraft
https://marcel0ll.github.io/CustomItems/
20 stars 19 forks source link

[Bug] Crop visual #30

Closed Cyd007 closed 8 years ago

Cyd007 commented 9 years ago

Custom crops with the flower rendering config does not connect to farmland block. The follow is an example.

Custom Crop: https://dl.dropboxusercontent.com/u/68695308/custom%20items%20crash/2015-01-07/2015-01-07_15.43.59.png

Melon Crop: https://dl.dropboxusercontent.com/u/68695308/custom%20items%20crash/2015-01-07/2015-01-07_15.44.34.png

Compare the two and you will see what I mean.

marcel0ll commented 9 years ago

Are you using the normal flower texture?

Cyd007 commented 9 years ago

No it is a custom texture for the crop. Here it is in the final stage, like the one in the image.

oxeye daisy4

marcel0ll commented 9 years ago

This actually is not really a bug. The thing is that the crops render type renders 1px lower becuase of farmlands that if you see are 1px lower. Flowers should not be rendered above farmlands, so I will have to make a new custom render type for flowers that are planted on farmlands. I will fix this, but not right away

Cyd007 commented 9 years ago

Okay, was not sure if it was or was not. It is not a that big of a deal, it is some I just some how notice.

Melons are render the same way as flowers and they have the 1px in farmland so you might want to start there for an idea on how to.