Compare commits

..

1 Commits
1.9 ... 1.9.3

Author SHA1 Message Date
InventiveBot
577fab631a Create/Update assets for version 1.9.3 2017-02-18 13:28:28 +00:00
3 changed files with 39 additions and 8 deletions

View File

@@ -1136,11 +1136,8 @@ container.creative=Item Selection
container.brewing=Brewing Stand
container.chest=Chest
container.chestDouble=Large Chest
container.minecart=Minecart
container.enderchest=Ender Chest
container.beacon=Beacon
container.minecart.hopper=Hopper minecart
container.minecart.chest=Chest minecart
container.spectatorCantOpen=Unable to open. Loot not generated yet.
container.isLocked=%s is locked!
@@ -1223,6 +1220,8 @@ entity.PrimedTnt.name=Block of TNT
entity.FallingSand.name=Falling Block
entity.Minecart.name=Minecart
entity.MinecartHopper.name=Minecart with Hopper
entity.MinecartChest.name=Minecart with Chest
entity.Boat.name=Boat
entity.generic.name=unknown
@@ -1976,6 +1975,11 @@ commands.title.usage.title=/title <player> title|subtitle <raw json title>
commands.title.usage.clear=/title <player> clear|reset
commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut>
commands.title.success=Title command successfully executed
commands.stopsound.usage=/stopsound <player> [source] [sound]
commands.stopsound.unknownSoundSource=Source %s is unknown
commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s
commands.stopsound.success.soundSource=Stopped source '%s' for %s
commands.stopsound.success.all=Stopped all sounds for %s
itemGroup.buildingBlocks=Building Blocks
itemGroup.decorations=Decoration Blocks
@@ -2042,6 +2046,7 @@ attribute.name.generic.attackDamage=Attack Damage
attribute.name.generic.attackSpeed=Attack Speed
attribute.name.generic.luck=Luck
attribute.name.generic.armor=Armor
attribute.name.generic.armorToughness=Armor Toughness
screenshot.success=Saved screenshot as %s
screenshot.failure=Couldn't save screenshot: %s
@@ -2807,7 +2812,7 @@ subtitles.entity.enderdragon.flap=Dragon flaps
subtitles.entity.enderdragon.growl=Dragon growls
subtitles.entity.enderdragon.hurt=Dragon hurts
subtitles.entity.enderdragon.shoot=Dragon shoots
subtitles.entity.endereye.launch=Endereye shoots
subtitles.entity.endereye.launch=Eye of Ender shoots
subtitles.entity.enderman.ambient=Enderman vwoops
subtitles.entity.enderman.death=Enderman dies
subtitles.entity.enderman.hurt=Enderman hurts

View File

@@ -0,0 +1,26 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 30
}
]
}
]
}

View File

@@ -1,8 +1,8 @@
{
"id": "1.9",
"id": "1.9.3",
"type": "release",
"url": "https://launchermeta.mojang.com/mc/game/6768033e216468247bd031a0a2d9876d79818f8f/1.9.json",
"url": "https://launchermeta.mojang.com/mc/game/566def4133157888f4b2d1832951d78ebd328840/1.9.3.json",
"time": "2016-06-01T11:45:48+00:00",
"releaseTime": "2016-02-29T13:49:54+00:00",
"downloadTimestamp": 1487424600895
"releaseTime": "2016-05-10T08:33:35+00:00",
"downloadTimestamp": 1487424491916
}