Skip to content

Commit

Permalink
- Updated item groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Jul 25, 2023
1 parent 24da5ee commit 5bd1e0b
Showing 1 changed file with 98 additions and 86 deletions.
184 changes: 98 additions & 86 deletions packages/auto_completions/item/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
},
"@import.value": "$dynamic.item.events"
},
"target": ["self", "other", "target", "parent", "baby", "holder"],
"target": [
"self",
"other",
"target",
"parent",
"baby",
"holder"
],
"condition": "$molang.embedded"
},
"saturation_modifier": [
Expand Down Expand Up @@ -42,9 +49,19 @@
"shears",
"cosmetic_head"
],
"cooldown_types": ["chorusfruit", "ender_pearl"],
"fertilizer_types": ["bonemeal", "rapid"],
"potion_types": ["lingering", "regular", "splash"],
"cooldown_types": [
"chorusfruit",
"ender_pearl"
],
"fertilizer_types": [
"bonemeal",
"rapid"
],
"potion_types": [
"lingering",
"regular",
"splash"
],
"door_types": [
"iron",
"acacia",
Expand All @@ -55,96 +72,85 @@
"spruce"
],
"item_group_names": [
"axe",
"pickaxe",
"shovel",
"sword",
"tools",
"hoe",
"trident",
"throwables",
"shield",
"anvil",
"arrow",
"bows",
"totem",
"axe",
"banner",
"banner_pattern",
"bed",
"boat",
"boots",
"buttons",
"candles",
"chalkboard",
"chest",
"chestboat",
"chestplate",
"helmet",
"leggings",
"elytra",
"turtleHelmet",
"concrete",
"concretePowder",
"cookedFood",
"copper",
"coral",
"coral_decorations",
"crop",
"door",
"sign",
"anvil",
"bricks",
"armorStand",
"cauldron",
"craftingTables",
"furnaces",
"woolCarpet",
"walls",
"natureBuildingBlocks",
"dye",
"enchantedBook",
"fence",
"fenceGate",
"glowstone",
"crop",
"nature",
"seed",
"natureMisc",
"grass",
"coral_decorations",
"firework",
"fireworkStars",
"flower",
"sapling",
"glass",
"glassPane",
"glazedTerracotta",
"goatHorn",
"grass",
"hanging_sign",
"helmet",
"hoe",
"horseArmor",
"leaves",
"leggings",
"lingeringPotion",
"log",
"minecart",
"miscFood",
"mobEgg",
"monsterStoneEgg",
"mushroom",
"netherWartBlock",
"ore",
"permission",
"pickaxe",
"planks",
"potion",
"potterySherds",
"pressurePlate",
"rail",
"rawFood",
"cookedFood",
"banner_pattern",
"items",
"boat",
"blaze",
"book",
"bowl",
"buckets",
"fishingRods",
"minecart",
"clayBall",
"coal",
"redstoneProducers",
"diamond",
"potionIngredients",
"emerald",
"navigation",
"enchantedBook",
"endCrystal",
"bottles",
"arrowComponents",
"fireCharge",
"decorations",
"ghastTear",
"bottles",
"gold",
"gunpowder",
"nautilus",
"redstoneContainers",
"horseArmor",
"nameTag",
"leather",
"bricks",
"netherStar",
"paper",
"phantomMembrane",
"prismarineItems",
"netherQuartz",
"record",
"redstone",
"saddle",
"stick",
"shulkerShell",
"sandstone",
"sapling",
"sculk",
"seed",
"shovel",
"shulkerBox",
"sign",
"skull",
"slimeBall",
"snowball",
"scute",
"mobEgg"
"slab",
"smithing_templates",
"splashPotion",
"stainedClay",
"stairs",
"stone",
"stoneBrick",
"sword",
"trapdoor",
"walls",
"wood",
"wool",
"woolCarpet"
],
"item_group_reference": "('itemGroup.name.' + $item.general.item_group_names)",
"music_events": [
Expand All @@ -162,8 +168,14 @@
"wait",
"pigstep"
],
"hand_type": ["main_hand", "off_hand"],
"camera_type": ["first_person", "third_person"],
"hand_type": [
"main_hand",
"off_hand"
],
"camera_type": [
"first_person",
"third_person"
],
"render_offset": {
"position": {
"$dynamic.list.index_triple": "$general.number"
Expand All @@ -175,4 +187,4 @@
"$dynamic.list.index_triple": "$general.decimal"
}
}
}
}

0 comments on commit 5bd1e0b

Please sign in to comment.