#Datapack not loading

9 messages · Page 1 of 1 (latest)

weak nacelle
#

Was making a datapack, and what I had written for it did not work, I originally tried fixing my code, but nothing seemed to work, so I purposefully added a blatant error, and KubeJS didn't catch that? What is wrong, how do I enable it?

spare rainBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

cunning latch
#

are you saying you loaded your datapack in the kubejs>data folder?

#

providing screenshots and more context would help here

weak nacelle
#

ok

#

FileName: dragonsteel.json
File Location: kubejs/data/tetra/materials
File Text:

{
    "key": "dragonsteel",
    "category": "metal",
    "primary": 8,
    "secondary": 4,
    "tertiary": 3,
    "durability": 1024,
    "integrityCost": 2,
    "integrityGain": 5,
    "magicCapacity": 60,
    "toolLevel": "minecraft:netherite",
    "toolEfficiency": 9,
    
    "tints": {
        "glyph": "0a0596",
        "texture": "0a0596"
    },
    "textures": [
        "shiny",
        "metal",
        "default"
    ],
    "material": {
        "items": [
            "thermal_extra:dragonsteel_ingot"
        ]
    },
    "requiredTools": {
        "hammer_dig": "minecraft:diamond"
    },
    "conditions": [
      {
          "type": "forge:false"
      }
    ]
}
shrewd plazaBOT
#

Paste version of reload.txt from @weak nacelle

weak nacelle
#

Solved, that condition stopped functionality