@@ -5,13 +5,13 @@ Subject: [PATCH] Port to NeoForge
55
66
77diff --git a/build.gradle b/build.gradle
8- index 22e31b9..a9fa0e4 100644
8+ index 812f429..5edf3ff 100644
99--- a/build.gradle
1010+++ b/build.gradle
1111@@ -1,5 +1,5 @@
1212 plugins {
13- - id 'fabric-loom' version '1.10 -SNAPSHOT'
14- + id 'dev.architectury.loom' version '1.10 -SNAPSHOT'
13+ - id 'fabric-loom' version '1.11 -SNAPSHOT'
14+ + id 'dev.architectury.loom' version '1.11 -SNAPSHOT'
1515 id 'maven-publish'
1616 id 'com.github.johnrengelman.shadow' version '8.1.1'
1717 }
@@ -75,7 +75,7 @@ index 22e31b9..a9fa0e4 100644
7575 }
7676
7777diff --git a/gradle.properties b/gradle.properties
78- index 923756c..64b6b20 100644
78+ index 0586a73..653ebba 100644
7979--- a/gradle.properties
8080+++ b/gradle.properties
8181@@ -1,10 +1,11 @@
@@ -85,11 +85,12 @@ index 923756c..64b6b20 100644
8585+ loom.platform=neoforge
8686 # Fabric Properties
8787 # check these on https://modmuss50.me/fabric.html
88- minecraft_version=1.21.8
89- - loader_version=0.16.14
90- + forge_version=21.8.0-beta
88+ - minecraft_version=1.21.9-rc1
89+ - loader_version=0.17.2
90+ + minecraft_version=1.21.9
91+ + forge_version=21.9.0-beta
9192 # Mod Properties
92- mod_version=0.1.5.1
93+ mod_version=0.1.6
9394 maven_group=ca.spottedleaf.starlight
9495diff --git a/settings.gradle b/settings.gradle
9596index 72ebf6e..a2bc74d 100644
@@ -261,7 +262,7 @@ index a2d4826..68526da 100644
261262 if (emittedLight <= this.getLightLevel(pos.getX(), pos.getY(), pos.getZ())) {
262263 // some other source is brighter
263264diff --git a/src/main/java/ca/spottedleaf/starlight/common/light/StarLightEngine.java b/src/main/java/ca/spottedleaf/starlight/common/light/StarLightEngine.java
264- index e111453..4b80890 100644
265+ index 7fbc6af..8a397d4 100644
265266--- a/src/main/java/ca/spottedleaf/starlight/common/light/StarLightEngine.java
266267+++ b/src/main/java/ca/spottedleaf/starlight/common/light/StarLightEngine.java
267268@@ -112,6 +112,7 @@ public abstract class StarLightEngine {
0 commit comments