You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a79c67ce75 |
@@ -412,8 +412,8 @@ options.modelPart.left_pants_leg=Left Pants Leg
|
||||
options.modelPart.right_pants_leg=Right Pants Leg
|
||||
options.snooper=Allow Snooper
|
||||
options.snooper.view=Snooper Settings...
|
||||
options.snooper.title=Machine Specs Collection
|
||||
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.title=Feed us data!
|
||||
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.fullscreen=Fullscreen
|
||||
options.vsync=Use VSync
|
||||
@@ -1824,6 +1824,8 @@ commands.save.disabled=Turned off world auto-saving
|
||||
commands.save.start=Saving...
|
||||
commands.save.success=Saved the world
|
||||
commands.save.failed=Saving failed: %s
|
||||
commands.save.flushStart=Flushing all saves...
|
||||
commands.save.flushEnd=Flushing completed
|
||||
commands.stop.usage=/stop
|
||||
commands.stop.start=Stopping the server
|
||||
commands.tp.usage=/tp [target player] <destination player> OR /tp [target player] <x> <y> <z> [<yaw> <pitch>]
|
||||
@@ -2937,7 +2939,7 @@ subtitles.entity.itemframe.remove_item=Item Frame empties
|
||||
subtitles.entity.itemframe.rotate_item=Item Frame clicks
|
||||
subtitles.entity.leashknot.break=Leash knot breaks
|
||||
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.magmacube.death=Magma Cube dies
|
||||
subtitles.entity.magmacube.hurt=Magma Cube hurts
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
},
|
||||
{
|
||||
"function": "set_nbt",
|
||||
"tag": "{Potion:\"slowness\"}"
|
||||
"tag": "{Potion:\"minecraft:slowness\"}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "16w33a",
|
||||
"id": "16w35a",
|
||||
"type": "snapshot",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/2dc7ef6e029db09e7ff8ed8b2eb086c52a163fe5/16w33a.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/cbdc0f050cbad8e1382b816de576af3c9af818e4/16w35a.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-08-17T12:48:57+00:00",
|
||||
"downloadTimestamp": 1487419360021
|
||||
"releaseTime": "2016-09-01T13:13:38+00:00",
|
||||
"downloadTimestamp": 1487419329190
|
||||
}
|
||||
Reference in New Issue
Block a user