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. Fixes #1356

This commit is contained in:
raoulvdberge
2018-06-03 10:59:11 +02:00
parent daf7641496
commit 22ac7b6718
4 changed files with 37 additions and 37 deletions

View File

@@ -18,6 +18,7 @@
- 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)
### 1.5.34