mirror of
https://github.com/FabricMC/fabric.git
synced 2025-08-28 22:33:04 -04:00
1.19.3-rc1
This commit is contained in:
parent
70063eb939
commit
fa25da992d
2 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@ public class RecipeGameTest implements FabricGameTest {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!currentStack.isItemEqual(expectedStack)) {
|
if (!currentStack.isOf(expectedStack.getItem())) {
|
||||||
throw new GameTestException("Item stacks dont match. " + extraErrorInfo);
|
throw new GameTestException("Item stacks dont match. " + extraErrorInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
org.gradle.jvmargs=-Xmx2560M
|
org.gradle.jvmargs=-Xmx2560M
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|
||||||
version=0.68.0
|
version=0.68.1
|
||||||
minecraft_version=1.19.3-pre3
|
minecraft_version=1.19.3-rc1
|
||||||
yarn_version=+build.1
|
yarn_version=+build.1
|
||||||
loader_version=0.14.10
|
loader_version=0.14.10
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ fabric-events-interaction-v0-version=0.4.37
|
||||||
fabric-events-lifecycle-v0-version=0.2.38
|
fabric-events-lifecycle-v0-version=0.2.38
|
||||||
fabric-game-rule-api-v1-version=1.0.28
|
fabric-game-rule-api-v1-version=1.0.28
|
||||||
fabric-gametest-api-v1-version=1.1.13
|
fabric-gametest-api-v1-version=1.1.13
|
||||||
fabric-item-api-v1-version=2.1.3
|
fabric-item-api-v1-version=2.1.4
|
||||||
fabric-item-group-api-v1-version=2.1.6
|
fabric-item-group-api-v1-version=2.1.6
|
||||||
fabric-key-binding-api-v1-version=1.0.28
|
fabric-key-binding-api-v1-version=1.0.28
|
||||||
fabric-keybindings-v0-version=0.2.26
|
fabric-keybindings-v0-version=0.2.26
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue