MineColonies

MineColonies

53M Downloads

Citizen info messup between GUI and info command

apfelgluck89 opened this issue ยท 1 comments

commented

Minecolonies version

Version: Minecraft : 1.15.2
MC : 0.11.888-ALPHA

Expected behavior

Same citizens attributes values in the GUI and the info cmd message

Actual behaviour

The citizens attribute values seems to be messed up (randomized) in the info command message
also the job looks incorrect (pupil instead of teacher)

MC citizen Info Issues

Steps to reproduce the problem

just installed the new version a start a new game

Logs: Latest.log and crashlog at https://gist.github.com/

Lastest.log

commented

The job showing as pupil is because /mc citizens info job is populated by BuildingSchool.getJobName(), which is always "com.minecolonies.coremod.job.pupil".