diff --git a/1.11/src/main/resources/assets/forgecraft/models/item/ironsword.json b/1.11/src/main/resources/assets/forgecraft/models/item/ironsword.json index 2f358273..7a554a8b 100644 --- a/1.11/src/main/resources/assets/forgecraft/models/item/ironsword.json +++ b/1.11/src/main/resources/assets/forgecraft/models/item/ironsword.json @@ -166,7 +166,7 @@ "thirdperson_righthand": { "rotation": [ 0, 90, 0 ], "translation": [ 0, 6.6, 1.33 ], - "scale": [ 0.7, 0.75, 0.75 ] + "scale": [ 0.75, 0.75, 0.75 ] }, "firstperson_righthand": { "rotation": [ 0, 90, 0 ], @@ -179,7 +179,8 @@ "scale": [ 0.5, 0.5, 0.5 ] }, "ground": { - "rotation": [ 90, 0, 0 ] + "rotation": [ 90, 0, 0 ], + "scale": [ 0.75, 0.75, 0.75 ] }, "fixed": { "rotation": [ 0, 0, 45 ], diff --git a/1.11/src/main/resources/assets/forgecraft/sounds.json b/1.11/src/main/resources/assets/forgecraft/sounds.json index e69de29b..28e96766 100644 --- a/1.11/src/main/resources/assets/forgecraft/sounds.json +++ b/1.11/src/main/resources/assets/forgecraft/sounds.json @@ -0,0 +1,9 @@ +{ + "piston_bellows": { + "category": "player", + "sounds": [ + "forgecraft:piston_bellows" + ], + "subtitle": "forgecraft.subtitle.piston_bellows" + } +} \ No newline at end of file