You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
899eadbebc |
@@ -1695,10 +1695,9 @@ achievement.bookcase.desc=Build some bookshelves to improve your enchantment tab
|
||||
commands.generic.exception=An unknown error occurred while attempting to perform this command
|
||||
commands.generic.permission=You do not have permission to use this command
|
||||
commands.generic.syntax=Invalid command syntax
|
||||
commands.generic.player.notFound=Player '%s' cannot be found
|
||||
commands.generic.entity.notFound=Entity '%s' cannot be found
|
||||
commands.generic.selector.notFound=Selector '%s' found nothing
|
||||
commands.generic.entity.invalidUuid=The entity UUID '%s' is in an invalid format
|
||||
commands.generic.player.notFound=That player cannot be found
|
||||
commands.generic.entity.notFound=That entity cannot be found
|
||||
commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format
|
||||
commands.generic.entity.invalidType=Entity type '%s' is invalid
|
||||
commands.generic.notFound=Unknown command. Try /help for a list of commands
|
||||
commands.generic.parameter.invalid='%s' is not a valid parameter
|
||||
@@ -1708,8 +1707,6 @@ commands.generic.num.tooSmall=The number you have entered (%s) is too small, it
|
||||
commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s
|
||||
commands.generic.blockstate.invalid='%s' is not a state for block %s
|
||||
commands.generic.usage=Usage: %s
|
||||
commands.generic.selector_argument=Invalid selector argument: '%s'
|
||||
commands.generic.player.unspecified=You must specify which player you wish to perform this action on.
|
||||
|
||||
commands.setidletimeout.usage=/setidletimeout <Minutes until kick>
|
||||
commands.setidletimeout.success=Successfully set the idle timeout to %s minutes.
|
||||
@@ -1745,7 +1742,7 @@ commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats
|
||||
commands.stats.failed=Invalid parameters
|
||||
commands.stats.cleared=Cleared %s stats
|
||||
commands.stats.success=Storing %s stats in %s on %s
|
||||
commands.summon.usage=/summon <entityname> [x] [y] [z] [dataTag]
|
||||
commands.summon.usage=/summon <EntityName> [x] [y] [z] [dataTag]
|
||||
commands.summon.success=Object successfully summoned
|
||||
commands.summon.failed=Unable to summon object
|
||||
commands.summon.tagError=Data tag parsing failed: %s
|
||||
@@ -2029,7 +2026,6 @@ commands.testfor.success=Found %s
|
||||
commands.testfor.tagError=Data tag parsing failed: %s
|
||||
commands.seed.usage=/seed
|
||||
commands.seed.success=Seed: %s
|
||||
commands.spreadplayers.noop=No players found to spread
|
||||
commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
|
||||
commands.spreadplayers.spreading.teams=Spreading %s team(s) %s blocks around %s,%s (min %s blocks apart)
|
||||
commands.spreadplayers.spreading.players=Spreading %s player(s) %s blocks around %s,%s (min %s blocks apart)
|
||||
@@ -2993,7 +2989,6 @@ subtitles.entity.lightning.impact=Lightning strikes
|
||||
subtitles.entity.lightning.thunder=Thunder roars
|
||||
subtitles.entity.llama.ambient=Llama bleats
|
||||
subtitles.entity.llama.angry=Llama bleats angry
|
||||
subtitles.entity.llama.chest=Llama Chest equips
|
||||
subtitles.entity.llama.death=Llama dies
|
||||
subtitles.entity.llama.eat=Llama eats
|
||||
subtitles.entity.llama.hurt=Llama hurts
|
||||
@@ -3005,7 +3000,6 @@ subtitles.entity.magmacube.hurt=Magma Cube hurts
|
||||
subtitles.entity.magmacube.squish=Magma Cube squishes
|
||||
subtitles.entity.minecart.riding=Minecart rolls
|
||||
subtitles.entity.mule.ambient=Mule hee-haws
|
||||
subtitles.entity.mule.chest=Mule Chest equips
|
||||
subtitles.entity.mule.death=Mule dies
|
||||
subtitles.entity.mule.hurt=Mule hurts
|
||||
subtitles.entity.painting.break=Painting breaks
|
||||
@@ -3119,7 +3113,6 @@ subtitles.entity.zombie_villager.hurt=Zombie Villager hurts
|
||||
subtitles.item.armor.equip=Gear equipped
|
||||
subtitles.item.armor.equip_chain=Chain armor jingles
|
||||
subtitles.item.armor.equip_diamond=Diamond armor clangs
|
||||
subtitles.item.armor.equip_elytra=Elytra rustles
|
||||
subtitles.item.armor.equip_gold=Gold armor clinks
|
||||
subtitles.item.armor.equip_iron=Iron armor clanks
|
||||
subtitles.item.armor.equip_leather=Leather armor rustles
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1013 B |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
BIN
assets/minecraft/textures/items/banner_base.png
Normal file
BIN
assets/minecraft/textures/items/banner_base.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 B |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "16w42a",
|
||||
"id": "16w40a",
|
||||
"type": "snapshot",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/87234668c7f1eac33e7e722eef1e743475112a86/16w42a.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/2a3f09b6f95e51c16aa6dcdc6d99af74075eb946/16w40a.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-10-19T11:17:47+00:00",
|
||||
"downloadTimestamp": 1487419123118
|
||||
"releaseTime": "2016-10-06T13:57:59+00:00",
|
||||
"downloadTimestamp": 1487419189543
|
||||
}
|
||||
Reference in New Issue
Block a user