Skip to content

Commit

Permalink
Fixed merge conflict errors with split
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyle1 committed Oct 14, 2023
1 parent 300e240 commit 36d4413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ public static Entity createSplittingWaterSlime(int health) {
public static Entity createSplittingRocky(int health) {
Entity splitRocky = createRocky(health)

.addComponent(new SplitMoblings(7, 0.5f));
.addComponent(new SplitMoblings(MobType.ROCKY, 7, 0.5f));

return splitRocky;
}
Expand Down

0 comments on commit 36d4413

Please sign in to comment.