Not Enough Animations

Not Enough Animations

50M Downloads

[Suggestion] Advanced Netherite mod improvement

MOOOOs opened this issue ยท 9 comments

commented

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

commented

i add like that
"advancednetherite:netherite_iron_sword"
"advancednetherite:netherite_gold_sword"
"advancednetherite:netherite_emerald_sword"
"advancednetherite:netherite_diamond_sword"
and , is here

commented

No, you are missing the ,. Every entry but the last needs a ,.

commented

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
}

commented

Add the sword id to the config file in the config folder while mc is closed.

commented

Thanks for quick reply and fix :) also may you know where those ids for swords usually are?

commented

Oh i did put ids but when loading game mod creates new file any suggestions?

commented

It will recreate the file if its not loadable(invalid json). Check that the , between the entries is right(the last one has none).

commented

oh i got what you mean

commented
{
"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
}