Everything posted by keepcalm
-
Why use an mcmod.info file when data could be included in the code?
There is a way, but I can't get it to work, you can use @Metadata("MyModID") public static ModMetadata meta; And modify that, or you can get the metadata from @PreInit.
-
FML (java.IOException: The handle is invalid)
Did your game actually crash? If it did, can you post ForgeModLoader-client-0.log in spoilers? If not, nothing to worry about.
-
Strange Chunk Loading Errors
Can you post logs, preferably from sessions where you start a new world, and experience the problem again? Ie start a new world, then fly around until you get the glitched chunks?
-
How can I get the World Name?
If the world is loaded, it's something like World.worldName
-
Entity Tracker Bug
Update forge, or try making a new world
-
MC 1.4.5 error
Delete your config folder, if that doesn't work, update forge.
-
The Screen Won't Pop up When I Open Minecraft
DON'T, for the love of god, use MCPatcher. Use optifine. Install forge, and then optifine, or use MultiMC
-
Server Admin Option for Turning off Chunkloader for offline users
That would be a mod option, go and talk to your mod makers.
-
Saving data to player without being lost on death
You misunderstand, I meant save it to the world itself, as part of the world's NBT .dat, not your own.
-
Obsidia and forge
You're registering your entity after you register it's tracker.
-
write to NBT
((EntityPlayerMP) par3EntityPlayer).playerNetSeverHandler.handleAbilites(new Packet202PlayerAbilites(par3EntityPlayer.capabilities))
-
Register blocks while loading (or joining) a world
NBTs are Minecraft's in-game storage format, and you can use a TileEntity (not sure about blocks) to save data directly to them. So you really only need one block, and all the properties can be set via NBT.
-
IllegalStateException - Entity already tracked
Make sure that EntityVillagerAdult doesn't extend EntityVillager? Looks like an entity is being registered too many times with the EntityTracker.
-
[Solved]Event for detecting when player places a block
Something like PlayerInteractEvent? Just check if the type is RIGHT_CLICK_BLOCK
-
There was a fatal error starting up minecraft and FML
You probably had NEI installed but not CodeChickenCore
-
Error decompiling with Forge. RenderGlobal, Object -> EntityFX
Try installing normal forge on the jar. See what happens.
-
Saving data to player without being lost on death
Save it to the world's NBT?
-
Using ASM
You might want to look at how NEI does it, or look at LuaForge
-
Config files resetting on forge universal 6.0.1.349
Check all your mods are for 1.4.2, and update to forge 355
-
Home Missing/Obstructed - only mod is Forge 375
Logs?
-
Forge errors. help please
Check for smart moving updates, something's broken there.
-
Forge stalls when downloading updates
Read the EAQ, particularly the bit about downloads
-
[solved] event like playerJoinedWorld
There's the onPlayerChangedDimension event in IPlayerTracker?
-
Help with Universal minecraft instance
if (Side.CLIENT.isClient()) { ... }
-
Config files resetting on forge universal 6.0.1.349
Logs?
IPS spam blocked by CleanTalk.