You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1dcd94e72 |
@@ -1369,7 +1369,7 @@ effect.luck=Luck
|
|||||||
effect.unluck=Bad Luck
|
effect.unluck=Bad Luck
|
||||||
effect.levitation=Levitation
|
effect.levitation=Levitation
|
||||||
|
|
||||||
tipped_arrow.effect.empty=Tipped Arrow
|
tipped_arrow.effect.empty=Uncraftable Tipped Arrow
|
||||||
tipped_arrow.effect.water=Tipped Arrow
|
tipped_arrow.effect.water=Tipped Arrow
|
||||||
tipped_arrow.effect.mundane=Tipped Arrow
|
tipped_arrow.effect.mundane=Tipped Arrow
|
||||||
tipped_arrow.effect.thick=Tipped Arrow
|
tipped_arrow.effect.thick=Tipped Arrow
|
||||||
@@ -1994,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
|
||||||
@@ -3087,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
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,18 @@
|
|||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 1
|
"max": 1
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "furnace_smelt",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "entity_properties",
|
||||||
|
"entity": "this",
|
||||||
|
"properties": {
|
||||||
|
"on_fire": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,6 +40,18 @@
|
|||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 1
|
"max": 1
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "furnace_smelt",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "entity_properties",
|
||||||
|
"entity": "this",
|
||||||
|
"properties": {
|
||||||
|
"on_fire": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -52,6 +52,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "looting_enchant",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,24 @@
|
|||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"name": "minecraft:bone"
|
"name": "minecraft:bone",
|
||||||
|
"weight": 1,
|
||||||
|
"functions": [
|
||||||
|
{
|
||||||
|
"function": "set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "looting_enchant",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
1
assets/minecraft/loot_tables/entities/villager.json
Normal file
1
assets/minecraft/loot_tables/entities/villager.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@@ -5,7 +5,24 @@
|
|||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"name": "minecraft:rotten_flesh"
|
"name": "minecraft:rotten_flesh",
|
||||||
|
"weight": 1,
|
||||||
|
"functions": [
|
||||||
|
{
|
||||||
|
"function": "set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "looting_enchant",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,11 +64,15 @@
|
|||||||
{
|
{
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"name": "minecraft:dye",
|
"name": "minecraft:dye",
|
||||||
"weight": 10,
|
"weight": 1,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"function": "set_data",
|
"function": "set_data",
|
||||||
"data": 0
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "set_count",
|
||||||
|
"count": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/wall_ne",
|
|
||||||
"textures": {
|
|
||||||
"wall": "blocks/cobblestone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/wall_ns",
|
|
||||||
"textures": {
|
|
||||||
"wall": "blocks/cobblestone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/wall_ns_above",
|
|
||||||
"textures": {
|
|
||||||
"wall": "blocks/cobblestone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/wall_nse",
|
|
||||||
"textures": {
|
|
||||||
"wall": "blocks/cobblestone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/wall_nsew",
|
|
||||||
"textures": {
|
|
||||||
"wall": "blocks/cobblestone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"textures": {
|
|
||||||
"particle": "#side"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{ "from": [ 0, 0, 0 ],
|
|
||||||
"to": [ 16, 16, 16 ],
|
|
||||||
"faces": {
|
|
||||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
|
|
||||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
|
||||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" },
|
|
||||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" },
|
|
||||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
|
|
||||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/lit_furnace"
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/half_slab_oak"
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "block/half_slab_oak"
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "16w35a",
|
"id": "16w38a",
|
||||||
"type": "snapshot",
|
"type": "snapshot",
|
||||||
"url": "https://launchermeta.mojang.com/mc/game/cbdc0f050cbad8e1382b816de576af3c9af818e4/16w35a.json",
|
"url": "https://launchermeta.mojang.com/mc/game/1b29f6bbf02e8dd16ba5519f7042a36b7734b732/16w38a.json",
|
||||||
"time": "2017-02-07T13:18:39+00:00",
|
"time": "2017-02-07T13:18:39+00:00",
|
||||||
"releaseTime": "2016-09-01T13:13:38+00:00",
|
"releaseTime": "2016-09-20T12:40:49+00:00",
|
||||||
"downloadTimestamp": 1487419329190
|
"downloadTimestamp": 1487419258278
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user