rftoolsctrl-1.12-1.8.0.jar
on Jan 26, 20231.8.0:
- This version requires McJtyLib 2.6.0!
rftoolsctrl-1.12-1.7.0.jar
on Jan 26, 2023rftoolsctrl-1.1x-1.7.0.jar
on Jan 26, 20231.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, 2023rftoolsctrl-1.1x-1.6.9.jar
on Jan 26, 20231.6.9:
- Due to security issues this version requires McJtyLib 2.5.0!
rftoolsctrl-1.12-1.6.8.jar
on Jan 26, 20231.6.8:
- Fixed an accidental depencency on RedstoneFlux
rftoolsctrl-1.12-1.6.8beta1.jar
on Jan 26, 20231.6.8beta1:
- First port of RFTools Control to 1.12
rftoolsctrl-1.1x-1.6.8.jar
on Jan 26, 20231.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, 20231.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, 20231.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, 20231.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, 20231.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, 20231.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, 20231.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, 20231.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, 20231.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, 20231.5.2alpha2:
- Fixes for 1.10/1.11
- Compatible with latest CompatLayer
rftoolsctrl-1.11-1.5.2alpha1.jar
on Jan 26, 20231.5.2alpha1:
- First release for 1.11 (and 1.10) using compatlayer
rftoolsctrl-1.10-1.5.2.jar
on Jan 26, 20231.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, 20231.5.1:
- Fixed bugs in both the push and fetch liquid operations. They were not actually working properly and liquids could get lost