- Add separate ref to creative tabs and groups (#233)
- Change description so it's not UNDOCUMENTED
This commit is contained in:
14
source/general/vanilla/creative_category.json
Normal file
14
source/general/vanilla/creative_category.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.general.vanilla.creative_category",
|
||||
"type": "string",
|
||||
"title": "Category",
|
||||
"description": "Determines which category this block/item will be placed under in the inventory and crafting table container screens.",
|
||||
"enum": [
|
||||
"nature",
|
||||
"construction",
|
||||
"items",
|
||||
"equipment",
|
||||
"none",
|
||||
"commands"
|
||||
]
|
||||
}
|
||||
87
source/general/vanilla/item_group.json
Normal file
87
source/general/vanilla/item_group.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.general.vanilla.item_group",
|
||||
"type": "string",
|
||||
"title": "Item Group",
|
||||
"description": "A translation string of an existing group in minecraft to group this block/item under",
|
||||
"enum": [
|
||||
"itemGroup.name.anvil",
|
||||
"itemGroup.name.arrow",
|
||||
"itemGroup.name.axe",
|
||||
"itemGroup.name.banner",
|
||||
"itemGroup.name.banner_pattern",
|
||||
"itemGroup.name.bed",
|
||||
"itemGroup.name.boat",
|
||||
"itemGroup.name.boots",
|
||||
"itemGroup.name.buttons",
|
||||
"itemGroup.name.candles",
|
||||
"itemGroup.name.chalkboard",
|
||||
"itemGroup.name.chest",
|
||||
"itemGroup.name.chestboat",
|
||||
"itemGroup.name.chestplate",
|
||||
"itemGroup.name.concrete",
|
||||
"itemGroup.name.concretePowder",
|
||||
"itemGroup.name.cookedFood",
|
||||
"itemGroup.name.copper",
|
||||
"itemGroup.name.coral",
|
||||
"itemGroup.name.coral_decorations",
|
||||
"itemGroup.name.crop",
|
||||
"itemGroup.name.door",
|
||||
"itemGroup.name.dye",
|
||||
"itemGroup.name.enchantedBook",
|
||||
"itemGroup.name.fence",
|
||||
"itemGroup.name.fenceGate",
|
||||
"itemGroup.name.firework",
|
||||
"itemGroup.name.fireworkStars",
|
||||
"itemGroup.name.flower",
|
||||
"itemGroup.name.glass",
|
||||
"itemGroup.name.glassPane",
|
||||
"itemGroup.name.glazedTerracotta",
|
||||
"itemGroup.name.goatHorn",
|
||||
"itemGroup.name.grass",
|
||||
"itemGroup.name.hanging_sign",
|
||||
"itemGroup.name.helmet",
|
||||
"itemGroup.name.hoe",
|
||||
"itemGroup.name.horseArmor",
|
||||
"itemGroup.name.leaves",
|
||||
"itemGroup.name.leggings",
|
||||
"itemGroup.name.lingeringPotion",
|
||||
"itemGroup.name.log",
|
||||
"itemGroup.name.minecart",
|
||||
"itemGroup.name.miscFood",
|
||||
"itemGroup.name.mobEgg",
|
||||
"itemGroup.name.monsterStoneEgg",
|
||||
"itemGroup.name.mushroom",
|
||||
"itemGroup.name.netherWartBlock",
|
||||
"itemGroup.name.ore",
|
||||
"itemGroup.name.permission",
|
||||
"itemGroup.name.pickaxe",
|
||||
"itemGroup.name.planks",
|
||||
"itemGroup.name.potion",
|
||||
"itemGroup.name.potterySherds",
|
||||
"itemGroup.name.pressurePlate",
|
||||
"itemGroup.name.rail",
|
||||
"itemGroup.name.rawFood",
|
||||
"itemGroup.name.record",
|
||||
"itemGroup.name.sandstone",
|
||||
"itemGroup.name.sapling",
|
||||
"itemGroup.name.sculk",
|
||||
"itemGroup.name.seed",
|
||||
"itemGroup.name.shovel",
|
||||
"itemGroup.name.shulkerBox",
|
||||
"itemGroup.name.sign",
|
||||
"itemGroup.name.skull",
|
||||
"itemGroup.name.slab",
|
||||
"itemGroup.name.smithing_templates",
|
||||
"itemGroup.name.splashPotion",
|
||||
"itemGroup.name.stainedClay",
|
||||
"itemGroup.name.stairs",
|
||||
"itemGroup.name.stone",
|
||||
"itemGroup.name.stoneBrick",
|
||||
"itemGroup.name.sword",
|
||||
"itemGroup.name.trapdoor",
|
||||
"itemGroup.name.walls",
|
||||
"itemGroup.name.wood",
|
||||
"itemGroup.name.wool",
|
||||
"itemGroup.name.woolCarpet"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user