Skip to content

RFTools Dimension Builder

McJty edited this page Dec 7, 2014 · 14 revisions

Dimension Builder

Download

WARNING! This is a beta version of RFTools which is not intended for regular usage. Use this only if you want to test or play with the dimension builder and don't expect your saves to work when I make a new beta release (although in practice it will usually work). It is also generally recommended to delete the rftools config files when updating the beta. Make backups in all cases!

You have been warned!

http://www.mediafire.com/download/2qclzbttcw3d53t/rftools-2.00beta2.jar

Information

Note: the dimension builder is not yet in the public release. It is work in progress and only for testing.

Blocks:

  • Dimlet Researcher: put unknown dimlets in this machine to research them and return a random dimlet.
  • Dimension Enscriber: put an 'empty dimension tab' in this machine and a number of dimlets describing your world and then create a 'realized dimension tab'. You can also convert a realized dimension tab back into the dimlets.
  • Dimension Builder: put a 'realized dimension tab' in this machine and wait until the dimension has finished building. When it is finished this machine will also maintain the power to the dimension. When you remove the realized dimension tab the dimension will keep on running on the internal buffer until that runs out.

Items:

  • Teleporter Probe: creative only item to teleport to all known locations registered by the teleportation system (matter receivers) as well as all RfTools dimensions.
  • Dimension Monitor: item that tells you how much RF is left in the internal buffer of the dimension you're currently in.
  • Empty Dimension Tab: an empty dimension tab in which you can put researched dimlets.
  • Realized Dimension Tab: a dimension tab that corresponds to an actual dimension.
  • Unknown dimlet: a not specified dimlet that you can find in chests or as a rare drop from enderman.
  • Known dimlet: a researched dimlet of a specific type that is used in the dimension enscriber to construct a realized dimension tab.

Console commands:

  • /rftdim list: list all RFTools dimensions
  • /rftdim deldim : delete a dimension with this id. This will only work for RFTools dimensions and it will not actually remove the dimension data on disk. It just makes sure that RFTools forgets about this dimension and will not register it at world load time.
  • /rftdim tp : teleport to a dimension at the given coordinate.
  • /rfttp list: list all matter receiver locations as well as RfTools dimension teleport points (spawn platform).
  • /rfttp cleanup: cleanup all bad matter receivers. Those are matter receivers that no longer exist for some reason. Should never be needed but handy during debugging anyway.

Changelog between 2.00beta2 and 2.00beta3:

  • Fixed a client-side dependency in the storage scanner.
  • Fixed client/server side dependencies in two messages for the dimension builder system.
  • Fixed a problem with the teleportation system (all teleports done by RFTools) where teleporting would cause nether portals to be generated in the destination dimension.
  • Fixed a serious problem which would cuase RFTools dimensions to get unregistered as soon as one dimension (didn't matter what dimension) was unloaded. This could lead to all kinds of bad crashes
  • Thanks to planetguy32 I added support for almost all possible wrenches in existence without having hard dependencies to all these mods. This should also finally get rid of the buildcraft dependency.

Changelog between 2.00beta1 and 2.00beta2:

  • The dialing device 'check' button works also for dimensions that haven't been realized yet (i.e. nobody has been there yet).
  • Fixed a crash in the RFTools dimensions related to nether fortresses and hostile mob spawns. This would cause crashes as soon as a hostile mob spawned in a dimension that did not have a nether fortress in it.
  • Fixed a crash when trying to extract an empty realized item tab.
  • Fixed a hardcoded buildcraft depencency that would cause crashes when using a wrench on a RFTools machine.
  • Shift-right click on a realized dimension tab will show the internal description string that shows an internal representation of the dimlets that were used. It will also display the actual features that were selected for this dimension.
  • This same description string is also shown when shift-right clicking the dimension monitor.
  • Reduced the chance of specific structures and terrain features being selected when they were not specified in the dimlets.
  • Added dimensional shard ore and dimensional shards. Also added this block as oregen to RFTools dimensions. Currently the dimensional shards are not useful.
  • Fixed a bug when saving a world and then loading again without quitting Minecraft. This would crash minecraft.
  • Added crafting recipes for various things so that everything in the dimension builder system should now be possible to use in survival mode.
Clone this wiki locally