1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-22 14:44:25 +00:00
Files
bedrock-samples/resource_pack/entity/bed.entity.json
Mike Ammerlaan 13737dc4cb 1.19.40.23
2022-10-04 08:25:43 -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"
}
}
}
}