Compare commits

..

1 Commits
1.11 ... 16w50a

Author SHA1 Message Date
InventiveBot
16df7ed0e1 Create/Update assets for version 16w50a 2017-02-18 11:57:28 +00:00
9 changed files with 19 additions and 10 deletions

View File

@@ -1153,6 +1153,7 @@ item.dragon_breath.name=Dragon's Breath
item.elytra.name=Elytra
item.totem.name=Totem of Undying
item.shulkerShell.name=Shulker Shell
item.ironNugget.name=Iron Nugget
container.inventory=Inventory
container.hopper=Item Hopper
@@ -1364,6 +1365,7 @@ death.attack.fall=%1$s hit the ground too hard
death.attack.outOfWorld=%1$s fell out of the world
death.attack.dragonBreath=%1$s was roasted in dragon breath
death.attack.flyIntoWall=%1$s experienced kinetic energy
death.attack.fireworks=%1$s went off with a bang
deathScreen.respawn=Respawn
deathScreen.spectate=Spectate world
@@ -1499,6 +1501,7 @@ enchantment.damage.undead=Smite
enchantment.damage.arthropods=Bane of Arthropods
enchantment.knockback=Knockback
enchantment.fire=Fire Aspect
enchantment.sweeping=Sweeping Edge
enchantment.protect.all=Protection
enchantment.protect.fire=Fire Protection
enchantment.protect.fall=Feather Falling
@@ -2072,7 +2075,7 @@ commands.worldborder.warning.time.usage=/worldborder warning time <seconds>
commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds)
commands.worldborder.warning.distance.usage=/worldborder warning distance <distance>
commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks)
commands.title.usage=/title <player> <title|subtitle|actionbar|clear|reset|times> ...
commands.title.usage=/title <player> title|subtitle|actionbar|clear|reset|times ...
commands.title.usage.title=/title <player> title|subtitle|actionbar <raw json title>
commands.title.usage.clear=/title <player> clear|reset
commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut>

View File

@@ -5,7 +5,7 @@
"entries": [
{
"type": "item",
"name": "minecraft:totem"
"name": "minecraft:totem_of_undying"
}
]
},
@@ -39,6 +39,6 @@
"condition": "killed_by_player"
}
]
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "items/iron_nugget"
}
}

View File

@@ -2,7 +2,7 @@
"parent": "builtin/entity",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 1, 1, 1 ]
},

View File

@@ -3,7 +3,7 @@
"display": {
"gui": {
"translation": [ -2, 2, 0 ],
"rotation": [ 30, -135, 0 ],
"rotation": [ 30, 45, 0 ],
"scale": [ 0.6, 0.6, 0.6 ]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

View File

@@ -1,8 +1,8 @@
{
"id": "1.11",
"type": "release",
"url": "https://launchermeta.mojang.com/mc/game/7a3e41e164f3e3124c05a8bc782bba466d20c431/1.11.json",
"id": "16w50a",
"type": "snapshot",
"url": "https://launchermeta.mojang.com/mc/game/e913d0001d077f341a5c71754ad7766c552e875e/16w50a.json",
"time": "2017-02-07T13:18:39+00:00",
"releaseTime": "2016-11-14T14:34:40+00:00",
"downloadTimestamp": 1487424303153
"releaseTime": "2016-12-15T14:38:52+00:00",
"downloadTimestamp": 1487419030469
}