Skip to content

Commit 047ed76

Browse files
authored
Merge pull request #4 from ViaVersionAddons/dev
Optifine Port for 1.20.3
2 parents b7ec9de + 180ff26 commit 047ed76

File tree

113 files changed

+535
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+535
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
1212
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13-
custom: https://billing.kinetichosting.net/aff.php?aff=420
13+
custom:

.github/ISSUE_TEMPLATE/missing.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
ame: Missing Items
2+
description: An item is missing from the backport.
3+
title: "[Missing]: "
4+
labels: ["missing item"]
5+
assignees:
6+
- bangetto
7+
body:
8+
- type: textarea
9+
id: id
10+
attributes:
11+
label: What items are missing?
12+
description: Write down the list of items that are missing!
13+
placeholder: Ex: sculk_sensor, sus sand
14+
validations:
15+
required: true
16+
- type: checkbox
17+
id: version
18+
attributes:
19+
label: Checks
20+
description: Before reporting an issue please check that everything is up-today!
21+
options:
22+
- label: I downloaded the latest version of the repository
23+
- label: The server has the latest snapshot of the Via* plugins
24+
validations:
25+
required: true
26+
- type: dropdown
27+
id: detector
28+
attributes:
29+
label: Which one of the "detector" mods are present?
30+
multiple: true
31+
options:
32+
- Chime
33+
- Optifine CIT
34+
validations:
35+
required: true
36+
- type: input
37+
id: mc
38+
attributes:
39+
label: Your Minecraft version
40+
description: Write down your Minecraft option
41+
placeholder: Example: 1.16.5
42+
validations:
43+
required: true

.github/ISSUE_TEMPLATE/swapped.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
ame: Missing Items
2+
description: An item is missing from the backport.
3+
title: "[Missing]: "
4+
labels: ["missing item"]
5+
assignees:
6+
- bangetto
7+
body:
8+
- type: textarea
9+
id: from
10+
attributes:
11+
label: What items don't show the right texture?
12+
description: Write down the list of items that have a wrong texture!
13+
placeholder: Ex: sculk_sensor, sus sand
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: to
18+
attributes:
19+
label: What they show up as?
20+
description: Write down the list that what are they showing up as! [In the order of the previous one!!!]
21+
placeholder: Ex: sculk_block, sus gravel
22+
validations:
23+
required: true
24+
- type: checkbox
25+
id: version
26+
attributes:
27+
label: Checks
28+
description: Before reporting an issue please check that everything is up-today!
29+
options:
30+
- label: I downloaded the latest version of the repository
31+
- label: The server has the latest snapshot of the Via* plugins
32+
validations:
33+
required: true
34+
- type: dropdown
35+
id: detector
36+
attributes:
37+
label: Which one of the "detector" mods are present?
38+
multiple: true
39+
options:
40+
- Chime
41+
- Optifine CIT
42+
validations:
43+
required: true
44+
- type: input
45+
id: mc
46+
attributes:
47+
label: Your Minecraft version
48+
description: Write down your Minecraft option
49+
placeholder: Example: 1.16.5
50+
validations:
51+
required: true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_slab
3+
model=item/polished_tuff_slab
4+
nbt.VB|Protocol1_20_2To1_20_3|id=18
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_slab
3+
model=item/tuff_slab
4+
nbt.VB|Protocol1_20_2To1_20_3|id=13
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_stairs
3+
model=item/polished_tuff_stairs
4+
nbt.VB|Protocol1_20_2To1_20_3|id=19
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_stairs
3+
model=item/tuff_stairs
4+
nbt.VB|Protocol1_20_2To1_20_3|id=14
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_wall
3+
model=item/tuff_wall
4+
nbt.VB|Protocol1_20_2To1_20_3|id=20
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=andesite_wall
3+
model=item/tuff_wall
4+
nbt.VB|Protocol1_20_2To1_20_3|id=15
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=black_stained_glass
3+
model=item/tinted_glass
4+
nbt.VB|Protocol1_16_4To1_17|id=144

0 commit comments

Comments
 (0)