This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
forked from LordDeatHunter/FabricWaystones
-
Notifications
You must be signed in to change notification settings - Fork 10
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/master'
# Conflicts: # .github/workflows/build.yml # gradle.properties # src/main/java/wraith/waystones/block/WaystoneBlockEntity.java # src/main/java/wraith/waystones/client/WaystonesClient.java # src/main/java/wraith/waystones/item/LocalVoidItem.java # src/main/java/wraith/waystones/registry/WaystonesModelProviderRegistry.java # src/main/java/wraith/waystones/util/WaystonePacketHandler.java
- Loading branch information
Showing
33 changed files
with
629 additions
and
636 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,131 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: '[Bug]: ' | ||
labels: bug | ||
assignees: 'LordDeatHunter' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the bug. | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: stepsToReproduce | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior. Please also include a list of other mods/modpacks installed. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectedBehaviour | ||
attributes: | ||
label: Expected behavior | ||
description: Expected behavior | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: modVersion | ||
attributes: | ||
label: Mod Version | ||
description: "Please select the used version of 'Fabric Waystones'." | ||
options: | ||
- "v2.5.0" | ||
- "v2.4.1" | ||
- "v2.4.0" | ||
- "v2.3.5" | ||
- "v2.3.4" | ||
- "v2.3.3" | ||
- "v2.3.2" | ||
- "v2.3.1" | ||
- "v2.3.0-beta" | ||
- "v2.2.3" | ||
- "v2.2.2" | ||
- "v2.2.1" | ||
- "v2.2.0" | ||
- "v2.1.3" | ||
- "v2.1.2" | ||
- "v2.1.1" | ||
- "v2.1.0" | ||
- "v2.0.4" | ||
- "v2.0.4-beta" | ||
- "v2.0.3" | ||
- "v2.0.2" | ||
- "v2.0.1" | ||
- "v2.0.0" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: minecraftVersion | ||
attributes: | ||
label: Minecraft Version | ||
description: "Please select the used version of 'Minecraft'." | ||
options: | ||
- "1.19" | ||
- "1.18.2" | ||
- "1.18.1" | ||
- "1.18" | ||
- "1.18-snapshot" | ||
- "1.17.1" | ||
- "1.16.5" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: javaVersion | ||
attributes: | ||
label: Java Version | ||
description: "Please select the used version of 'Java'." | ||
options: | ||
- "Java 18" | ||
- "Java 17" | ||
- "Java 16" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: fabricVersion | ||
attributes: | ||
label: Fabric Version | ||
description: "Please enter the used version of 'Fabric' and 'Fabric API'." | ||
value: | | ||
- **Fabric:** ex. 0.12.5-1-17-1 | ||
- **Fabric API:** ex. 0.42.1+1.17 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: anythingElse | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
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,42 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: '[Feature]: ' | ||
labels: enhancement | ||
assignees: 'LordDeatHunter' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: anythingElse | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the feature you are requesting! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
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
7 changes: 7 additions & 0 deletions
7
...ava/wraith/waystones/access/StructurePoolBasedGenerator_StructurePoolGeneratorAccess.java
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,7 @@ | ||
package wraith.waystones.access; | ||
|
||
public interface StructurePoolBasedGenerator_StructurePoolGeneratorAccess { | ||
|
||
void setMaxWaystoneCount(int maxWaystoneCount); | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package wraith.waystones.item; | ||
|
||
public class VoidTotem extends LocalVoidItem { | ||
|
||
public VoidTotem(Settings settings) { | ||
super(settings); | ||
this.canTeleport = false; | ||
this.translationName = "void_totem"; | ||
} | ||
|
||
} |
Oops, something went wrong.