diff --git a/src/main/resources/assets/alchemicalwizardry/lang/en_US.lang b/src/main/resources/assets/alchemicalwizardry/lang/en_US.lang index 11e8d0d2..959ad876 100644 --- a/src/main/resources/assets/alchemicalwizardry/lang/en_US.lang +++ b/src/main/resources/assets/alchemicalwizardry/lang/en_US.lang @@ -233,4 +233,24 @@ entity.AWWayofTime.MinorDemonGruntWind.name=Wind Demon Grunt entity.AWWayofTime.MinorDemonGruntFire.name=Fire Demon Grunt entity.AWWayofTime.MinorDemonGruntIce.name=Ice Demon Grunt entity.AWWayofTime.MinorDemonGruntEarth.name=Earth Demon Grunt -entity.AWWayofTime.MinorDemonGrunt.name=Demon Grunt \ No newline at end of file +entity.AWWayofTime.MinorDemonGrunt.name=Demon Grunt + +#Commands +commands.soulnetwork.usage=/soulnetwork +commands.bind.usage=/bind +commands.bind.success=Item successfully bound! +commands.bind.failed.noPlayer=There is no player specified +commands.bind.failed.alreadyBound=Item is already bound; use /unbind to unbind it +commands.bind.failed.notBindable=Item cannot be bound +commands.unbind.usage=/unbind +commands.unbind.success=Item successfully unbound! +commands.unbind.failed.notBindable=Item cannot be unbound +commands.soulnetwork.usage=/soulnetwork [amount] +commands.soulnetwork.add.success=Successfully added %dLP to %s's Soul Network! +commands.soulnetwork.subtract.success=Successfully subtracted %dLP from %s's Soul Network! +commands.soulnetwork.fill.success=Successfully filled %s's Soul Network! +commands.soulnetwork.empty.success=Successfully emptied %s's Soul Network! +commands.soulnetwork.get.success=There is %dLP in %s's Soul Network! +commands.soulnetwork.noPlayer=There is no player specified +commands.soulnetwork.noCommand=There is no command specified +commands.soulnetwork.notACommand=That is not a valid command