Compare commits

..

1 Commits

Author SHA1 Message Date
InventiveBot
ac21efcf94 Create/Update assets for version 16w36a 2017-02-18 12:01:55 +00:00
7 changed files with 26 additions and 24 deletions

View File

@@ -412,8 +412,8 @@ options.modelPart.left_pants_leg=Left Pants Leg
options.modelPart.right_pants_leg=Right Pants Leg options.modelPart.right_pants_leg=Right Pants Leg
options.snooper=Allow Snooper options.snooper=Allow Snooper
options.snooper.view=Snooper Settings... options.snooper.view=Snooper Settings...
options.snooper.title=Machine Specs Collection options.snooper.title=Feed us data!
options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! options.snooper.desc=We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!
options.resourcepack=Resource Packs... options.resourcepack=Resource Packs...
options.fullscreen=Fullscreen options.fullscreen=Fullscreen
options.vsync=Use VSync options.vsync=Use VSync
@@ -1824,6 +1824,8 @@ commands.save.disabled=Turned off world auto-saving
commands.save.start=Saving... commands.save.start=Saving...
commands.save.success=Saved the world commands.save.success=Saved the world
commands.save.failed=Saving failed: %s commands.save.failed=Saving failed: %s
commands.save.flushStart=Flushing all saves...
commands.save.flushEnd=Flushing completed
commands.stop.usage=/stop commands.stop.usage=/stop
commands.stop.start=Stopping the server commands.stop.start=Stopping the server
commands.tp.usage=/tp [target player] <destination player> OR /tp [target player] <x> <y> <z> [<yaw> <pitch>] commands.tp.usage=/tp [target player] <destination player> OR /tp [target player] <x> <y> <z> [<yaw> <pitch>]
@@ -1992,14 +1994,14 @@ commands.testfor.tagError=Data tag parsing failed: %s
commands.seed.usage=/seed commands.seed.usage=/seed
commands.seed.success=Seed: %s commands.seed.success=Seed: %s
commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...> commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) commands.spreadplayers.spreading.teams=Spreading %s team(s) %s blocks around %s,%s (min %s blocks apart)
commands.spreadplayers.spreading.players=Spreading %s players %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)
commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s commands.spreadplayers.success.teams=Successfully spread %s team(s) around %s,%s
commands.spreadplayers.success.players=Successfully spread %s players around %s,%s commands.spreadplayers.success.players=Successfully spread %s player(s) around %s,%s
commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations)
commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations)
commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) commands.spreadplayers.failure.teams=Could not spread %s team(s) around %s,%s (too many players for space - try using spread of at most %s)
commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) commands.spreadplayers.failure.players=Could not spread %s player(s) around %s,%s (too many players for space - try using spread of at most %s)
commands.achievement.usage=/achievement <give|take> <name|*> [player] commands.achievement.usage=/achievement <give|take> <name|*> [player]
commands.achievement.unknownAchievement=Unknown achievement '%s' commands.achievement.unknownAchievement=Unknown achievement '%s'
commands.achievement.alreadyHave=Player %s already has achievement %s commands.achievement.alreadyHave=Player %s already has achievement %s
@@ -2937,7 +2939,7 @@ subtitles.entity.itemframe.remove_item=Item Frame empties
subtitles.entity.itemframe.rotate_item=Item Frame clicks subtitles.entity.itemframe.rotate_item=Item Frame clicks
subtitles.entity.leashknot.break=Leash knot breaks subtitles.entity.leashknot.break=Leash knot breaks
subtitles.entity.leashknot.place=Leash knot tied subtitles.entity.leashknot.place=Leash knot tied
subtitles.entity.lightning.impact=Lighting strikes subtitles.entity.lightning.impact=Lightning strikes
subtitles.entity.lightning.thunder=Thunder roars subtitles.entity.lightning.thunder=Thunder roars
subtitles.entity.magmacube.death=Magma Cube dies subtitles.entity.magmacube.death=Magma Cube dies
subtitles.entity.magmacube.hurt=Magma Cube hurts subtitles.entity.magmacube.hurt=Magma Cube hurts
@@ -3085,8 +3087,8 @@ debug.chunk_boundaries.off=Chunk borders: hidden
debug.advanced_tooltips.on=Advanced tooltips: shown debug.advanced_tooltips.on=Advanced tooltips: shown
debug.advanced_tooltips.off=Advanced tooltips: hidden debug.advanced_tooltips.off=Advanced tooltips: hidden
debug.creative_spectator.error=Unable to switch gamemode, no permission debug.creative_spectator.error=Unable to switch gamemode, no permission
debug.pause_focus.on=PauseOnLostFocus: enabled debug.pause_focus.on=Pause on lost focus: enabled
debug.pause_focus.off=PauseOnLostFocus: disabled debug.pause_focus.off=Pause on lost focus: disabled
debug.help.message=Key bindings: debug.help.message=Key bindings:
debug.reload_resourcepacks.message=Reloaded resource packs debug.reload_resourcepacks.message=Reloaded resource packs

View File

@@ -77,7 +77,7 @@
}, },
{ {
"function": "set_nbt", "function": "set_nbt",
"tag": "{Potion:\"slowness\"}" "tag": "{Potion:\"minecraft:slowness\"}"
} }
] ]
} }

View File

@@ -10,10 +10,10 @@
"faces": { "faces": {
"down": { "texture": "#end", "cullface": "down" }, "down": { "texture": "#end", "cullface": "down" },
"up": { "texture": "#end", "cullface": "up" }, "up": { "texture": "#end", "cullface": "up" },
"north": { "texture": "#side" }, "north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" }, "south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" }, "west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" } "east": { "texture": "#side", "cullface": "east" }
} }
} }
] ]

View File

@@ -9,7 +9,7 @@
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false, "shade": false,
"faces": { "faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
} }
}, },
@@ -19,7 +19,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
} }
} }
] ]

View File

@@ -9,7 +9,7 @@
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false, "shade": false,
"faces": { "faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
} }
}, },
@@ -19,7 +19,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
} }
} }
] ]

View File

@@ -1,8 +1,8 @@
{ {
"id": "16w33a", "id": "16w36a",
"type": "snapshot", "type": "snapshot",
"url": "https://launchermeta.mojang.com/mc/game/2dc7ef6e029db09e7ff8ed8b2eb086c52a163fe5/16w33a.json", "url": "https://launchermeta.mojang.com/mc/game/061e119d3089f58ac216221860038da489d8cb0a/16w36a.json",
"time": "2017-02-07T13:18:39+00:00", "time": "2017-02-07T13:18:39+00:00",
"releaseTime": "2016-08-17T12:48:57+00:00", "releaseTime": "2016-09-08T14:55:10+00:00",
"downloadTimestamp": 1487419360021 "downloadTimestamp": 1487419288936
} }