mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-28 15:09:35 -04:00
1.19.3-rc1
This commit is contained in:
parent
70063eb939
commit
fa25da992d
2 changed files with 4 additions and 4 deletions
fabric-item-api-v1/src/testmod/java/net/fabricmc/fabric/test/item/gametest
gradle.properties
|
@ -124,7 +124,7 @@ public class RecipeGameTest implements FabricGameTest {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!currentStack.isItemEqual(expectedStack)) {
|
||||
if (!currentStack.isOf(expectedStack.getItem())) {
|
||||
throw new GameTestException("Item stacks dont match. " + extraErrorInfo);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
org.gradle.parallel=true
|
||||
|
||||
version=0.68.0
|
||||
minecraft_version=1.19.3-pre3
|
||||
version=0.68.1
|
||||
minecraft_version=1.19.3-rc1
|
||||
yarn_version=+build.1
|
||||
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-game-rule-api-v1-version=1.0.28
|
||||
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-key-binding-api-v1-version=1.0.28
|
||||
fabric-keybindings-v0-version=0.2.26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue