Jump to content

coolsim

Members
  • Posts

    21
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

3678 profile views

coolsim's Achievements

Tree Puncher

Tree Puncher (2/8)

4

Reputation

  1. The Mod, Divine Objects, is causing this crash, removing it should fix the issue. It’s also an MCCreator mod, which doesn’t have a good reputation. Also, your SurvivalPlus and MoreThanPickaxe mods are out of date... (I’d know since I made them )😝
  2. Lil Screeny, to open the installer jar, open System Preferences and go to the Security & Privacy settings and under the General tab down the bottom of the window, after having just tried to open the jar, it will say something like "forge-1.15.1-30.0.51-installer.jar" was blocked from opening because it is not from an identified developer. All you need to do is click the button next to it called Open Anyway and then you may be required to enter your administrator name and password. From there it will open as normal.
  3. Updated to 1.14.4-28.1.20 and still not working... just using a seperate resource pack I made for now.
  4. Yeah I did look though the built jar and the textures were in there. Planning to update to 1.14 anyway but just wondering if I’d done anything incorrect.
  5. Using Forge 1.13.2-25.0.219. So my mod adds textures for vanilla Minecraft, for example, an iron_ingot texture located in resources/assets/minecraft/textures/item/iron_ingot.png. In the eclipse IDE my custom texture works as seen here, whereas when I've built my mod and am using it in both another workspace and through the Minecraft launcher it doesn't use my textures, seen here. Not sure what's going on as it works in the IDE, but not anywhere else. My mod code can be found on GitHub here. Any help with this would be appreciated.
  6. You have reached the limit of item/block ids which is 4096. Try adding NotEnoughIds.
  7. You're trying to use 1.12.2 mods using forge for 1.12.1. Update forge to 1.12.2.
  8. I haven't tested this myself, but this is what I found. Use b.setTemperature(0.0F).setRainfall(0.5F).setSnowEnabled(); instead.
  9. I'm still trying to get this to work with no success. I've looked at Forestry, Tough as Nails and other build.gradle files but each one does this in different ways. Does someone know what I'm missing? My build.gradle now looks like this:
  10. Firstly, if there are no crash reports can you upload the log file? Also 1.7.10 is no longer supported on this forum.
  11. The mod TConstruct is crashing your world. Try creating a new world and if it doesn’t work report this to the developers of TContrust.
  12. I cannot find anything wrong here in terms of a particular mod crashing this. However, from what I can see (if I am reading the right JMV arguments) you haven"t allocated enough ram to the server. You are running lots of mods on this server and there may not be enough allocated ram to keep up with loading the world, thus crashing it.
  13. I’m not sure what specifically is causing this (maybe a resource pack) but it is effecting the model json file for crops.
  14. The server crashes when it tries to load the Armory mod. Try removing it.
  15. So I've added this above task packApi. However, I still don't get an API jar when I build. jar { // Add necessary files, remove unnecessary ones. includes.addAll(project.ext.coreFiles) includes.addAll(project.ext.apiFiles) includes.addAll('mcmod.info') //includes.addAll('LICENSE.txt') }
×
×
  • Create New...

Important Information

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