Skip to content

Commit fdaa007

Browse files
committed
3.0.2: Hotfix
1 parent 2c84b32 commit fdaa007

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'org.teacon'
9-
version = '3.0.1'
9+
version = '3.0.2'
1010

1111
java {
1212
archivesBaseName = 'Xibao-Forge-1.20'

src/main/java/org/teacon/xibao/Xibao.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323

2424
@Mod("xibao")
2525
public class Xibao {
26-
public Xibao() {
27-
ModLoadingContext.get()
28-
.registerExtensionPoint(IExtensionPoint.DisplayTest.class,
29-
() -> new IExtensionPoint.DisplayTest(() -> "ANY", (a, b) -> b));
30-
}
3126

3227
@Mod.EventBusSubscriber(modid = "xibao", value = Dist.CLIENT)
3328
public static final class XibaoImpl {

src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ loaderVersion = "[45,)" #mandatory This is typically bumped every Minecraft vers
1212
license = "Unlicense"
1313
# A URL to refer people to when problems occur with this mod
1414
#issueTrackerURL="http://my.issue.tracker/" #optional
15+
# https://github.com/MinecraftForge/MinecraftForge/pull/8656
16+
displayTest="IGNORE_ALL_VERSION"
1517
# A list of mods - how many allowed here is determined by the individual mod loader
1618
[[mods]] #mandatory
1719
# The modid of the mod
@@ -53,6 +55,6 @@ side = "BOTH"
5355
modId = "minecraft"
5456
mandatory = true
5557
# This version range declares a minimum of the current minecraft version up to but not including the next major version
56-
versionRange = "[1.19.4,1.20)"
58+
versionRange = "[1.20,)"
5759
ordering = "NONE"
5860
side = "BOTH"

0 commit comments

Comments
 (0)