• 1

    posted a message on being watched in game?

    There is From the Fog (modrinth) datapack/resourcepack (also comes with both shipped as a Forge/Fabric mod) that introduces the mechanics of Herobrine (shows not only him but also other similar urban legends like Lick and Entity 404).


    If you want, check out this amazing gameplay series of the mod by The Librarian.

    Posted in: Requests / Ideas For Mods
  • 1

    posted a message on [1.7.10+] Advanced Capes mod

    If you want to see other player's capes or want others to see your cape then yes.
    It should also be compatible with OfflineSkins, since that does not interfere with the server.



    Thanks for the info!

    Edit: Well, i tried to use your mod, but when i pressed the key to open the cape gui i ran with this crash. According with VanillaFix the it was AdvancedCapes fault. Log: https://paste.dimdev.org/jepitoceha.txt

    Posted in: Minecraft Mods
  • 1

    posted a message on Dragon Mounts r46 [WIP]

    But most of people (like me) want just a STRAIGHT PORT for 1.12+, not another version which add unwanted complexity into the idea.

    Posted in: WIP Mods
  • 1

    posted a message on In-Game NBTEdit! Edit Mob Spawners & Attributes in game! FINALLY UPDATED!

    jay already compiled for 1.11?

    Posted in: Minecraft Mods
  • 1

    posted a message on ChickenBones Mods

    Why 'surprising'? Isn't a secret most 1.9.4 mods run in 1.10.2. I personally learned this directly from LexManos.

    Posted in: Minecraft Mods
  • 1

    posted a message on Somnia - Simulating the world while you sleep!

    My opinion? Give up to 1.7.10 and focus to update to latest forge version (currently 1.9.4) or at least 1.8.8/9.

    1.7.x is already unsupported by some modders, Mojang and Forge devs (LexManos will kill anyone makes a ticket on Github about a 1.7 version).

    Yes, several (large) mods arent going to 1.8+ due to Minecraft's internal big changes, but i thing staying in the past if there are a remotely chance to update is nonsense.

    I myself need to give up to KCauldron/Thermos/MCPC due to extreme old age (1.7.x) and move to newer versions, because of support and because some new features of 1.8+ are very good (even Command Blocks, while i like to play in survival).

    Posted in: Minecraft Mods
  • 2

    posted a message on Anyone know a good chunkloader for 1.8.9, if applicable?

    Well, before whining began, i will properly respond the topic:


    A very simple chunk loader that will load a 3x3 chunk radius when placed.

    And it requires RebornCore:

    Posted in: Mods Discussion
  • 1

    posted a message on [1.15.2] Ruins (Structure Spawning System)
    Quote from mystwolf17»

    I just downloaded the newest java client for 64 bit, the newest forge 1.9-12.16.0.1837-1.9 and only have the mods folder unzipped into my \mods folder and it crashes with the following. I tried upping the amount of ram the JVM can use to 8gig with no change.


    FYI, reverted to another version of forge 1811 and it all loads, so newer forge versions appear to be the issue.



    --- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 4/4/16 3:46 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getObject(Lnet/minecraft/util/ResourceLocation;)Ljava/lang/Object;
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:172)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:307)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getObject(Lnet/minecraft/util/ResourceLocation;)Ljava/lang/Object;
    at atomicstryker.ruins.common.CustomRotationMapping.tryFindingBlockOfName(CustomRotationMapping.java:168)
    at atomicstryker.ruins.common.CustomRotationMapping.loadCustomMappings(CustomRotationMapping.java:102)
    at atomicstryker.ruins.common.CustomRotationMapping.(CustomRotationMapping.java:49)
    at atomicstryker.ruins.common.RuinsMod.load(RuinsMod.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:128)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
    ... 10 more

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

    -- System Details --
    Details:
    Minecraft Version: 1.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 137654032 bytes (131 MB) / 412549120 bytes (393 MB) up to 8576565248 bytes (8179 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.23 Powered by Forge 12.16.0.1837 5 mods loaded, 5 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1837-1.9.jar)
    UCHI Forge{12.16.0.1837} [Minecraft Forge] (forge-1.9-12.16.0.1837-1.9.jar)
    UCHE AS_Ruins{15.8} [Ruins Spawning System] (Ruins-1.9.jar)
    UCHI AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.9.jar)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 660/PCIe/SSE2'


    Reproduced here. Maybe the cause can be nailed down reading the Forge's changelog. I bet could be this:



    Build 1.9-12.16.0.1819-1.9:
    cpw: Fix remapped blocks being overriden with dummy air blocks. Closes #2491
    cpw:
    Squashed commit of the following:

    commit b3b290aec9d3010a134859da6001ea28a96c2fdc
    Merge: c6ce6a0 d803f7d
    Author: cpw <[email protected]>
    Date: Fri Mar 25 13:28:04 2016 -0400

    Merge branch 'RegistryRework' of https://github.com/LexManos/MinecraftForge into LexManos-RegistryRework

    Implement proper registry slaves. Should help with rollback related issues.

    Missing patch

    commit d803f7db76f65db9d27302c9804a643bc853dc22
    Author: LexManos <[email protected]>
    Date: Tue Mar 22 03:36:14 2016 -0700

    Update VillagerRegistry and use it. Should in theory make custom villagers work now. Using string version instead of int id for networking.

    commit eb5e5b4b42fdca26d2a104e4dc1e6a3ea3051a7b
    Author: LexManos <[email protected]>
    Date: Tue Mar 22 02:14:16 2016 -0700

    More cleanup.

    commit edbc56b2ff314629d0e402709f3cf29fc79c4a3d
    Author: LexManos <[email protected]>
    Date: Tue Mar 22 02:05:23 2016 -0700

    More cleanups, removed deprecated UniqueIdentifier {ResourceLocation now}

    commit e2df8d1be3c97601508f83dc97b0e8853fa1e271
    Author: LexManos <[email protected]>
    Date: Tue Mar 22 01:29:19 2016 -0700

    Stupid generics....

    commit 46d57dc4677fa5ff3923e64eaccfb33d7e5aad8d
    Author: LexManos <[email protected]>
    Date: Tue Mar 22 01:00:25 2016 -0700

    Some registry tweaking to provde a non-complicated API modders can use.
    cpw: Reconcile Block.patch

    Posted in: Minecraft Mods
  • 1

    posted a message on CubeX2's Mods - All mods available for 1.8.9
    Quote from Leonixmar
    Before 1.7 it was ID 0 alias air. For empty slot in 1.7 you can use "minecraft:air" or just empty quotes. ;)

    THANK YOU SO MUCH! I will test this, if worked i will edit this post OR create a new if someone replies! Thanks again!
    Posted in: Minecraft Mods
  • 1

    posted a message on Web Displays - Browse On the Internet in Minecraft!
    Quote from ForNoobia

    When you make the next version, will it be for 1.6 still? because i have a modded survival in 1.6.4 and would love to add this to my game once it's 64 bit


    Quote from KoningElectro

    Can you make it for Linux please???!!!


    About this, blame the creator of Awesomium API and the fact this is a closed-source (and PAID) library

    Quote from Pups710

    .....Why is there an exe why not just a zip....?


    Due to huge bunch of files required for this mod work. Awesomium, some random MSWindows dlls and another stuff. Again, you can blame Awesomium for this.

    --

    Maybe in next updates the author could switch to Chromium Embedded Framework (CEF) http://code.google.com/p/chromiumembedded/
    BSD-licensed open source, cross-plataform... not bad
    Posted in: Minecraft Mods
  • To post a comment, please .