Skip to content

Commit

Permalink
Update to 1.20.2 and bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Sep 23, 2023
1 parent f1e9037 commit 15ab40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.4-rc3
yarn_mappings=1.19.4-rc3+build.1
loader_version=0.14.17
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
# Mod Properties
mod_version=0.3.3
mod_version=0.3.4
maven_group=mctester
archives_base_name=mc-tester
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import net.minecraft.test.GameTestState;
import net.minecraft.test.TestRunner;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.Box;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
Expand All @@ -27,7 +26,7 @@ public class TestRunnerMixin {
),
locals = LocalCapture.CAPTURE_FAILHARD
)
private void addTestFunctionIdentifier(Collection<GameTestState> gameTests, CallbackInfoReturnable<Map<GameTestState, BlockPos>> cir, Map<?, ?> map, int i, Box box, Iterator<?> var5, GameTestState gameTestState, BlockPos blockPos, StructureBlockBlockEntity structureBlockBlockEntity) {
private void addTestFunctionIdentifier(Collection<GameTestState> gameTests, CallbackInfoReturnable<Map<GameTestState, BlockPos>> cir, Map<?, ?> map, Iterator<?> var3, GameTestState gameTestState, BlockPos blockPos, StructureBlockBlockEntity structureBlockBlockEntity) {
TestFunctionIdentification.setMetaData(structureBlockBlockEntity, gameTestState.getTestFunction());
}
}

0 comments on commit 15ab40b

Please sign in to comment.