Compare commits

..

2 Commits
1.9.3 ... 1.9

Author SHA1 Message Date
InventiveBot
158eec467c Create/Update assets for version 1.9 2017-02-18 13:30:21 +00:00
InventiveBot
831e8e4b44 Create/Update assets for version 1.9 2017-02-18 11:47:31 +00:00
3 changed files with 8 additions and 39 deletions

View File

@@ -1136,8 +1136,11 @@ 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!
@@ -1220,8 +1223,6 @@ 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
@@ -1975,11 +1976,6 @@ 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
@@ -2046,7 +2042,6 @@ 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
@@ -2812,7 +2807,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=Eye of Ender shoots
subtitles.entity.endereye.launch=Endereye shoots
subtitles.entity.enderman.ambient=Enderman vwoops
subtitles.entity.enderman.death=Enderman dies
subtitles.entity.enderman.hurt=Enderman hurts

View File

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