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

Hey guys, How would I create different types of explosives and growable crops, such as corn. I would like the explosives first cause, well its a explosive haha. Here is a example how I create Blocks

 

Core: public static CustomBlock copperOre;

 

ClientProxy: Core.copperOre.RegisterRenderer("copper_ore");

 

Common Proxy:

Core.copperOre = new CustomBlock(Material.rock, "copper_ore", 3.0F, 5.0F, CustomBlock.HarvestToolEnum.PICKAXE, CustomBlock.HarvestLevelEnum.STONE, CreativeTabs.tabBlock, 1, 6, 15, 10, 32, 120, true, false, false);

 

Customblock class:

http://pastebin.com/ACPUraVd

 

then the json files and textures which are the same. So, any help would be amazing! Thanks so much, happy modding

See how minecraft does it, or just google it. There are plenty of tutorials for crops.

 

 

Explosives is pretty easy. When your block gets a redstone signal, remove the block a place an entity. After a certain amount of ticks, create an explosion where the entity is.

  • Author

See how minecraft does it, or just google it. There are plenty of tutorials for crops.

 

 

Explosives is pretty easy. When your block gets a redstone signal, remove the block a place an entity. After a certain amount of ticks, create an explosion where the entity is.

 

I tried that, and i havent found a tutorial for crops after searching for a long time. And i dont know how to create a explosion or anything

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.