How do I use custom elements once I make them?

Started by BurnN8or101 on

Topic category: Help with MCreator software

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I use custom elements once I make them?

How do I use the custom element I created?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They are for coding so you…
Sat, 02/29/2020 - 08:30

They are for coding so you only use it if you need code

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do you mean?
Sat, 02/29/2020 - 21:44

What do you mean?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They are not an actual …
Sun, 03/01/2020 - 00:23

They are not an actual "custom" element, they are a "code" element base for people who wants to manually code their mods

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So how does that work?
Sun, 03/01/2020 - 03:31

So how does that work?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
... It is used for coding…
Sun, 03/01/2020 - 03:34

...

It is used for coding and it provides some base code (some imports in java) to get you started with your code.

 

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then how do I use that code…
Thu, 03/05/2020 - 16:33

Then how do I use that code for my mod?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is for people who knows…
Fri, 03/06/2020 - 00:53

It is for people who knows how to code.

If you know, you would already understand. 

If you don't, one tutorial isn't enough to teach you.

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then what Tutorials would I…
Sun, 03/08/2020 - 19:44

Then what Tutorials would I need to watch to understand?

Last seen on 13:34, 8. Apr 2024
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
First you NEED learn Java…
Sun, 03/08/2020 - 20:01

First you NEED learn Java.

https://www.learnjavaonline.org/ Basic constructions

2. you need know how to manual coding basic

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know both of those things
Sun, 03/08/2020 - 20:17

I know both of those things

Last seen on 13:34, 8. Apr 2024
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
soI am surprised that you…
Sun, 03/08/2020 - 20:59

soI am surprised that you asking.

I understand C++ not java but I think you can use source codes for example custom shield.

I really don't know how to use that ;D

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know how to code, I made a…
Sun, 03/08/2020 - 22:29

I know how to code, I made a custom element, but I can't figure out how to use it. I'm missing a step between the coding and implementing it in the mod.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bruh the code is just to get…
Mon, 03/09/2020 - 01:23

bruh the code is just to get you started, it imports some forge stuff and it registers the element as a element.

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to make it make an…
Mon, 03/09/2020 - 05:59

You have to make it make an item!!! if you knew coding then it wouldn't be that hard because you just have to make a new item or block or whatever