Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. McJty

    Recent Events Discussion (RED) Thread

    Is this fix now actually in 10.13.2.1272 of forge or how can I get this fix in my custom modpack?
  2. McJty

    Poll: RFTools Dimension Builder Penalties

    Actually I have a possible explanation for this problem. Did you perhaps delete dimlets.cfg on the server and not on the client (or the other way around)? In that case it is possible that the id for some of the dimlets doesn't match. So the client shows you the right outcome but when the server...
  3. McJty

    What's new in modded minecraft today?

    I'll get it right eventually :-) I put in both links now.
  4. McJty

    What's new in modded minecraft today?

    Ok I fixed it.
  5. McJty

    Poll: RFTools Dimension Builder Penalties

    Ok, I decided to go ahead and release 2.00. Bugs can still be fixed in future releases: http://www.mediafire.com/download/8suc7eju71a3aas/rftools-2.00.jar 2.00: Warning! If you upgrade from an older version of RFTools: First: it is recommended that you delete rftools/main.cfg because many...
  6. McJty

    What's new in modded minecraft today?

    Ok, here it finally is. The 2.00 release of RFTools with the new Dimension Builder. I'm not claiming this system to be bug-free but I'm confident it works fairly well in any case and bugs can always be fixed in future releases. This is also not the end of the road. There are many more plans for...
  7. McJty

    What's new in modded minecraft today?

    Where has the form gone to submit an update?
  8. McJty

    Poll: RFTools Dimension Builder Penalties

    I cannot reproduce this. If I craft void and flat terrain dimlets they just come out as void and flat terrain. Weird... How did you craft them? What kind of crafting system did you use? The Tick Cost is the amount of ticks (time) that is needed to build a dimension. The tick cost of all...
  9. McJty

    Poll: RFTools Dimension Builder Penalties

    I just finished the in-game manual (the dimension builder has its own book because the first one was already getting a bit full). I'm doing some final tests and tomorrow (if all goes right and nobody reports any major new bugs) I'll release the 2.0 release. So in about 10 hours from now hopefully.
  10. McJty

    EnderIO wires over Thermal Expansion

    Actually I don't think that's true. As far as I have heared it is the TE conduits that are more laggy (in 1.6.4 that is) then the EnderIO conduits. That's also my experience if I look at opis results.
  11. McJty

    Poll: RFTools Dimension Builder Penalties

    BTW, if people can proofread the dimension builder manual (at the end of this page: https://github.com/McJty/RFTools/wiki/RFTools-Blocks) then I would also appreciate it. I plan to put most of this wiki in the in-game dimension builder manual (a new book).
  12. McJty

    Poll: RFTools Dimension Builder Penalties

    2.00beta5 should have been the last beta. But I feel I have done a number of rather fundamental changes so another beta is released now: http://www.mediafire.com/download/163idtj13cbdyj0/rftools-2.00beta6.jar Changelog between 2.00beta5 and 2.00beta6: Implemented a 10% extra cost after...
  13. McJty

    Poll: RFTools Dimension Builder Penalties

    I'm busy fixing several things and working on some of the suggestions here. I'm also implementing a 'cost factor' which is applied after generating the dimension and which will be based on the cost of all randomly selected features. This is configurable. If you don't want this extra cost (the...
  14. McJty

    Poll: RFTools Dimension Builder Penalties

    Yes that's correct. I'm using: addOreSpawn(block, information.getBaseBlockForTerrain(), world, random, chunkX * 16, chunkZ * 16, 7, 10, 12, 2, 60); which means 12 veins from 7 to 10 size between height 2 and 60. Yes I will add something like this but in a future release...
  15. McJty

    Poll: RFTools Dimension Builder Penalties

    Yes, I also noticed this. Seems that sometimes it still picks wrong spot. Yes, I may add a scaling option there. As it works now I made liquids very common and made some exceptions for rare liquids. I think I should do this the other way around. Make liquids rarer in general and make water...
  16. McJty

    Poll: RFTools Dimension Builder Penalties

    I'm indeed caching dimensions in memory but I have code to clean it up after closing. I guess this is somehow going wrong. I will have to check what is happening here. Thanks for testing this. I also noticed this.
  17. McJty

    Poll: RFTools Dimension Builder Penalties

    A blacklist is already implemented.
  18. McJty

    Poll: RFTools Dimension Builder Penalties

    I'm working on the RFTools wiki right now adding documentation about the new dimension builder. It isn't finished yet but you can see my work so far: https://github.com/McJty/RFTools/wiki/RFTools-Blocks Scroll to the bottom for the dimension builder section. Let me know if you find mistakes or...
  19. McJty

    Poll: RFTools Dimension Builder Penalties

    This is actually already done. There are dimensional shards in RFTools dimensions. I'm busy updating the wiki right now which will contain a lot of information about all of this.