Everything posted by OvermindDL1
-
Error Message [Solved]
You have confirmation that you are allowed to distribute all mods in it? (I have not checked)
-
Help: Making a dimension using forge, I need a in-depth tutorial.
We have no tutorials for that yet, but we would love one placed on the wiki! (*hint*hint*)
-
Minecraft crashes
Yeah, it is near impossible to help someone without logs and stack traces, hence why they are required.
-
TileEntity syncing SMP
Ah. Hmm. Make a standard forge one and make a wiki tutorial?
-
Changing Light Level, without changing the BlockID.
Ah, very nice, thanks for the information!
-
Remove or Disable base blocks and/or Recipes?
Yeah I understand it in concept, I just wouldnt label it as a "Basic" lol I think it would be more of an advanced java technique True, but it is common in MC modding because you have to for *many* things.
-
onEntityRemoved hook?
Many of us have been looking to add two hooks, one for when an entity is added to a world and another when it is removed from a world, so might get one soonish.
-
Server Config
Exactly the same yes.
-
Forge MP, Bukkit and Minecraft 1.3
Make sure villagers are only spawned by the server or SP, never a client, many IsRemote checks are useful.
-
Unified Ores
The Ore Dictionary could already be used for that anyway, just no one does yet.
-
Central block/item ID management
A mod api will not be able to do everything that needs to be done as much that needs to be done is rather invasive. And that idea has already come up, but MC will likely get one of its own soon so that would be wasted labor.
-
Remove or Disable base blocks and/or Recipes?
It is used for working around the java security model. In C++ terms think of just directly accessing class variables and such using pointer manipulation, but in an easier format, kind of like Boost::Mirror for C++, but for Java instead.
-
TileEntity syncing SMP
You use packets. UE has this packet system (although as you mentioned in the UE forum it's a bit bugged) will help you do that. I wrote a page on this for you: https://github.com/calclavia/Universal-Electricity/wiki/Tile-Entity-Syncing Should link to yours from the forge wiki, or put it on the forge wiki, so others can find it.
-
Flashing Chunk
Just a missing visual chunk, often cause by optifine but does happen in vanilla more rarely.
-
ITextureProvider not working for my block
First, do not load things in your mod_ constructor, load in your load() callback. Second, I am unsure from a cursory look... Wait for the next person unless I get some time soon. You should also put the @Override decoration on functions you are overriding.
-
General Minecraft Modding Question
It is generated programmatically.
-
BUG ubuntu server forge not working for 4096 id fix
Cool, always curious as to the resolutions. It definitely bugs when someone says something is fixed without saying how.
-
BUG ubuntu server forge not working for 4096 id fix
That error is purely and only in chickenbones mod, specifically in his configuration file reading. So whatever problem there is, ChickenBones needs to fix it.
-
i can't see some texture after updating Forge
Could you please give more details about the latest version, screenshots too preferably. List of mods installed and how they were installed? If there is a bug then it needs to be fixed, and there is no known bug with any of that in the latest version since many use the same set up.
-
Changing Light Level, without changing the BlockID.
Did not work is not descriptive at all. We need to see a complete and reproducible testcase.
-
BUG ubuntu server forge not working for 4096 id fix
Rather that means that the chickenbones mods are hardcoded to be within 256, he needs to update it. For now just keep all chickenbones IDs <=255.
-
MCForge build #136+ (4096 fix)
I think pahimar made it. Regardless, that fix is no longer needed as the latest Forge has a better 4096 fix built in now. Tell the server owner to update to the latest recommended forge.
-
strange error 2
Ah, that is the GUIAPI yes, but I think his jar'less version is on github. As for the PlayerAPI, it says: But I am unsure if that still works on the modern versions if he has not stayed updated...
-
Server crashes with FML
Means you ran out of memory. How much memory do you have allocated to Java for Minecraft? Is this a fresh/new world?
-
Forge Incompatible with ModLoader
That will still work, the interface is fully compatible. Make sure you are using the current recommended forge of course.
IPS spam blocked by CleanTalk.