Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Jul 16, 2024
1 parent 6ea4f59 commit a4a25f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ modGroup = com.zorbatron.zbgt

# Version of your mod.
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
modVersion = 0.2.1
modVersion = 0.3.0

# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
includeMCVersionJar = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ public void readFromNBT(NBTTagCompound data) {
super.readFromNBT(data);
}

@Override
public void writeItemStackData(NBTTagCompound tag) {
super.writeItemStackData(tag);
tag.setString("Hello", "World!");
}

private static class InfiniteTank extends NotifiableFluidTank {

public InfiniteTank(int capacity, MetaTileEntity entityToNotify) {
Expand Down

0 comments on commit a4a25f1

Please sign in to comment.