-
-
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 pull request #3 from sweetrpg/1.18
First releasable build
- Loading branch information
Showing
9 changed files
with
81 additions
and
24 deletions.
There are no files selected for viewing
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,40 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
<!-- | ||
Have you read Cat Herder's Issue Guidelines? By filing an Issue, you are expected to comply with it (refer to the "Reporting Bugs" Section of the Guidelines), including treating everyone with respect: https://github.com/sweetrpg/CraftTracker/blob/master/.github/CONTRIBUTING.md | ||
This header will not be reflected upon submitting this issue. | ||
--> | ||
|
||
## Environment And Mod Information: | ||
|
||
* Minecraft Version: [i.e. 1.18.1] | ||
* Forge Version: [i.e. 14.21.1.2443] | ||
* Cat Herder Version: [i.e. 1.14.1.240] | ||
* Java Version: [i.e. 8 Update 144 64 bit] | ||
* Operating System (OS): [i.e. Windows 10 64-bit Build 17134] | ||
|
||
## Logs | ||
|
||
|
||
## Issue Description: | ||
|
||
|
||
|
||
## Steps to reproduce: | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Additional Information: | ||
|
||
- More Details: | ||
- Screenshots: |
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,21 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- | ||
Have you read Cat Talent's Issue Guidelines? By filing an Issue, you are expected to comply with it (refer to the "Reporting Bugs" Section of the Guidelines), including treating everyone with respect: https://github.com/Sweetrpg/CraftTracker/blob/master/.github/CONTRIBUTING.md | ||
This header will not be reflected upon submitting this issue. | ||
--> | ||
|
||
## Feature Description: | ||
|
||
|
||
## Relation to any Known/Unknown Bug: | ||
|
||
|
||
## Additional Information: |
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,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "gradle" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.8 | ||
0.0.9 |
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 @@ | ||
- `[NEW]` First releasable build |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |