|
地下室

楼主 |
发表于 2023-11-29 22:38:25
|
只看该作者
IP:上海
- {
- "format_version": "1.10.0",
- "minecraft:client_entity": {
- "description": {
- "geometry": {
- "default": "geometry.landlord_farmer"
- },
- "identifier": "landlord:landlord_farmer",
- "min_engine_version": "1.12.0",
- "render_controllers": [
- "controller.render.landlord_farmer"
- ],
- "materials": {
- "default": "villager_v2"
- },
- "spawn_egg": {
- "base_color": "#ffffff",
- "overlay_color": "#c9b800"
- },
- "textures": {
- "default": "textures/entity/landlord_farmer"
- }
- }
- }
- }
复制代码- {
- "format_version": "1.16.0",
- "minecraft:entity": {
- "component_groups": {
- },
- "components": {
- "minecraft:persistent": {
- },
- "minecraft:physics": {
- }
- },
- "description": {
- "identifier": "landlord:landlord_farmer",
- "is_experimental": false,
- "is_spawnable": true,
- "is_summonable": true
- },
- "events": {
- }
- }
- }
复制代码- {
- "format_version": "1.10.0",
- "render_controllers": {
- "controller.render.landlord_farmer": {
- "geometry": "Geometry.default",
- "materials" : [{"*" : "Material.default"}],
- "textures": ["Texture.default"]
- }
- }
- }
复制代码
这样呢 |
|