Everything posted by Ugdhar
-
I can't finish decompliling my workspace.
I think this probably means you're going to need a RAM upgrade if you want to decompile MC. You could try setupDevWorkspace instead of the Decomp, so you can still develop, you just won't be able to view the MC sources.
-
1.12 How to fix these GameRegistry.register
http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433 This is a decent example of how to use the registry events to register items/blocks
-
Java binary not responding
SkyFactory 3 is for Minecraft 1.10.2. I don't imagine it's been setup to work with 1.12. *edit: was trying to include a screenshot, but evidently it doesn't like pasted images.
-
Minecraft 1.10.2-forge1.10.2-12.18.0.2002-1.10.0 CRASH :/
This post is over a year old, you should probably start your own post. Start a new post, and post the contents of your fml client latest log
-
[1.7.10] How would you give survival mode player an item on Login/Spawn
This post is over 2 years old, and 1.7.10 is no longer supported. You should make sure you are using a recent version, and start a new thread with your issue including code and the fml client latest log
-
Modpack Server does not start
Remove real first person render from the server, I'm guessing it's a client/single player mod.
-
Gui Assets
You just draw them, and then they are referenced from your gui code. You will need a Container, GuiContainer, GuiHandler, and I suppose a Block & TileEntity or maybe an ItemStack Capability depending on if you have a block or item providing the inventory. If you use a Block & TileEntity, the TileEntity needs to be registered, GuiHandlers need to be registered in the NetworkRegistry.
-
Gui Assets
Anything that can save as a .png I believe, gimp and paint.NET are a couple I can think of
-
MC 1.11.2 Block Texture Not Showing
Well, firstly if you don't have a solid understanding of Java, you should learn that first for sure. Just copying/pasting and using line-for-line code from tutorials will not get you very far, especially since it seems like most tutorials do things wrong anyhow. I found this helpful with figuring out the more recent/correct ways of registering stuff. http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433
-
MC 1.11.2 Block Texture Not Showing
https://github.com/jwz123/Item-Plus/blob/master/src/main/java/joshua/testmod/init/items/BlockInit.java#L19
-
MC 1.11.2 Block Texture Not Showing
Don't use Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MODID + ":" + item.getUnlocalizedName().substring(5), "inventory")); You should be using ModelLoader.setCustomModelResourceLocation from a ModelRegistryEvent
-
MC 1.11.2 Block Texture Not Showing
Post your code, preferrably to somewhere like github so we can see item code, registration, jsons, etc.
-
MC 1.11.2 Block Texture Not Showing
Modder Support: http://www.minecraftforge.net/forum/forum/70-modder-support/
-
[Any Version]Multi-Block Machine QAQ Neeed help
1.7.10 is no longer supported here, for help you will need to update.
-
1.10.2 where do I find the durability of armors
Then you didn't look hard enough
-
1.10.2 where do I find the durability of armors
Did you try looking yourself? ItemArmor would be a good place to start.
-
Can't get my item to have durability
public ActionResult<ItemStack> onItemRightClick(Itemstack Stack, World worldIn, EntityPlayer playerIn, EnumHand handIn) { I believe Itemstack should be ItemStack. Not sure if that's specifically the problem, but it certainly can't be helping
-
1.12.1?
1.12.1 was (from what I've read) pretty much a bugfix release, so not a lot was changed. Don't expect it this quick when major releases come around, it can take a few weeks+ depending on how much changes. Just keep working on whatever the last stable version was, and keep checking the download page!
- Mods
-
My mod won't work when i use it in a forge server
Make sure all rendering stuff is only being used from your client proxy, dedicated servers do not have those classes, so when it sees them and tries to load them, it will crash.
-
minecraft forge server wont start with mods
Post a log of a crash with other mods. And a dedicated server is not aware of any client-side classes (they don't exist), so mods that access them, while they will often work playing single player, since the client and server both exist, if they are put on a dedicated server they will crash it because it cannot load any client related classes. So, even with no other mods, one of these will crash a server.
-
minecraft forge server wont start with mods
I'm going to guess MorePlayerModels is a client side mod, remove it from your server and see what happens.
-
1.10.2(SOLVED)help with language issues on my item
On the line for the diamond_shears, it looks like you have spaces before and after the =, is that doing it?
-
1.10.2(SOLVED)help with language issues on my item
What version? What is your lang file named?
-
Dont know why
I believe 1.11.2 is still supported, so there's no harm in using it. I believe they support current version and previous version.
IPS spam blocked by CleanTalk.