Recipe tweaks.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Refined Storage Changelog
|
||||
|
||||
### 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)
|
||||
|
@@ -10,11 +10,12 @@
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "slimeball"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "refinedstorage:processor_binding",
|
||||
"count": 16
|
||||
"count": 8
|
||||
}
|
||||
}
|
@@ -8,7 +8,8 @@
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "refinedstorage:silicon"
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemSilicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
|
@@ -8,7 +8,8 @@
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"item": "refinedstorage:silicon"
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemSilicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
|
@@ -8,7 +8,8 @@
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "refinedstorage:silicon"
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemSilicon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
|
Reference in New Issue
Block a user