mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
fix: source code
This commit is contained in:
26
elements/NetherrackingEnchantment.mod.json
Normal file
26
elements/NetherrackingEnchantment.mod.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "enchantment",
|
||||
"definition": {
|
||||
"name": "Netherracking",
|
||||
"supportedSlots": "mainhand",
|
||||
"weight": 2,
|
||||
"anvilCost": 4,
|
||||
"maxLevel": 20,
|
||||
"damageModifier": 0,
|
||||
"incompatibleEnchantments": [
|
||||
{
|
||||
"value": "EFFICIENCY"
|
||||
}
|
||||
],
|
||||
"supportedItems": [
|
||||
{
|
||||
"value": "CUSTOM:NetherrackitePickaxe"
|
||||
}
|
||||
],
|
||||
"isTreasureEnchantment": false,
|
||||
"isCurse": false,
|
||||
"canGenerateInLootTables": true,
|
||||
"canVillagerTrade": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user