Skip to content

Config item_values.json

Tristan Kechlo edited this page Jul 21, 2022 · 1 revision

THIS PAGE ONLY APPLIES TO MODVERSIONS >= 1.4.0

This config is used to set the worth of the items for the tool_leveling_table

Details to the config options

default_item_worth

This controls the default item worth, this applies to all items that are not listed in the item_values option
- type: Long
- default: 10
- minimum-value: 0
- maximum-value: 9.223.372.036.854.775.807

item_values

Allows you to to set a specific worth for an item.
All items not listed in here will have the default_item_worth
- type: Key-Value-Pairs of String-Long
- key: registry name of the item as a string (the name that is displayed when advanced tooltips are activated F3 + H)
- minimum-value: 0
- maximum-value: 9.223.372.036.854.775.807

Default configuration

When the config is generated for the first time, it will look like this:

{
    "default_item_worth": 10,
    "item_values": {
        "minecraft:blaze_powder": 15,
        "minecraft:redstone": 4,
        "minecraft:quartz_block": 40,
        "minecraft:glistering_melon_slice": 100,
        "minecraft:end_crystal": 300,
        "minecraft:lapis_lazuli": 8,
        "minecraft:copper_ingot": 14,
        "minecraft:experience_bottle": 100,
        "minecraft:coal_ore": 30,
        "minecraft:raw_gold_block": 315,
        "minecraft:iron_ingot": 15,
        "minecraft:netherite_block": 1800,
        "minecraft:deepslate_redstone_ore": 60,
        "minecraft:ender_eye": 50,
        "minecraft:emerald": 100,
        "minecraft:nether_star": 2500,
        "minecraft:deepslate_iron_ore": 12,
        "minecraft:deepslate_diamond_ore": 160,
        "minecraft:raw_gold": 35,
        "minecraft:ender_pearl": 20,
        "minecraft:deepslate_copper_ore": 10,
        "minecraft:slime_ball": 25,
        "minecraft:blaze_rod": 30,
        "minecraft:dragon_egg": 2000,
        "minecraft:dragon_head": 2000,
        "minecraft:diamond_ore": 160,
        "minecraft:glowstone_dust": 4,
        "minecraft:coal_block": 73,
        "minecraft:redstone_block": 36,
        "minecraft:magma_cream": 50,
        "minecraft:redstone_ore": 60,
        "minecraft:slime_block": 225,
        "minecraft:amethyst_block": 11,
        "minecraft:coal": 8,
        "minecraft:diamond_block": 1450,
        "minecraft:lapis_block": 70,
        "minecraft:netherite_scrap": 50,
        "minecraft:emerald_block": 900,
        "minecraft:deepslate_lapis_ore": 120,
        "minecraft:iron_block": 135,
        "minecraft:netherite_ingot": 200,
        "minecraft:deepslate_coal_ore": 30,
        "minecraft:amethyst_shard": 17,
        "minecraft:diamond": 160,
        "minecraft:copper_block": 126,
        "minecraft:enchanted_golden_apple": 2500,
        "minecraft:raw_copper_block": 99,
        "minecraft:lapis_ore": 120,
        "minecraft:golden_carrot": 100,
        "minecraft:ender_chest": 140,
        "minecraft:ancient_debris": 50,
        "minecraft:raw_copper": 11,
        "minecraft:beacon": 2500,
        "minecraft:deepslate_gold_ore": 30,
        "minecraft:quartz": 10,
        "minecraft:glowstone": 15,
        "minecraft:gold_block": 360,
        "minecraft:ghast_tear": 200,
        "minecraft:copper_ore": 10,
        "minecraft:deepslate_emerald_ore": 800,
        "minecraft:raw_iron": 13,
        "minecraft:gold_ingot": 40,
        "minecraft:gold_ore": 30,
        "minecraft:golden_apple": 400,
        "minecraft:nether_quartz_ore": 40,
        "minecraft:raw_iron_block": 117,
        "minecraft:iron_ore": 12,
        "minecraft:emerald_ore": 800,
        "minecraft:shulker_shell": 200
    }
}

Clone this wiki locally