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

    Lost inventory Help!

    Actually level.dat *does* contain the inventory of the player and has not much to do with levels. It is probably one of the worst named files in Minecraft :-)
  2. McJty

    RFTools - Support and Suggestions

    Two upcoming new features: A 'Dial Once' button. This is handy in case you are in a public place and want to dial to your private receiver. If you would do this in the current version of RFTools you would have no choice but to leave the connection open and people would be able to go through...
  3. McJty

    RFTools - Support and Suggestions

    You can specify 'Feature None' dimlet to avoid that kind of random surprises. That's why the 'None' or 'Default' dimlets exist. They eliminate randomness
  4. McJty

    RFTools - Support and Suggestions

    Basically everything you don't specify will be random. If you don't specify a terrain it will be random. If you only specify one biome for a checkerboard controller you will get one random biome. If you don't specify any material/liquid modifiers for a terrain or feature it will be randomized...
  5. McJty

    What's new in modded minecraft today?

    Version 2.77 of RFTools has been released with a few fixes: Curse: http://www.curse.com/mc-mods/minecraft/224641-rftools#t1:other-downloads Mediafire: http://www.mediafire.com/download/aj87a25j2hpqr6j/rftools-2.77.jar Have fun!
  6. McJty

    RFTools - Support and Suggestions

    The RF/tick the enscriber tells you is based on the dimlets you insert. However, if you have random features (because you didn't eliminate all randomness in the dimlets you provided) there can be additional costs. Random features only cost 10% of the actual cost so you can get lucky there...
  7. McJty

    RFTools - Support and Suggestions

    Always nice to see how I no longer have to answer all RFTools questions on my own :-)
  8. McJty

    Poll: RFTools Dimension Builder Penalties

    Guys, the problem is solved. 2.76 has an (optional for now) way to disable all entities. In 2.80/3.00 it will be made default.
  9. McJty

    Poll: RFTools Dimension Builder Penalties

    Well in the next version of RFTools at least the pump should no longer work. In 2.76 that is disabled by default but in the changelog I explain how to enable it. So that exploit should be gone now.
  10. McJty

    What's new in modded minecraft today?

    Well that might not be good as the idea is that you are capable of restoring your dimension and getting access back. That might sometimes require breaking and placing blocks depending on the reason for the power meltdown (like a creeper explosion or such) Edit: sorry. This is off-topic. Didn't...
  11. McJty

    What's new in modded minecraft today?

    New release of RFTools (2.76). If all goes well this is the last release before 2.80 (or 3.00 depending on how much new stuff I can make). Curse: http://www.curse.com/mc-mods/minecraft/224641-rftools#t1:other-downloads Mediafire...
  12. McJty

    [1.7.10] Pathfinder [Peaceful][HQM][Tech][Adventure][Listed]

    Temporal ore? What mod is that from? What does that do exactly?
  13. McJty

    RFTools - Support and Suggestions

    Tomorrow RFTools 2.76 will be released with these changes: https://github.com/McJty/RFTools/wiki/RFTools-Changelog Dev build at: https://drone.io/github.com/McJty/RFTools/files
  14. McJty

    Futuristic levers and signs?

    RFTools screens are somewhat easier to use then computercraft and can also show text and other stuff (like energy level, inventory contents) and so on. They can be transparent or solid. They are flat in appearance (like a sign), they can be large or small (large = 2x2) and you can color them...
  15. McJty

    [Infinity] Tree's Destroying Blocks when grown.

    I think that's a vanilla thing and has always been like that. But I may be mistaken.
  16. McJty

    RFTools - Support and Suggestions

    No it is not like that (although I was considering exactly your idea too for a new type of orb :-) Basically the multiple materials are chosen randomly PER orb. So if you specify iron and gold ore for feature orb you will get both full iron ore orbs as well as full gold ore orbs. The stained...
  17. McJty

    RFTools - Support and Suggestions

    Because sometimes dimensions need more colors (new feature: huge orbs + liquid orbs and multiple materials/liquids for them):
  18. McJty

    Dungeon in the Overworld?

    I think that's from Better Dungeons mod
  19. McJty

    RFTools - Support and Suggestions

    RFTools doesn't have that yet.
  20. McJty

    RFTools - Support and Suggestions

    Well there are many (more evil) ways to do chunkloading. For example you could just forcibly do World.getBlock(...) every few ticks in a TickEvent.ServerTickEvent. Ugly but it would effectively chunkload those chunks. There are even some vanilla ways to do chunkloading involving hoppers and/or...