How would i use rf (redstone flux) in my machines?

Started by jacob_ on

Topic category: Help with modding (Java Edition)

Last seen on 14:20, 16. Jul 2020
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would i use rf (redstone flux) in my machines?
Wed, 07/15/2020 - 15:16 (edited)

i have some issue with the code, as in using java to edit values in code that cannot normally be set, or do not appear on the page. 

May someone give me some pointers where i can edit the values and functionality of a specific object? (or do i have to create my own type of armor base, and set the DURABILITY *** of armor equal to it? 

More related, i want to use redstone flux, a power used in many other mods for a machine i made called the "fuser". It currently fuses items together and i would like to make it so that when you press a button it causes a delay (like a furance) and then gives an output. Currently, you press a button and it instantly fuses two items together with no delay.

[Dont focus on the no-delay part, thats an easy fix]. its the redstone flux i am trying to get it powered by before that, so it can take x rf/t

Edited by jacob_ on Wed, 07/15/2020 - 15:16
Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  I released my project…
Fri, 07/17/2020 - 13:21

 

I released my project. This can inspire you.

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  I released my project…
Fri, 07/17/2020 - 13:22

 

I released my project. This can inspire you.

Last seen on 16:48, 17. Dec 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could use block NBTs for…
Fri, 07/17/2020 - 13:41

You could use block NBTs for the delay purpose.