mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-06-28 16:26:41 +00:00
update paper and paperweight
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
--- a/com/google/common/annotations/Beta.java
|
||||
+++ b/com/google/common/annotations/Beta.java
|
||||
@@ -44,3 +_,4 @@
|
||||
@Documented
|
||||
@GwtCompatible
|
||||
public @interface Beta {}
|
||||
+// comment
|
@ -0,0 +1,10 @@
|
||||
--- a/net/minecraft/BlockUtil.java
|
||||
+++ b/net/minecraft/BlockUtil.java
|
||||
@@ -16,6 +_,7 @@
|
||||
public static BlockUtil.FoundRectangle getLargestRectangleAround(
|
||||
BlockPos centerPos, Direction.Axis axis1, int max1, Direction.Axis axis2, int max2, Predicate<BlockPos> posPredicate
|
||||
) {
|
||||
+ System.out.println("hello");
|
||||
BlockPos.MutableBlockPos mutableBlockPos = centerPos.mutable();
|
||||
Direction direction = Direction.get(Direction.AxisDirection.NEGATIVE, axis1);
|
||||
Direction opposite = direction.getOpposite();
|
Reference in New Issue
Block a user