This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
forked from cc-tweaked/cc-restitched
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/mc-1.19.x/stable' into mc-1.19…
….x/polymer # Conflicts: # gradle.properties # src/main/java/dan200/computercraft/client/ClientTableFormatter.java # src/main/java/dan200/computercraft/shared/Registry.java # src/main/resources/computercraft.mixins.json # src/main/resources/fabric.mod.json # src/main/resources/resourcepacks/classic/pack.mcmeta
- Loading branch information
Showing
10 changed files
with
78 additions
and
60 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Bug report | ||
description: Report some misbehaviour in the mod | ||
labels: [ bug ] | ||
body: | ||
- type: dropdown | ||
id: mc-version | ||
attributes: | ||
label: Minecraft Version | ||
description: What version of Minecraft are you using? | ||
options: | ||
- 1.18.x | ||
- 1.19.x | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: "What version of CC: Restitched are you using?" | ||
placeholder: "e.g. 1.100.1" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Details | ||
description: | | ||
Description of the bug. Please include the following: | ||
- Logs: These will be located in the `logs/` directory of your Minecraft | ||
instance. Please upload them as a gist or directly into this editor. | ||
- Detailed reproduction steps: sometimes we can spot a bug pretty easily, | ||
but often it's much more obscure. The more information we have to help | ||
reproduce it, the quicker it'll get fixed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,15 +33,15 @@ jobs: | |
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
|
||
- name: Upload GitHub release | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'build/libs/*.jar;!build/libs/*-sources.jar;!build/libs/*-dev.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Build and publish with Gradle | ||
run: ./gradlew build publish | ||
env: | ||
#CURSEFORGE: ${{ secrets.CURSEFORGE }} | ||
CURSEFORGE: ${{ secrets.CURSEFORGE }} | ||
MODRINTH: ${{ secrets.MODRINTH }} | ||
CHANGELOG: ${{ github.event.release.body }} | ||
|
||
- name: Upload GitHub release | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'build/libs/*.jar;!build/libs/*-sources.jar;!build/libs/*-dev.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters