-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ported to 1.21.2 #58
base: 1.22
Are you sure you want to change the base?
Ported to 1.21.2 #58
Conversation
@@ -65,7 +65,7 @@ jar { | |||
} | |||
|
|||
loom { | |||
accessWidenerPath = file("src/main/resources/${modId}.accesswidener") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unneccesary
@@ -17,9 +17,9 @@ authors=Sisby folk | |||
contributors=Ampflower, falkreon, jaskarth, Garden System | |||
license=LGPL-3.0-or-later | |||
# Mod Version | |||
baseVersion=0.6.25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unneccesary
@@ -12,12 +12,7 @@ | |||
import folk.sisby.surveyor.terrain.RegionSummary; | |||
import folk.sisby.surveyor.util.ChunkUtil; | |||
import folk.sisby.surveyor.util.MapUtil; | |||
import net.minecraft.nbt.NbtCompound; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignoring editorconfig here, you need to fix your IDE setup.
@@ -127,7 +127,7 @@ public void writeBuf(PacketByteBuf buf) { | |||
UInts.writeBuf(glint, buf); | |||
} | |||
|
|||
public void fillEmptyFloors(int depthOffset, int minDepth, int maxDepth, LayerSummary.Raw outLayer) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unneccessary and confusing
@@ -5,11 +5,7 @@ | |||
import net.minecraft.server.network.ServerPlayerEntity; | |||
import net.minecraft.util.hit.BlockHitResult; | |||
import net.minecraft.util.hit.HitResult; | |||
import net.minecraft.util.math.BlockPos; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
editorconfig issue here as well
@@ -15,28 +15,28 @@ logoFile = "assets/${modId}/icon.png" | |||
[properties] | |||
"connector:placeholder" = true | |||
|
|||
[[dependencies.${ modId }]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unclear why this would be the case - is this a change in neo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intellij idea throws a warning when the spaces are present. the example neoforge.mods.toml omits them as well
@@ -1,6 +1,6 @@ | |||
{ | |||
"schemaVersion": 1, | |||
"id": "${modId}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unneccesary changes here
@@ -1,14 +0,0 @@ | |||
accessWidener v2 named |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think removing this file entirely was intended.
doesn't build, many unneccesary changes, IDE isn't respecting .editorconfig. |
barely got it to work, no changes