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

I'm trying to make new iron bars that can connect to my own blocks.

I can't use  rusty_iron_bars = new BlockPane();    because the constructor is protected.

I can't make my own new pane class because that loses access to the rendering.

 

I tried making a class that extends BlockPane, but canPaneConnectToBlock can't be overridden so I can't change that method to add my own blocks.

 

Is there any way of doing this?

You need to make a new pane class for yourself, but you also need to copy the corresponding renderer and put it in a blockrenderee of your own( just take the render id and select the corresponding render code from the if statements in the vanilla blockrenderer)

 

Then modify it. If you extend blockpane on the block you also allow other mods to connect to it which would do it this way.

How much wood could a woodchuck chuck if a wood chuck could chuck wood - Guybrush Treepwood

 

I wrote my own mod ish... still a few bugs to fix. http://thaumcraft.duckdns.org/downloads/MagicCookies-1.0.6.4.jar

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.