Everything posted by Chibill
-
Dont know why my server is crashing
It's both because it can restrict you from using cheat mode on some server in its server side config and it ran on my server in 1.4.7
-
How do I get the mcmod.info file to work?
Heres the file. [ { "modid": "AdditionalCrafting", "name": AdditionalCrafting", "description": "A Minecraft mod made to add Spawners that are placeable, new stairs, and some new crafting recipes!", "version": "1.0.0", "credits": "The people of the Forge Mod Loader Forum.", "logoFile": "/logo.png", "mcversion": "", "url": "http://www.mod-buildcraft.com/", "updateUrl": "", "authors": [ "chibill And Himehowareu" ], "parent":"", "screenshots": [], "dependencies": [ "mod_MinecraftForge" ] } ]
-
ModLoader.addName applies one name to all items. (X-post)
Wheres the src that in the OP is just the decompiled .class files.
-
Dont know why my server is crashing
No NEI is also server side but most be put in core mods.
-
How do I get the mcmod.info file to work?
It's in the root of my .zip
-
How do I get the mcmod.info file to work?
No error it just does not display in game.
-
How do I get the mcmod.info file to work?
Because it is in the Main file of my mod. And I can never make the file work which is why I posted this because the hardcoded one is not showing in a normal installation.
-
How do I get the mcmod.info file to work?
That helps but I already read that and then decided to hard code but it that's not working in a normal installation.
-
Running and making commands in code.
That's iPods auto correct for you.
-
How do I get the mcmod.info file to work?
That does nt help at all. Any idea why the hardcore one does not work?
-
How do I get the mcmod.info file to work?
Okay I have a hard coded on in my mod it works in eclipse but not in the normal minecraft. Any help.
-
Running and making commands in code.
That helps but how would I tell it I am using the counsel as the sender.
-
Running and making commands in code.
It is my native but I misted this went the site was eroding every thing till it worked.
-
Running and making commands in code.
I have read all the stuff in the net.minecraft.commands for days before posting unlike some people here I try before using the forums.
-
[1.5.2] [Solved] Adding a new Fuel
package chibill.AdditionalCrafting; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import cpw.mods.fml.common.IFuelHandler; public class FuelHandler implements IFuelHandler { @Override public int getBurnTime(ItemStack fuel) { int var1 = fuel.itemID; if(var1 == Item.book.itemID){ return 300; }else if(var1 == Base.NetherStone.itemID){ return 40000; }else return 0; } } In its own class then in base class GameRegistry.registerFuelHandler(new FuelHandler());
-
minecraft will not start
This is your problem jackos2500_BlockBreaker{0.3.1} [blockBreaker] (com) Unloaded->Errored It has a error
-
Eclipse workplace is missing files
The workspace is forge/mcp/eclipse I don't know what your doing and did you run the install.bat or the version for your OS?
-
How to stop double calls using entityPlayer.sendChatToPlayer("");
Use the server version of entity player. Then it can only happen server side.
-
Glass connected textures
Or one texture and change the block bounds. I think.
-
Running and making commands in code.
No help?
-
Running and making commands in code.
I mean make my mod run commands like /kick or /time set day from in its code.
-
Running and making commands in code.
Bump
-
Running and making commands in code.
How would I make my own commands and run ones in the minecraft code normally?
-
Chatting a string into chat?
Not really because I am not at my pc right now but I can say it is starting the thread but then stops executing it before it runs once fully.
-
Chatting a string into chat?
Because I know how to use multithreading and I did no want to have to learn something new when I need to get this version out in 2 days to meet my goal of 1.0.0 of additional crafting.
IPS spam blocked by CleanTalk.