**Edit Fixed ^_^...Also for Minecraft 1.1 In the mod_Item.java file the "public class mod_Item extends BaseMod" should look like this: "public abstract class mod_Item extends BaseMod"
@TheDragonmi Come back when you know java please. Any good coder should know where to put ; instantly.
@Everyone else Stop spamming saying "It doesn't work :(" or "Help me!" or "Or does the work for Minecraft 1.1 / 1.0" Work it out for yourself. Stop using tutorials and learn java. You aren't learning what the code does.
@HenryTheCoder Very nice HQ tutorial, explain the code so skids can learn
Does anyone know how I would make it so that zombies have a chance of poisoning you and the item that im making would heal you from the poison and make you immune for two minecraft days?
I have problems applying this to a sword and at the same time making the weapon Durability lower when the above effect of adding health accours. Can anyone help?
I need a bit of help, I've gotten rid of most of my errors, but after about half an hour I just can't see, to fix this last one:
warning: [options] bootstrap class path not set in conjuction with -source1.6 src\minecraft\net\minecraft\src\mod_Item.java:8: error: invalid method declaration; return type required
public mod_Item()
^
If anyone could help me out, it's be a real help. Thanks.
@JigglyPacMan Yeah, on this guys video on how to add recipes, and TheBase360 commented on how to fix it. It worked, but now it's not locating the item's picture when I startclient, so something does not want me to have my mod...
src/minecraft/net/minecraft/src/ItemdustDiamond.java:8: cannot find symbol
symbol : variable maxStackSize
location: class net.minecraft.src.ItemdustDiamond
maxStackSize = 64;
^
src/minecraft/net/minecraft/src/mod_dustDiamond.java:4: net.minecraft.src.mod_dustDiamond is not abstract and does not override abstract method load() in net.minecraft.src.BaseMod
When I recompile, it works fine. When I start the client, it says "Failed to load mod from "mod_EasyExchange.class". Minecraft crashes after this. Any ideas anyone?
@DaMinecraftPeople Just use whatever the items name is like "public static Item BLAH = ...." Just use BLAH "Character.valueOf('X'), BLAH" And there ya go.
@DaMinecraftPeople You would replace something like "block.dirt" with something like this: "mod_zovyingot.itemZovyIngot" (This is part of my recipe for a Zovystone tool using its ingot.)
Im just wondering Henry, I tried adding crafting recipes for tools using an item that I created (using this tut) and it recompiles and loads the game but doesn't let me craft them, could you help me out?
I'm encountering issues, and I'm using NetBeans btw, that the variable, or I'd assume class, ModLoader isn't in the src with the other 800 something Java files. In addition to that, class BaseMod doesn't exist. Any help?
SOMEBODY please help when i go to run startclient CMD just comes up and no minecraft, it says something like could not find main class: start. program will exit.
When I create my new item, everything works fine, but my texture is displaying as slime balls. I have my texture destination set correctly but it is just not displaying when I create it or it is in my inventory.
Ok, this doesn't work for me. When I do the "bash startclient.sh" it doesn't work but I figure that's just so you can check up on the mod then when I recompile at the end it comes up with an error. Any suggestions?
@disguisedninjas Thanks, also do you know why when decompiling the bin folder no Start.class shows up in the src folder? I am not able to test my mod due to that.
Guys for mac if you don't want to buy edit rocket download text wrangler from the mac app store I think I like it just as much as dashcode and edit rocket
i have a problem with adding a recipe, i made 2 different items but and im trying to do so that you can craft a item with the modItem, here's the recipe:
help me with this PLEASE! i know they say that you are not going to ask about people that can fix the problem but i NEED to... i've made everything i can, no result, only errors :(
@TheBlackstealth Hello! A lot of people get this problem, when they try to incorporate their own modded items into the recipe. The thing is, your "ItemOm" is not defined in the Item.java source code, it's in your own modded code. change Item.ItemOm to mod_ItemOm.ItemOm or whatever you defined (public static) it in. Hope this helps!
@DisguisedNinjas OH MY GOSHD!!!! THANK YOU THANK YOU THANK YOU. I can't thank you enough I have been searching and searching and you are the only one that has helped!!!!! THANK YOU - I'm subscribing. :)
Hello, I tried following this tutorial but now its giving me an error saying that the Bootstrap class path not set in conjunction with -1.6src. Do you know how I would fix this error?
@TheGuildGamers put it in your minecraft.jar file too, it isn't going to work if you only put it in the MCP I believe. I had this problem before, when all I needed to do was put the texture in the .jar file.
:( but then i just realized that there is no eating animation and you fill up the health bar not the hunger bar :( is there a tutorial for the hunger not the health?
dude, I LOVE YOUR TUTORIALS!! :D i finally could make my mods but please go a little slower, and in any way, can you try zooming in or saying every single thing you type cause sometimes i think the think is a period or cama or a bracket or squigly bracket and stuff. but still good tutorials!! :D
@mclmatty possibly have a look at some of the other source files and look for health or something similar, could be in there, I don't really know though, sorry (just trying)
warning: [options] bootstrap class path not set in conjunction with -source 1.6 src\minecraft\net\minecraft\src\ItemLollie.java:25: error:reached end of file while parsing
I've got an error at itemCopper.iconIndex = ModLoader.addOverride("/gui/items.png","/itemCopper.png"); even though I saved the texture in the right place
lolz i r beginner modder and i went from like 15 errors to one error by myself i r happy but i cant seem to figure out his last one it says mod_item.java:6: error:';' expected
public static final Item SquirmaIngot = new ItemSquirmaIngot(400, "Squirmangot")); i dunno what the error is? can u hel[p me please
@zacharybaringer Is this recipe programmed in the same source code as the Pickaxe is defined in? If not, change Pickaxe to mod_Tools.Pickaxe, or whatever you named the source code you defined the Pickaxe in.
What i want to do is make an ore that is generated in the world, and when you break it, it gives you the actual ore, not the block (ex: redstone gives redstone dust), then i use that item to do something else, can anyone help me with this? is there any tutorial? because henry only shows the block being dropped when u destroy the block, and he doesnt show how to smelt it into an ingot.. help me pzl
Ehm.. this isn't 1.8 right! How do you do it in 1.8, with the new food/eating thing? And can you actually make it poison you like spiders do? Please respond ;)
src/minecraft/net/minecraft/src/mod_chain.java:9: ';' expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png"); plz help!? | ow lol i fixed theese errors but when i did i got 4 new! omfg!?
i get theese 2 error: src/minecraft/net/minecraft/src/mod_chain.java:9: (identifier) expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png");
2nd error:
src/minecraft/net/minecraft/src/mod_chain.java:9: ';' expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png"); plz help!? | ow lol i fixed theese errors but when i did i got 4 new! omfg!?
@GameMaster337 Found the solution. Instead of having "Item.[ITEM]" I only set it to "[ITEM]". [ITEM] = The item name. I don't want to tell you what I am making :)
plz can you make a 1.1 version of this
photoshopguy50 19 hours ago
The first Line'public class mod_m extends BaseMod'
Always have va Error under mod_m And it always make modloader crash... Any help?
thecakeThief 4 days ago
does this work for minecraft 1.1 as well? or not?
DJFromTheBlog 1 week ago
How do i make food in 1.1
gidro1998 1 week ago
@gidro1998 the same thing just don't use the Mod Loader template instead use this:
package net.minecraft.src;
public class mod_ModNameHere extends BaseMod {
public mod_ModNameHere(){
} @Override public String getVersion() { return "1.1"; } @Override public void load() { }
}
REG4FUN 5 days ago
@REG4FUN Nevermind because i already know how to know. But thanks anyway.
gidro1998 5 days ago
Guys, in the main mod class, add the extention .setAlwaysEdible() and it should work.
TNTMinister 2 weeks ago
Comment removed
0NIZER0 2 weeks ago
Comment removed
gidro1998 2 weeks ago
Comment removed
gidro1998 2 weeks ago
Comment removed
gidro1998 3 weeks ago
**Edit Fixed ^_^...Also for Minecraft 1.1 In the mod_Item.java file the "public class mod_Item extends BaseMod" should look like this: "public abstract class mod_Item extends BaseMod"
KyleAVU 1 month ago
@KyleAVU is everything else the same?
kingofkings3651 1 week ago in playlist More videos from HenryTheCoder
My damn Minecraft Takes 4 hours to launch :,(
KyleAVU 1 month ago
Thanks, now I know where to put my image
BowlingMaster35 1 month ago
does it work for 1.0.0
ToroAnimations 1 month ago
@ToroAnimations no it does not work for either 1.0.0 or 1.1.0
mvsvanborg 1 month ago
GAH I CAN'T FIND OUT WHERE TO PUT THE ;! ITS SO ANNOYING!!!!!!!
TheDragonmi 1 month ago
@TheDragonmi Come back when you know java please. Any good coder should know where to put ; instantly.
@Everyone else Stop spamming saying "It doesn't work :(" or "Help me!" or "Or does the work for Minecraft 1.1 / 1.0" Work it out for yourself. Stop using tutorials and learn java. You aren't learning what the code does.
@HenryTheCoder Very nice HQ tutorial, explain the code so skids can learn
TheJavaGuy1000 5 days ago
I NEED HELP! IT DOESN'T WORK FOR 1.0.0
TheDragonmi 1 month ago
@TheDragonmi
what i mean is that the cmd says that it needs a semicolem (soz spelt wrong) and i can't find the place
TheDragonmi 1 month ago
@TheDragonmi
never mind
TheDragonmi 1 month ago
@TheDragonmi
now it needs a { in the line
class Item itemwtf extends item
TheDragonmi 1 month ago
@TheDragonmi
like the name of my item? :)
TheDragonmi 1 month ago
does this still works the same with 1.0.0? plz repply
fisherhazzel1 1 month ago
Someone help! I finished it all but when i click on startclient.bat it says could not load or find main class Start does anyone know what to do?
XsNiPeRxXz 1 month ago
Henry, you should make a download for Edit rocket, unless people google windows 7 edit rocket, or whatever platform they are using.
XsNiPeRxXz 1 month ago
I fixed my MCP, your the best Henry! Nice tutorials! Awesome non-shitty mic and soothing voice lol your awesome bro!
XsNiPeRxXz 1 month ago
how to make an arrow item and have it shot
funnybunny4810 1 month ago
1.0.0 updates please!!!
PurpleEsophagus 1 month ago
i has no start client
sparkypa 2 months ago in playlist Uploaded videos
OMG IM DOWN TO 1 ERROR!
josejalapeno117 2 months ago
i did this, 17 errors :(
nerfparty 2 months ago in playlist More videos from HenryTheCoder
@nerfparty im down to 4 errors i started with 15
josejalapeno117 2 months ago
Is there someone out there that can make a tut on how to add the new eating effect when you eat the food????
darthlayto 2 months ago
wut would be crafting value?
sparkypa 2 months ago in playlist Uploaded videos
1.0.0?
hwang1607 2 months ago
windows wrong with it?
SniperGames12 2 months ago
Does anyone know how I would make it so that zombies have a chance of poisoning you and the item that im making would heal you from the poison and make you immune for two minecraft days?
Lilnugzz 2 months ago
@Lilnugzz cool idea yea
BakennCraft 2 months ago
Comment removed
TechGuy543 2 months ago
Can anyone provide a 1.0 food mod tutorial video link please?
StackofPorkchops 2 months ago
@StackofPorkchops its the same ;)
lallyman69 2 months ago
@StackofPorkchops This tut was made 11 months and 6 days ago. Also a note for all the dimwits out there if it works for 1.8.1 it works for 1.0.0!
confroter 2 months ago
@sterrenman10 Nope, he ment if you put the heal amount to a negative numer it will drain health from you instead of healing you :)
VMSITE 2 months ago in playlist Uploaded videos
thats more complected then the last one i saw
MegaRobloxFun 2 months ago
I have problems applying this to a sword and at the same time making the weapon Durability lower when the above effect of adding health accours. Can anyone help?
ProdukcjaPatriko 2 months ago
@ProdukcjaPatriko Your on the wrong tut
confroter 2 months ago
does it work on 1.0.0
jaonhdnres 2 months ago
@jaonhdnres you are better off looking at a 1.0.0 tutorial. A few things have changed since 1.8.
TechGuy543 2 months ago
I got no errors but it just my mod item doesnt appear when i use the right assigned crafting materials. any help?
creatorofworld 2 months ago
I have no errors, but my item does not appear in game when I craft it. Please help
PythonPowerify 2 months ago
The final error i cant get rid of
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/mod_dustDiamond.java:12: valueOf(char) in java.lang.Character cannot be applied to (java.lang.String)
"^", Character.valueOf("^"), Item.diamond
^
1 error
==================
SuperCrazyRam1 2 months ago
@SuperCrazyRam1 Change "Character.valueOf("^")", to: "Character.valueOf('^')" Remember the single brackets!
PythonPowerify 2 months ago
narrowed it down to this
src/minecraft/net/minecraft/src/CraftingManager.java:252: cannot find symbol
symbol : variable dustDiamond
location: class net.minecraft.src.Item
"X", "#", Character.valueOf('X'), Item.dustDiamond, Character.valueOf('#'), Item.stick
^
src/minecraft/net/minecraft/src/mod_dustDiamond.java:12: valueOf(char) in java.lang.Character cannot be applied to (java.lang.String)
"B", Character.valueOf("B"), Item.diamond
^
SuperCrazyRam1 2 months ago
I need a bit of help, I've gotten rid of most of my errors, but after about half an hour I just can't see, to fix this last one:
warning: [options] bootstrap class path not set in conjuction with -source1.6 src\minecraft\net\minecraft\src\mod_Item.java:8: error: invalid method declaration; return type required
public mod_Item()
^
If anyone could help me out, it's be a real help. Thanks.
Peytonp8 2 months ago
@Peytonp8 did you ever get it fixed thats what mine sayes can you help me out if you fixed it
JigglyPacMan 1 month ago
@JigglyPacMan Yeah, on this guys video on how to add recipes, and TheBase360 commented on how to fix it. It worked, but now it's not locating the item's picture when I startclient, so something does not want me to have my mod...
Peytonp8 1 month ago
src/minecraft/net/minecraft/src/mod_dustDiamond.java:6: cannot find symbol
symbol : method setItemName(java.lang.String)
location: class net.minecraft.src.ItemdustDiamond
public static final Item itemdustDiamond = new ItemdustDiamond(6341).setItemName("dustDiamond");
^
src/minecraft/net/minecraft/src/mod_dustDiamond.java:12: valueOf(char) in java.lang.Character cannot be applied to (java.lang.String)
"B", Character.valueOf("B"), Item.diamond
^
please help!
SuperCrazyRam1 2 months ago
src/minecraft/net/minecraft/src/ItemdustDiamond.java:8: cannot find symbol
symbol : variable maxStackSize
location: class net.minecraft.src.ItemdustDiamond
maxStackSize = 64;
^
src/minecraft/net/minecraft/src/mod_dustDiamond.java:4: net.minecraft.src.mod_dustDiamond is not abstract and does not override abstract method load() in net.minecraft.src.BaseMod
public class mod_dustDiamond extends BaseMod
^
SuperCrazyRam1 2 months ago
src/minecraft/net/minecraft/src/ItemdustDiamond.java:3: cannot find symbol
symbol: class item
public class ItemdustDiamond extends item
^
src/minecraft/net/minecraft/src/CraftingManager.java:252: cannot find symbol
symbol : variable dustDiamond
location: class net.minecraft.src.Item
"X", "#", Character.valueOf('X'), Item.dustDiamond, Character.valueOf('#'), Item.stick
^
SuperCrazyRam1 2 months ago
@ScratchedTrucks on the part with
public String getVersion()
{ return "3.14159265";
}
Try This instead Replace the 3.14159265 with 1.0.0
ItMakesMeTinkle 2 months ago
i dont have startclient.sh i have test_game.sh but it doesnt work. im running 1.0.0
suppeoples21 2 months ago
When I recompile, it works fine. When I start the client, it says "Failed to load mod from "mod_EasyExchange.class". Minecraft crashes after this. Any ideas anyone?
SWATBlizzard 2 months ago
I need help with the item class,
package net.minecraft.src;
public class ELingot extends BaseMod
{ public ELingot (int i) { super (i); maxStackSize = 64; } public String getVersion() { return "3.14159265"; }
}
But i get a error? Im running 1.0.0
ScratchedTrucks 2 months ago in playlist More videos from HenryTheCoder
@ScratchedTrucks you need the new mod loader template, just google it and you'll be good!
mrblacksheepify 1 month ago
Comment removed
SWATBlizzard 2 months ago
For servers you would use bukkit instead of modloader, correct?
Zknight7126 3 months ago
WtF....When I DEcompile I get a Start.class(in Bin/minecraft)
Then when I REcompile I lose it and It says
Error: Could not find or load main class Start
-.-.-.-.-.-.-.- pls tell me what to do :(
JuStInCrOsS1000 3 months ago
He lost me at item. 0.0
z0ppozba 3 months ago
@HenryTheCoder Henry,
how do you use your own items in recipes? I really need to know for my mod. Hope you reply :D
DaMinecraftPeople 3 months ago
@DaMinecraftPeople Just use whatever the items name is like "public static Item BLAH = ...." Just use BLAH "Character.valueOf('X'), BLAH" And there ya go.
ValcainHD 3 months ago
@DaMinecraftPeople You would replace something like "block.dirt" with something like this: "mod_zovyingot.itemZovyIngot" (This is part of my recipe for a Zovystone tool using its ingot.)
LMNOP1214 3 months ago
I'm useing Eclipes and at Character.valueOf it says eror under valueOf.
HHHHHHHEEEEEELLLLLLPPPP MMMMMMMMMMEEEEEEEEEE!!!!!!!
PPPPPPPPPPPPPPPLLLLLLLLLLLLLLLEEEEEEEEEEEEAAAAAAAAAAAAASSSSSSSSSSSSEEEEEEEEE
nogalAhpesoJ94 3 months ago
@HenryTheCoder
I writing the same things as you, but i still got errors.. and i can't fix them.. plz help me
TheMurmel99 3 months ago
@henrythecoder
Im just wondering Henry, I tried adding crafting recipes for tools using an item that I created (using this tut) and it recompiles and loads the game but doesn't let me craft them, could you help me out?
Maxillian1000 3 months ago
I'm encountering issues, and I'm using NetBeans btw, that the variable, or I'd assume class, ModLoader isn't in the src with the other 800 something Java files. In addition to that, class BaseMod doesn't exist. Any help?
julienlego 3 months ago
Hi Henry can you do a video of adding a terminal Output for when you eating a food item
Like say you ate something desgusting it would say
"ewww thats revolting"
LorryRiderabc1 3 months ago
why don't you use eclipse?
PyderSpyder 3 months ago
bets TUT ever!!!
Tr33kos 3 months ago
how would i be able to make it so i can tame custom mobs with my food item
RyanB944 3 months ago
make an updated tutorial.... so it heals hunger and adds the eating animation
fluzcraft 3 months ago
SOMEBODY please help when i go to run startclient CMD just comes up and no minecraft, it says something like could not find main class: start. program will exit.
SuperNovaManatee 3 months ago
@SuperNovaManatee you need to re compile without errors
aNoobyKill 3 months ago in playlist More videos from HenryTheCoder
@SuperNovaManatee
Thats happened to me before,dont worry, its nothing to do with the coding.
Back up your coding and download mcp again, decompile like before, and try again. Hope I helped. :)
Maxillian1000 3 months ago
When I create my new item, everything works fine, but my texture is displaying as slime balls. I have my texture destination set correctly but it is just not displaying when I create it or it is in my inventory.
RhyfeiHD 3 months ago
My texture turns into a lether helmet in game ?
xXx5n1p4xXx 3 months ago
Y don't just type:
public int getHealAmount(){
return 3;
}
Would be much easier!
sporreking 3 months ago
Ok, this doesn't work for me. When I do the "bash startclient.sh" it doesn't work but I figure that's just so you can check up on the mod then when I recompile at the end it comes up with an error. Any suggestions?
DBoy14y 3 months ago
Comment removed
DBoy14y 3 months ago
@disguisedninjas Thanks, also do you know why when decompiling the bin folder no Start.class shows up in the src folder? I am not able to test my mod due to that.
StarlettsProduction 3 months ago
@TheGuildGamers That just means you didn't name your mod exactly: mod_food
Remember, Java is case sensitive.
DisguisedNinjas 3 months ago
How would I create a fuel like coal,except it's my item that burns? Thanks.
jackpaulson76 3 months ago
Now how do I make the recipe a 1x2 instead of a 2x1...
StarlettsProduction 3 months ago
@StarlettsProduction "*", "*" instead of "**"
DisguisedNinjas 3 months ago
i did everything you said and did but when i open the game and log onto my world and do the recipe nothing comes up :(?
ReadyToPwn1 3 months ago
@ReadyToPwn1 you have to click rebosufucate or whatever and install it to your client
xXYousernameXx 3 months ago
@xXYousernameXx i do but the recomthingy says i got a kton of errors so... :\
ReadyToPwn1 3 months ago
hello everone,
i got error by starting client:
could not find start.class file.
how can i fix it?!
slaywer1 3 months ago
Henry u have 1.7.3
and i use 1.8 so i wanna know how i make the food to give "less hungry"
plz just comment or put in description how ty
mentin22 3 months ago
@mentin22 in mod_item change public static final line to this,
public static final Item (putnameofclassfilehere) = new ItemFood(any id, amount you want to heal hunger, false).setitemname("anything");
TheDa772 3 months ago
Comment removed
mentin22 3 months ago
This has been flagged as spam show
@TheDa772 ok ty but should i remove something in Item(classname).java ?
or should i let it as it is?
and i get this error plz help me:
src/minecraft/net/minecraft/src/mod_Pancake.java:6: cannot find symbol
symbol : constructor ItemPancake(int,int,boolean)
location: class net.minecraft.src.ItemPancake
public static final Item itemPancake = new ItemPancake(2001,3,false).setItemName("Pancake");
mentin22 3 months ago
@ricky01291 did u put the image in the right place?
mentin22 3 months ago
hey bro i watched ur tut on the toolz but it no work 4 me idk how 2 use the mod pr sumthin like dat like idk ho 2 install it could u help me
joshman6222 3 months ago
Can you update the way to make food. since 1.8/1.9 food is 90% different. #idontexageratepercentages(sorta)
NITWZ 3 months ago in playlist More videos from HenryTheCoder
@NITWZ its the same
kuzmah 3 months ago
Guys for mac if you don't want to buy edit rocket download text wrangler from the mac app store I think I like it just as much as dashcode and edit rocket
TheBlackstealth 3 months ago
i have a problem with adding a recipe, i made 2 different items but and im trying to do so that you can craft a item with the modItem, here's the recipe:
"*#*", "#X#", "*#*", character.valueOf('#'), Item.ingotIron, Character.valueOf('X'), Item.ItemOm, (< thats the ugly error D:) Character.valueOf('*'), Item.ingotIron
help me with this PLEASE! i know they say that you are not going to ask about people that can fix the problem but i NEED to... i've made everything i can, no result, only errors :(
Bitrex14 3 months ago
@Bitrex14 Exact same problem I don't know either
TheBlackstealth 3 months ago
@TheBlackstealth Hello! A lot of people get this problem, when they try to incorporate their own modded items into the recipe. The thing is, your "ItemOm" is not defined in the Item.java source code, it's in your own modded code. change Item.ItemOm to mod_ItemOm.ItemOm or whatever you defined (public static) it in. Hope this helps!
DisguisedNinjas 3 months ago
@DisguisedNinjas OH MY GOSHD!!!! THANK YOU THANK YOU THANK YOU. I can't thank you enough I have been searching and searching and you are the only one that has helped!!!!! THANK YOU - I'm subscribing. :)
TheBlackstealth 3 months ago
Hello, I tried following this tutorial but now its giving me an error saying that the Bootstrap class path not set in conjunction with -1.6src. Do you know how I would fix this error?
sixinthehood 3 months ago
How to download the modloader template?
XsNiPeRxXz 3 months ago
WHY IS EVERY TUTORIAL ON THIS ALWAYS ON A MAC!!?!?!!
XsNiPeRxXz 3 months ago
@TheGuildGamers Instead of using a backslash \ use a forward slash /
TheBlackstealth 4 months ago
I like this but I have one question, does anyone know how I would use this Item in a crafting grid? would it Item.(youritem)
TheBlackstealth 4 months ago
Is there a way to add the "Om nom nom" animation? lol
MythbusterofCoD 4 months ago
@TheGuildGamers put it in your minecraft.jar file too, it isn't going to work if you only put it in the MCP I believe. I had this problem before, when all I needed to do was put the texture in the .jar file.
MythbusterofCoD 4 months ago
:( but then i just realized that there is no eating animation and you fill up the health bar not the hunger bar :( is there a tutorial for the hunger not the health?
HaloReachRandomness 4 months ago
your tutorials are the best!
HaloReachRandomness 4 months ago
dude, I LOVE YOUR TUTORIALS!! :D i finally could make my mods but please go a little slower, and in any way, can you try zooming in or saying every single thing you type cause sometimes i think the think is a period or cama or a bracket or squigly bracket and stuff. but still good tutorials!! :D
HaloReachRandomness 4 months ago
@TheGuildGamers I have the same problem!!!
sebadam2007 4 months ago
GRRRRRR IM SOOOO PISSED MY INTERNET IS BEING A PIECE OF CRAP ITZZ SOOOOOOOOOOOOOOOO SLOW GRRRR
joshman6222 4 months ago
I don't have the start.class or anything in my src except for net
TheBlackstealth 4 months ago
what bout a furnase?
unmi1231 4 months ago
@unmi1231 furnace*
unmi1231 4 months ago
i actually was looking for a tutorial on how to make fuel (like coal, wood, sapplings,etc) because i want to make dirt as burning fuel! please help!
HaloReachRandomness 4 months ago
This has been flagged as spam show
is ther any way to do this without java jdk?
thtprsn98 4 months ago
:8: error : invalid method decleration: return type required
public mod_Item()
I get this error message, Don't completely understand it, if someone can help, please that would be great
Joeformer10 4 months ago
how do you get the side bar back on editrocket?
TheMinecraftmanVG 4 months ago
@ThePr2hacker It is because you have a error. XD
TheMinecraftmanVG 4 months ago
how do i make it so it fills the hunger bar instead?
mclmatty 4 months ago
@mclmatty possibly have a look at some of the other source files and look for health or something similar, could be in there, I don't really know though, sorry (just trying)
Joeformer10 4 months ago
1 error:
warning: [options] bootstrap class path not set in conjunction with -source 1.6 src\minecraft\net\minecraft\src\ItemLollie.java:25: error:reached end of file while parsing
}
^
anyone know how to fix this?
ThoseYouthGamers 4 months ago
@ThoseYouthGamers You're missing a squiggly bracket "}" somewhere in your code.
DisguisedNinjas 3 months ago
Comment removed
ThoseYouthGamers 4 months ago
Hey!
When you do this can u use Text Edit for Mac? If not what text edit can you use (apart from Edit Rocket I can't buy it :S)
Urbanrivals987 4 months ago
@Urbanrivals987 you can use Notepad C++, that is what I am using, also edit rocket as free trial
Joeformer10 4 months ago
Doesn't work in 1.8.
Username1One 4 months ago
nice tut dude
shadow6reather 4 months ago
I am getting an error sayin
ModLoader.AddRecipe(new ItemStack(itemHenry,2,), new Object[]{
^
error:illegal start of expression
Please help.
TheMinecraftmanVG 4 months ago
@TheMinecraftmanVG never mind. XD
TheMinecraftmanVG 4 months ago
@ThePr2hacker hmmm...i have windows 7 and it works fine.go back to his setting up mcp tutorial
chrisall76 4 months ago
This has been flagged as spam show
@sharpsniperzero1 go to view, then file system browser
Endavenge 4 months ago
Comment removed
Endavenge 4 months ago
if i want to make a my item in a recipe what would name would i use?
ModLoader.AddRecipe(new ItemStack(copper, 1), new Object[]{ " * "," % " ,Character.valueOf('*'), Item.enderPearl, Character.valueOf('%'), Item.Dark Stick });
35Berrin 4 months ago
Ahem...I got an error, that looked somewhat like this:
java.lang.Exception: No registry for this texture: /qui/items.png
And then about twenty lines of jibberish. Can anyone tell me what this means, or how to fix?
ChilledRaptor 4 months ago
@ChilledRaptor it should be "/gui/items.png'' not /qui/
ShadowWolveVG 4 months ago
I've got an error at itemCopper.iconIndex = ModLoader.addOverride("/gui/items.png","/itemCopper.png"); even though I saved the texture in the right place
powergannon 4 months ago
Please leave a download for an example of your mod here in the description - cause i get like 11 errors every time :(
skyCrafters 4 months ago
Do I have to make a new file everytime I want to add an Item or do I use the same one over and over.
Huufalem 4 months ago
lolz i r beginner modder and i went from like 15 errors to one error by myself i r happy but i cant seem to figure out his last one it says mod_item.java:6: error:';' expected
public static final Item SquirmaIngot = new ItemSquirmaIngot(400, "Squirmangot")); i dunno what the error is? can u hel[p me please
minecrafthaxor1 4 months ago
This has been flagged as spam show
@minecrafthaxor1 Congratulations! I am too! However, your code should be made like this:
public static final Item SquirmaIngot = new ItemSquirmaIngot(400).setItemName("Squirmangot");
DisguisedNinjas 3 months ago
IMPORTANT QUESTION. Instead of downloading all this, could I just make a class file on eclipse and add to the .jar?
pawndidater 4 months ago
how do you get 2 items, like:
ModLoader.AddRecipe(new ItemStack(Pickaxe, 1), new Object []{ "***", " l ", " l ", Character.valueOf('*'), Item.field_35416_bo, Character.valueOf('l'), Item.stick });
zacharybaringer 4 months ago
@zacharybaringer Change this number: (Pickaxe, 1) to a 2 or any number, that is how many you get out :D
D3molitionProj3ct 4 months ago
@D3molitionProj3ct nvm, you don't understand D:
zacharybaringer 4 months ago
@zacharybaringer Is this recipe programmed in the same source code as the Pickaxe is defined in? If not, change Pickaxe to mod_Tools.Pickaxe, or whatever you named the source code you defined the Pickaxe in.
DisguisedNinjas 3 months ago
How do I make a recipe with my new item I made?
LucasG98 4 months ago
@LucasG98 It's in another of his videos.
consumptionof 4 months ago in playlist More videos from HenryTheCoder
@consumptionof wich one i could not find it
LucasG98 4 months ago
@LucasG98 /watch?v=vHzg7bhTRGE is How to add your own crafting and furnace recipes into Minecraft [1.8]
consumptionof 4 months ago
What i want to do is make an ore that is generated in the world, and when you break it, it gives you the actual ore, not the block (ex: redstone gives redstone dust), then i use that item to do something else, can anyone help me with this? is there any tutorial? because henry only shows the block being dropped when u destroy the block, and he doesnt show how to smelt it into an ingot.. help me pzl
kaidrs 4 months ago
Ehm.. this isn't 1.8 right! How do you do it in 1.8, with the new food/eating thing? And can you actually make it poison you like spiders do? Please respond ;)
Wouter10123 4 months ago
Comment removed
zkCatz 4 months ago
i get theese 2 error: src/minecraft/net/minecraft/src/mod_chain.java:9: (identifier) expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png");
2nd error:
src/minecraft/net/minecraft/src/mod_chain.java:9: ';' expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png"); plz help!? | ow lol i fixed theese errors but when i did i got 4 new! omfg!?
subtector 4 months ago
i get theese 2 error: src/minecraft/net/minecraft/src/mod_chain.java:9: (identifier) expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png");
2nd error:
src/minecraft/net/minecraft/src/mod_chain.java:9: ';' expected Itemchain.iconIndex = ModLoader.addOverride("/gui/Item.png". "/Itemchain.png"); plz help!? | ow lol i fixed theese errors but when i did i got 4 new! omfg!?
subtector 4 months ago
Comment removed
subtector 4 months ago
How do I set the item to act like a bucket?
fableofhalo 4 months ago
Yeah, when adding the recipe, the item doesn't seem to be registered. Can you find a solution to this problem?
GameMaster337 4 months ago
@GameMaster337 Found the solution. Instead of having "Item.[ITEM]" I only set it to "[ITEM]". [ITEM] = The item name. I don't want to tell you what I am making :)
GameMaster337 4 months ago