Skip to content

Instantly share code, notes, and snippets.

@dresnite
Created January 31, 2022 16:30
Show Gist options
  • Save dresnite/e3f38da59f89f6763ebd60e9bb6d5efb to your computer and use it in GitHub Desktop.
Save dresnite/e3f38da59f89f6763ebd60e9bb6d5efb to your computer and use it in GitHub Desktop.
Entity Manifest Template
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "lifeboat:entity_manifest_template",
"materials": {
"default": "alphatest"
},
"textures": {
"default": "textures/entity/entity_manifest_template"
},
"geometry": {
"default": "geometry.entity_manifest_template"
},
"scripts": {
"scale": "1"
},
"render_controllers": [
"controller.render.default"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment