mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-06 01:16:10 -06:00
Fix improper asset moving, move non-essential About/ assets into .assets
This commit is contained in:
|
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 333 KiB |
|
Before Width: | Height: | Size: 718 KiB After Width: | Height: | Size: 718 KiB |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Move files
|
- name: Move files
|
||||||
run: |
|
run: |
|
||||||
mkdir -p output/HydroponicsExpanded
|
mkdir -p output/HydroponicsExpanded
|
||||||
mv About/About.xml About/Preview.png About/PublishedFileId.txt Assemblies/ Defs/ Languages/ Textures/ output/HydroponicsExpanded
|
mv About/ Assemblies/ Defs/ Languages/ Textures/ output/HydroponicsExpanded
|
||||||
|
|
||||||
- name: Upload Mod Artifacts
|
- name: Upload Mod Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ expensive both in resources & power usage.
|
|||||||
- Compact Hydroponics for growing many plants in a small space.
|
- Compact Hydroponics for growing many plants in a small space.
|
||||||
- Balanced recipes with absurd power/recipe requirements for absurd density.
|
- Balanced recipes with absurd power/recipe requirements for absurd density.
|
||||||
- Simple usage with relatively no changes compared to traditional Hydroponics.
|
- Simple usage with relatively no changes compared to traditional Hydroponics.
|
||||||
- Strong compatability with few changes to Vanilla RimWorld.
|
- Strong compatibility with few changes to Vanilla RimWorld.
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user