-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update gradle.properties #7
base: main
Are you sure you want to change the base?
Conversation
all I did was update it to the version I'm using, sorry if that's illegal or transgresses your ownership of the code, please tell me if that's the case
Did you make sure it works? |
I'm not sure if the code will let you just write it as ">=" instead of "=", which could maybe solve needing to rewrite it for future versions unless mc changes drastically in a way that affects how your code runs... I'm kinda new at this, sorry |
genuinely don't know how, I thought this was just to make the suggestion, not create a working jar file |
Alright I'll go check it out and let you know if there's any problems. If it's all good, we'll wait to see what Doctor4t thinks |
could you help explain how you actually do that btw? or direct me to the right sources? it took a while just to learn how to make a pull request haha |
If you want to work on it in an actual development environment, you'll want three things: With Github Desktop, you can download your forked repository onto your computer and push changes straight to your fork. Then, open build.gradle using IntelliJ IDEA. It'll start building, and... you'll find an issue with your build. I'm not sure how to resolve it honestly. |
This pull doesn't build :( |
I downloaded the stuff you linked, but I'm having a lot of trouble installing/configuring the git plugin, and I feel like it's taking me longer than it reasonably should to understand most of it. what is the push/pull thing, what does building mean, and does git plugin absolutely NEED to be in my computer's c:/ drive rather than my external harddrive? I'm really sorry if this is too many questions or I should be finding tutorials, but I'm honestly just trying to update this one mod and I don't know if I'm gonna be exploring this any further, at least not anytime soon |
Well here's a tutorial on setting up a mod. |
I will say though, I've taken a stab at this myself and I have absolutely know idea what's wrong, only that it won't even build the gradle. |
the only things I changed were version numbers for anything I thought
needed to be changed, like fabric loader and API (and something called yarn
mappings???), Minecraft version, and that's it
the rest of the mod should be perfectly fine
I haven't tested if it's working on the version it says it's for, cause it
could be a problem that was already there
I'm sorry I don't really know how else to help
…On Tue, Aug 2, 2022, 9:12 PM Eman-3600, ***@***.***> wrote:
I will say though, I've taken a stab at this myself and I have absolutely
know idea what's wrong, only that it won't even build the gradle.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2LESDP5MVT4UURUSIJLIIDVXHWUXANCNFSM55NHZMGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I know, that's the confusing bit. It should have at least built the gradle. Unfortunately I just don't know enough about modding to diagnose the problem yet. |
you know in retrospect I probably should've just started by asking them if they were gonna update it to 1.19. I'll try that first and come back to this in a while, once I've followed the tutorial and played around with it a bit |
lol |
I'm just trying to update it to 1.19 for my curseforge settings, otherwise it just tells me the mod is incompatible. I'm really sorry if that's illegal or transgresses your ownership of the code, please tell me if that's the case