ForestryMC / MagicBees

Repository for the MagicBees Minecraft mod - a Forestry addon.
Do What The F*ck You Want To Public License
20 stars 18 forks source link

commit 3ca629d Serverside crash and problems #16

Closed darkmtbg2 closed 7 years ago

darkmtbg2 commented 7 years ago

Server side of the mod does not work in a dedicated server environment. or if single player gets opened to LAN then when you attempt to leave the game Minecraft just locks up needing you to kill Minecraft or wait for extremely long time(haven't checked how long)

In dedicated server none of the botanical flowers will work crashing the server logs for the crash https://pastebin.com/We2V9ap6 https://pastebin.com/DfKqiqwa

Elec332 commented 7 years ago

Im calling EntityItem#getAge(), which is a client side only method for some weird reason, Ill look into another way to get that value.

Elec332 commented 7 years ago

Fixed in latest commit