You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da5d5b7689 |
@@ -405,6 +405,7 @@ options.touchscreen=Touchscreen Mode
|
|||||||
options.blockAlternatives=Alternate Blocks
|
options.blockAlternatives=Alternate Blocks
|
||||||
options.reducedDebugInfo=Reduced Debug Info
|
options.reducedDebugInfo=Reduced Debug Info
|
||||||
options.entityShadows=Entity Shadows
|
options.entityShadows=Entity Shadows
|
||||||
|
options.realmsNotifications=Realms Notifications
|
||||||
|
|
||||||
options.mipmapLevels=Mipmap Levels
|
options.mipmapLevels=Mipmap Levels
|
||||||
options.forceUnicodeFont=Force Unicode Font
|
options.forceUnicodeFont=Force Unicode Font
|
||||||
@@ -496,6 +497,12 @@ resourcePack.title=Select Resource Packs
|
|||||||
resourcePack.available.title=Available Resource Packs
|
resourcePack.available.title=Available Resource Packs
|
||||||
resourcePack.selected.title=Selected Resource Packs
|
resourcePack.selected.title=Selected Resource Packs
|
||||||
resourcePack.folderInfo=(Place resource pack files here)
|
resourcePack.folderInfo=(Place resource pack files here)
|
||||||
|
resourcePack.incompatible=Incompatible
|
||||||
|
resourcePack.incompatible.old=(Made for an older version of Minecraft)
|
||||||
|
resourcePack.incompatible.new=(Made for a newer version of Minecraft)
|
||||||
|
resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack?
|
||||||
|
resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly.
|
||||||
|
resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly.
|
||||||
|
|
||||||
sign.edit=Edit sign message
|
sign.edit=Edit sign message
|
||||||
|
|
||||||
@@ -1744,6 +1751,7 @@ commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard:
|
|||||||
commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s'
|
commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s'
|
||||||
commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard
|
commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard
|
||||||
commands.scoreboard.players.usage=/scoreboard players <set|add|remove|reset|list|enable|test|operation> ...
|
commands.scoreboard.players.usage=/scoreboard players <set|add|remove|reset|list|enable|test|operation> ...
|
||||||
|
commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %d characters long
|
||||||
commands.scoreboard.players.set.success=Set score of %s for player %s to %d
|
commands.scoreboard.players.set.success=Set score of %s for player %s to %d
|
||||||
commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s
|
commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s
|
||||||
commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s
|
commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ Whoa, dude!
|
|||||||
All inclusive!
|
All inclusive!
|
||||||
Tell your friends!
|
Tell your friends!
|
||||||
NP is not in P!
|
NP is not in P!
|
||||||
Notch <3 ez!
|
|
||||||
Music by C418!
|
Music by C418!
|
||||||
Livestreamed!
|
Livestreamed!
|
||||||
Haunted!
|
Haunted!
|
||||||
@@ -106,7 +105,7 @@ Terrestrial!
|
|||||||
All is full of love!
|
All is full of love!
|
||||||
Full of stars!
|
Full of stars!
|
||||||
Scientific!
|
Scientific!
|
||||||
Cooler than Spock!
|
Not as cool as Spock!
|
||||||
Collaborate and listen!
|
Collaborate and listen!
|
||||||
Never dig down!
|
Never dig down!
|
||||||
Take frequent breaks!
|
Take frequent breaks!
|
||||||
@@ -357,3 +356,4 @@ This is good for Realms.
|
|||||||
Any computer is a laptop if you're brave enough!
|
Any computer is a laptop if you're brave enough!
|
||||||
Do it all, everything!
|
Do it all, everything!
|
||||||
Where there is not light, there can spider!
|
Where there is not light, there can spider!
|
||||||
|
GNU Terry Pratchett
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "1.8.3",
|
"id": "1.8.9",
|
||||||
"type": "release",
|
"type": "release",
|
||||||
"url": "https://launchermeta.mojang.com/mc/game/b92049ba235d52a0e23ada77e7a544b32f69d7d3/1.8.3.json",
|
"url": "https://launchermeta.mojang.com/mc/game/42c67f1d38e55da24741c9e40ef5253f289177f1/1.8.9.json",
|
||||||
"time": "2016-06-01T11:45:48+00:00",
|
"time": "2016-06-01T11:45:48+00:00",
|
||||||
"releaseTime": "2015-02-20T14:00:09+00:00",
|
"releaseTime": "2015-12-03T09:24:39+00:00",
|
||||||
"downloadTimestamp": 1487424843584
|
"downloadTimestamp": 1487424637009
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user