You've already forked minecraft-assets
Create/Update assets for version 19w37a
This commit is contained in:
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