UID2073078性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2025-4-12最后登录1970-1-1
| 19铁粒 我的自定义方块在最新版本26.10.23使用了官方要求的minecraft:tags组件代替tag:xxx,但是按照官方要求填写反而让方块不可使用了,这是其中一个方块- {
- "format_version": "1.26.10",
- "minecraft:block": {
- "description": {
- "identifier": "chapter_1:netherite_crafting_table",
- "menu_category": {
- "category": "items"
- }
- },
- "components": {
- "minecraft:tags": [
- "minecraft:is_pickaxe_item_destructible"
- ],
- "minecraft:material_instances": {
- "*": {
- "texture": "netherite_crafting_table_side",
- "render_method": "alpha_test"
- },
- "up": {
- "texture": "netherite_crafting_table_top",
- "render_method": "alpha_test"
- },
- "down": {
- "texture": "netherite_block",
- "render_method": "alpha_test"
- },
- "north": {
- "texture": "netherite_crafting_table_side",
- "render_method": "alpha_test"
- },
- "south": {
- "texture": "netherite_crafting_table_front",
- "render_method": "alpha_test"
- },
- "west": {
- "texture": "netherite_crafting_table_side",
- "render_method": "alpha_test"
- },
- "east": {
- "texture": "netherite_crafting_table_front",
- "render_method": "alpha_test"
- }
- },
- "minecraft:geometry": "minecraft:geometry.full_block",
- "minecraft:flammable": false,
- "minecraft:display_name": "下界合金合成台\n§7此物品可以合成紫水晶装备",
- "minecraft:destructible_by_mining": {
- "seconds_to_destroy": 1.9
- },
- "minecraft:crafting_table": {
- "table_name": "合成",
- "crafting_tags": [
- "netherite_crafting_table"
- ]
- },
- "minecraft:destructible_by_explosion": {
- "explosion_resistance": 2.5
- },
- "minecraft:map_color": "#999999"
- }
- }
- }
复制代码
求解 |
|