Skip to content

Commit

Permalink
Add keep a changelog format for v1.6.x series.
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jun 29, 2023
1 parent 974774f commit 68bf65c
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 246 deletions.
246 changes: 0 additions & 246 deletions CHANGELOG-old.md
Original file line number Diff line number Diff line change
@@ -1,251 +1,5 @@
# Refined Storage Changelog

### 1.6.16

- Updated Russian translation (Bytegm)
- Fixed erroring controller tile entity (ian-rampage)
- Fixed Inventory Tweaks sorting not respecting locked slots (Landmaster)
- Fixed OpenComputers driver voiding excess fluids (BlueAgent)
- Fixed being able to move wireless items in inventory (raoulvdberge, Dabombber)

### 1.6.15

- Fixed recipes with more than 1 bucket of fluid not transferring from JEI (Darkere)
- Fixed oredict crafting patterns redefining recipes (Darkere)
- Fixed Portable Grids not keeping their enchantments when placed (Darkere)
- Shortened crafting text for the Russion translation to fix Grid overlays (yaroslav4167)
- Fixed JEI hotkeys not working on fluid filter slots (raoulvdberge)
- Fixed crash when opening Crafter Manager with FTB Quests installed (raoulvdberge)
- GregTech Community Edition Wires and Machines are now banned from rendering on Refined Storage patterns because they
are causing crashes (raoulvdberge/Darkere)
- Fixed a bug where the container slots weren't synced when opening a Grid (raoulvdberge)

### 1.6.14

- Fixed server crash (raoulvdberge)

### 1.6.13

- Fixed Interface with Crafting Upgrade being stuck if an earlier item configuration has missing items or fluids (
raoulvdberge)
- Added keybindings to open wireless items. The default one set to open a Wireless Crafting Grid from Refined Storage
Addons is CTRL + G (raoulvdberge)
- Added Grid quantity formatting for item counts over 1 billion (raoulvdberge)
- Updated German translation (cydhra)
- Updated Chinese translation (KoderX)
- Fixed wrong item count for oredict patterns (the-eater)
- Fixed autocrafting duplication bug (Radviger / notcake)
- Fixed Crafting Pattern not rendering tile entity items like a chest (zhykzhykzhyk / raoulvdberge)
- Let Constructor and Destructor interact with world using their owner's profile (Radviger)

### 1.6.12

- Increased the speed of autocrafting (raoulvdberge)
- Fixed External Storage sending storage updates when it is disabled (raoulvdberge)
- Fixed slight performance issue with loading Crafters from disk (raoulvdberge)
- Fixed storage GUIs overflowing on large numbers (raoulvdberge)
- Added a completion percentage to the Crafting Monitor (raoulvdberge)
- Updated Russian translation (kellixon)

### 1.6.11

- Fixed blocks neighboring a controller breaking when returning from a dimension in a unchunkloaded area (raoulvdberge)

### 1.6.10

- Fixed client FPS stalling when using "@" mod search in the Grid (raoulvdberge)
- Fixed client FPS stalling when using "#" tooltip search in the Grid (raoulvdberge)
- Fixed fluid inputs/outputs in the Pattern Grid not being set when you re-insert a Pattern with fluid inputs/outputs (
raoulvdberge)
- Fixed bug where the Pattern Grid doesn't update it's output slot when manually configuring a crafting pattern (
raoulvdberge)
- Fixed network node scanning allowing multiple controllers in some cases (raoulvdberge)
- Fixed OpenComputers integration not giving back a crafting task instance in the schedule task API (raoulvdberge)
- Fixed OpenComputers integration causing log spam when getting processing patterns (raoulvdberge)
- Fixed OpenComputers voiding items with extract item API when there is no inventory space (raoulvdberge)
- Fixed CraftingTweaks buttons resetting sometimes in the Crafting Grid (raoulvdberge)
- Fixed Refined Storage jars not being signed (raoulvdberge)
- Fixed crafting task stalling when there's not enough space in the inventory (raoulvdberge)
- Fixed another duplication bug with a disconnected Crafting Grid (raoulvdberge)
- Fixed oredict mode in autocrafting not working at all (raoulvdberge)
- Removed getMissingItems() and getMissingFluids() functions from the OpenComputers integration, that info is now
accessible through schedule(Fluid)Task(). If you just want to check if there are missing items/fluids but don't want
to start an actual task, use the "canSchedule" parameter (raoulvdberge)
- Removed the Interdimensional Upgrade, Network Transmitters are now cross dimensional by default (raoulvdberge)
- Removed the per block FE cost of the Network Transmitter, it draws a fixed amount of FE/t now (raoulvdberge)
- Updated Russian translation (kellixon)
- Added fluid functions for the fluid autocrafting to the OpenComputers integration (raoulvdberge)
- Slightly increased performance of the External Storage (raoulvdberge)

