Can you add material id for Tools - LevelZ support [1.18.1]
xR4YM0ND opened this issue ยท 3 comments
I wanna add your Tools like:
Chainsaw
Jetpack
Mining Drill
Hammer
Quantum Armor & Sword
in different Categories in LevelZ
so for example:
Hammer -> Smithing
Mining Drill -> Mining
Chainsaw -> Farming
in LevelZ i need a material for the datapack so for Quantum Armor it may look like this:
{
"replace": true,
"skill": "defense",
"level": 12,
"item": "minecraft:armor",
"material": "quantum"
}
or for the chainsaw maybe:
{
"replace": true,
"skill": "farming",
"level": 6,
"item": "minecraft:axe",
"material": "diesel"
}
I'm not sure to understand the issue ... It seems that LevelZ allow adding restriction on an item directly so why don't use this ?
Yeah hey mentioned it in the Wiki but for Tools / Axes / Hoes / Swords / Armor it doesn't work.
I found in the mod "DragonLoot" that the author made an extra LevelZ Compat ( found at the bottom of the following link )
I have no clue in programming but maybe this helps.
LevelZ gets the material used from the items, but the method mentioned in the levelz wiki with "custom_item" and "object" only gets the name of the item , but doesnt block the item from use
Sry my english issnt that good