You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
899eadbebc |
@@ -879,7 +879,7 @@ tile.shulkerBoxYellow.name=Yellow Shulker Box
|
|||||||
tile.shulkerBoxLime.name=Lime Shulker Box
|
tile.shulkerBoxLime.name=Lime Shulker Box
|
||||||
tile.shulkerBoxPink.name=Pink Shulker Box
|
tile.shulkerBoxPink.name=Pink Shulker Box
|
||||||
tile.shulkerBoxGray.name=Gray Shulker Box
|
tile.shulkerBoxGray.name=Gray Shulker Box
|
||||||
tile.shulkerBoxSilver.name=Light Grey Shulker Box
|
tile.shulkerBoxSilver.name=Light Gray Shulker Box
|
||||||
tile.shulkerBoxCyan.name=Cyan Shulker Box
|
tile.shulkerBoxCyan.name=Cyan Shulker Box
|
||||||
tile.shulkerBoxPurple.name=Purple Shulker Box
|
tile.shulkerBoxPurple.name=Purple Shulker Box
|
||||||
tile.shulkerBoxBlue.name=Blue Shulker Box
|
tile.shulkerBoxBlue.name=Blue Shulker Box
|
||||||
@@ -2072,7 +2072,7 @@ commands.stopsound.unknownSoundSource=Source %s is unknown
|
|||||||
commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s
|
commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s
|
||||||
commands.stopsound.success.soundSource=Stopped source '%s' for %s
|
commands.stopsound.success.soundSource=Stopped source '%s' for %s
|
||||||
commands.stopsound.success.all=Stopped all sounds for %s
|
commands.stopsound.success.all=Stopped all sounds for %s
|
||||||
commands.locate.usage=/locate [feature]
|
commands.locate.usage=/locate <feature>
|
||||||
commands.locate.success=Located %s at %d (y?) %d
|
commands.locate.success=Located %s at %d (y?) %d
|
||||||
commands.locate.failure=Unable to locate any %s feature
|
commands.locate.failure=Unable to locate any %s feature
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,5 @@
|
|||||||
{
|
{
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"condition": "random_chance_with_looting",
|
|
||||||
"chance": 0.15,
|
|
||||||
"looting_multiplier": 0.0625
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": "killed_by_player"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rolls": 1,
|
|
||||||
"entries": [
|
|
||||||
{
|
|
||||||
"type": "item",
|
|
||||||
"name": "minecraft:iron_axe"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"rolls": 1,
|
"rolls": 1,
|
||||||
"entries": [
|
"entries": [
|
||||||
@@ -49,6 +30,6 @@
|
|||||||
"condition": "killed_by_player"
|
"condition": "killed_by_player"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "16w39c",
|
"id": "16w40a",
|
||||||
"type": "snapshot",
|
"type": "snapshot",
|
||||||
"url": "https://launchermeta.mojang.com/mc/game/458fb235c9ba79a67d6deb2db96eeaefd002188c/16w39c.json",
|
"url": "https://launchermeta.mojang.com/mc/game/2a3f09b6f95e51c16aa6dcdc6d99af74075eb946/16w40a.json",
|
||||||
"time": "2017-02-07T13:18:39+00:00",
|
"time": "2017-02-07T13:18:39+00:00",
|
||||||
"releaseTime": "2016-09-30T14:11:48+00:00",
|
"releaseTime": "2016-10-06T13:57:59+00:00",
|
||||||
"downloadTimestamp": 1487419218460
|
"downloadTimestamp": 1487419189543
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user