Jump to content

Recommended Posts

Posted

Hello, Im new here and dont know where to post questions about mods, so please dont kill me. Today I wanted to build modpack for me and my friend and found really weird issue with the goblin mod, some kind of ticks related to spawning whatsoever. Anytime I get close to the village that is being generated by the mod, my game crashes and the world becomes unplayable - it will crash the game, when I open it in mcedit it works, so seems like the issue cant be related to generation but only to the mod, I have investigated the mod and discovered actually that the publisher lied about the mod version and supported versions either, since it was v0.6 for 1.7.2, not his fake 0.6.1 for 1.7.10. Could it be because of the version, or is there some way around this? (Yeah, sorry I dont have the log, because I already replaced the mod, but if it is required I will post)

  • 3 weeks later...
Posted

I have the same issue with this mod as well in my mod pack. The same thing literally happens. I was able to go into the "forge" config and turn on remove error-ed entities. I put it true for both tile entities and regular entities and now it wont crash my game. However now anything from the goblins mod will no longer spawn any kind of entity that is error-ed like bombs or the goblin spawners or the blasts from the wands. What Im trying to figure out is how to get those entities to completely work but I fear I might have to go into the code of the mod itself to do that. 

Posted
  On 3/11/2020 at 12:49 AM, Justanothermodguy said:

I have the same issue with this mod as well in my mod pack. The same thing literally happens. I was able to go into the "forge" config and turn on remove error-ed entities. I put it true for both tile entities and regular entities and now it wont crash my game. However now anything from the goblins mod will no longer spawn any kind of entity that is error-ed like bombs or the goblin spawners or the blasts from the wands. What Im trying to figure out is how to get those entities to completely work but I fear I might have to go into the code of the mod itself to do that. 

Expand  

Contact the author.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

I have tried to look for the author of this mod. I know his name is Budd or that is his alias for the mod however I cant find anyone like that. There are other authors who have taken this mod and updated it to version 1.12 and up however those have a lot of issues as well and they haven't responded to anyone. So I suppose one question that has been eating away at me is this. This mod is for version 1.7.2 However it runs in 1.7.10 and 1.12 and so forth. The only problem is that any entities that are spawned by this mod other than the monsters themselves crash the server immediately. I think that because of this the servers version of forge thinks that this is not a compatible mod and has issues with entities from it. So, is it possible to take Goblins 1.7.2 and update it to 1.12 or 1.7.10 somehow to be compatible? 

Thank you so much for any info you have for me. 

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi, I made this mod, inspired by my friends and various loud streamers, and it's perfect for YouTubers who want a little extra pizzaz when they scream in their videos.   The mod works by detecting a high sound level (which you can configure) through your computer’s audio input. Once the sound threshold is reached, your player character will instantly explode! It doesn't use any external APIs; it just relies on the built-in javax sampled package. Check it out!    
    • Good day, I know this is years later and I hate to necropost but I ran into this exact same issue today and yours was the only one that popped up in my search. Turns out my file system permissions were all kinds of messed up in my minecraft directory. Here's how I fixed it: 1. Open terminal 2. Navigate to the .minecraft directory using the cd command, it can be helpful to have your file explorer open next to your terminal if you're a more visual person like me 3. On my OS (PopOS) the folders with messed up permissions had a padlock on them 4. Ran the command  sudo chmod a+rwx [fileName] I also ran  sudo chmod 777 [fileName] and got the same results with both. However it turns out a lot of my sub folders were messed up too which meant I had to make the changes recursively, which in plain English means all of the sub-folders under the directory. So I ended up running the command  sudo chmod -R 777 [fileName] which then changed all of the subfolders and files and ended up saving me a LOT of time doing it one at a time like the first two commands do. 5. After fixing permissions in the various subfolders ran the installer with the command java -jar [latestForgeInstallerNameGoesHereWithoutSquareBrackets] 6. Installed and launched without a hitch! Hope this helps new Linux users as for most advanced users this breakdown isn't very helpful, I'm still learning a ton myself. Additional note that might clear up future confusion, do not include [ or ] in your commands that I've listed here, I just use [ and ] in my personal notes to denote that I need to put something from the file system in the command. If yours was anything like mine all of the files from /de/oceanlabs/mcp/mcp_config/1.18-20211130.085255/mcp_config-1.18-20211130.085255-mappings.txt all had the wrong permissions. -Zamorakphat
    • hi fellas I remember back when I was in high school and had way more time to develop mods, there were tons of active posts, and while the documentation wasn’t always super extensive, you could always find someone to help you out with your questions or see someone else’s threads that were really informative. But lately, I’ve noticed that the forum seems pretty empty compared to how it used to be. I’m wondering, is there a specific reason for this? Is it just that the community has moved to other platforms, like Discord? It feels like a lot of the knowledge base and conversations have shifted over there. I’m just curious to hear others’ thoughts on this, and if anyone knows why the forum has become quieter, I’d love to know! Thanks!
    • @TileEntity Here's the log, sorry for all the trouble and confusion  https://paste.ee/p/Ihi4VMVn
    • https://gist.github.com/StrikeAttack7/f638897b5ffb88cc6db6c21946e1a216 When I tried logging into the server client side this is the error I got
  • Topics

×
×
  • Create New...

Important Information

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