修bug,改配方
This commit is contained in:
parent
17296dafc2
commit
906ce63a8b
2 changed files with 2 additions and 4 deletions
|
@ -362,9 +362,7 @@ public class ClientEventHandler {
|
|||
} else {
|
||||
pose = 1;
|
||||
}
|
||||
if (fireRecoilTime == 0) {
|
||||
swayTime += 0.05 * times;
|
||||
}
|
||||
swayTime += 0.05 * times;
|
||||
|
||||
swayX = pose * -0.008 * Math.sin(swayTime) * (1 - 0.95 * zoomTime);
|
||||
swayY = pose * 0.125 * Math.sin(swayTime - 1.585) * (1 - 0.95 * zoomTime) - 3 * moveRotZ;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"item": "superbwarfare:empty_perk"
|
||||
},
|
||||
"b": {
|
||||
"item":"minecraft:chest"
|
||||
"item":"minecraft:ender_chest"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
|
|
Loading…
Add table
Reference in a new issue