Skip to content

Commit

Permalink
fix: 1.11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jun 30, 2024
1 parent a324917 commit 9fa3b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modId = gregtechfoodoption

modGroup = gregtechfoodoption

modVersion = 1.11.2
modVersion = 1.11.2.1

# The name of your jar when you produce builds, not including any versioning info
modArchivesBaseName = gregtechfoodoption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public void readFromNBT(NBTTagCompound tagCompound) {
this.wasWorking = tagCompound.getBoolean("wasWorking");
this.sprinkleColor = tagCompound.getInteger("sprinkleColor");
this.showsSprinkles = tagCompound.getBoolean("showsSprinkles");
this.scheduleRenderUpdate();
}

@Override
Expand Down

0 comments on commit 9fa3b9f

Please sign in to comment.