[Suggestion] Advanced Netherite mod improvement
MOOOOs opened this issue ยท 9 comments
Can you add Advanced Netherite mod swords to "Scabbard" when not in use? I love this mod but missing that detail with AN swords. Thanks
i add like that
"advancednetherite:netherite_iron_sword"
"advancednetherite:netherite_gold_sword"
"advancednetherite:netherite_emerald_sword"
"advancednetherite:netherite_diamond_sword"
and , is here
here how it looks
{
"configVersion": 8,
"animationSmoothingSpeed": 20.0,
"holdingItems": [
"minecraft:clock",
"minecraft:recovery_compass",
"minecraft:soul_lantern",
"minecraft:compass",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch"
],
"enableAnimationSmoothing": true,
"enableInWorldMapRendering": true,
"enableOffhandHiding": true,
"enableRotationLocking": true,
"enableLadderAnimation": true,
"ladderAnimationAmplifier": 0.35,
"ladderAnimationArmHeight": 1.7,
"ladderAnimationArmSpeed": 2.0,
"enableRotateToLadder": true,
"enableEatDrinkAnimation": true,
"enableRowBoatAnimation": true,
"enableHorseAnimation": true,
"dontHoldItemsInBed": true,
"freezeArmsInBed": true,
"rotationLock": "NONE",
"showLastUsedSword": true,
"sheathSwords": [
"minecraft:golden_sword",
"minecraft:iron_sword",
"minecraft:wooden_sword",
"minecraft:stone_sword",
"minecraft:diamond_sword",
"minecraft:netherite_sword"
"advancednetherite:netherite_iron_sword"
"advancednetherite:netherite_gold_sword"
"advancednetherite:netherite_emerald_sword"
"advancednetherite:netherite_diamond_sword"
],
"enableCrawlingAnimation": true,
"holdUpAllItems": false,
"itemSwapAnimation": true,
"tweakElytraAnimation": true,
"petAnimation": true,
"fallingAnimation": false,
"freezingAnimation": true,
"huggingAnimation": false,
"narutoRunning": false,
"enableInWorldBookRendering": false,
"disableLegSmoothing": false
}
Thanks for quick reply and fix :) also may you know where those ids for swords usually are?
It will recreate the file if its not loadable(invalid json). Check that the ,
between the entries is right(the last one has none).
{
"configVersion": 8,
"animationSmoothingSpeed": 20.0,
"holdingItems": [
"minecraft:clock",
"minecraft:recovery_compass",
"minecraft:soul_lantern",
"minecraft:compass",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch"
],
"enableAnimationSmoothing": true,
"enableInWorldMapRendering": true,
"enableOffhandHiding": true,
"enableRotationLocking": true,
"enableLadderAnimation": true,
"ladderAnimationAmplifier": 0.35,
"ladderAnimationArmHeight": 1.7,
"ladderAnimationArmSpeed": 2.0,
"enableRotateToLadder": true,
"enableEatDrinkAnimation": true,
"enableRowBoatAnimation": true,
"enableHorseAnimation": true,
"dontHoldItemsInBed": true,
"freezeArmsInBed": true,
"rotationLock": "NONE",
"showLastUsedSword": true,
"sheathSwords": [
"minecraft:golden_sword",
"minecraft:iron_sword",
"minecraft:wooden_sword",
"minecraft:stone_sword",
"minecraft:diamond_sword",
"minecraft:netherite_sword",
"advancednetherite:netherite_iron_sword",
"advancednetherite:netherite_gold_sword",
"advancednetherite:netherite_emerald_sword",
"advancednetherite:netherite_diamond_sword"
],
"enableCrawlingAnimation": true,
"holdUpAllItems": false,
"itemSwapAnimation": true,
"tweakElytraAnimation": true,
"petAnimation": true,
"fallingAnimation": false,
"freezingAnimation": true,
"huggingAnimation": false,
"narutoRunning": false,
"enableInWorldBookRendering": false,
"disableLegSmoothing": false
}