Skip to content

Commit eec6362

Browse files
committed
Update to codebook 2.0.1-SNAPSHOT
Re-enables unpick for TYPE_USE annotations.
1 parent 57f1999 commit eec6362

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

versions/26.2-pre-3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks.withType<JavaCompile>().configureEach {
3232
}
3333

3434
dependencies {
35-
codebook("2.0.0")
35+
codebook("2.0.1-SNAPSHOT")
3636
decompiler(vineflower("1.12.0"))
3737
constants("io.papermc.unpick-definitions:unpick-definitions:26.2-snapshot-6+build.3") // todo bump once https://github.com/FabricMC/unpick/issues/46 is fixed
3838
}

versions/26.2-pre-3/patches/net/minecraft/world/entity/animal/golem/CopperGolem.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/net/minecraft/world/entity/animal/golem/CopperGolem.java
22
+++ b/net/minecraft/world/entity/animal/golem/CopperGolem.java
3-
@@ -154,7 +_,7 @@
3+
@@ -155,7 +_,7 @@
44

55
@Override
66
public Brain<CopperGolem> getBrain() {

versions/26.2-pre-3/patches/net/minecraft/world/level/block/entity/TestInstanceBlockEntity.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/net/minecraft/world/level/block/entity/TestInstanceBlockEntity.java
22
+++ b/net/minecraft/world/level/block/entity/TestInstanceBlockEntity.java
3-
@@ -107,7 +_,7 @@
3+
@@ -108,7 +_,7 @@
44
}
55

66
public Component getTestName() {

versions/26.2-pre-3/patches/net/minecraft/world/level/levelgen/feature/MultifaceGrowthFeature.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/net/minecraft/world/level/levelgen/feature/MultifaceGrowthFeature.java
22
+++ b/net/minecraft/world/level/levelgen/feature/MultifaceGrowthFeature.java
3-
@@ -27,7 +_,7 @@
3+
@@ -28,7 +_,7 @@
44
} else if (!(config.placeBlock instanceof MultifaceSpreadeableBlock placerBlock)) {
55
return false;
66
} else {

0 commit comments

Comments
 (0)