diff --git a/src/main/resources/assets/opencomputers/lang/en_US.lang b/src/main/resources/assets/opencomputers/lang/en_US.lang index 687f85cfa..c857e6d92 100644 --- a/src/main/resources/assets/opencomputers/lang/en_US.lang +++ b/src/main/resources/assets/opencomputers/lang/en_US.lang @@ -455,7 +455,7 @@ achievement.oc.wirelessNetworkCard.desc=Time to go where no packet has gone befo # set in the actual damage source in code. death.attack.oc.nanomachinesOverload.1=%s got too greedy. death.attack.oc.nanomachinesOverload.2=%s had a nervous breakdown. -death.attack.oc.nanomachinesOverload.3=%s's nanomachines went out of control. +death.attack.oc.nanomachinesOverload.3=The nanomachines of %s went out of control. death.attack.oc.nanomachinesHungry.1=%s was eaten by nanomachines. death.attack.oc.nanomachinesHungry.2=%s didn't keep their nanomachines fed. death.attack.oc.nanomachinesHungry.3=%s has been digested. diff --git a/src/main/scala/li/cil/oc/common/nanomachines/provider/HungryProvider.scala b/src/main/scala/li/cil/oc/common/nanomachines/provider/HungryProvider.scala index bf7d52b01..29a4bd2e1 100644 --- a/src/main/scala/li/cil/oc/common/nanomachines/provider/HungryProvider.scala +++ b/src/main/scala/li/cil/oc/common/nanomachines/provider/HungryProvider.scala @@ -9,7 +9,7 @@ import li.cil.oc.integration.util.DamageSourceWithRandomCause import net.minecraft.entity.player.EntityPlayer import net.minecraft.nbt.NBTTagCompound -object HungryProvider extends ScalaProvider("") { +object HungryProvider extends ScalaProvider("d697c24a-014c-4773-a288-23084a59e9e8") { final val FillCount = 10 // Create a bunch of these to have a higher chance of one being picked / available. final val HungryDamage = new DamageSourceWithRandomCause("oc.nanomachinesHungry", 3).