-
[1.12.2] Add tooltip to items and blocks.
I'm stupid and was looking at the wrong block at the end there ?♂️ Thank you for the help!
-
[1.12.2] Add tooltip to items and blocks.
?♂️sorry, added it, its SiliconBlock.java
-
[1.12.2] Add tooltip to items and blocks.
https://gist.github.com/Puyodead1/a572af9a26d3d2c47772bd08f3750fc5
-
[1.12.2] Add tooltip to items and blocks.
Okay, I did that, eclipse added the override method, but it still refuses to show any tooltip. @Override public void addInformation(ItemStack stack, World player, List<String> tooltip, ITooltipFlag advanced) { // TODO Auto-generated method stub tooltip.add("test"); super.addInformation(stack, player, tooltip, advanced); }
-
[1.12.2] Add tooltip to items and blocks.
I use eclipse, it says Create 'addInformation()' in super type BlockBase or IHasModel, i assume it would be the BlockBase class?
-
[1.12.2] Add tooltip to items and blocks.
I am not sure what I'm doing wrong with that. I tried that but I get this error: "The method addInformation(ItemStack, EntityPlayer, List<String>, boolean) of type SiliconBlock must override or implement a supertype method" so I don't know where else I am suppose to put it
-
[1.12.2] Add tooltip to items and blocks.
How can I add a ToolTip to an item and blocks I create?
-
View all minecraft classes
thanks!!! that helps a lot! thanks to everyone for the help
-
View all minecraft classes
ok, http://prntscr.com/fy4suu
-
View all minecraft classes
i guess what I'm trying to say is that i want to do kinda like ModLoader with forge
-
View all minecraft classes
I already did setup forge
-
View all minecraft classes
ok, so in this vid, he uses MCP and ModLoader, I want to use Forge, but I want to have the minecraft source files as if they were actually in my package, watch to see what I mean
-
View all minecraft classes
I have done this, there are the decompiled files in a folder, but I want to open them in eclipse for like if I wanted to edit them I found the folder, same as what I just said
-
View all minecraft classes
so in ModLoader you can view all the classes in minecraft, how do you do this with Forge 1.9.4? like this
IPS spam blocked by CleanTalk.