• 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]

    Hey Azanor, I noticed that Thaumcraft isn't using IItemHandler capabilities for its inventory tiles. This means that most mods don't see them as having inventories, since IInventory has been dropped entirely by Forge and most mods in favour of IItemHandler.

    Posted in: Minecraft Mods
  • 1

    posted a message on Cubic Chunks mod - (almost) infinite world height and depth (updated with CurseForge links)
    Quote from andrenoel»

    info: the max height and depth should be exactly 32767 which is maximum integer value.


    The maximum value of an int in Java is 2,147,483,647. You are thinking of the maximum value of a short.

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from NoodleOnWin10»

    Will you make a download for MCPE? I want to play with that mod too!


    No, for three reasons:
    1. MCPE is barely moddable. Neither BlockLauncher nor behaviour packs offer the kind of API BB needs.
    2. Even if BB could exist on MCPE, the MCPE codebase is separate from the Java Edition codebase, liekly requiring a complete rewrite of BB.
    3. BB is in maintenance mode. I'm not adding new features or porting, just fixing bugs.
    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn

    I have an announcement. I'm going to put BB in maintenance mode, all versions will only be receiving bug fixes from now on. There are two reasons for this. Firstly, einsteinsci seems to have some ideas for reworking the mod, so I'd rather not develop new features when the mod's going to be reworked. Secondly, I just don't feel like it. I develop BB as a hobby in my free time, and I no longer want to invest my time into new features for BB.

    Posted in: WIP Mods
  • 3

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    Quote from Azanor»

    In regards to the MC versions. I am still developing TC 6 for MC 1.10.2. When it is ever done I will start working on updating it to whatever the latest/greatest version of MC is at that point. Yay. That should be fun.





    On that note, are you using the registry events? GameRegistry.register() is not present in 1.12+ in favour of the using the registry events. If you're not too far into TC6 dev, it might be worth switching to them now rather than later when there'll be much more to change.

    Posted in: Minecraft Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn

    There's a minor bugfix update for 1.7.10.

    Changelog

    • MT removeOutput() functions are no longer stack size sensitive, to conform to MT standards.
    • Fixed oredict issues with ACT catalysts.

    Download

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from rckymtnrfc»

    I'm trying to recreate some of the first night challenges from this mod in 1.12. I'm preventing players from punching wood and they have to make some flint tools to progress.


    I'm wondering if you would mind if I used a couple of your textures? Specifically, the flint knife and leather strips. I'm not using them in a mod, just a re-texturing other items via a resource loading mod (so I don't have to include a texture pack). Right now it's just for my personal use but if this ever became a publicly available modpack, I wanted to make sure I had your permission to use your textures.


    Thank you for your consideration.


    The project as a whole is under the GPL v3 license, so you can use the textures as long as you follow the terms of that license. It would be polite to ask the artist of those specific textures, unfortunately I have no idea who did that, BB has never had a texture artist. Legally, it's fine to use the textures as long as you abide by the previously mentioned license.
    Posted in: WIP Mods
  • 0

    posted a message on Catwalks 3
    Quote from Snipe13051»



    Can i use 1.12 even for 1.10.2?


    No, mods don't work like that. It's very rare for the same mod .jar to work on multiple different versions.
    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn

    New release out, 0.9.8 R7c. It's been a while so there's a largish changelog. Mostly bugfixes, but other things are coming once I've finished some of my other projects.

    Changelog:

    • The campfire is no longer referred to as Smelter in minetweaker logs.
    • Fixed campfire recipes remaining in JEI when removed through MineTweaker.
    • Fixed untextured potion in beacon recipe.
    • Made all removeOutput() functions stack-size insensitive, to conform to vanilla Minetweaker standards.
    • Fixed alsoAxes and alsoPicaxes configs not working.
    • Invalid JSON recipes no longer caused an NPE. Instead BB logs as many descriptive errors as it can, then asks FML to safely shut down the JVM.
    • The Minecart with Kiln will no longer replace the Minecart with Furnace if the furnace module is disabled. Existing Minecart with Kiln entities will remain.
    • Fixed achievement chat hover.
    • Added Simplified Chinese Translation thanks to YiChenCraft.

    Download

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from Wulfie03»

    Awesome thank you. That is great news to hear! I have no idea how I would've even changed the recipes or gotten rid of them as they are in other devices like furances and I would have had to have dug through and pulled my hair our trying to figure those out! :D


    Again thank you!


    BetterBeginnings provides two ways to modify recipes. There are JSON recipes(Separate thing to the 1.12/1.13 json recipes) which are part of BB itself, and the mod also supports MineTweaker.


    Also is there anyway to prevent breaking any blocks with hand and require a tool...my nephew broke wooden steps by hand and was like ..."that's not right" to which I said go right ahead and you fix it in the mod b/c there is nothing I can do w/ that! lol

    Also modded stone blocks can be broken by hand...I have no idea if you are able to make that change as well....I know I am on 1.7.10 but for future updates?

    Create an issue listing the blocks you think should have harvest tools, I'll forward the issue to the appropriate authors for the modded blocks(For the latest supported version though) and fix the vanilla blocks in BB.

    Again thank you and awesome job! I really appreciate all your hard work! My nephew wants me to update my mod to include something and I'm just like....eehhh maybe :D

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from Wulfie03»

    Using 1.7.10 I just noticed with the modded Iron Nuggest from Thaumcraft and Tinkers Construct, the Iron nuggets are not being used up when you use them in a crafting recipe in the advanced crafting table....


    I realize it's on 1.7.10 and I realize that it probably won't be fixed and I will have to figure out how to remove those nuggets from being crafted through Craft tweaker. But I am just letting you know encase this is a problem in later versions.


    Awesome mod, keep up the awesome work!



    1.7.10 BB is not completely unsupported. It is in bugfix only mode. Since this is a bug, open an issue on the github repo and I'll make sure it gets fixed.

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from Kompy_87»

    Ran into a bit of an issue with the 1.7.10 version, sir leviathan. It looks like reuse and other transformers haven't been fully added yet to the minetweaker integration. In particular, I'm trying to remove all Pam's Harvestcraft recipes for foods that are normally multi-ingredient shapeless/shaped using cookware, and add them back as BB oven recipes. For example, the grilled cheese item by default is just a 3x3 recipe using a skillet, cheese, bread and butter.


    But since it doesn't make sense to make a "cooked" item in a crafting table, and since the BB oven is a 3x3 grid, I want to convert them over to the oven.


    Problem is that if I try to transform the cookware, such as skillet.reuse() I get thrown an error, and from the wiki, it looks like transformers haven't been fully added yet.


    Could I kindly request to have to part of the Mt support added in? Thanks



    I have yet to figure out a way to do this. That part of the MT API was not built in a way that makes it easy to integrate it without a hard dependency. In this case you do not need transforms however. All PHC cookware items are container items, and all BB crafting methods will not consume container items.

    Posted in: WIP Mods
  • 0

    posted a message on BetterBeginnings Mod Reborn
    Quote from Kompy_87»

    Hey Leviathan, currently (still lol) working on Tradewinds, and I noticed that spiders are making cobwebs. They just leave them on the ground as they walk around. It's making a huge mess of things, and have searched deep and wide through not only my configs, but the jars themselves to see if I can find out which mod is doing it to no avail.


    In an effort to eliminate mods one by one, I must ask. Does BB modify the behavior of spiders as to have them poop out webs everywhere? If so, can this be disabled? If it's not BB, then that's fine. I just need to know which mods are for sure not doing it starting with the ones I can ask directly.


    Nope. BB doesn't do anything of the sort.
    Posted in: WIP Mods
  • 1

    posted a message on BetterBeginnings Mod Reborn
    Quote from Dune_Jumper»

    Can we please get a config to disable knife throwing?


    Why?
    Posted in: WIP Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]

    Waaait, really? Using UUID means no LAN TC? Not cool.


    Quote from MokahTGS»

    Yeah, I want to know this too...Is TC6 not going to be LAN compatible?

    An offline server is not a LAN server. Offline means that the server does not authenticate accounts with the Mojang auth server. You can put a dedicated server into offline mode in server.properties, but I'm not sure if LAN servers can be put into offline mode.
    Posted in: Minecraft Mods
  • To post a comment, please .