Compare commits

..

1 Commits

Author SHA1 Message Date
InventiveBot
ac21efcf94 Create/Update assets for version 16w36a 2017-02-18 12:01:55 +00:00
19 changed files with 65 additions and 78 deletions

View File

@@ -1369,7 +1369,7 @@ effect.luck=Luck
effect.unluck=Bad Luck
effect.levitation=Levitation
tipped_arrow.effect.empty=Uncraftable Tipped Arrow
tipped_arrow.effect.empty=Tipped Arrow
tipped_arrow.effect.water=Tipped Arrow
tipped_arrow.effect.mundane=Tipped Arrow
tipped_arrow.effect.thick=Tipped Arrow

View File

@@ -40,18 +40,6 @@
"min": 0,
"max": 1
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
},

View File

@@ -40,18 +40,6 @@
"min": 0,
"max": 1
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
},

View File

@@ -52,13 +52,6 @@
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}

View File

@@ -5,24 +5,7 @@
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
"name": "minecraft:bone"
}
]
}

View File

@@ -5,24 +5,7 @@
"entries": [
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
"name": "minecraft:rotten_flesh"
}
]
}

View File

@@ -64,15 +64,11 @@
{
"type": "item",
"name": "minecraft:dye",
"weight": 1,
"weight": 10,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 10
}
]
},

View File

@@ -0,0 +1,6 @@
{
"parent": "block/wall_ne",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/wall_ns",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/wall_ns_above",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/wall_nse",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/wall_nsew",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -0,0 +1,18 @@
{
"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 }
}
}
]
}

View File

@@ -0,0 +1,3 @@
{
"parent": "block/lit_furnace"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "block/half_slab_oak"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "block/half_slab_oak"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,8 +1,8 @@
{
"id": "16w38a",
"id": "16w36a",
"type": "snapshot",
"url": "https://launchermeta.mojang.com/mc/game/1b29f6bbf02e8dd16ba5519f7042a36b7734b732/16w38a.json",
"url": "https://launchermeta.mojang.com/mc/game/061e119d3089f58ac216221860038da489d8cb0a/16w36a.json",
"time": "2017-02-07T13:18:39+00:00",
"releaseTime": "2016-09-20T12:40:49+00:00",
"downloadTimestamp": 1487419258278
"releaseTime": "2016-09-08T14:55:10+00:00",
"downloadTimestamp": 1487419288936
}