[1.10] Several Issues Farmer, Cook, Baker
yotthani opened this issue · 9 comments
Minecolonies version
version minecolonies-universal-1.10.2-0.9.6297
Expected behavior
Issues:
- Farmer: Fields automaticly assined to one farmer
- Cook: Restaurants get deleted after Deconstruction
- Baker: Consumes resources while producing
Actual behaviour
- Farmer:
fields do not get assigned or assigned to multible Farmers at the same time
if you assign manually not all field get recognized and assignment gets deleted every Server restart
- Cook:
For each Deconstructed Restaurant "Unknown" Cook keeps calling for food
- Baker:
not cosumes Weat but infinitly producing Bread
Steps to reproduce the problem
- Farmer:
Step 1: Build Farmer
Step 2: Build Farm - Cook:
Step 1: Build Restaurant
Step 2: Wait for Cook to get Assigned
Step 3: Deconstruct Restaurant - Baker:
Step 1: Build Bakery
Step 2: Wait for Baker to get Assigned
Step 3: Put 2 Stacks of Weat into Chest
Step 4: Wait for Inifinite Bread
Baker: yes even if no dman is commin, the two stacks of weat stay there but bread is produced , checked that 3 days in a row and it stays the same
Fields: yes checked it with the latest build
will try to make an video for that (but after applying "Port1.10/fix pathing (#1920)" game crashes on client side for me)
Log for Clientcrash "Port1.10/fix pathing (#1920)" standing near the baker while working:
I bet Cylons wouldn't have this problem.
Time: 12/27/17 3:37 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at com.minecolonies.coremod.entity.EntityCitizen.addExperience(EntityCitizen.java:1147)
at com.minecolonies.coremod.entity.EntityCitizen.gatherXp(EntityCitizen.java:1051)
at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:848)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.world.World.func_72866_a(World.java:1967)
at net.minecraft.world.World.func_72870_g(World.java:1937)
at net.minecraft.world.World.func_72939_s(World.java:1750)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)