Skip to content

Commit ad2176a

Browse files
Shadowbee27Mooo0042
andcommitted
Merge branch 'dev-1.21.1' of github.com:Mod-Sauce/IamMusicPlayer_FIX into dev-1.21.1
Co-authored-by: mooo0042 <us3r0@mod-sauce.ddns-ip.net>
2 parents 4e90fa7 + d280ea9 commit ad2176a

18 files changed

+948
-147
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: Bug Report
2+
description: Something is not working right
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees:
6+
- Mooo0042
7+
- Shadowbee27
8+
9+
body:
10+
- type: checkboxes
11+
attributes:
12+
label: Already reported ? *
13+
description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists.
14+
options:
15+
- label: I have searched the existing open and closed issues.
16+
required: true
17+
18+
- type: dropdown
19+
id: type
20+
attributes:
21+
label: Regression?
22+
description: "Regression means that something used to work but no longer does."
23+
options:
24+
- "Yes"
25+
- "No"
26+
- "Not sure"
27+
validations:
28+
required: true
29+
30+
- type: dropdown
31+
id: modversion
32+
attributes:
33+
label: Mod Version
34+
description: "The version of the Mod youre using."
35+
options:
36+
- "3.22.0-alpha.7"
37+
- "3.22.0-alpha.6"
38+
- "3.22.0-alpha.5"
39+
- "Other"
40+
validations:
41+
required: true
42+
43+
- type: dropdown
44+
id: modloader
45+
attributes:
46+
label: Mod Loader
47+
options:
48+
- "Forge"
49+
- "Neo Forge"
50+
- "Fabric"
51+
- "Quilt"
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: desc
57+
attributes:
58+
label: Description
59+
description: "What went wrong? What exactly happened?"
60+
validations:
61+
required: true
62+
63+
- type: textarea
64+
id: repro
65+
attributes:
66+
label: How to Reproduce
67+
description: "How can someone else reproduce the issue?"
68+
validations:
69+
required: true
70+
71+
- type: textarea
72+
id: other
73+
attributes:
74+
label: Logs (pls use https://mclo.gs/), Images or Videos and the other Mods you added
75+
description: "Anything that can help. If you are using an existing Modpack you can provide the Link to it."

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ bin/
1010
libs/
1111
.architectury-transformer/
1212

13+
.zed/*
14+
*.factorypath
1315
.classpath
1416
.project
1517
.idea/
@@ -18,5 +20,8 @@ classes/
1820
.vscode
1921
.settings
2022
*.launch
23+
<<<<<<< HEAD
2124
*.factorypath
2225
.env
26+
=======
27+
>>>>>>> d280ea9d6dbd59ebb8265d858bbb1f575aeb0cf5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ etc..
4343

4444
# Attention
4545

46-
Please note than none of us knows how to code Java
46+
Please note than none of us is a experienced Java developer

0 commit comments

Comments
 (0)