Revert "Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc)."

This reverts commit fd7a4d7
This commit is contained in:
raoulvdberge
2018-06-03 14:08:09 +02:00
parent 22ac7b6718
commit 9e9fb150bf
2 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,6 @@
- The Crafting Monitor is now resizable and its size can be configured (stretched, small, medium, large) (raoulvdberge)
- Removed the Wrench (raoulvdberge)
- Made all IO blocks have a blacklist instead of a whitelist by default (raoulvdberge)
- Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc) (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)
- Any mod can now add JSON Solderer recipes without requiring the API, by putting the JSONs in their assets directory in a "solderer_recipes" directory (raoulvdberge)
- Updated Russian translation (kellixon)