Skip to content
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

Open
wants to merge 1 commit into
base: 1.22
Choose a base branch
from
Open

Conversation

Businessman381
Copy link

barely got it to work, no changes

@@ -65,7 +65,7 @@ jar {
}

loom {
accessWidenerPath = file("src/main/resources/${modId}.accesswidener")
Copy link
Owner

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
Copy link
Owner

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;
Copy link
Owner

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) {
Copy link
Owner

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;
Copy link
Owner

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 }]]
Copy link
Owner

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?

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}",
Copy link
Owner

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
Copy link
Owner

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.

@sisby-folk
Copy link
Owner

doesn't build, many unneccesary changes, IDE isn't respecting .editorconfig.

@sisby-folk sisby-folk changed the base branch from 1.21 to 1.22 November 13, 2024 05:36
@sisby-folk sisby-folk added the experimental hotfix ports to experimental hotfixes (won't receive modrinth release) label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental hotfix ports to experimental hotfixes (won't receive modrinth release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants