Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
RFTools Control

RFTools Control

Automation and logic computer addon for the RFTools mods

28.7k
22
Technology
Transportation

Compatibility

Minecraft: Java Edition

1.20.1
1.19.x
1.18.1–1.18.2
1.16.2–1.16.5
1.15.2
1.12.x
1.11.2
1.11
1.10.2

Platforms

Forge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on Patreon

Creators

McJty
McJty Owner

Details

Licensed MIT
Published 2 years ago
Updated 9 months ago
DescriptionGalleryChangelogVersions

Show all versions

1
3
4
5

rftoolsctrl-1.12-1.8.0.jar

on Jan 26, 2023
Download

1.8.0:

  • This version requires McJtyLib 2.6.0!

rftoolsctrl-1.12-1.7.0.jar

on Jan 26, 2023
Download

rftoolsctrl-1.1x-1.7.0.jar

on Jan 26, 2023
Download

1.7.0:

  • Fixed a problem with crafting station ignoring item equality if NBT was present

  • Another similar fix for the processor

  • In crafting cards you can now specify 'strict NBT' matching so that opcodes like get_ingredients and get_ingredients_smart can check this flag to also allow matching on NBT

rftoolsctrl-1.12-1.6.9.jar

on Jan 26, 2023
Download

rftoolsctrl-1.1x-1.6.9.jar

on Jan 26, 2023
Download

1.6.9:

  • Due to security issues this version requires McJtyLib 2.5.0!

rftoolsctrl-1.12-1.6.8.jar

on Jan 26, 2023
Download

1.6.8:

  • Fixed an accidental depencency on RedstoneFlux

rftoolsctrl-1.12-1.6.8beta1.jar

on Jan 26, 2023
Download

1.6.8beta1:

  • First port of RFTools Control to 1.12

rftoolsctrl-1.1x-1.6.8.jar

on Jan 26, 2023
Download

1.6.8:

  • Made the fluid tank caps support a bit more efficient
  • Crafting card tooltip fix when the card is empty
  • Jorge refixed METADATA on Crafting Stations. Previously fixed in a sense that the crafting detect nbt data on selected items. This time the fix looks for nbt data on the results of crafting templates
  • Forestbat added Chinese translation
  • Tom Feist-Hassan fixed min_vector and max_vector functions

rftoolsctrl-1.1x-1.6.6.jar

on Jan 26, 2023
Download

1.6.6:

  • Fixed a problem when an event wasn't immediatelly able to be processed because there was no available core then optional parameters for that event would not be used when the event was later executed
  • Added better protection in case there are too many events at the wrong time

rftoolsctrl-1.1x-1.6.5.jar

on Jan 26, 2023
Download

1.6.5:

  • New hex mode in parameter editor to make editing colors easier
  • Fixed a problem with JEI integration for the crafting card on 1.11
  • Fixed a bug where marking a craft request Ok but not giving an item did complete that request but prevented further requests in the same batch (i.e. a count > 1 was given in the crafting station) from being requested
  • It is now possible to extract/insert items from the processor generic buffer with hoppers/conduits/whatever. Makes some kind of automation easier
  • Made screen selection in the vector art module more accurate

rftoolsctrl-1.1x-1.6.4.jar

on Jan 26, 2023
Download

1.6.4:

  • Updated to latest RFTools screen api for truetype support
  • Needs RFTools 5.81

rftoolsctrl-1.1x-1.6.3.jar

on Jan 26, 2023
Download

1.6.3:

  • New 'call function' opcode with which you can implement subroutines (on the same card)
  • New vector datatype. A vector is basically a list or array. Items can be of any type. There are several vector operations provided as well as a few functions
  • Prevent possible stack overflow when updating fluid slots when a tank is placed next to a processor

rftoolsctrl-1.1x-1.6.2.jar

on Jan 26, 2023
Download

1.6.2:

  • Fix a problem updating the fluid slots if a tank is put down or removed
  • Fixed a bug with fluid allocation where the fluid slot allocation would go wrong completely if fluid tanks were placed/removed around the processor
  • Make fluid slot allocation safer again

rftoolsctrl-1.1x-1.6.1.jar

on Jan 26, 2023
Download

1.6.1:

  • Several itemstack related fixes that could mess things up on 1.11
  • Fix a problem with the crafting station on 1.10
  • Shephiroth made it possible to request items with NBT through the crafting station
  • Implemented auto focus for the text fields in the parameter editors
  • Focus is now also set on the variable part and when switching tabs
  • Pressing enter in a text field for a parameter editor will now close the dialog

rftoolsctrl-1.1x-1.6.0.jar

on Jan 26, 2023
Download

1.60:

  • First non-beta release for 1.10.2 and 1.11 at the same time
  • Needs RFTools 5.70 or higher
  • Needs McJtyLib 2.3.0 or higher
  • Needs the appropriate version of CompatLayer 0.1.0 or higher

rftoolsctrl-1.11-1.5.2beta1.jar

on Jan 26, 2023
Download

1.5.2beta1:

  • First beta release of RFTools Control for 1.10.2 *and* 1.11
  • Needs beta of RFTools
  • Needs beta of McJtyLib
  • Needs either 1.10.2 or 1.11 beta of CompatLayer

rftoolsctrl-1.11-1.5.2alpha2.jar

on Jan 26, 2023
Download

1.5.2alpha2:

  • Fixes for 1.10/1.11
  • Compatible with latest CompatLayer

rftoolsctrl-1.11-1.5.2alpha1.jar

on Jan 26, 2023
Download

1.5.2alpha1:

  • First release for 1.11 (and 1.10) using compatlayer

rftoolsctrl-1.10-1.5.2.jar

on Jan 26, 2023
Download

1.5.2:

  • Some manual fixes. Added section about graphics
  • Clamped the values of the redstone operator so that you cannot set redstone level < 0 or > 15. This could cause crashes in some blocks
  • New much smarter 'pushworkbench' opcode that can help with auto crafting. This opcode can only push items to a workbench and it needs a crafting card to do that. It tries to be smart and only pushes the items it needs and nothing more. It basically tries to make the grid in the workbench to match the needed recipe
  • When saving a program in the programmer the name is not asked again unless the player presses shift while pressing the save button

rftoolsctrl-1.10-1.5.1.jar

on Jan 26, 2023
Download

1.5.1:

  • Fixed bugs in both the push and fetch liquid operations. They were not actually working properly and liquids could get lost
1
3
4
5

Modrinth is open source.

main@bf16d36

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.