### 1.6.9

- Fixed OpenComputers "unknown error" when using extract item API (raoulvdberge)
- Fixed client FPS stuttering when opening a Crafting Grid (raoulvdberge)
- Fixed rare Grid crashing issue (raoulvdberge)
- You can now interact with the fluid container input slot in the Fluid Interface (raoulvdberge)

### 1.6.8

- Fixed Ender IO incompatibility (raoulvdberge)

### 1.6.7

- Fixed the Raw Processor recipes not taking oredicted silicon (raoulvdberge)
- Fixed the Processor Binding recipe not taking oredicted slimeballs (raoulvdberge)
- The Processor Binding recipe now only gives 8 items instead of 16 (raoulvdberge)

### 1.6.6

- Added new Crafter modes: ignore redstone signal, redstone signal unlocks autocrafting, redstone signal locks
autocrafting and redstone pulse inserts next set (replacement for blocking mode) (raoulvdberge)
- Added a config option to configure the autocrafting calculation timeout in milliseconds (raoulvdberge)
- Added throttling for network devices that can request autocrafting (raoulvdberge)
- Renamed Cut Processors to Raw Processors and those are now made with Processor Binding instead of a Cutting Tool (
raoulvdberge)
- Fixed an autocrafting bug where it crashed when external inventories couldn't be filled (raoulvdberge)
- Fixed a duplication bug with a disconnected Crafting Grid (raoulvdberge)
- Fixed oredict autocrafting sometimes reporting that a craftable item is missing (raoulvdberge)
- Fixed fluid autocrafting without item inputs locking when there's not enough space for the fluids (raoulvdberge)
- Fixed Grid "last changed" date not changing when using clear button or JEI transfer (raoulvdberge)
- Fixed a duplication bug when pressing clear on a Wireless Crafting Grid from Refined Storage Addons (raoulvdberge)
- Fixed a duplication bug with autocrafting and External Storages (raoulvdberge)
- Fixed Crafting Manager displaying wrong name for chained crafters connected to some blocks (raoulvdberge)
- Fixed crafting task losing internal buffer when network runs out of energy (raoulvdberge)
- Removed handling of reusable items in autocrafting, to avoid problems (raoulvdberge)
- You can no longer start a crafting task if it has missing items or fluids (raoulvdberge)
- The Security Manager now supports Security Cards that have no player assigned to them. It is the default security card
for players that aren't configured (raoulvdberge)
- If no default Security Card is configured in the Security Manager, an unconfigured player is allowed to do everything
in the network. Create a default Security Card (craft a Security Craft and don't assign it to a player, it acts as a
fallback) to handle unconfigured players (raoulvdberge)

### 1.6.5

- Fixed Refined Storage silicon's oredict entry being registered too late (raoulvdberge)
- Fixed duplication bug with filter slots (raoulvdberge)
- The Pattern Grid in fluid mode now supports up to 64 buckets in the input and output processing slots (raoulvdberge)

### 1.6.4

