Everything posted by Animefan8888
-
[1.1.0.2] Custom wood EnumType?
Create your own enum...
-
MultiTextured Block 1.10.2
This is what Minecraft is looking for, look at where you register their renders...
-
MultiTextured Block 1.10.2
Is it named this? ironfurnace_front_off or this ironfurnace_front_on...
-
MultiTextured Block 1.10.2
All ResourceLocations set the path to lower case so your blockstate JSON's need to be lower case.
-
MultiTextured Block 1.10.2
Two things post the log and don't extend BlockContainer instead extend Block and Override createTileEntity(IBlockAccess world, IBlockState state) and hasTileEntity(IBlockState state)
-
MultiTextured Block 1.10.2
What is the problem...
-
Assets/Lang Localization Not Working
Post your lang file.
-
Assets/Lang Localization Not Working
It will be in 1.11, but is not now My suspicion was this was your @Mod(modid="modparadox"...) but your path was assets.modParadox... and you were naming the path after your class name (your Main Class file should be ModParadox if you follow naming convention).
-
Assets/Lang Localization Not Working
Make your modid all lower case and change the modid in the path to all lower case.
-
Assets/Lang Localization Not Working
In eclipse it should have a little package icon inside the folder.
-
Assets/Lang Localization Not Working
Is resources a src folder in eclipse?
-
Assets/Lang Localization Not Working
Can I assume <mod> = to your modid in the @Mod annotation?
-
Assets/Lang Localization Not Working
Where did you put en_us.lang?
-
[1.10.2] Adding item from belt in chest
You never kill the entity when the itemstack is null also instead of attacking the EntityItem with a damage source just call setDead().
-
[1.10.2] Adding item from belt in chest
Try wrapping it in a !world.isRemote
-
[1.10.2] Adding item from belt in chest
// A check if there is an Item if (container.getStackInSlot(i) != null) { } else // Check if there is not an item.
-
[1.10.2] Adding item from belt in chest
setInventorySlotContents(...)
-
[1.10.2] Adding item from belt in chest
You never do something it the itemstack is null...
-
[1.10.2] Ore dropping itself, not the item intended
It is crtl + space in eclipse i beleive.
-
[1.10.2] New End WorldProvider affects Ender Dragon Fight Manager
You mean making a new class that extends EntityDragon with an @Override replacing the data on the EntityDragon's main body? It's that simple? No i meant the WorldProvider, but you could do the dragon files...
-
[1.10.2] New End WorldProvider affects Ender Dragon Fight Manager
Why not extend them?
-
[1.10.2] Get Tab List HELP!!! :(
You can fetch an array of all the player's usernames via the PlayerList like so: FMLCommonHandler.instance().getMinecraftServerInstance().getPlayerList().getAllUsernames() . He wants it to be client side only...
-
Shapeless Recipes Not Working How I Thought They Would...
Yeah, I know that, obviously I took the quotations out and put GameRegistry.addShapelessRecipe(new ItemStack(ModItems.copper_coin, 5), new ItemStack(ModItems.silver_coin)); I didn't just copy what you wrote I know a moderate amount of Java, I've taken two HS Computer Science Courses and going to college for Software Development in 3 days, on top of this I've made several Java applications and mods before. I'm using Eclipse. I'm sorry you wouldn't believe how many people get on here and ask how to do something really "simple" and it turns out that they don't know Java or even any O-O Language.
-
Shapeless Recipes Not Working How I Thought They Would...
Tried changing it, doesn't change anything. That would have thrown all of the Errors the "" were there to highlight the object... How much Java do you know?/What IDE are you using?
-
Shapeless Recipes Not Working How I Thought They Would...
Nope, as mentioned before, the Silver Coin works perfectly, it's the copper coin that's the problem. GameRegistry.addShapelessRecipe(new ItemStack(ModItems.copper_coin, 5), "ModItems.silver_coin"); // An Item and not an ItemStack GameRegistry.addShapelessRecipe(new ItemStack(ModItems.silver_coin , 5), "ModItems.gold_coin"); // Also an Item and not an ItemStack
IPS spam blocked by CleanTalk.