Everything posted by LexManos
-
BoneMeal question
IBonemealHandler.
-
FML Error
-.- Your mods arnt configured peoperly. You're conflicting blocks.
-
Minecraft crashes
Stack trace or ban, read the stickie.
-
FML Error
not a FML error, a user error. Configure your mods correctly.
-
Forge MP, Bukkit and Minecraft 1.3
Check the supers of the NetworkManager I KNOW you can get the player from the information you're given. Which is one of the reasons why i dont pass the player in. And duplicate villagers... Assuimg you're referring to your millinaire villagers. Thats your code, you're the one spawning them. Either way, it shouldn't create them if they are loaded from the disc.
-
Forge MP, Bukkit and Minecraft 1.3
You are supplied with the NetworkManager, you can use that to get the player's entity. Which in turn can give you there username.
-
Unified Ores
Forge will not add any in-game content. Forge already has great things in place for ore use. It is up to the modders to not be stupid with there ores. End of discussion.
-
Central block/item ID management
We dont discuss it because im tired of discussing it. Everyone comes along with there 'super special unique ideas' which are the same ideas i've delt with a few hundred times. There are reasons I have not done it yet. Not all of these reasons I can legally say publically. It is a feature that I really wanna do. It is NOT something I will re-write the entirety of minecraft to do. It is NOT something I want to do 1/2 assed or bandaide fixed.
-
problem with forge on server
It seems that you are running out of memory, how much memory are you allocating to minecraft? It cant load all of ther world that it needs to load.
-
Error Message [Solved]
Use the C series of Optifine
-
NullPointerException with Forge 3.3.8.160
This error is inside ABP not forge, take it up with them.
-
Remove or Disable base blocks and/or Recipes?
There is no special way in forge no. But all things you can do with basic java.
-
Errors with forge and mcp
Update your jdk
-
Modloader.setPrivateValue failing after reobfuscation
That isnt the obfuscated name, that's the Searge name. You want the Notch name.
-
Checking collision box for a specific block type
Don't double post, edit your posts -.- Also, get the block id, check if it's the water block.. how difficult is that?
-
Modloader.setPrivateValue failing after reobfuscation
By using MCPBot on espernet. EXA: Or, looking at the maping files inside the conf folder, those are fairly self explanatory.
-
Modloader.setPrivateValue failing after reobfuscation
The reobf does not reobf strings. How could it? You have to take that into account.
-
[Solved]Item load incorrectly
1) Your names are horrible, use better naming scheme. 2) How the hell do you expect the item to use your code if you never tell it to use your code?
-
Unified Ores
No, Forge will not provide any in-game content. This has been suggested a few hundred times, the answer has been and always will be no. The Ore Dictionary provides a powerful enough System that it allows for clean use of any ore registered in it. No more is needed then that.
-
Does this relate to forge?
Learn to use code tags -.- Also, the fuck you have 3 different 4096 fixes installed for? Also, no this isn't from forge. Looking at the mods you have installed NOTHING should be in your jar aside from forge.
-
odd problem with percent
http://stackoverflow.com/questions/10287438/java-math-logic-error
-
Handsaw Item
Thats actually quite similar to how El does it. Except instead of creating a new ItemStack like a berp, she just edits the ItemStack instance. stack.damage++; stack.stackSize++; Done. As for this line: if(j.getItem() != null && j.getItem() == this.pickSapphire) the PROPER line should be: if(j != null && j.getItem() == this.pickSapphire)
-
BUG ubuntu server forge not working for 4096 id fix
This isn't anything related to forge, this is all related to ChickenBones and his code, you will have to speak with him. All these issues seem to extend out based on some assumptions that ChickenBones does.
-
Numbered texture Sheet
number all your blocks in hex, you'll see a pattern. It's quite easy.
-
Numbered texture Sheet
Protip, use hex.
IPS spam blocked by CleanTalk.