Barley not growth staging correctly
Bibblejw opened this issue ยท 10 comments
It seems that barley's full growth stage only registers as 43% (as shown by WAILA). This means that automated farming methods such as golems, MFR, etc. don't work.
@progwml6 fixed for years ๐ close this
that is an issue with waila integration that i will look into when i have a chance
For Minecraft 1.6.4 Natura 2.1.14, this problem still exists. However, my question is has this been fixed for the 1.7 update?
as long as existing worlds will work properly i will leave the methods of fixing this up to whoever has a chance to
I will try to split the crops into individual Blocks. Will also try to add some kind of retrogen to convert Cotton into its new Block.
I found another way, cotton and barley stay in CropBlock and Waila works too. No retrogen needed. Bonus: correct implementation of IGrowable. But this depends on my Pulsar PR.
I really prefer not to make changes like that mid version. I will have to see if ProfMobius can add a way for mods to surpress built in handlers before I think about moving forward on something that would need retrogen
On Sep 3, 2014, at 9:17 AM, Qowyn [email protected] wrote:
I will try to split the crops into individual Blocks. Will also try to add some kind of retrogen to convert Cotton into its new Block.
โ
Reply to this email directly or view it on GitHub.
I had a look at this, this can only be fixed at Natura's side if:
- Waila gets API changes to suppress built-in handlers
- or Natura stops extending BlockCrops
BlockCrops is handled by Waila and as built-in plugins seem to be registred after other plugins there is no way to clear the lines added by Waila.
Or if Natura conforms to the standard crop implementation, using a different Block per crop (the metadata-based crop type is not necessary for 2 crop types; and it has limited room for exansion with only 4 bits available for block metadata). This would solve all compatibility issues at the same time.