Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So, I am just starting to mod Minecraft again after a while. When I quit modding and Minecraft in general because of school and other things eating up my free time, the transition from 1.7.10 to 1.8 was taking place. I am just now learning how to mod with with the json models that were added in 1.8 and things are going pretty good.

 

But then after I started trying to implement Thermal Expansion's RF API into my mod I started running into problems. I realized that CoFH never updated their mods from 1.7.10 (or are still doing so), and the RF API wasn't working. I found out that classes were moved and modiffyed in 1.8 through 1.11 so the RF API is outdated now. How do I fix this? Do I have to create my own power system until CoFH updates the API?

 

PS: Sorry for the long post.

So, I am just starting to mod Minecraft again after a while. When I quit modding and Minecraft in general because of school and other things eating up my free time, the transition from 1.7.10 to 1.8 was taking place. I am just now learning how to mod with with the json models that were added in 1.8 and things are going pretty good.

 

But then after I started trying to implement Thermal Expansion's RF API into my mod I started running into problems. I realized that CoFH never updated their mods from 1.7.10 (or are still doing so), and the RF API wasn't working. I found out that classes were moved and modiffyed in 1.8 through 1.11 so the RF API is outdated now. How do I fix this? Do I have to create my own power system until CoFH updates the API?

 

PS: Sorry for the long post.

RF API has been updated to 1.8 and should work on 1.11 and 1.10 here is a link

https://github.com/CoFH/RedstoneFlux-API/tree/1.8/src/main/java/cofh/api

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Ok, thanks. I'll check that out.

 

Edit: Oh *facepalm*, I see now. There was a 1.8 branch in Github. Thanks.

Ya now it's working.

Ya now it's working.

Just a note if you plan on having compatibility with Ender IO you need to have your producers/generators push the energy out.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Ok. Good to know.

Just a side question: Are there any tutorials for this api? I can't find any on Google.

Just a side question: Are there any tutorials for this api? I can't find any on Google.

Not really, the Javadocs should explain all you need to know. IEnergyReceiver is for machines and can be used for Storage devices as well. Though Ender IO doesn't use this. IEnergyProducers are generators and things that output energy. IEnergyConnection is just something that connects to pipes but does not really use Energy. TileEnergyHandler is an example of these.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Ok. :) Thanks for your help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.