Jump to content

coolsquid

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by coolsquid

  1. ​I have mildly controversial opinions, which makes me very unpopular in certain parts of the community. The mod he is referring to is probably UpToDate, an unreleased mod mostly written by Strikingwolf, with some code borrowed from me. A summary of the current and planned features may be found here. I discontinued and open sourced SafeChat today. If anyone wants to continue the mod, feel free. I'm having a "mod cleanup" the last few weeks, open sourcing mods I'm no longer working on, such as FighterMobs and ConflictHelper. I'm working on some miscellaneous Minetweaker addon stuff: import mods.squidutils.Blocks; import mods.squidutils.Misc; import mods.squidutils.Commands; import mods.squidutils.Logger; Blocks.setHardness("minecraft:stone", 100); Blocks.setResistance("minecraft:stone", 100); Blocks.setMaterial("minecraft:stone", "ground"); Blocks.setCreativeTab("minecraft:stone", "redstone"); Blocks.setFlammibility("minecraft:stone", 0, 0); Commands.removeCommands(["help", "kill", "example"]); Commands.createCommand("INFO", ["example", "An example command.", "I post a message to the chat."]); Misc.disablePhysics(["minecraft:sand", "minecraft:gravel"]); Misc.setDefaultSetting("RENDER_DISTANCE", 2.0); Misc.removeCrashCallables(["FML", "Mantle Environment", "TConstruct Environment"]); Misc.disableGameOverlays(["HEALTH", "FOOD"]); Misc.registerLoginMessage("SquidAPI", "The following mods are out of date: " + Misc.getOutdatedMods(), "RED"); Logger.warn("The following mods are out of date: " + Misc.getOutdatedMods()); And SquidAPI's new update checker:
  2. Stop being impatient. Allocate more RAM to the game.
  3. Read the top of the crash report. It is very clear what the error is.
  4. The login information is required to stop piracy. Also, FML is completely different from Technic. Technic is a modpack platform, FML is a mod API. Most mods aren't doing that anymore. Are you sure that you are downloading the mods from the original author? Copyright infringment is sadly very normal in modded Minecraft. In general, using MCF, Curse or NotEnoughMods should be fine. Do not use any sites listed here, as they are stealing mods from the modders, and often adds malware to the mods.
  5. I don't really know anything about slugs, so I can't help you. However, I know that a pack with the name exists, since I found it.
  6. I know this comment comes late, but I have to point out that earning money on other peoples mods is illegal. This includes selling mod items.
×
×
  • Create New...