mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 15:09:15 +00:00
添加全部物品分类
This commit is contained in:
@@ -509,11 +509,10 @@ items:
|
||||
textures:
|
||||
texture: minecraft:block/custom/palm_planks
|
||||
|
||||
items#pfence:
|
||||
items#fence:
|
||||
default:palm_fence:
|
||||
material: nether_brick
|
||||
data:
|
||||
item-name: <!i><l10n:item.palm_fence>
|
||||
data::item-name: <!i><l10n:item.palm_fence>
|
||||
model:
|
||||
type: minecraft:model
|
||||
path: minecraft:item/custom/palm_fence_inventory
|
||||
@@ -526,6 +525,7 @@ items#pfence:
|
||||
block: default:palm_fence
|
||||
default:palm_fence_post:
|
||||
material: nether_brick
|
||||
data::item-name: <!i><l10n:item.palm_fence_gate>
|
||||
model:
|
||||
type: minecraft:model
|
||||
path: minecraft:block/custom/palm_fence_post
|
||||
@@ -535,6 +535,7 @@ items#pfence:
|
||||
texture: minecraft:block/custom/palm_planks
|
||||
default:palm_fence_side:
|
||||
material: nether_brick
|
||||
data::item-name: <!i><l10n:item.palm_fence_gate>
|
||||
model:
|
||||
type: minecraft:model
|
||||
path: minecraft:block/custom/palm_fence_side
|
||||
@@ -593,6 +594,7 @@ items#button:
|
||||
block: default:palm_button
|
||||
default:palm_button_pressed:
|
||||
material: nether_brick
|
||||
data::item-name: <!i><l10n:item.palm_button>
|
||||
model:
|
||||
type: minecraft:model
|
||||
path: minecraft:block/custom/palm_button_pressed
|
||||
@@ -602,6 +604,7 @@ items#button:
|
||||
texture: minecraft:block/custom/palm_planks
|
||||
default:palm_button_not_pressed:
|
||||
material: nether_brick
|
||||
data::item-name: <!i><l10n:item.palm_button>
|
||||
model:
|
||||
type: minecraft:model
|
||||
path: minecraft:block/custom/palm_button_not_pressed
|
||||
|
||||
@@ -20,15 +20,15 @@ items:
|
||||
default:flower_basket_ground:
|
||||
material: nether_brick
|
||||
model: minecraft:item/custom/flower_basket_ground
|
||||
item-name: <!i><l10n:item.flower_basket>
|
||||
data::item-name: <!i><l10n:item.flower_basket>
|
||||
default:flower_basket_wall:
|
||||
material: nether_brick
|
||||
model: minecraft:item/custom/flower_basket_wall
|
||||
item-name: <!i><l10n:item.flower_basket>
|
||||
data::item-name: <!i><l10n:item.flower_basket>
|
||||
default:flower_basket_ceiling:
|
||||
material: nether_brick
|
||||
model: minecraft:item/custom/flower_basket_ceiling
|
||||
item-name: <!i><l10n:item.flower_basket>
|
||||
data::item-name: <!i><l10n:item.flower_basket>
|
||||
furniture:
|
||||
default:flower_basket:
|
||||
events:
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
categories:
|
||||
craftengine:all:
|
||||
priority: -1000
|
||||
name: <!i><white><l10n:category.all.name></white>
|
||||
icon: minecraft:command_block
|
||||
conditions:
|
||||
- type: permission
|
||||
permission: craftengine.admin
|
||||
all-items: true
|
||||
images:
|
||||
internal:item_browser:
|
||||
height: 140
|
||||
|
||||
@@ -12,6 +12,7 @@ translations:
|
||||
internal.cooking_info: Recipe Information
|
||||
internal.cooking_info.0: 'Time: <arg:cooking_time>ticks'
|
||||
internal.cooking_info.1: 'Experience: <arg:cooking_experience>'
|
||||
category.all.name: 'All Items'
|
||||
zh_cn:
|
||||
internal.next_page: 下一页
|
||||
internal.previous_page: 上一页
|
||||
@@ -25,6 +26,7 @@ translations:
|
||||
internal.cooking_info: 配方信息
|
||||
internal.cooking_info.0: '时间: <arg:cooking_time>刻'
|
||||
internal.cooking_info.1: '经验: <arg:cooking_experience>'
|
||||
category.all.name: '全部物品'
|
||||
de:
|
||||
internal.next_page: Nächste Seite
|
||||
internal.previous_page: Vorherige Seite
|
||||
|
||||
Reference in New Issue
Block a user