Re-add autocrafting

This commit is contained in:
raoulvdberge
2019-10-27 22:51:02 +01:00
parent f60f09a262
commit 2a2d9a1a07
62 changed files with 653 additions and 808 deletions

View File

@@ -56,18 +56,18 @@
"gui.refinedstorage.fluid_interface": "Fluid Interface",
"gui.refinedstorage.fluid_interface.in": "In",
"gui.refinedstorage.fluid_interface.out": "Out",
"gui.refinedstorage:crafting_preview": "Crafting Preview",
"gui.refinedstorage:crafting_preview.to_craft": "To craft: %d",
"gui.refinedstorage:crafting_preview.available": "Available: %d",
"gui.refinedstorage:crafting_preview.missing": "Missing: %d",
"gui.refinedstorage:crafting_preview.error": "Request failed",
"gui.refinedstorage:crafting_preview.error.recursive.0": "One of the crafting ingredients ended up needing",
"gui.refinedstorage:crafting_preview.error.recursive.1": "itself.",
"gui.refinedstorage:crafting_preview.error.recursive.2": "You need to remove the pattern or make sure",
"gui.refinedstorage:crafting_preview.error.recursive.3": "the pattern is not used during crafting.",
"gui.refinedstorage:crafting_preview.error.recursive.4": "Offending pattern:",
"gui.refinedstorage:crafting_preview.error.too_complex.0": "The crafting task calculation was too complex",
"gui.refinedstorage:crafting_preview.error.too_complex.1": "and was stopped to avoid server strain.",
"gui.refinedstorage.crafting_preview": "Crafting Preview",
"gui.refinedstorage.crafting_preview.to_craft": "To craft: %d",
"gui.refinedstorage.crafting_preview.available": "Available: %d",
"gui.refinedstorage.crafting_preview.missing": "Missing: %d",
"gui.refinedstorage.crafting_preview.error": "Request failed",
"gui.refinedstorage.crafting_preview.error.recursive.0": "One of the crafting ingredients ended up needing",
"gui.refinedstorage.crafting_preview.error.recursive.1": "itself.",
"gui.refinedstorage.crafting_preview.error.recursive.2": "You need to remove the pattern or make sure",
"gui.refinedstorage.crafting_preview.error.recursive.3": "the pattern is not used during crafting.",
"gui.refinedstorage.crafting_preview.error.recursive.4": "Offending pattern:",
"gui.refinedstorage.crafting_preview.error.too_complex.0": "The crafting task calculation was too complex",
"gui.refinedstorage.crafting_preview.error.too_complex.1": "and was stopped to avoid server strain.",
"gui.refinedstorage.security_manager": "Security Manager",
"gui.refinedstorage.security_manager.configure": "Configure",
"gui.refinedstorage.security_manager.permission.0": "Insert",
@@ -103,8 +103,8 @@
"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.security.no_permission": "You have no permission to perform that action.",
"misc.refinedstorage.start": "Start",
"misc.refinedstorage.clear": "Clear",
"misc.refinedstorage.set": "Set",
"misc.refinedstorage:cancel_all": "Cancel All",