Skip to content

Commit

Permalink
2.1.0-Beta Release
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Jan 9, 2024
1 parent 1ada19e commit 1ab1f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package generations.gg.generations.core.generationscore.network.packets;

import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.resources.ResourceLocation;;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.NotNull;

import static generations.gg.generations.core.generationscore.GenerationsCore.id;

Expand All @@ -17,6 +18,6 @@ public ResourceLocation getId() {
return ID;
}

public void encode(FriendlyByteBuf buffer) {}
public void encode(@NotNull FriendlyByteBuf buffer) {}

}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx5G -Ddevauth.enabled=true
minecraft_version=1.20.1

archives_base_name=Generations-Core
mod_version=2.0.3-Beta-SNAPSHOT
mod_version=2.1.0-Beta
maven_group=generations.gg.generations.core

architectury_version=9.1.12
Expand Down

0 comments on commit 1ab1f33

Please sign in to comment.