Create/Update assets for version 19w37a

This commit is contained in:
InventiveBot
2019-09-14 12:34:49 +00:00
parent 8742080b63
commit c6d7b05e2d
1293 changed files with 165160 additions and 21145 deletions

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_hive_side",
"bottom": "block/bee_hive_end",
"top": "block/bee_hive_end",
"front": "block/bee_hive_front",
"side": "block/bee_hive_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_hive_side",
"bottom": "block/bee_hive_end",
"top": "block/bee_hive_end",
"front": "block/bee_hive_front_honey",
"side": "block/bee_hive_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_nest_side",
"bottom": "block/bee_nest_bottom",
"top": "block/bee_nest_top",
"front": "block/bee_nest_front",
"side": "block/bee_nest_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_nest_side",
"bottom": "block/bee_nest_bottom",
"top": "block/bee_nest_top",
"front": "block/bee_nest_front_honey",
"side": "block/bee_nest_side"
}
}

View File

@@ -8,8 +8,8 @@
"inside": "block/composter_bottom"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 2, 14 ],
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"up": { "texture": "#inside", "cullface": "up" },
"down": { "texture": "#bottom", "cullface": "down" }
@@ -18,7 +18,6 @@
{ "from": [ 0, 0, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
@@ -29,7 +28,6 @@
{ "from": [ 14, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
@@ -40,7 +38,6 @@
{ "from": [ 2, 0, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "up" }
@@ -49,7 +46,6 @@
{ "from": [ 2, 0, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "up" },
"south": { "texture": "#side", "cullface": "south" }

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
{
"parent": "item/template_spawn_egg"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/honey_bottle"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/honeycomb"
}
}