• 0

    posted a message on Custom Ore Generation: First Revival

    I'm having issues generating an ore in the End. There are no distributions loaded for this dimension and I can't figure out why.


    I thought the mod would load the distributions from the config dir globally for all dimensions unless overridden by a more specific (world or dim) config.


    Anything specific required to enable a distribution in a non-overworld dimension?

    Posted in: Minecraft Mods
  • 0

    posted a message on Catwalks 2
    Quote from TheCodeWarrior»

    Ok, just looked back at the code, and what's happening is what happens when you don't have 1.8's block states...


    - To decide the texture it does the following: If the texture is zero it does the normal texture, otherwise it does the builder's texture.

    - To decide whether the block is replaceable it checks if the meta is equal to one.

    - When right-clicked with a blowtorch it sets the meta to 2 if it's 0 and zero if it's 2.


    So what happens is you right click the block with meta of 0, and the meta becomes 2 (main problem), the meta is not equal to 0 so it shows the builder's texture, the meta isn't equal to 1 so it isn't replaceable.


    EDIT: Bugfix is up, v2.0.4


    Allright, with the update the builders scaffolds created with the blowtorch now appear to work correctly.

    I still can't enter caged ladders on a side opened with the blowtorch. Is it a similar issue?
    Posted in: Minecraft Mods
  • 0

    posted a message on Catwalks 2
    Quote from TheCodeWarrior»

    Wait, you can convert a normal scaffold to a builder's scaffold in place? Hm. I didn't even realize I added that... :P




    Supposedly. It changes visually/client side, but using a block on it places it next to it on my server. I've not yet had time to do any extensive tests (like only having Catwalks on a server to rule out mod interactions) but at first glance there seems to be something wrong with client/server sync when using the blowtorch, since a builders scaffold created in a crafting grid works as expected.

    I also had an issue with the caged ladders, like I mentioned earlier, where I was unable to enter the block after toggling the wall with the blowtorch which made me think it was a similar syncing issue. I could enter it from above where it's open by default though.

    Posted in: Minecraft Mods
  • 0

    posted a message on Catwalks 2
    Quote from Kodos_Atoz»

    With the caged ladders, I've found it easier to not be holding a wrench/torch when walking onto them, as it makes the problematic box go away entirely.


    Pretty sure the issue you're reporting with the scaffolding is working as intended, as to get a proper builder's scaffold, you need only to place the regular scaffold in a crafting grid by itself.



    You can get builders scaffolds that way sure, but then why does clicking them with the torch even do anything? Pretty sure that's supposed to work as well.


    I'll have to see if I can enter the caged ladders while not holding the torch.

    Posted in: Minecraft Mods
  • 0

    posted a message on Catwalks 2

    I just added this to my server/modpack (1.7.10).


    There appears to be some client/server sync issues with the blowtorch.


    When opening the caged ladders with the blowtorch I cannot enter the block, presumably because they are only visually open on the client, but still closed on the server.


    Similarly when placing a builders scaffold it works fine, you can click it with a block which replaces it and you get a builders scaffold back. But when you place a normal scaffold and right-click it with the blowtorch, it visually turns into a builders scaffold, but right clicking it with a block just places the block against it like a normal block, and breaking it returns a normal scaffold instead of a builders scaffold.


    I'd really like these issues to be fixed and released for 1.7.10 so I can use the mod properly, particularly the caged ladders are pretty unusable like this.

    Posted in: Minecraft Mods
  • 0

    posted a message on Sound Filters - A Client-Side Mod (adds reverb to caves, and a few other things)

    This crash happened: http://hastebin.com/qegexecova.vhdl


    I've disabled the mod for now.

    Posted in: Minecraft Mods
  • 0

    posted a message on EnviroMine (DISCONTINUED) - A little bit of realism New physics, Temperature, Hydration and more!
    Quote from seanbeag»

    It's plains.


    Not sure how you expect the mod to be able to tell that the water is part of an ocean when the biome is "plains" : P

    Posted in: Minecraft Mods
  • 0

    posted a message on EnviroMine (DISCONTINUED) - A little bit of realism New physics, Temperature, Hydration and more!
    Quote from seanbeag»

    When I use a bottle on an ocean tile I just get a normal bottle of water as opposed to a salty one. Any ideas why this might be? Is it a feature to enable or could it be a conflict with a mod? Could it be the fact that I generated a flat world with only water that's confusing the mod?


    Is the biome "ocean" or "beach"?

    Posted in: Minecraft Mods
  • 0

    posted a message on EnviroMine (DISCONTINUED) - A little bit of realism New physics, Temperature, Hydration and more!

    It seems that the custom configs are not working properly. The buildcraft sub-mods have pipe symbols ( | ) in their names, for example BuildCraft|Transport. But in Windows file names cannot contain pipe symbols, so the properties files for buildcraft appear to substitute it with an underscore.


    However in-game when you add a buildcraft block (or item I assume) it says:

    tile_pipeBlock_name(BuildCraft|Transport:pipeBlock:0) (Block) Saved to BuildCraft|Transport.cfg on Profile DEFAULT

    As you can see there is a pipe symbol there, and the block doesn't appear in the actual file and this error is thrown:


    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.File.createNewFile(File.java:1012)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.load(Configuration.java:812)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.<init>(Configuration.java:109)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.<init>(Configuration.java:127)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.<init>(Configuration.java:133)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:674)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:659)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.AddRemoveCustom.doAddRemove(AddRemoveCustom.java:137)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.EnviroKeybinds.onKeyInput(EnviroKeybinds.java:44)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_460_EnviroKeybinds_onKeyInput_KeyInputEvent.invoke(.dynamic)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1861)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.File.createNewFile(File.java:1012)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.load(Configuration.java:812)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:687)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:659)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.AddRemoveCustom.doAddRemove(AddRemoveCustom.java:137)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.EnviroKeybinds.onKeyInput(EnviroKeybinds.java:44)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_460_EnviroKeybinds_onKeyInput_KeyInputEvent.invoke(.dynamic)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1861)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.WinNTFileSystem.createFileExclusively(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.File.createNewFile(File.java:1012)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.common.config.Configuration.save(Configuration.java:1068)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:725)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.core.EM_ConfigHandler.SaveMyCustom(EM_ConfigHandler.java:659)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.AddRemoveCustom.doAddRemove(AddRemoveCustom.java:137)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at enviromine.handlers.keybinds.EnviroKeybinds.onKeyInput(EnviroKeybinds.java:44)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_460_EnviroKeybinds_onKeyInput_KeyInputEvent.invoke(.dynamic)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1861)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    [14:07:53] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    Something is wrong.


    That's all anyone can say unless you post a crashlog.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    I also happened upon the printer requiring a lever, but putting a lever in it's inventory didn't fulfill the request.


    I made some changes to the blueprint and then found it required two levers, as in, in two separate slots. One of them was fulfilled by a stack of levers in the inventory, while the other remained red. The numeric id's of the levers were the same.


    No idea how to reproduce that (not yet at least). But that happened.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge Multipart] ProjectRed - v4.7.0pre12.95 - 02/08/2016

    There is an issue with IC's where some inputs doesn't actually input their signal until another input is toggled.


    I have an IC with 2 simple inputs, one on the bottom side and one on the left, and two bundled outputs on the top side. (1 white, 1 orange)

    The logic is set up so the bottom signal goes through an AND-gate and then to the white output. The left input goes directly to the orange output as well as to a NOT-gate connected to the AND-gate.


    So, when the bottom input is on the white output will be on. When the left input is on the orange input will be on, and the white input will be forced off if it is on. This works fine in the simulation in the planner.


    What happens however is that turning on the bottom input does nothing. Then turning on the left input turns on the orange output. Turning off the left input turns the orange output off, and the white output now turns on.


    It seems the incoming signal from the bottom is not actually accepted until the left input updates (either by turning on or by turning off).


    Here's a short video where I show what happens, in case the desription is insufficient:
    (If the resolution is low it's still processing. It will get to 1080p eventually)

    Posted in: Minecraft Mods
  • 0

    posted a message on Ships Mod - Build sailable ships out of blocks

    Would it be possible to add engines?


    That is, a block you can put on a ship that provides thrust in exchange for fuel, such as coal.


    It would be more space efficient than sails, but consume resources instead.

    Posted in: Minecraft Mods
  • 0

    posted a message on Davincis Vessels (Previously Archimedes Ships Plus) - Move Your World | 1.12 Released!
    Quote from darkevilmac»

    I can't really guarantee anything with this, but it's a very old bug from my understanding. I'll keep looking into it as I have been for quite some time but I can't guarantee anything.


    I don't know if it qualifies as a bug really. I assume it works fine with water behaving normally such as in vanilla where you form the ship and the surface of the water is repaired by the vanilla water generation. The problem is that I have disabled source blocks generating, which means that the surface doesn't repair itself.


    It's easy to construct the ship above the water the first time, which means when you form it it'll fall down into the water where no source blocks are missing and everything is fine. The problem is when you park the ship and disassemble it since it's probably sunk into the water it will place the blocks at the surface instead of above it. So the next time you form the ship there will be source blocks missing where the ship was.

    Posted in: Minecraft Mods
  • 0

    posted a message on Davincis Vessels (Previously Archimedes Ships Plus) - Move Your World | 1.12 Released!

    No reply to my question about source blocks being destroyed (using finite water)?

    Posted in: Minecraft Mods
  • To post a comment, please .