Skip to content

Commit

Permalink
fianl
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGATREX4 committed Jul 31, 2024
1 parent 235e152 commit b083d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public NbtCompound writeToNbtPublic(NbtCompound tag) {
this.getStack(REQUIRE_CONTAINER).writeNbt(requireContainerTag);
tag.put("requireContainer", requireContainerTag);

// Save experienceF
// Save experience
tag.putFloat("TotalExperience", totalExperience);

NbtCompound tankContent = new NbtCompound();
Expand Down

0 comments on commit b083d3c

Please sign in to comment.