Jump to content

Recommended Posts

Posted (edited)

while I have not modded forge for a while(plz don't make this a ep3 of the how to make a creeper charged) its just really really really really hard

so is there a way to make it easier because its just not fun anymore that's how hard it is and don't come with the same answer: "you need to learn java first"

Edited by Crazy_sheep
Posted (edited)

Oh, you're the charged creeper guy?

Forge modding isn't difficult. You're making it difficult.

 

You have to learn java first.

 

Edited by Danebi
Posted (edited)

What Danebi said its true, even if i don't completely agree in saying that Forge modding isn't difficult. Generally speaking, programming is difficult, it is a hard job that requires patience, skills and knowledge. On top of that minecraft has some inner complications due to how the system is built, so yeah..you have to deal with that if you want to achieve something more than making a new blocks or items. Of course without even knowing the language (Java or whatever else you end up using) it won't be an hard task, but rather an impossible one

Edited by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Posted
  On 12/5/2020 at 6:06 PM, Beethoven92 said:

What Danebi said its true, event if i don't completely agree in saying that Forge modding isn't difficult. Generally speaking, programming is difficult, it is a hard job that requires patience, skills and knowledge. On top of that minecraft has some inner complications due to how the system is built, so yeah..you have to deal with that if you want to achieve something more than making a new blocks or items. Of course without even knowing the language (Java or whatever else you end up using) it won't be an hard task, but rather an impossible one

Expand  

why then?

Posted

It's hard to run without knowing how to walk, did I really need to explain that for you?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

We're getting to the point where I'm questioning if you want to learn or if you just want to complain

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 12/5/2020 at 6:06 PM, Beethoven92 said:

even if i don't completely agree in saying that Forge modding isn't difficult

Expand  

Yes, I actually wanted to write other things but I got distracted and sent as it was. Then i completely forgot about it...😅

  On 12/5/2020 at 6:31 PM, Crazy_sheep said:

well i know how to walk and i am learning c++ i made a game in c++ with sfml

Expand  

I doubt it... if you knew C ++ you wouldn't have so much problems learning Java.

Posted
  Quote

I doubt it... if you knew C ++ you wouldn't have so much problems learning Java.

Expand  

i am sorry for people who like java the problem what i have with java is that it makes no sense at all like a made a jframe once and put some text on it and when i wanted to set the position it did not do anything

Posted
  On 12/6/2020 at 6:42 AM, Crazy_sheep said:

like a made a jframe once and put some text on it and when i wanted to set the position it did not do anything

Expand  

So... you used a Java class without knowing java? It's obvious it didn't work.

Also, didn't you continue to say "command" instead of method in you previous thread? If you knew C++ you would have known what a method or a function are.

  On 12/6/2020 at 8:31 AM, Crazy_sheep said:

but i wanna ask something is it possible to change the source code of the gradle file and compile it again to make that boolean a public value?

Expand  

Access transformers but using reflection would be better.

Posted (edited)
  Quote

Also, didn't you continue to say "command" instead of method in you previous thread? If you knew C++ you would have known what a method or a function are.

Expand  

bro i know what i function is

  Quote

using reflection would be better.

Expand  

but the whole time what i have been asking by how to make a creeper charged is how to use a reflection so how do i use a reflection

Edited by Crazy_sheep
Posted (edited)
  On 12/6/2020 at 9:16 AM, Danebi said:

ObfuscationReflectionHelper#getPrivateValue

Expand  

but how do i use it can you give me a example and do i need to store it in a field or something or a boolean

like for example this?

where do i store it in?   ObfuscationReflectionHelper.getPrivateValue(what goes here i just want a example like how do i get the villager class)

 

Edited by Crazy_sheep
Posted
  On 12/6/2020 at 9:40 AM, diesieben07 said:

This is now where basic Java knowledge comes in:
What are fields? What does static mean? How do I get a reference to a Class?

Expand  

a field is where you can store stuff in like the obfuscationreflectionhelper and static means that like you made a varible and its like int example = 10; when you do that you can change the value if you dont want that you need to do static int example = 10; now you cant change the value and how to reference a class is that you need to import a class like example class and if you imported it if you want to refrencense it in the other class you need to do example.class

Posted

@diesieben07

is every single forum i make going to be about how to make that creeper charged because i dont want to have a ep3 of that creeper charged thing and should i just use the minecraft code pack reborn? [link removed] because i did make the creeper charged there

can you just give me a example

Posted
  On 12/6/2020 at 10:25 AM, diesieben07 said:

I fail to understand how your lack of understanding of basic Java concepts is related to either charged creepers or an unsupported tool to create "custom clients" which are illegal to distribute.

Expand  

but i always fail trying to mod minecraft 😢

Posted
  On 12/6/2020 at 10:38 AM, Danebi said:

Have you tried learning Java first?

Expand  

yes but I don't know what to make and C++ is a lot and I mean a lot stronger than java and if C++ cant do something you can just make a header file that allows it to do that

 

and am I stupid ☹️

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.