Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/13/20 in all areas

  1. Armor with custom armor models are an absolute pain to correctly implement with no understanding. So, to counteract that, I have decided to write a detailed account of how to create your armor and your model correctly. Please note: I will not go over the specifics of any particular modeling software or anything that should already be known about items. I expect that you have made at least one item before and know how to register it. Here is the link if you would like to take a read. Please let me know if there is anything I need to correct or update. This thread is old and outdated, please do not refer to this anymore.
    1 point
  2. There's a BiMap you need to add your structure to within Structure along with registering it as a feature and structure.
    1 point
  3. thank you so much, I think that will do exactly what I want
    1 point
  4. This typically means that you connected to a server without the mods installed. I'd advise 1) Using the vanilla launcher not technic. 2) Making sure you're running the server correctly by reading the log files on the server.
    1 point
  5. Hi, I recently started using Forge and I will say I am new to the whole thing so I may not know a whole lot. I downloaded the Forge 1.6.2 Installer and it worked completely fine on my PC and i downloaded the client and everything. So i downloaded my first mod (Zan's Mini map) and went to my online server and tried using it and it worked perfectly. Then i tried installing the Small Boats Forge mod and i put it in the mod folder and tried using it. I crafted the recipe and I saw the item show up in the crafted box to the right. I tried dragging it into my inventory but every time I tried it would just replace itself back into the crafted box and wouldn't let me put it in my inventory. I couldn't even use it. So I went to single player to try it and it works fine! But every time I try using it on my server it won't work. The mini-map works but the Small Boats mod doesn't? I tried searching for an answer and all i could find were people telling me to create a modded server. So i opened the Forge installer on my mac and clicked "Install Server" and I did everything it told me to and I tried again and nothing! It didn't work. Everything else i find on the subject is just people using Java Script. I don't know anything about that, like I said I'm kind of a Newb when it comes to this. PLEASE HELP!
    1 point
  6. Ok, I finally did this right. I have a pull request for 1.12 with my change: https://github.com/MinecraftForge/MinecraftForge/pull/5150 Does anybody know what comes next? I assume it needs to get approved?
    1 point
  7. I'm sorry for responding to a relatively old post, but I have the answer! This behavior happens when the mod is installed (or working) only on the client side, but not on the server. What is happening is your client shows you the crafting recipe (GUIs are client-only), but when you click on it, the server says "Hey! That block doesn't exist, undo what you just did!" (the server handles your inventory). To solve this problem, you need to put another copy of the mod in the server's mod folder and also make sure that the files in the server's config folder are identical to those in your client's config folder (easiest thing to do is just delete the config in the server and copy-paste the config files from your single-player game). In case you're new to the terminology, the client is the Minecraft game (which you used to join the server) and the server is the text-based thing that you launch with the Forge server jar.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.