Skip to content

Commit

Permalink
1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Nov 16, 2024
1 parent 8020cf1 commit 563d5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public String getSet() {
}

@Override
public BlockEntity newBlockEntity(@NotNull BlockPos pos, @NotNull BlockState state) {
public @NotNull BlockEntity newBlockEntity(@NotNull BlockPos pos, @NotNull BlockState state) {
return blockEntityType.get().create(pos, state);
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
minecraft_version=1.20.1

archives_base_name=All-The-Wood-Weve-Got
mod_version=1.0.1-SNAPSHOT
mod_version=1.0.1
maven_group=net.potionstudios

fabric_loader_version=0.16.9
Expand All @@ -23,5 +23,5 @@ geckolib_version=4.4.9
corgilib_version=4.0.3.2
ohthetreesyoullgrow_version=1.3.1

WTHIT=8.15.2
WTHIT=8.15.3
badPackets=0.4.3

0 comments on commit 563d5e7

Please sign in to comment.