Skip to content

Commit

Permalink
changelog, mention new wiki!
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Aug 26, 2024
1 parent 5f06906 commit b27032b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: boolean
default: false
publishCurseForgeAndModrinth:
description: 'whether publish to the curseforge and modrinth'
description: 'whether publish to curseforge and modrinth'
required: true
type: boolean
default: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
build/libs/!(*-@(dev|sources|javadoc|dev-shadow)).jar
build/libs/*-@(dev|sources|javadoc|dev-shadow).jar
name: GCyR ${{ steps.var.outputs.version }}
name: GCYR ${{ steps.var.outputs.version }}
version: mc${{ steps.var.outputs.version }}
version-type: ${{ inputs.releaseType }}
changelog-file: CHANGELOG.*
Expand All @@ -97,4 +97,4 @@ jobs:
17
retry-attempts: 2
retry-delay: 10000
fail-mode: fail
fail-mode: fail
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
### ADDITIONS:
- added config option for space station maximum size
- added config option for rocket crash explosions
- added GT 1.3.1 dimension marker blocks (no textures yet though, sorry!)

### FIXES:
- Fixed most moon/venus blocks not having any best tool
- fixed the rocket scanner not working when facing north/south
- fixed the space station packager not working when facing north/south
- fixed rockets desyncing (no blocks, can't sit in seats) when leaving the area and coming back

### CHANGES:
- Updated to GT 1.3.0
- Updated to GT 1.4.0
- made rockets fall slower

## WIP Documentation!:

https://github.com/Argent-Matter/gcyr/wiki/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

- Space Travel with a similar Rocket System to Advanced Rocketry!
- Customizable Space Stations
- A Satellite System(Including an Orbital Laser, Mining Lasers Etc... NYI!)
- Dyson Sphere(s) (When activated they permanently turn your solar system dark, aka no DayLightCycle + plus the sun and the moon disappears, till you disable it)
- A Satellite System (Including an Orbital Laser, Mining Lasers Etc... NYI!)
- Dyson Sphere(s) (When activated they permanently turn your solar system dark, aka no DayLightCycle + the sun and the moon disappear until you disable it)
- It adds another Solar System with Exoplanets and Alien Life(NYI)
- Ability to easily add your own Custom Planets with Datapacks/Kubejs!
- Ability to easily add your own Custom Planets with Datapacks/KubeJS!

## Documentation (WIP):

https://github.com/Argent-Matter/gcyr/issues/32
https://github.com/Argent-Matter/gcyr/wiki/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G -Xss4M

mod_id=gcyr
mod_name=Gregicality Rocketry
mod_version=0.1.9
mod_version=0.1.10
maven_group=argent_matter

loom.platform=forge

0 comments on commit b27032b

Please sign in to comment.