- Rewrote autocrafting again, bringing performance up to par with other autocrafting mods (raoulvdberge)
- Autocrafting now reserves items and fluids in an internal inventory to avoid having the storage network steal stacks
required for autocrafting (raoulvdberge)
- Reworked the Crafting Monitor to be more condensed and more clear (raoulvdberge)
- Removed left / right click functionality on filter slots to increase / decrease the amount, replaced that
functionality with a dialog (raoulvdberge)
- Fixed not being able to craft upgrades that require enchanted books (raoulvdberge)
- Fixed quick jittering of the Grid and Crafting Monitor when opening them because the tabs appear (raoulvdberge)

### 1.6.3

- Fixed crash with Wireless Fluid Grid (raoulvdberge)
- Fixed Reborn Storage crafting being slower than normal (raoulvdberge)
- Re-added a single mode Wrench that can rotate blocks and break Refined Storage covers (raoulvdberge)

### 1.6.2

- Fixed Grid searching not working (raoulvdberge)

### 1.6.1

- Added fluid autocrafting (raoulvdberge)
- Added Crafting Upgrade support for fluids on the Exporter, Constructor and Fluid Interface (raoulvdberge)
- Added config option to hide covers in the creative mode tabs and JEI (raoulvdberge)
- The Portable Grid now supports fluid disks (raoulvdberge)
- Filters now support fluids and can be inserted in the Fluid Grid (raoulvdberge)
- Removed "emit signal when item is being autocrafted" option in the Detector (raoulvdberge)
- The Crafting Upgrade no longer schedules requests when there are items or fluids missing (raoulvdberge)
- You can now keep fluids in stock by attaching a External Storage in fluid mode to a Fluid Interface with a Crafting
Upgrade (raoulvdberge)
- You can now specify the amount to export in the Fluid Interface (raoulvdberge)
- Made the Crafting Preview window bigger (raoulvdberge)
- Fixed crash log when opening Pattern Grid GUI (raoulvdberge)
- Fixed being able to put non fluid containers in Fluid Interface input slot (raoulvdberge)
- Fixed Grid filters not updating Grid (raoulvdberge)
- Updated Russian translation (kellixon)
- Overhauled and updated German translation (Cydhra)

### 1.6

NOTE: Worlds that used Refined Storage 1.5.x are fully compatible with Refined Storage 1.6.x and are getting converted
upon loading the world. It is however not possible to revert back to Refined Storage 1.5.x when a world has already been
converted to Refined Storage 1.6.x.

