Skip to content

Commit

Permalink
Merge pull request #29 from leedagee/world-eater-center
Browse files Browse the repository at this point in the history
worldEaterMineHelper: center the mirror image
  • Loading branch information
plusls authored Oct 12, 2021
2 parents 2705ebb + e72af5d commit 95af0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private void generateCustomBakedModel(ModelLoader loader, JsonUnbakedModel paren
originalModelElements.clear();

for (ModelElement modelElement : originalModelElementsBackup) {
Vec3f origin = new Vec3f(8f, 80f, 178.4f);
Vec3f origin = new Vec3f(0f, 80f, 181.82f);
origin.scale(0.0625F);
ModelRotation newModelRotation = new ModelRotation(origin, Direction.Axis.X, 45, false);

Expand Down

0 comments on commit 95af0a2

Please sign in to comment.