Compare commits

..

12 Commits
1.11 ... 1.11.2

Author SHA1 Message Date
InventiveBot
2cec0600dc Create/Update assets for version 1.11.2 2017-02-20 21:48:24 +00:00
InventiveBot
9a63700b1c Create/Update assets for version 1.11.2 2017-02-18 15:50:12 +00:00
InventiveBot
8e7543e0fd Create/Update assets for version 1.11.2 2017-02-18 15:34:22 +00:00
InventiveBot
900565cff3 Create/Update assets for version 1.11.2 2017-02-18 16:25:51 +01:00
InventiveBot
249339a05f Create/Update assets for version 1.11.2 2017-02-18 16:12:03 +01:00
InventiveBot
159aa51ab0 Create/Update assets for version 1.11.2 2017-02-18 14:55:24 +00:00
InventiveBot
1523f53434 Create/Update assets for version 1.11.2 2017-02-18 15:47:17 +01:00
InventiveBot
1aa337da74 Create/Update assets for version 1.11.2 2017-02-18 14:35:56 +00:00
InventiveBot
ad9c1050c0 Create/Update assets for version 1.11.2 2017-02-18 14:25:47 +00:00
InventiveBot
2e8c09ea18 Create/Update assets for version 1.11.2 2017-02-18 14:23:07 +00:00
InventiveBot
c60563f475 Create/Update assets for version 1.11.2 2017-02-18 13:24:12 +00:00
InventiveBot
fa3dc54dbb Create/Update assets for version 1.11.2 2017-02-18 11:55:07 +00:00
9 changed files with 18 additions and 9 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",
"id": "1.11.2",
"type": "release",
"url": "https://launchermeta.mojang.com/mc/game/7a3e41e164f3e3124c05a8bc782bba466d20c431/1.11.json",
"url": "https://launchermeta.mojang.com/mc/game/12f260fc1976f6dd688a211f1a906f956344abdd/1.11.2.json",
"time": "2017-02-07T13:18:39+00:00",
"releaseTime": "2016-11-14T14:34:40+00:00",
"downloadTimestamp": 1487424303153
"releaseTime": "2016-12-21T09:29:12+00:00",
"downloadTimestamp": 1487627280673
}