You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a79c67ce75 |
@@ -1994,14 +1994,14 @@ commands.testfor.tagError=Data tag parsing failed: %s
|
||||
commands.seed.usage=/seed
|
||||
commands.seed.success=Seed: %s
|
||||
commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
|
||||
commands.spreadplayers.spreading.teams=Spreading %s team(s) %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 team(s) around %s,%s
|
||||
commands.spreadplayers.success.players=Successfully spread %s player(s) around %s,%s
|
||||
commands.spreadplayers.spreading.teams=Spreading %s teams %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.success.teams=Successfully spread %s teams around %s,%s
|
||||
commands.spreadplayers.success.players=Successfully spread %s players around %s,%s
|
||||
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.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 player(s) around %s,%s (too many players for space - try using spread of at most %s)
|
||||
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.players=Could not spread %s players 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.unknownAchievement=Unknown achievement '%s'
|
||||
commands.achievement.alreadyHave=Player %s already has achievement %s
|
||||
@@ -3087,8 +3087,8 @@ debug.chunk_boundaries.off=Chunk borders: hidden
|
||||
debug.advanced_tooltips.on=Advanced tooltips: shown
|
||||
debug.advanced_tooltips.off=Advanced tooltips: hidden
|
||||
debug.creative_spectator.error=Unable to switch gamemode, no permission
|
||||
debug.pause_focus.on=Pause on lost focus: enabled
|
||||
debug.pause_focus.off=Pause on lost focus: disabled
|
||||
debug.pause_focus.on=PauseOnLostFocus: enabled
|
||||
debug.pause_focus.off=PauseOnLostFocus: disabled
|
||||
debug.help.message=Key bindings:
|
||||
debug.reload_resourcepacks.message=Reloaded resource packs
|
||||
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"faces": {
|
||||
"down": { "texture": "#end", "cullface": "down" },
|
||||
"up": { "texture": "#end", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side", "cullface": "west" },
|
||||
"east": { "texture": "#side", "cullface": "east" }
|
||||
"north": { "texture": "#side" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#side" },
|
||||
"east": { "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
@@ -19,7 +19,7 @@
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
|
||||
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
@@ -19,7 +19,7 @@
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "16w36a",
|
||||
"id": "16w35a",
|
||||
"type": "snapshot",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/061e119d3089f58ac216221860038da489d8cb0a/16w36a.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/cbdc0f050cbad8e1382b816de576af3c9af818e4/16w35a.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-09-08T14:55:10+00:00",
|
||||
"downloadTimestamp": 1487419288936
|
||||
"releaseTime": "2016-09-01T13:13:38+00:00",
|
||||
"downloadTimestamp": 1487419329190
|
||||
}
|
||||
Reference in New Issue
Block a user