-
[1.7.10]Named Item
1 More question .. My game is crashing cause of this line Why ?
-
[1.7.10]Named Item
Oh i see .. i feel like an idiot now, cause i was trying to find this method earlier Thanks
-
[1.7.10]Named Item
Thanks but i need to know the name. With hasDisplayName i only know if its named
-
[1.7.10]Named Item
Hey, Is it possible to find out how a certain item has been named in an anvil? Thx4Help
-
[1.7.10] I again buttoned the world am again Unset.
Oh ok isnt it something with the constructor ? we had problem with armer code which was calling the constructor of playerclasshandler and it has set the current class to unset again do you have a solution 4 that ?
-
[1.7.10] I again buttoned the world am again Unset.
Do you have any tutorials for packets ? and how to solve the saving thing ?
-
[1.7.10] I again buttoned the world am again Unset.
We have a command (/class) which is checking what is the current class. You can look at it here : https://github.com/KakesRevenge/ProjektWow/blob/master/src/main/java/cz/grossik/projektwow/command/GetClass.java
-
[SOLVED] Custom crop is tile.null.name
setUnlocalizedName() is for naming items setBlockName() is for naming blocks
-
Remove Recipes
Look at TiCon code there is reciperemover class and bunch of usefull stuff in it
-
Problems with creating block(More in first line)
You need to make a class for the block .. and this coding style is awful
-
[1.7.10] Checking if there is an item on a ground
I want to do it in onBlockActivated Method
-
[1.7.10] Checking if there is an item on a ground
Yes on a block and with no tile entity ...
-
[1.7.10] Checking if there is an item on a ground
Hello, I want to find out is an item is laying on the block ... How should i do that ? BTW: i know laying item is an entity ... Thx in advance
-
make colored glass drop itself
+ You dont need to spawn item you can just do event.drops.add(youritemstack) EDIT : this code works fine for me @SubscribeEvent public void harvestDrops (HarvestDropsEvent event) { if(event.block.equals(Blocks.stained_glass)) { event.drops.add(new ItemStack(Blocks.stained_glass,1,event.blockMetadata)); } }
-
[SOLVED][1.7.10]Changing name when commmand is fired and coloring string
Thank you andcolored string ?
IPS spam blocked by CleanTalk.