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/thrown_trident.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

15 lines
338 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:thrown_trident",
"textures": {
"default": "textures/entity/trident",
"loyalty_rope": "textures/entity/loyalty_rope"
},
"geometry": {
"default": "geometry.trident"
}
}
}
}