1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/bed.entity.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

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"
}
}
}
}