You've already forked minecraft-assets
Create/Update assets for version 19w37a
This commit is contained in:
10
assets/minecraft/models/block/bee_hive.json
Normal file
10
assets/minecraft/models/block/bee_hive.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/bee_hive_honey.json
Normal file
10
assets/minecraft/models/block/bee_hive_honey.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/bee_nest.json
Normal file
10
assets/minecraft/models/block/bee_nest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/bee_nest_honey.json
Normal file
10
assets/minecraft/models/block/bee_nest_honey.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
|
||||
3
assets/minecraft/models/item/bee_hive.json
Normal file
3
assets/minecraft/models/item/bee_hive.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/bee_hive"
|
||||
}
|
||||
3
assets/minecraft/models/item/bee_nest.json
Normal file
3
assets/minecraft/models/item/bee_nest.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/bee_nest"
|
||||
}
|
||||
3
assets/minecraft/models/item/bee_spawn_egg.json
Normal file
3
assets/minecraft/models/item/bee_spawn_egg.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "item/template_spawn_egg"
|
||||
}
|
||||
6
assets/minecraft/models/item/honey_bottle.json
Normal file
6
assets/minecraft/models/item/honey_bottle.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/honey_bottle"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/honeycomb.json
Normal file
6
assets/minecraft/models/item/honeycomb.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/honeycomb"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user