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

need 1.21.1 #4545

Open
yisic4 opened this issue Nov 2, 2024 · 3 comments
Open

need 1.21.1 #4545

yisic4 opened this issue Nov 2, 2024 · 3 comments
Labels
question Further information is requested

Comments

@yisic4
Copy link

yisic4 commented Nov 2, 2024

need 1.21.1 very much
Can you tell me how to find or make it

@yisic4 yisic4 added the question Further information is requested label Nov 2, 2024
@Blaze8834
Copy link

I use the meteor client fork for 1.21.1, you can find it on their website.

@maximilian-hack
Copy link

In the 1.21.1 branch you can find the SETUP.md file that explains how to compile the Mod.

In my case the forge version wouldn't compile and I only wanted the fabric version so I added

task buildFabric {
    dependsOn ':fabric:build'
}

build.dependsOn buildFabric

at the bottom of the build.gradle file in the root directory. IntelliJ then allowed me to just click the little green build icon left next to the line containing the code you just pasted.

Whis worked for me. If you need the forge variant maybe (I did not test this) try replacing the ':fabric:build' with ':forge:build'

@Avtera
Copy link

Avtera commented Nov 8, 2024

download this branch, extract, open powershell then type .\gradlew build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants