Search results

  1. U

    looking for help designing structures

    I have a set of "Courts" (dungeon style structures) that I am working on. Basic facts about all of these structures No blocks can be broken or placed within the bounds of the Court Only one player will be allowed into the Court at a time Each Court will have 1 Obelisk (signified by 2 glass...
  2. U

    Coding group

    I'm not really looking for a group to work on a single mod together it's more that I work better when I have someone to talk to that understands to some degree what I'm doing. What I would like to do is get some form of chat set up that people can join and "talk shop" whenever they are in the...
  3. U

    Colorful mods?

    Does anyone know of any color or light based mods other than CC by reika? I am working on a mod to emulated the colored-light based magic from the Light Bringer book series and I think it would be really cool to have a pack themed around Light and color.
  4. U

    Thoughts on external gui windows

    I've been dreading creating the gui's for my mod because of what I need them to accomplish. Window1: used for creating/editing items items consist of parts (edge, tip, grip, plate, etc) there is no maximum number of parts(most items likely will fit inside a 16x16x16 cube though) parts can be...
  5. U

    Discussion on Mod design/progression management

    I am working on a mod and am trying to decide how things should work. So I want to discuss the merits and faults of these styles. Topics: Magic Blocks(MFR style, things just happen) Non-Magic Blocks(progressive engineering water wheel) Multi-Block Pre-Defined(static set of items/blocks/ etc)...
  6. U

    items available in smp but not on server

    Title: items available in smp but not on server Launcher Version: Modpack: Infinity Evolved Modpack Version: 2.4.1 Log Link: Details of the issue: I am the admin of this server and we are trying to updating it to 2.4.1. I downloaded the world and did the update in smp and everything was...
  7. U

    Which Minecraft version and which mod first?

    I've got a couple mod ideas that I want to start working on both of them will take a large time and effort investment to finish and I would like them to have the best chance of getting played, so which version of minecraft should I make them for. One of them is a form of transportation, but I...
  8. U

    Open 2.2.2: Thaum Energistics updating to 2.4.1

    Version: 2.2.2 What is the bug: Created a world in 2.2.2 on a remote hosted server, made use of import export buses, both providers and storage drives Downloaded world updated to 2.4.1 in smp research is there and and items are still in world and nei. uploaded the updated world all thaumic...
  9. U

    [Infinity Evolved] Strata-Spire Evolved

    This thread will be a tour/showcase of what my friends and I have put together in Infinity Evolved. We used RFTools builder and space chamber to build up the structure. Each section contains two floors that are 5 blocks tall. Each floor also has a two block tall maintenance floor for cabling...
  10. U

    Confusion with Logistics pipes autocrafting

    I am trying to use them to autocraft epic bacon using botania's flowers. I am running into a confusing problem with using the mortar and pestle though. This wasn't creating anything so I made a request pipe. When I request epic bacon it says that I am missing 7 mortar and pestle's. any idea...
  11. U

    How to create an Api

    I have a fairly simple mod that already has a semi dynamic way of registering and dealing with items and their effects based on an Enum. I know that one sign of a good api is if it is used internally but I am not sure how to go about opening it up/releasing it. Can someone either explain how I...
  12. U

    [solved]registerBlock(Block,Block.class,String) not recognized

    Edit:******************************************* The SharpeningBlock class extends Block, The ItemSharpeningBlock is supposed to extend ItemBlock still a little confused about how to use metaData for onBlockActivated, but I can probably figure that out...
  13. U

    I need some help with gradlew build

    I wrote most of the code for a mod and ran gradlew build. It worked exactly as expected and I was able to use the .jar I altered some functionality of items and added textures, it all works when run from inside eclipse. I run gradlew build again for the new version and it still creates the .jar...
  14. U

    Mod Dev Listing

    Similar to some other posts I have seen it might be beneficial for the community to have a single place to look for this kind of thing. This thread is for Mod Dev's(coders) that are looking for projects, and for people with ideas who want to contact those devs. I will keep this thread as...
  15. U

    Problem Custom modpack- auto disconnecting from dedicated server

    This is a custom modpack It runs in SP and other players can connect via lan. The server specific version has minecraft 1.7.10 server jar and the latest forge server jar for 1.7.10, and it starts up just fine. When I try to connect to the server: I can see the world for just a fraction of a...
  16. U

    Hello fellow forum go'ers

    I mostly only play on private server with a few friends but I often share idea's and challenges across multiple boards, if you visit other minecraft boards you have likely seen me comment on one of them. I am currently working on a mod for 1.7.10 based on the magic used in the Light Bringer...