• 0

    posted a message on Xaero's World Map 1.21.4 (+ 1.20.x | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.12.2 and more)

    Perhaps you should update your Curseforge? Then you wouldn't have this problem.

    Posted in: Minecraft Mods
  • 0

    posted a message on Xaero's World Map 1.21.4 (+ 1.20.x | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.12.2 and more)

    https://pastebin.com/vWCJSh3E

    The World map V1.1 and FP 1.13.1 don't work together.

    Posted in: Minecraft Mods
  • 0

    posted a message on Xaero's World Map 1.21.4 (+ 1.20.x | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.12.2 and more)
    Quote from xaero96»

    Updating takes longer than it might seem XD
    Especially if I decided to release all 25 files at once.
    EDIT: Fair-play should be out now.


    I don't see an updated Fair-Play on the website or on CurseForge.

    Edit: Just got the update off the site!

    Posted in: Minecraft Mods
  • 0

    posted a message on Xaero's World Map 1.21.4 (+ 1.20.x | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.12.2 and more)
    Quote from xaero96»

    Fair-play should come out soon. I had no time today, sorry.

    It's totally fine. Just unexpected. :D
    Posted in: Minecraft Mods
  • 0

    posted a message on Xaero's World Map 1.21.4 (+ 1.20.x | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.12.2 and more)
    Quote from xaero96»

    The minimap version you have is not compatible with b1.9.


    Well then fair play doesn't work with the world map. There is no new versions for it listed. Are you not supporting the world map on fair play anymore as it worked for the last version?
    Posted in: Minecraft Mods
  • 0

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

    Please mark the mod as client side only. This is part of forge and will stop the mod from loading on servers where it would crash it.

    Posted in: Minecraft Mods
  • 0

    posted a message on Unique Artifacts - Powerful, Randomly Generated Items - 1.1.3 Bug Fixin's
    Still happens on 1205.

    I couldn't go back any further as the item is on a server with a pack and something requires 1205 minimum. I can test it further tomorrow after I get some sleep.
    Posted in: Minecraft Mods
  • 0

    posted a message on Unique Artifacts - Powerful, Randomly Generated Items - 1.1.3 Bug Fixin's
    Right clicking with http://i.imgur.com/hXZ5uZH.png kicks you from the server with http://pastebin.com/0v5GZqbz

    Artifacts 1.0.5

    Forge 1208
    Posted in: Minecraft Mods
  • 0

    posted a message on Sound Filters - A Client-Side Mod (adds reverb to caves, and a few other things)
    Ah stupid me forgot the version i was using -.- Sorry (And i thought i had everything down..)

    The crash was on MC 1.7.10 with mod version 0.4

    I went back to check the files on curseforge and i do see them now.... (Starting to really dislike Cureforges setup...)

    Again sorry about forgetting that info I will update ASAP.



    About the ideas though. I see how the light level works. Thats a good idea! Never thought of that...

    About the list though. Occlusion has a list for only enabling blocks to block the sound. It would be nice to have a few options like with reverb where the blocks can be set to how much sound they remove. So this way you can have blocks that remove some, most or all sound. That way you don't need a 3+ block wall to make a silent part of a building. This is where the float idea came from thus you could have a multitude of blocks that all have different qualities to them. Like stone could have a reverb of 0.5 and occlusion of 0.2. Though you are more than likely right about it "costing" more to check these things... Perhaps have a boolean for the simple system that you have now and flipping it to true enables the crazy tweaked settings? That way everyone can still enjoy the mod down to the detail they can afford without loss of game quality.
    Posted in: Minecraft Mods
  • 0

    posted a message on Sound Filters - A Client-Side Mod (adds reverb to caves, and a few other things)
    I have a crash from when a record stops playing. Seems to crash with any record vanila or modded testid with C418- cat and Hardcore Ender Expansions music.


    java.lang.NullPointerException

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.updateFilters(ModifiedLWJGLOpenALSource.java:77) ~[ModifiedLWJGLOpenALSource.class:?]

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.stopped(ModifiedLWJGLOpenALSource.java:58) ~[ModifiedLWJGLOpenALSource.class:?]

    at paulscode.sound.Source.playing(Source.java:1210) ~[Source.class:?]

    at com.tmtravlr.soundfilters.SoundTickHandler.tickStart(SoundTickHandler.java:109) ~[SoundTickHandler.class:?]

    at cpw.mods.fml.common.eventhandler.ASMEventHandler_118_SoundTickHandler_tickStart_ClientTickEvent.invoke(.dynamic) ~[?:?]

    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:52) ~[ASMEventHandler.class:?]

    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]

    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330) ~[FMLCommonHandler.class:?]

    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2053) ~[bao.class:?]

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) ~[bao.class:?]

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]

    at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]

    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]

    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]

    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]

    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]

    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]

    at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]

    at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]

    [15:33:48] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----

    // But it works on my machine.



    Time: 9/8/14 3:33 PM

    Description: Unexpected error



    java.lang.NullPointerException: Unexpected error

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.updateFilters(ModifiedLWJGLOpenALSource.java:77)

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.stopped(ModifiedLWJGLOpenALSource.java:58)

    at paulscode.sound.Source.playing(Source.java:1210)

    at com.tmtravlr.soundfilters.SoundTickHandler.tickStart(SoundTickHandler.java:109)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler_118_SoundTickHandler_tickStart_ClientTickEvent.invoke(.dynamic)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:52)

    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)

    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2053)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

    at net.minecraft.client.main.Main.main(SourceFile:148)

    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:135)

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)

    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)

    at org.multimc.EntryPoint.listen(EntryPoint.java:165)

    at org.multimc.EntryPoint.main(EntryPoint.java:54)





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

    ---------------------------------------------------------------------------------------



    -- Head --

    Stacktrace:

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.updateFilters(ModifiedLWJGLOpenALSource.java:77)

    at com.tmtravlr.soundfilters.ModifiedLWJGLOpenALSource.stopped(ModifiedLWJGLOpenALSource.java:58)

    at paulscode.sound.Source.playing(Source.java:1210)

    at com.tmtravlr.soundfilters.SoundTickHandler.tickStart(SoundTickHandler.java:109)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler_118_SoundTickHandler_tickStart_ClientTickEvent.invoke(.dynamic)

    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:52)

    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

    at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)





    Also now that we are in the days of 1.7 it would be nice if you could change your system for adding new blocks to names. IE: minecraft:dirt or minecraft:cobble ETC.

    Along with that i have a few suggestions. I think you should add the same system to occlusion that is in reverb and add another list for Lowpass. If at all possible could you also make it when passing a corner the sound gradually gets louder? Currently it seems as if you walk from a soundproof room into a loudspeaker in your face.

    If you really want to try something (if at all possible) you should look into allowing people to edit how much a block effects sounds with a float. 1.0 being the most and 0 being the least (Think percentages). It could make for some really interesting setups and allow for different effects with walls and such. IE: "Thin" blocks could pass more sound than "Thick" walls. The same goes with the others. More occlusion on some blocks and less on others.



    Sorry if any of the ideas have been posted before i haven't gone through all the pages. Thanks for making an awesome mod! :3
    Posted in: Minecraft Mods
  • 0

    posted a message on MalisisDoors 1.12.2-7.3.0 / 1.11.2-6.1.3 (01/02/2018)
    Quote from Tomas1909»
    Help! I changed my forge version a lot of times but when I press Play it automatically goes to the launcher with this on screen:

    [21:12:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [21:12:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [21:12:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [21:12:55] [main/INFO] [FML]: Forge Mod Loader version 7.10.25.1208 for Minecraft 1.7.10 loading
    [21:12:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.9.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    java.lang.UnsupportedClassVersionError: net/malisis/core/asm/MalisisCorePlugin : Unsupported major.minor version 51.0
    ......... (Clipped for length as its garbage.)


    BTW Im using Mac and I already updated Java to Java 7

    It clearly says that you are using Java 6.
    [21:12:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.9.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

    Also next time you post a crash/error use a text host (pastebin, pastee ETC) or use the spoilers function in the forum like this.


    Put your spoiler here.

    Posted in: Minecraft Mods
  • 0

    posted a message on Enhanced Biomes 2.5 - Nearly 100 new biomes (20/10/14)
    Can you give an example recipe that doesn't work?

    Can't really help unless we know what's going on.
    Posted in: Minecraft Mods
  • 0

    posted a message on Enhanced Biomes 2.5 - Nearly 100 new biomes (20/10/14)
    Hey do you mind adding your dirt to the ore dictionary as regular dirt isn't always the easiest to find and some recipes require dirt.

    Thats all, Thanks in advance.
    Posted in: Minecraft Mods
  • 0

    posted a message on Enhanced Biomes 2.5 - Nearly 100 new biomes (20/10/14)
    Found another small issue.

    If you till any of your dirts to farmland the dig them they drop Alfisol not the original dirt they were.
    Posted in: Minecraft Mods
  • To post a comment, please .