- Removed Regulator mode in the Exporter (raoulvdberge)
- Removed MCMultiPart integration (raoulvdberge)
- Removed Project E integration (raoulvdberge)
- Removed blocking mode in autocrafting (raoulvdberge)
- Removed the Wrench (raoulvdberge)
- Removed "void excess items or fluids" functionality on storages (raoulvdberge)
- Removed the Solderer (raoulvdberge)
- Removed "compare oredict" buttons on Exporter, Importer, etc. (raoulvdberge)
- Removed ConnectedTexturesMod integration for fullbright textures, RS now has fullbright textures natively (
raoulvdberge)
- Removed autocrafting with fluids (the bucket filling mechanic). This will be replaced in a later version with native
fluid autocrafting, where Crafters can insert fluids to external inventories (raoulvdberge)
- Added the Cutting Tool (raoulvdberge)
- Renamed "Printed Processors" to "Cut Processors" (raoulvdberge)
- Added covers (raoulvdberge)
- Rewrote autocrafting (raoulvdberge)
- Rewrote network energy storage (samtrion)
- Autocrafting tasks that take longer than 5 seconds to CALCULATE (NOT execute) are automatically stopped to avoid
server strain (raoulvdberge)
- Added new storage disk system where the storage disk data (items, fluids) are stored off the disk itself, in another
file (refinedstorage_disks.dat). The disk itself only stores its ID (raoulvdberge)
- Added /createdisk command which creates a disk based on the disk ID. Turn on advanced tooltips to see the disk ID on a
disk item (raoulvdberge)
- Added config option to configure controller max receive rate (samtrion)
- Added config option to configure energy capacity of Refined Storage items (raoulvdberge)
- Added config option to change Reader / Writer channel energy capacity (raoulvdberge)
- Added a fully charged regular Controller to the creative menu (raoulvdberge)
- The Controller item now shows a durability bar for the energy (raoulvdberge)
- Changed fluid storage progression to be 64k - 256k - 1024k - 4096k (raoulvdberge)
- You can no longer put a Filter in filter slots to gain additional filter slots (raoulvdberge)
- You can now re-insert Processing Patterns in the Pattern Grid and have the inputs and outputs be completed (
raoulvdberge)
- Fixed bug where pattern was recipe pattern was creatable when there was no recipe output (raoulvdberge)
- Fixed a crash when breaking an Ender IO conduit with the Destructor (raoulvdberge)
- Fixed bug where storage disks in Portable Grids could be moved into themselves (raoulvdberge)
- Fixed the Crafter crashing when opening it while connected to a Primal Tech Grill or Kiln (raoulvdberge)
- Fixed bug where Crafting Upgrade on Interface kept too many items in stock (raoulvdberge)
- Fixed bug where External Storage could only handle 1 fluid inventory per block (raoulvdberge)
- Fixed shift clicking a created pattern going into Grid inventory (raoulvdberge)
- Fixed crash when moving a wireless item with the number keys (raoulvdberge)
- Fixed bug where item storage tracker didn't save sometimes (raoulvdberge)
- Fixed bug where External Storage doesn't detect new inventory when rotating (raoulvdberge)
- Fixed JEI recipe transferring in Pattern Grid allowing non-processing recipes in processing mode and vice-versa (
raoulvdberge)
- Fixed using Interfaces for minimum stock levels failing when requester is also an Interface (raoulvdberge)
- Fixed ItemZoom incompatibility in Grid and crafting preview window (raoulvdberge)
- Fixed shift clicking upgrades into Interface making upgrades go to import slots (raoulvdberge)
- Fixed duplication glitch with storages (raoulvdberge)
- Prevent accidental Grid scrollbar click after clicking JEI recipe transfer button (raoulvdberge)
- Added a missing config option for Crafter Manager energy usage (raoulvdberge)
- Added support for Disk Drive / Storage Block storage and capacity to OC integration (zangai)
- Added "Search box mode" button to the Crafter Manager (raoulvdberge)
- If an Interface is configured to expose the entire network storage (by configuring no export slots), it will no longer
expose the entire RS storage, due to performance issues (raoulvdberge)
- The Portable Grid no longer exposes a inventory for crossmod interaction, due to performance issues (raoulvdberge)
- The Crafting Monitor is now resizable and its size can be configured (stretched, small, medium, large) (raoulvdberge)
- The Crafting Monitor now splits its tasks over tabs (raoulvdberge)
- Made all IO blocks have a blacklist instead of a whitelist by default (raoulvdberge)
- An empty blacklist now means: accept any item. An empty whitelist now means: don't accept any item (an empty whitelist
USED to mean: accept any item) (raoulvdberge)
- The Importer now skips over empty slots (raoulvdberge)
- The Exporter now round-robins over every configured item or fluid to export instead of exporting them all at once (
raoulvdberge)
- Updated Russian translation (kellixon)

### 1.5.34

- Allow crafters to be daisy-chained (tomKPZ)
- Empty patterns can no longer be inserted in the pattern result slot in the Pattern Grid with hoppers (raoulvdberge)
- Added OR search operator to the Grid with "|" (raoulvdberge)
- getPatterns() now only returns all the outputs, this to limit memory usage in OpenComputers (only affects OC
integration). (fspijkerman)
- Added new getPattern(stack:table) function for OpenComputers integration (fspijkerman)
- Fixed repeated key events not getting handled in some cases (tomKPZ)

### 1.5.33

- Added Crafter Manager (raoulvdberge)
Expand Down
Loading

0 comments on commit 68bf65c

Please sign in to comment.