• 1

    posted a message on MineFantasy: B1.0 - Beta
    Are you Sure you are on 1.6?
    Posted in: Minecraft Mods
  • 0

    posted a message on Baubles 1.4.6 / 1.5.2 (Updated 2018/1/10)
    Quote from Izidore»
    Azanor,

    Would it be possible for to add a generic ring, amulet and belt to your Baubles mod in your next update(s)?

    I know you already have the Miner's Ring and associated recipe as part of the mod as a Bauble example.

    I am not a developer but I would like to add Bauble items to my games.

    The Loot++ mod allows me to take items from other installed mods (ring, amulet, belt in this case) and add potion/enchantment effects to them and include them in chest loot.

    I just need a generic item included in the mod to work with.

    I know you are a busy guy but if you could see your way clear to do this I would greatly appreciate it.

    Thanks

    Edit: or if any developers reading this thread are feeling froggy maybe someone could make a simple addon that adds those items to this mod?

    Travellers gear adds a generic belt
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumic Horizons v1.1.9 (Thaumcraft 4 addon)
    Quote from IStoneI»
    saddles work, but putting horse armor on a nightmare, creates broken textures on the horse.

    i tested in creative, and jumping into the nether crashed my game.

    ---- Minecraft Crash Report ----
    // I feel sad now :(

    Time: 12.03.15 13:31
    Description: Exception getting block type in world

    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at flaxbeard.steamcraft.world.SteamcraftOreGen.generate(SteamcraftOreGen.java:26)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)
    at net.minecraft.world.World.func_147439_a(World.java:345)
    at com.kentington.thaumichorizons.common.lib.NightmareTeleporter.moveToHole(NightmareTeleporter.java:97)
    at com.kentington.thaumichorizons.common.lib.NightmareTeleporter.func_77185_a(NightmareTeleporter.java:27)
    at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:584)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:491)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.playerTravelToDimension(EntityNightmare.java:137)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.netherport(EntityNightmare.java:78)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.func_110206_u(EntityNightmare.java:58)
    at net.minecraft.network.NetHandlerPlayServer.func_147357_a(NetHandlerPlayServer.java:781)
    at net.minecraft.network.play.client.C0BPacketEntityAction.func_148833_a(SourceFile:51)
    at net.minecraft.network.play.client.C0BPacketEntityAction.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at flaxbeard.steamcraft.world.SteamcraftOreGen.generate(SteamcraftOreGen.java:26)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
    at net.minecraft.world.World.func_72964_e(World.java:419)

    -- Requested block coordinates --
    Details:
    Found chunk: true
    Location: World: (16,73,16), Chunk: (at 0,4,0 in 1,1; contains blocks 16,0,16 to 31,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at net.minecraft.world.World.func_147439_a(World.java:345)
    at com.kentington.thaumichorizons.common.lib.NightmareTeleporter.moveToHole(NightmareTeleporter.java:97)
    at com.kentington.thaumichorizons.common.lib.NightmareTeleporter.func_77185_a(NightmareTeleporter.java:27)
    at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:584)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:491)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.playerTravelToDimension(EntityNightmare.java:137)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.netherport(EntityNightmare.java:78)
    at com.kentington.thaumichorizons.common.entities.EntityNightmare.func_110206_u(EntityNightmare.java:58)
    at net.minecraft.network.NetHandlerPlayServer.func_147357_a(NetHandlerPlayServer.java:781)
    at net.minecraft.network.play.client.C0BPacketEntityAction.func_148833_a(SourceFile:51)
    at net.minecraft.network.play.client.C0BPacketEntityAction.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@119c9772
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_31, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 357604680 bytes (341 MB) / 720596992 bytes (687 MB) up to 4281597952 bytes (4083 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 66 mods loaded, 66 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Artifacts{1.1.1} [Artifacts] (Artifacts-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    asielib{0.3.8} [asielib] (AsieLib-1.7.10-0.3.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Waila{1.5.8} [Waila] (Waila-1.5.8a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Automagy{0.20.2} [Automagy] (Automagy-1.7.10-0.20.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterFoliage{1.0.4} [Better Foliage] (BetterFoliage-mc1.7-1.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioCraft{1.9.1} [BiblioCraft] (BiblioCraft[v1.9.1][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioWoodsHighlands{1.4} [BiblioWoods Highlands Edition] (BiblioWoods[Highlands][v1.4].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Botania{r1.5-168} [Botania] (Botania r1.5-168.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMultipart{1.1.1.320} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{2.3.4} [The Twilight Forest] (twilightforest-1.7.10-2.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EnderZoo{1.7.10-1.0.9.18} [Ender Zoo] (EnderZoo-1.7.10-1.0.9.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Steamcraft{0.28.3} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-440.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForbiddenMagic{1.7.10-0.561} [Forbidden Magic] (Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    McMultipart{1.1.1.320} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    HardcoreEnderExpansion{1.7.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    modtweaker2{0.7} [Mod Tweaker 2] (ModTweaker2-1.7.X-0.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MutantCreatures{1.4.8} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    neiintegration{1.0.3} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    testdummy{1.0} [MmmMmmMmmMmm] (test dummy.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThaumicHorizons{1.1} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TravellersGear{1.15.6} [Traveller's Gear] (TravellersGear-1.7.10-1.15.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    aobd{2.4.0} [Another One Bites The Dust] (AOBD-2.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ForgeMicroblock{1.1.1.320} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Mantle Environment: Environment healthy.
    Stencil buffer state: Function set: GL30, pool: internal, bits: 8
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['IMelchorI'/171, l='creative', x=26,00, y=5,60, z=24,00]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    and one last addition, the jump bar of the nightmare is really difficult to use. when you hold space, the bar fills up entirely for a brief moment, and drops quickly below the 90% mark again. its not that much of a biggie, and if not intended could stay as a feature. takes a bit of practise to catch the jump.

    by the way, since were creating steeds from hell already, would you consider the addition of thaumium and voidmetal horse armor?

    this mod is getting better and better. i really want to try catching different creatures now, and turn them into a familiar via infusion. :D

    Yeah the Jump bar is pretty annoying but you get used to it fast (plus the fact that's a vanilla feature so it would be difficult to fix that probably)
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from Azathoth»

    But what's stopping you from popping out of invisibility, doing what you want to do, then popping back in? It makes it a bit more cumbersome, but it doesn't really break the tactic.

    EDIT: I figured out what my problem with the cloak was. It seems that on multiplayer servers, when another player is within render distance, the Traveller's Gear active abilities menu flat-out refuses to come up.

    yeah but in that time a player could notice you and simply block up the room or mobs fling themselves at you as soon as you decloak, you can easily stay hidden with an invisibility potion through that whole thing without risks
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from Azathoth»
    So, I've been playing with this for an hour or two, and I have to say the recipes seem a little bit too cheap.



    Enchanted Fabric normally takes a whole wool block + 4 string (that's 8 sting total) for 1 fabric. Your Bewitched Fabric? 6 string and less than half an ingot of nuggets for three. I understand that the spinning wheel is supposed to be more efficient, etc., etc., but it just doesn't make sense from a game design pov. Bewitched Fabric seems to be strictly better than Enchanted Fabric, but it's also strictly cheaper. I will say that the bag of tricks as a good number of slots, though. It just needs a bit of a higher price tag.

    Also consider the Spectral Mantle. It costs a couple seconds in the Nether (to get netherwart), one stack (less than a stack?) of string, a pittance of nuggets, a carrot, and an ender pearl. And then less than half a jar's worth of essentia. This is for an item that lets you go invisible on demand. And doesn't even really take up an inventory slot. And doesn't need to be held to use it. And has unlimited uses. And makes you look cool. The material cost might be okay if the infusion cost was higher to compensate, but even then it feels way too easy to acquire.

    EDIT: Nevermind the bit about it not working. I'm an idiot.

    true it is a bit cheap but one of it's disadvantages is the fact you can't do anything while invisible, thus restricting the things you can do making an invisibility potion better for more options
    Posted in: Minecraft Mods
  • 0

    posted a message on some mod questions from a beginner
    next time post in mod discussion for these sorts of questions

    anyway
    1.it creates an entirely new dimension, you will not lose the nether or the end

    2. the only incomparability between dimensions would be two dimensions having the same id which can easily be fixed by changing it in the mod config

    3.it depends on the update, first you will need to wait for the mod to update and then unless it's a huge change it should be able to travel over

    4. yes you can simply take the mods out of the mods folder for the prepackaged modpacks

    5.it depends on the incomparability, although most of the time all you can do is give the mod author the crash report and how you managed to make the crash and wait until they make an update with the fix

    6. you are correct in your assumption that new worldgen will only effect new chunks
    Posted in: Mods Discussion
  • 0

    posted a message on Thaumic Horizons v1.1.9 (Thaumcraft 4 addon)
    Quote from justicesays2»


    Underground buried, or underground in a cave?
    The description says that is likely to happen ... I figured it would. You can always run around in the caverns for a bit or jar it up dig back to the surface :P.

    yeah it just makes it hard to get around which I imagine is the exact point of the horse
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumic Horizons v1.1.9 (Thaumcraft 4 addon)
    I realized when you spawn a mob in using the creative eggs and they have owner only abilities they don't have an owner and thus you can't really test some of them, if it's possible could you make it so when you spawn a mob in it's automatically yours?

    also not sure if this is a bug but the nightmare has a habit of placing you underground when you return to the overworld
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    you can't shift+foci swap to open the gauntlet anymore
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from BluSunrize»
    He's on the latest version ;D

    oh sorry, just saw the one and though "you know the curse widget has been stuck on the first of second version for a while and that was all 1's and a 0 in there somewhere, that person probably just downloaded directly from the widget without knowing that there were normal versions"
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from whizard_dragon»
    Hmm... The Thaumic Iconograph Box seems to have crashed my server when I tried to demonstrate what it did to a friend. After the crash, I did test to make sure it works in singleplayer and that the item that I was trying to take a picture of would work in singleplayer as well. Will have to see if I can bring the server up later though.


    Using version 1.1.0 of the mod as well.
    Here is the crash report from the server:

    http://pastebin.com/BjPhpnsP



    If you need anything else I will see if I can get it for you. Hopefully nothing else has issues with a server.

    Update the mod
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from RazoredRaven»
    I like the mod. Thaumcraft has been the main focus for all my magic modpack, so i am always up for integrating other mods into thaumcraf. I have a suggestion, i like the bee breeding from magic bees, forestry & Binnies' mods however using the genetic machines seems out of place in a magic/thaumcraft modpack. My ideal is have thaumcraft-ish deceives that allow you to perform the same functions as the genetic machines but in a more thaumcraft/magical way.

    ANd you are suggesting this for wg instead of mb because?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from BluSunrize»

    The steam overlay is obviously an indication when you're in the area. The hunger is applied gradually while you're in there.
    Personally, I like to build a little bathhouse, with a small pool of purifying fluid and a sauna in the middle to fll the room with cleansing steam ^.^




    steam overlay? I don't see any steam by the sauna is obviously glowing so it is apparently working, I've decided to hide the thing under my arcane pressure place since it's the only place where I can put it in the floor without too much of a glaring hole in my warding, does it work under them?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Thaumcraft Addon] Witching Gadgets
    Quote from mineguy46»

    Yes it does, or at least I got it to work. Remember, when using decanting golems you must attach them to the block that you want to receive fluid, and mark the block you want them to take fluid from.

    huh I did exactly that and it didn't work, maybe I'm attaching it to the wrong side or something

    EDIT:I just thought of something, spiders ignore you when you use invisibility potions, why don't you have a look at how they do it and try something similar to get them to ignore you?
    Posted in: Minecraft Mods
  • 0

    posted a message on Traveller's Gear
    how do the percentages actually work? like my primordial gauntlet with berserkers braces give me %1100 but I don't really know how it get's that number out of +10 damage
    Posted in: Minecraft Mods
  • To post a comment, please .