
ArgoEclipse
Members-
Posts
23 -
Joined
-
Last visited
Everything posted by ArgoEclipse
-
it is basic in all lowers yes
-
HOLY CARP i just had the biggest mind derp ever. thats your signature lol (c++ am i right?)
-
Basic Java Bud. This is not a java school IF you are that far in kenneths tutorials then you should be starting to pick up on it (just some constructive criticism) 1) You main mod file is hideous (i hope you do not c/p, that is a bad practice) 2) You lack in basic Java 3) I hope you know its Purple 4) a bad package for your mod is com.mod.Mod (don not use a website if you do not have one) Good Stuff 1) you are diligent
-
No, this is a mod, not plugin.
-
Forever unsolved :'(
-
Hello?
-
1.6.4 yes could it be a forge bug?
-
Ahem
-
i removed it,
-
well it is kind of self explanatory that the error had the / gone of i removed it, so yah and my file is at (from desktop) C:\Users\Studio\Desktop\MasterModding\Master\forge\mcp\src\minecraft\assets\basic\textures\blocks\block_blender.png
-
ok mr. Nitpick
-
same exact thing
-
Well i did what you said and it still isnt working
-
Exactaly what i showed in the error Simple java states that io paths can be defined with or without the start / who knew i would teach the person helping me
-
thanks but thats not the problem
-
Thanks for the Time, My problem is when i try to place my custom rendered block, it gives me the error (in the console) I have been trying to get it fixed (no lie) for like 5 hours now. I am about to pull my hair out so please help! Render Class (what binds the texture and where the error is coming from) Please Help! Thanks! (doge coins to anyone who helps)
-
block class
-
I dont crash, but it says this in the log, why is my custom rendered item getting this and then a missing texture? 2014-01-21 21:16:28 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_756_null.png 2014-01-21 21:16:28 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_514_block_blender.png
-
You sir are the only one to help me on this simple little thing for only missing cube. i love you lol
-
Making blocks easily breakable with shears
ArgoEclipse replied to Decelvice's topic in Modder Support
use this MinecraftForge.setHarvestLevel(0, "sheers") let me know how that works out -
Why is this happening? my classes: Base mod class https://gist.github.com/anonymous/37d607a470077f37d40e Render Class https://gist.github.com/anonymous/3edead49ac583f219324 Block class https://gist.github.com/anonymous/4464d86876c95898102f i can provide any others