mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
a3b394c507
Initial layout
30 lines
1013 B
JSON
30 lines
1013 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:bed",
|
|
"textures": {
|
|
"default": "textures/entity/bed/white",
|
|
"white": "textures/entity/bed/white",
|
|
"orange": "textures/entity/bed/orange",
|
|
"magenta": "textures/entity/bed/magenta",
|
|
"light_blue": "textures/entity/bed/light_blue",
|
|
"yellow": "textures/entity/bed/yellow",
|
|
"lime": "textures/entity/bed/lime",
|
|
"pink": "textures/entity/bed/pink",
|
|
"gray": "textures/entity/bed/gray",
|
|
"silver": "textures/entity/bed/silver",
|
|
"cyan": "textures/entity/bed/cyan",
|
|
"purple": "textures/entity/bed/purple",
|
|
"blue": "textures/entity/bed/blue",
|
|
"brown": "textures/entity/bed/brown",
|
|
"green": "textures/entity/bed/green",
|
|
"red": "textures/entity/bed/red",
|
|
"black": "textures/entity/bed/black"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.bed"
|
|
}
|
|
}
|
|
}
|
|
} |