Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

5. Other Features

lixxir edited this page Aug 20, 2025 · 9 revisions

Recipe Banning

Recipes can be banned by creating a .json with a list of ids in "bans/recipes" in the config or data folders respectively. Example given below:

{
  "banned": [
    "minecraft:stick",
    "minecraft:slime_block",
    "minecraft:wooden_sword",
    "minecraft:wooden_shovel",
    "minecraft:slime_ball",
    "minecraft:crafting_table",
    "minecraft:blue_stained_glass",
    "minecraft:red_stained_glass",
    "minecraft:yellow_stained_glass",
    "minecraft:orange_stained_glass",
    "minecraft:light_gray_stained_glass",
    "minecraft:gray_stained_glass",
  ]
}

Item Inspecting

Items can be given tooltip inspections by adding lang entries formatted as such:

 "item.minecraft.apple.inspection.0": "Test inspection line 0!",
 "item.minecraft.apple.inspection.1": "Test inspection line 1!",
 "item.minecraft.apple.flavor": "Test flavor!"

alt

Capes

Multiple capes are provided to supporters on Patreon and Discord Boosters through the use of the command "/cape". These are added to players who redeemed their capes every update.

New Tags

New tags have been added to better group similar blocks.

Blocks

  • vminus:wooden_fence_gates
  • vminus:redstone_torches
  • vminus:soul_torches
  • vminus:all_torches
  • vminus:froglights
  • vminus:mob_heads
  • vminus:concrete_powder
  • vminus:brushable
  • vminus:dyeable
  • vminus:dyed
  • vminus:dyed_wool
  • vminus:dyed_terracotta
  • vminus:dyed_concrete
  • vminus:dyed_beds
  • vminus:dyed_banners
  • vminus:dyed_candles
  • vminus:dyed_glazed_terracotta
  • vminus:dyed_carpets
  • vminus:dyed_concrete_powder
  • vminus:grasses
  • vminus:tall_grasses
  • vminus:leashable
    • Defines blocks that can be leashed. Just filled with #minecraft:wooden_fences by default.
  • vminus:cocao_plantable_on
  • vminus:can_sustain_plants
  • vminus:can_sustain_cactus
  • vminus:can_sustain_dead_bush
  • vminus:dead_coral_blocks
  • vminus:dead_corals
  • vminus:dead_coral_fans

Items

  • vminus:banned
    • Defines if an item is banned.
  • vminus:tools/wooden
  • vminus:tools/stone
  • vminus:tools/iron
  • vminus:tools/golden
  • vminus:tools/diamond
  • vminus:tools/netherite
  • vminus:armor/leather
  • vminus:armor/iron
  • vminus:armor/chainmail
  • vminus:armor/golden
  • vminus:armor/diamond
  • vminus:armor/netherite
  • vminus:armor
  • vminus:equipment/golden
  • vminus:equipment/iron
  • vminus:equipment/diamond
  • vminus:equipment/netherite
  • vminus:rarity/common
    • Sets an items rarity to common. Empty by default
  • vminus:rarity/uncommon
    • Sets an items rarity to uncommon. Empty by default
  • vminus:rarity/rare
    • Sets an items rarity to rare. Empty by default
  • vminus:rarity/epic
    • Sets an items rarity to epic. Empty by default
  • vminus:banner_patterns
  • vminus:concrete_powder
  • vminus:glazed_terracotta
  • vminus:chest_boats
  • vminus:boats
  • vminus:shulker_boxes
  • vminus:buckets/liquid
  • vminus:buckets/solid
  • vminus:buckets/mob
  • vminus:buckets/food
  • vminus:buckets
  • vminus:dead_coral_blocks
  • vminus:dead_coral
  • vminus:dead_coral_fans
  • vminus:wooden_fence_gates
  • vminus:creative_only

Entities

  • vminus:banned
    • Defines if an entity is banned.
  • vminus:zombies
  • vminus:creative_only

Clone this wiki locally