Skip to content

Commit

Permalink
Fixed bug where the diamond gear is not craftable, and the position o…
Browse files Browse the repository at this point in the history
…f the snow turret was invalid
  • Loading branch information
Redblueflame committed Jun 26, 2020
1 parent 3a2184e commit 6ee3fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public SnowTurretEntityModel() {

Base = new ModelPart(this);
Base.setPivot(0.0F, 24.0F, 0.0F);
setRotationAngle(Base, 0, 1.570796F, 0);
setRotationAngle(Base, 0, -1.570796F, 0);

Tige = new ModelPart(this);
Tige.setPivot(0.0F, 0.0F, 0.0F);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"result": {
"item": "herbocraft:gold_gear",
"item": "herbocraft:diamond_gear",
"count": 1
}
}

0 comments on commit 6ee3fc3

Please sign in to comment.