Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.1 #13

Merged
merged 22 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
97d3ae6
Merge pull request #10 from refinedmods/main
raoulvdberge Nov 24, 2024
e397860
chore: update translation French from crowdin
raoulvdberge Nov 24, 2024
819e601
chore: update translation Spanish from crowdin
raoulvdberge Nov 24, 2024
312fc3c
chore: update translation Danish from crowdin
raoulvdberge Nov 24, 2024
64d7425
chore: update translation German from crowdin
raoulvdberge Nov 24, 2024
7e823cf
chore: update translation Hungarian from crowdin
raoulvdberge Nov 24, 2024
06277d0
chore: update translation Italian from crowdin
raoulvdberge Nov 24, 2024
2ca1ebd
chore: update translation Japanese from crowdin
raoulvdberge Nov 24, 2024
b9e8eed
chore: update translation Korean from crowdin
raoulvdberge Nov 24, 2024
81bd18a
chore: update translation Polish from crowdin
raoulvdberge Nov 24, 2024
8fa5c55
chore: update translation Russian from crowdin
raoulvdberge Nov 24, 2024
79c3676
chore: update translation Swedish from crowdin
raoulvdberge Nov 24, 2024
7961bba
chore: update translation Turkish from crowdin
raoulvdberge Nov 24, 2024
49d2b22
chore: update translation Ukrainian from crowdin
raoulvdberge Nov 24, 2024
7b2b2c2
chore: update translation Chinese Simplified from crowdin
raoulvdberge Nov 24, 2024
b9c67df
chore: update translation Chinese Traditional from crowdin
raoulvdberge Nov 24, 2024
fd666bd
chore: update translation Portuguese, Brazilian from crowdin
raoulvdberge Nov 24, 2024
2deb27c
chore: update translation Indonesian from crowdin
raoulvdberge Nov 24, 2024
1dfbd07
Merge pull request #11 from refinedmods/crowdin-translations
raoulvdberge Nov 24, 2024
d1676f3
ci: disable javadoc
raoulvdberge Nov 24, 2024
599a0fc
ci: enable maven publishing
raoulvdberge Dec 8, 2024
414c836
chore: prepare release v0.1.1
raoulvdberge Dec 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.20.0
with:
mutation-testing: false
sonarqube: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.20.0
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.20.0
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.20.0
secrets: inherit
with:
project-name: 'Refined Storage - Quartz Arsenal'
announce: true
mutation-testing: false
sonarqube: true
sonarqube: true
javadoc: false
2 changes: 1 addition & 1 deletion .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 0 * * 1'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.20.0
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate branch name
on: [ pull_request ]
jobs:
validate-branch-name:
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.20.0
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.20.0
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.19.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.20.0
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2024-12-08

## [0.1.0] - 2024-11-24

### Added
Expand All @@ -18,6 +20,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- You can now configure the energy usage of the Wireless Crafting Grid's recipe transfer and autocrafting.
- You can now use the Wireless Crafting Grid without being connected to a network.

[Unreleased]: https://github.com/refinedmods/refinedstorage-quartz-arsenal/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedstorage-quartz-arsenal/compare/v0.1.1...HEAD

[0.1.1]: https://github.com/refinedmods/refinedstorage-quartz-arsenal/compare/v0.1.0...v0.1.1

[0.1.0]: https://github.com/refinedmods/refinedstorage-quartz-arsenal/compare/17fbf2a72609f4774ee599f31110939f6de34f98...v0.1.0
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ refinedarchitect {
}

subprojects {
group = "com.refinedmods.refinedstorage.quartzarsenal"
group = "com.refinedmods.refinedstorage"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
refinedarchitectVersion=0.19.1
refinedstorageVersion=2.0.0-milestone.4.10
refinedarchitectVersion=0.20.0
refinedstorageVersion=2.0.0-milestone.4.11
# Gradle
org.gradle.jvmargs=-Xmx1G
org.gradle.configureondemand=true
Expand Down
3 changes: 3 additions & 0 deletions refinedstorage-quartz-arsenal-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ repositories {

refinedarchitect {
common()
publishing {
maven = true
}
}

base {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal",
"item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid",
"item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid",
"key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal",
"item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid",
"item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid",
"key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal",
"item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid",
"item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid",
"key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal",
"item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid",
"item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid",
"key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal",
"item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid",
"item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid",
"key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration",
"refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage",
"text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid."
}
Loading
Loading