Globox1997 / LevelZ

https://modrinth.com/mod/levelz
https://www.curseforge.com/minecraft/mc-mods/levelz
GNU General Public License v3.0
51 stars 50 forks source link

Suggestion: remove hardcoded smithing skill restriction on smithing recipes #168

Closed emihead closed 2 years ago

emihead commented 2 years ago

I'm trying to use this mod to gate the tool progression behind the mining skill specifically. Seeing as how the smithing system is basically crafting with a different coat of paint, I don't see why the recipe restrictions have to be hardcoded to the smithing skill.

Jurklein commented 2 years ago

I believe you could change this with a cusotm datapack, no?

{
    "replace": false,
    "level": 20,
    "item": [
        "minecraft:netherite_sword",
        "minecraft:netherite_pickaxe"
    ]
}

Or maybe I misunderstood your question =P

Globox1997 commented 2 years ago

if you wanna restrict crafting recipes you can use this https://github.com/Globox1997/LevelZ#7-crafting-since-version-130