From 4fb6fd438b54a1678eeddc9ebdca2752814f3125 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 8 Nov 2025 19:38:21 +0000 Subject: [PATCH] add tfc things to notenoughanimations config --- config/notenoughanimations.json | 115 +++++++++++++++++++------------- 1 file changed, 67 insertions(+), 48 deletions(-) diff --git a/config/notenoughanimations.json b/config/notenoughanimations.json index e36e1c413..c72f485ae 100644 --- a/config/notenoughanimations.json +++ b/config/notenoughanimations.json @@ -1,50 +1,69 @@ { - "configVersion": 11, - "animationSmoothingSpeed": 0.2, - "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": false, - "sheathSwords": [ - "minecraft:golden_sword", - "minecraft:iron_sword", - "minecraft:wooden_sword", - "minecraft:stone_sword", - "minecraft:diamond_sword", - "minecraft:netherite_sword" - ], - "enableCrawlingAnimation": true, - "holdUpItemsMode": "CONFIG", - "holdUpItemOffset": 0.0, - "itemSwapAnimation": true, - "tweakElytraAnimation": true, - "petAnimation": true, - "fallingAnimation": false, - "freezingAnimation": true, - "huggingAnimation": false, - "narutoRunning": false, - "enableInWorldBookRendering": false, - "disableLegSmoothing": false, - "bowAnimation": "VANILLA" + "configVersion": 11, + "animationSmoothingSpeed": 0.2, + "holdingItems": [ + "minecraft:clock", + "minecraft:recovery_compass", + "minecraft:soul_lantern", + "minecraft:compass", + "minecraft:torch", + "minecraft:lantern", + "minecraft:soul_torch", + "tfc:torch", + "minecraft:redstone_torch", + "tfc:metal/lamp/bismuth_bronze", + "tfc:metal/lamp/black_bronze", + "tfc:metal/lamp/black_steel", + "tfc:metal/lamp/blue_steel", + "tfc:metal/lamp/bronze", + "tfc:metal/lamp/copper", + "tfc:metal/lamp/red_steel", + "tfc:metal/lamp/steel", + "tfc:metal/lamp/wrought_iron" + ], + "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, + "enableHorseLegAnimation": false, + "dontHoldItemsInBed": true, + "freezeArmsInBed": true, + "rotationLock": "NONE", + "limitRotationLockToFP": true, + "showLastUsedSword": false, + "sheathSwords": [ + "minecraft:golden_sword", + "minecraft:iron_sword", + "minecraft:wooden_sword", + "minecraft:stone_sword", + "minecraft:diamond_sword", + "minecraft:netherite_sword" + ], + "enableCrawlingAnimation": true, + "holdUpItemsMode": "CONFIG", + "holdUpTarget": "CAMERA", + "holdUpCameraOffset": 0.1, + "holdUpOnlySelf": false, + "holdUpItemOffset": 0.0, + "itemSwapAnimation": true, + "tweakElytraAnimation": true, + "petAnimation": true, + "fallingAnimation": false, + "freezingAnimation": true, + "huggingAnimation": false, + "narutoRunning": false, + "disableLegSmoothing": false, + "bowAnimation": "VANILLA", + "customBowRotationLock": false, + "clampCrossbowAnimations": false, + "burningAnimation": true, + "hideItemsForTheseBows": [] } \ No newline at end of file