Posted December 31, 20168 yr Hey, We have some language strings like: entity.miner.messageNeedBlockAndItem=I need %s! entity.miner.messageMoreBlocks=I need more %s! which we call like this: LanguageHandler.sendPlayersMessage( colony.getMessageEntityPlayers(), LanguageHandler.format(this.getColonyJob().getName()) + " " + this.getCustomNameTag() + ": " + msg); where msg is one of the above keys. This seems to work well in the development environment but after produced in ssp and smp it won't work. What might that be?
December 31, 20168 yr Author It always worked flawlessly only now in 1.11 it started to make problems (1.7-1.10 without any problems).
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.