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 recently installed latest forge for 1.3.2 and for some reason after the pop comes up and loads forge after login the screen stays black and the game doesn't start. I keep force updating and installing forge again and agian but it won't work. Yes i'm sure i have installed it correctly and deleted META-INF.

Could someone please help?

  • 2 months later...

hello,

 

i am trying to make it so when my block "testblock" is broken by my "testitemtool" it will drop eg.redstone but if it is not broken by the "testitemtool" it would drop nothing.

 

I dont know how to do this if you could help i would be very greatful

 

 

My "testblocktool"

package test_common.sidthesloth.main;

import net.minecraft.src.Block;
import net.minecraft.src.Item;
import net.minecraft.src.EntityPlayer;
import net.minecraft.src.Material;
import net.minecraft.src.World;

public class testblock extends Block {

public testblock (int id, int texture, Material material) {
	super(id, texture, material);
}


@Override
public String getTextureFile () {
	return CommonProxy.BLOCK_PNG;
}

}

 

 

"testitem"

package test_common.sidthesloth.main;

import net.minecraft.src.Item;

public class testitemtool extends Item {

public testitem(int id) {
	super(id);
	// TODO Auto-generated constructor stub
}

}

  • 1 year later...

Hello guys! I am working on a dinosaur mod, and I've started doing some 3d models. Actually, this is my question,

I'm trying to create some good models that fit in minecraft, so I would like some opinions about this one here,

which is a generic small theropod:

 

dino.png

 

Just for reference, I based my model on this image:

 

Compsognathus-skeleton-Bruce-Mohn-1500.jpg

 

If you have any idea, I can definitely think about it! :)

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.