Search results

  1. M

    What's new in modded minecraft today?

    Tried my best to make it as clear as possible, but it seems I'm not too great at English :) thanks for the feedback.
  2. M

    What's new in modded minecraft today?

    "As for information that helps mod devs the crash logs that players post are enough for any debugging purposes. No dev should need more. " Actually, the logs that users post normally have FAR FAR more potentially sensitive information than we collect. We collect as little as we can while trying...
  3. M

    Unsupported Direwolf 20: 1.6.4 {PUBLIC BETA}

    Try this: p = peripheral.wrap("left") p.listMethods() Let us know what the output is.
  4. M

    Giving Credit where Credit is Long Overdue

    Thank you. Appreciated. As I said on reddit, I've been considering it lately. Part of me wanted to get back into it and I'd been playing with some ideas over the past few days, however, the community reaction made it clear to me that I'd be happier without. There are some very kind people in...
  5. M

    Horizons 1.0.9 and Monster 1.0.3

    Hi, Please be careful about saying things that are quite frankly untrue. I've never been aware of a world corrupting bug because there isn't one. Forge Multipart - an API that OpenBlocks doesn't even touch - had a bug that caused world corruption. This was nothing to do with OpenBlocks. That's...
  6. M

    Mod Release: OpenPeripheral

    Yup! Turtle isn't required. You do it from a computer instead if you like. A wrapped inventory can push/pull to any inventory next to it. There's also a narcissistic turtle that can perform the inventory methods on himself, so you can push/pull from the turtle.
  7. M

    Mod Release: OpenPeripheral

    The target chest needs to be next to the wrapped chest. For example: [Chest] [Chest] [Computer] p = peripheral.wrap("back"); p.pushItem("east", 1, 1);
  8. M

    Mod Release: OpenPeripheral

    As of the next openperipheral release, all methods for all blocks, including full descriptions of each function, its parameters and its return values will be ingame, and fully up-to-date at all times. Regarding the problems you're having, the "direction" parameter needs to be "north", "south"...
  9. M

    OpenBlocks 1.2.2

    Stone bricks should paint fine. Are they just standard stone bricks? Not something another mod is adding?
  10. M

    OpenBlocks 1.2.2

  11. M

    OpenBlocks 1.2.2

    Maybe! But don't tell anyone! ;)
  12. M

    OpenBlocks 1.2.2

    Not at all!
  13. M

    OpenBlocks 1.2.2

    OpenBlocks 1.2.2 for Minecraft 1.6.x is now released. OpenBlocks includes tanks, elevators, sleeping bags, hang gliders, graves, liquid xp, automatic anvils, automatic enchantment tables, bear traps, paintable blocks, flags, fans, building guide, block breaker, block placer, targets, trophies...
  14. M

    OpenBlocks 1.0.0 released!

    Part 1 of an OpenBlocks spotlight
  15. M

    More news about FTB's Future. (Important announcement)

    As a mod developer, I am happy with this change. Making FTB more of a business is something that benefits everyone. People put a lot of hard work into making entertainment for everyone, and if benefits can be taken from that without it doing any damage, then it's a 100% positive thing. The...
  16. M

    OpenBlocks 1.0.0 released!

    Thanks for the feedback Poppycocks. I'll share it with the rest of the team. ----------------------------------------------------------- Some exciting new developments for OpenBlocks at the moment. We're currently on version 1.0.3, which can be downloaded from here...
  17. M

    Openblocks Tanks cause rendering severe lag.

    I'll look at optimising these in future.