Pattern and wrench
This commit is contained in:
@@ -97,10 +97,10 @@
|
||||
"misc.refinedstorage:network_item.out_of_range": "There is no Wireless Transmitter in range.",
|
||||
"misc.refinedstorage:network_item.not_found": "Controller not found.",
|
||||
"misc.refinedstorage.network_card.tooltip": "Linked to %d, %d, %d.",
|
||||
"misc.refinedstorage:pattern.inputs": "Inputs",
|
||||
"misc.refinedstorage:pattern.outputs": "Outputs",
|
||||
"misc.refinedstorage:pattern.invalid": "Invalid pattern",
|
||||
"misc.refinedstorage:pattern.oredict": "Uses ore dictionary",
|
||||
"misc.refinedstorage.pattern.inputs": "Inputs",
|
||||
"misc.refinedstorage.pattern.outputs": "Outputs",
|
||||
"misc.refinedstorage.pattern.invalid": "Invalid pattern",
|
||||
"misc.refinedstorage.pattern.oredict": "Uses ore dictionary",
|
||||
"misc.refinedstorage:security.no_permission": "You have no permission to perform that action.",
|
||||
"misc.refinedstorage:start": "Start",
|
||||
"misc.refinedstorage:clear": "Clear",
|
||||
@@ -108,7 +108,7 @@
|
||||
"misc.refinedstorage:cancel_all": "Cancel All",
|
||||
"misc.refinedstorage:priority": "Priority",
|
||||
"misc.refinedstorage:oredict": "Oredict",
|
||||
"misc.refinedstorage:processing": "Processing",
|
||||
"misc.refinedstorage.processing": "Processing",
|
||||
"misc.refinedstorage:reader_writer.redstone": "Redstone strength: %d",
|
||||
"misc.refinedstorage:total": "%s total",
|
||||
"misc.refinedstorage:last_modified.just_now": "Last modified just now by %s",
|
||||
@@ -255,7 +255,7 @@
|
||||
"item.refinedstorage.256k_fluid_storage_part": "256k Fluid Storage Part",
|
||||
"item.refinedstorage.1024k_fluid_storage_part": "1024k Fluid Storage Part",
|
||||
"item.refinedstorage.4096k_fluid_storage_part": "4096k Fluid Storage Part",
|
||||
"item.refinedstorage:pattern": "Pattern",
|
||||
"item.refinedstorage.pattern": "Pattern",
|
||||
"item.refinedstorage.upgrade": "Upgrade",
|
||||
"item.refinedstorage.range_upgrade": "Range Upgrade",
|
||||
"item.refinedstorage.speed_upgrade": "Speed Upgrade",
|
||||
@@ -268,7 +268,7 @@
|
||||
"item.refinedstorage.storage_housing": "Storage Housing",
|
||||
"item.refinedstorage:filter": "Filter",
|
||||
"item.refinedstorage.network_card": "Network Card",
|
||||
"item.refinedstorage:wrench": "Wrench",
|
||||
"item.refinedstorage.wrench": "Wrench",
|
||||
"item.refinedstorage.security_card": "Security Card",
|
||||
"item.refinedstorage.security_card.owner": "Bound to: %s",
|
||||
"item.refinedstorage.cutting_tool": "Cutting Tool",
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
"tag": "forge:glass"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "refinedstorage:quartz_enriched_iron"
|
||||
},
|
||||
"P": {
|
||||
"item": "#basic_processor"
|
||||
"item": "refinedstorage:basic_processor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
Reference in New Issue
Block a user