
KingYoshiYT
Members-
Posts
91 -
Joined
-
Last visited
Everything posted by KingYoshiYT
-
[1.7.10] Only half of the chat message appears lime!
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
That did not work either! Could it be a bug with forge 10.13.0.1179? -
Only half of the chat message seems to appear lime green! What do I need to add to this code? This is how it is right now! MinecraftServer.getServer().getConfigurationManager().sendChatMsg(new ChatComponentText(EnumChatFormatting.GREEN + player.getDisplayName() + " successfully completed the 'Poop Eating Challenge' and was rewarded an emerald!!"));
-
[1.7.10] Staff Item giving potion effects
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
I fixed it! I made one of those irritating small errors, I put the semi colon in the wrong place! -
[1.7.10] Staff Item giving potion effects
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Okay, i will try and find that code now -
[1.7.10] Staff Item giving potion effects
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
I am having an issue with the hitEntity method, please can you show how you did it so I can compare to see where I went wrong -
[1.7.10] Staff Item giving potion effects
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
I also would like it to be craftable to only certain users! -
Do you know the link cause I cannot find him
-
I'll take a look, thanks
-
Hello, I have made a custom staff and when i hit a player with it I would like to give them instant damage and blindness! What code do I need to add to make it do that? http://pastebin.com/ZDHKXU1v
-
I do prefer video over text
-
Does anybody know any youtubers that do 1.7 modding for minecraft? If so please can you comment a link to them. Please do not suggest Wuppy as I do not understand much of what he says!
-
[1.7.10]Custom Furnace Wont Open On Right Click
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Thanks, it is all working now! -
[1.7.10]Custom Furnace Wont Open On Right Click
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Main- http://pastebin.com/ikbvPgu6 Block- http://pastebin.com/WEMVb3Gu GuiHandler- http://pastebin.com/GHvS0uZU GuiYoshiOven- http://pastebin.com/16uj4CPz -
[1.7.10]Custom Furnace Wont Open On Right Click
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
From which class? YoshiOven, GuiYoshiOven, ContainerYoshiOven, TileEntityYoshiOven or my main one? -
My custom furnace will not open on right click! Please can someone help me! If you need a certain bit of code to see, let me know so I can post it!
-
Nevermind, it turns out I forgot to delete a part of the code I removed from my mod! I have fixed it . Thanks for trying to help though!
-
1 min, I will try and find out
-
I dont know
-
All here- http://pastebin.com/MFv4HyTX
-
If anybody understands what this crash log is saying is wrong, please tell me! http://pastebin.com/s1vwzTsV
-
Hello, what code do I need to add to make the custom message appear lime in chat? The code is below! ------------------------------------------------------------------------------------------------------------------------------------- super.onFoodEaten(item, world, player); if(!world.isRemote){ player.dropItem(Items.emerald, 1); MinecraftServer.getServer().getConfigurationManager().sendChatMsg(new ChatComponentText(player.getDisplayName() + " successfully completed the 'Poop Eating Challenge' and was rewarded an emerald!!"));
-
Modding tutorial vids for making a dimension [1.7.10]
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Thanks, and I won't copy and paste! -
Modding tutorial vids for making a dimension [1.7.10]
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
@shieldbug1 I am looking for videos -
Modding tutorial vids for making a dimension [1.7.10]
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Which part of it contains the dimension code and portal code? I cannot find it -
Modding tutorial vids for making a dimension [1.7.10]
KingYoshiYT replied to KingYoshiYT's topic in Modder Support
Do you know any with a simple dimension code?