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.

Chibill

Forge Modder
  • Joined

  • Last visited

Everything posted by Chibill

  1. But it will crash if I try to get a interface for power from build craft if its not nstalled that's one of the problems.
  2. Well then you need to reinstall because there's no way you can mod like that in a normal set up.
  3. Hello I need some help making a GUI the. Tutural on the wiki does not realty help and how can I use build crafts API with out having to have Build craft always installed with my mod?
  4. There is a world object that is from the World class instead of minecraft.
  5. Needs to be inside minecraft inside src.
  6. Where are you running the method from a item block or where!?
  7. Where are you pruning this from?
  8. You just want recopile and reobsrate.
  9. World.setblocktoair(x,y,z)
  10. Lets try what we do with block extant it.
  11. if you can get the blocks x y amd z you can use worldObj.setblock(x,y.z.Id); and then maybe set the block above to what ever in code a seed does.
  12. In on item use the par2 par3 and par4 are x y and z of the block clicked par in the world so you can do. If(par1world.getBlockID(par2,par3,par4)==Block.bedrock){ par1world.setblock(par2,par3,par4,0); Then all you have to do is spawn a item in the worlxld.
  13. do we need to be a coremode to use ASM?
  14. found it but it does not help us who are trying to work with capes.
  15. I check all the net.minecraftforge.event packages there was none.
  16. also helps if there was a event named that!
  17. how would we render and show them oh smart one?
  18. Or make a PR to forge and make a addleavedrop() function.
  19. I will need help in this two maybe we need to have a extra class we load later with the class loader to do this?
  20. Are you using basemod? If so don't that's for mod loader mods.
  21. In a block? Or where in a block you could make a TE and use a function from there that fires every tick.
  22. Where is abstractclientplayer?
  23. I think there's a .renderfull3d that fixes that.
  24. I may look at this more maybe you could copy the function and recreate it in your own class.

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.