Rebuild porting patches
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
+++ /dev/null
|
||||
@@ -1,78 +1,0 @@
|
||||
-plugins {
|
||||
- id "io.papermc.paperweight.userdev" version "1.7.3"
|
||||
- id "io.papermc.paperweight.userdev" version "2.0.0-beta.17"
|
||||
- id "xyz.jpenilla.run-paper" version "2.3.0"
|
||||
-}
|
||||
-
|
||||
@@ -59,7 +59,7 @@
|
||||
-compileTestJava.enabled = false
|
||||
-
|
||||
-tasks.assemble {
|
||||
- dependsOn(tasks.reobfJar)
|
||||
- dependsOn(tasks.shadowJar)
|
||||
-}
|
||||
-
|
||||
-publisher {
|
||||
|
@@ -1,12 +1,13 @@
|
||||
--- a/Paper/src/main/java/com/hypherionmc/craterlib/common/PaperCompatHelper.java
|
||||
+++ /dev/null
|
||||
@@ -1,102 +1,0 @@
|
||||
@@ -1,103 +1,0 @@
|
||||
-package com.hypherionmc.craterlib.common;
|
||||
-
|
||||
-import com.hypherionmc.craterlib.core.platform.CompatUtils;
|
||||
-import com.hypherionmc.craterlib.core.platform.ModloaderEnvironment;
|
||||
-import com.hypherionmc.craterlib.nojang.world.entity.player.BridgedPlayer;
|
||||
-import com.hypherionmc.craterlib.utils.ChatUtils;
|
||||
-import net.kyori.adventure.text.Component;
|
||||
-import org.bukkit.Bukkit;
|
||||
-import org.bukkit.entity.Player;
|
||||
-import org.bukkit.metadata.MetadataValue;
|
||||
|
@@ -33,7 +33,7 @@
|
||||
-
|
||||
- @Override
|
||||
- public String getGameVersion() {
|
||||
- return SharedConstants.getCurrentVersion().getName();
|
||||
- return SharedConstants.getCurrentVersion().name();
|
||||
- }
|
||||
-
|
||||
- @Override
|
||||
|
Reference in New Issue
Block a user