Skip to content

Commit

Permalink
Merge pull request #13 from refinedmods/release/0.1.1
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
raoulvdberge authored Dec 8, 2024
2 parents 0fdbf99 + 414c836 commit 3846e86
Show file tree
Hide file tree
Showing 31 changed files with 435 additions and 13 deletions.
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

0 comments on commit 3846e86

Please sign in to comment.