Monster 1.1.0 and Horizons 2.1.0

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.
I am wondering, will Ars Magica 2 be added to monster at any time? I know I can add it at any time I want, I just wanna know if it will ever be a default mod in the pack
 
  • Like
Reactions: rvgstar
This may be a dumb question, but what does Disabled passive griefing under Special Mobs mean. Does that mean Enderman can't steal blocks?
 
Hello,i have a server on Monster 1.0.9 with Galacticraft,Mekanism,BCTools and Archimedes ships..How can i update my server to 1.1.0?
 
Hello,i have a server on Monster 1.0.9 with Galacticraft,Mekanism,BCTools and Archimedes ships..How can i update my server to 1.1.0?
Update the Monster to 1.1.0, re-add the additional mods you've had before.

In case IDs got overwritten (they shouldn't), fix them by changing them back to the 1.0.9 version.

Private-share your "new" pack with other sever members.

Always create backups!
 
Carpenters Blocks are in Horizons, and I thought there was talk of Carpenters Blocks being added to Monster. Is this still planned?
 
They can't break torches or farmland

Thanks alot.
Carpenters Blocks are in Horizons, and I thought there was talk of Carpenters Blocks being added to Monster. Is this still planned?
I have been adding carpenters blocks to Monster myself with no issues. You can either get the version listed in the newest Horizons or just download the Horizons pack and add it from there.
 
That was gonna be my back up plan, it was mentioned once but I wanted to see if it was still on the cards for Monster.
 
Well, I was specifically thinking about trying out different world seeds :D
Hehe been doing that in advance :P
If you are going for ATG+BoP+Highlands you could try a couple of my favourites so far:
-1096234791096024491
-977964337163235457
 
Elevators are not working right on 1.1.0, can't pass trough blocks with then.
Known issue, change the -1 in the config to 20 or something.[DOUBLEPOST=1394314447][/DOUBLEPOST]
Hehe been doing that in advance :p
If you are going for ATG+BoP+Highlands you could try a couple of my favourites so far:
-1096234791096024491
-977964337163235457
Not a fan of ATG, but thanks :)
 
hey guys, quick question, I just updated to monster 1.1.0 and have found my rotarycraft water turbines have dropped efficiency by about 90%, they were producing 465 rf/t and now they are only producing 46 rf/t? I have 5 turbines connected to each other into a rotational dynamo. I cant seem to open up the link with the changelogs to see whats happened? any ideas what I can do to get efficiency back up??
 
Monster is technically slow's modlist for the Map, with some extra mods he allowed me to add. He does not want AM2 in the pack. Though I maintain the pack and do the configs, what's in and out is ultimately slow's choice.
 
So..i have a small, 2 person server on Monster 1.0.9 with Galacticraft,Mekanism,BCTools and Archimedes ships..I've updated it to 1.1.0,used MCEdit to remove all chunks apart from players bases and still,whenever i start the server i get this crash..Any ideas?

Code:
Description: Exception in server tick loop

java.lang.NoSuchMethodError: universalelectricity.core.electricity.ElectricalEvent$ElectricityRequestEvent.<init>(Luniversalelectricity/core/grid/IElectricityNetwork;Luniversalelectricity/core/electricity/ElectricityPack;[Lnet/minecraft/tileentity/TileEntity;)V
    at universalelectricity.compatibility.UniversalNetwork.getRequest(UniversalNetwork.java:220)
    at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityUniversalConductor.demandedEnergyUnits(GCCoreTileEntityUniversalConductor.java:209)
    at ic2.core.energy.Grid.prepareCalculation(Grid.java:186)
    at ic2.core.energy.EnergyNetLocal.onTickEnd(EnergyNetLocal.java:264)
    at ic2.core.energy.EnergyNetGlobal.onTickEnd(EnergyNetGlobal.java:51)
    at ic2.core.IC2.tickEnd(IC2.java:1767)
    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
    at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
When i remove aluminium wires by MCEdit it works,also when i right click a GC compressor, client crashes with:
Code:
Time: 08.03.14 22:15
Description: Exception in world tick

java.lang.NoSuchMethodError: micdoodle8.mods.galacticraft.api.recipe.CompressorRecipes.findMatchingRecipe(Lnet/minecraft/inventory/IInventory;Lnet/minecraft/world/World;)Lnet/minecraft/item/ItemStack;
    at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectricIngotCompressor.updateInput(GCCoreTileEntityElectricIngotCompressor.java:125)
    at micdoodle8.mods.galacticraft.core.inventory.GCCoreContainerElectricIngotCompressor.func_75130_a(GCCoreContainerElectricIngotCompressor.java:79)
    at micdoodle8.mods.galacticraft.core.inventory.PersistantInventoryCrafting.func_70299_a(PersistantInventoryCrafting.java:149)
    at net.minecraft.inventory.Slot.func_75215_d(Slot.java:107)
    at net.minecraft.inventory.Container.func_75131_a(SourceFile:391)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72486_a(NetClientHandler.java:1288)
    at net.minecraft.network.packet.Packet104WindowItems.func_73279_a(SourceFile:45)
    at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
    at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
My last issue is insane server lag when i put down any buildcraft pipe.
 
Last edited:
Status
Not open for further replies.