-
-
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 #4 from ViaVersionAddons/dev
Optifine Port for 1.20.3
- Loading branch information
Showing
113 changed files
with
535 additions
and
1 deletion.
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
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,43 @@ | ||
ame: Missing Items | ||
description: An item is missing from the backport. | ||
title: "[Missing]: " | ||
labels: ["missing item"] | ||
assignees: | ||
- bangetto | ||
body: | ||
- type: textarea | ||
id: id | ||
attributes: | ||
label: What items are missing? | ||
description: Write down the list of items that are missing! | ||
placeholder: Ex: sculk_sensor, sus sand | ||
validations: | ||
required: true | ||
- type: checkbox | ||
id: version | ||
attributes: | ||
label: Checks | ||
description: Before reporting an issue please check that everything is up-today! | ||
options: | ||
- label: I downloaded the latest version of the repository | ||
- label: The server has the latest snapshot of the Via* plugins | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: detector | ||
attributes: | ||
label: Which one of the "detector" mods are present? | ||
multiple: true | ||
options: | ||
- Chime | ||
- Optifine CIT | ||
validations: | ||
required: true | ||
- type: input | ||
id: mc | ||
attributes: | ||
label: Your Minecraft version | ||
description: Write down your Minecraft option | ||
placeholder: Example: 1.16.5 | ||
validations: | ||
required: true |
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,51 @@ | ||
ame: Missing Items | ||
description: An item is missing from the backport. | ||
title: "[Missing]: " | ||
labels: ["missing item"] | ||
assignees: | ||
- bangetto | ||
body: | ||
- type: textarea | ||
id: from | ||
attributes: | ||
label: What items don't show the right texture? | ||
description: Write down the list of items that have a wrong texture! | ||
placeholder: Ex: sculk_sensor, sus sand | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: to | ||
attributes: | ||
label: What they show up as? | ||
description: Write down the list that what are they showing up as! [In the order of the previous one!!!] | ||
placeholder: Ex: sculk_block, sus gravel | ||
validations: | ||
required: true | ||
- type: checkbox | ||
id: version | ||
attributes: | ||
label: Checks | ||
description: Before reporting an issue please check that everything is up-today! | ||
options: | ||
- label: I downloaded the latest version of the repository | ||
- label: The server has the latest snapshot of the Via* plugins | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: detector | ||
attributes: | ||
label: Which one of the "detector" mods are present? | ||
multiple: true | ||
options: | ||
- Chime | ||
- Optifine CIT | ||
validations: | ||
required: true | ||
- type: input | ||
id: mc | ||
attributes: | ||
label: Your Minecraft version | ||
description: Write down your Minecraft option | ||
placeholder: Example: 1.16.5 | ||
validations: | ||
required: true |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/slab/polished_tuff_slab.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_slab | ||
model=item/polished_tuff_slab | ||
nbt.VB|Protocol1_20_2To1_20_3|id=18 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/slab/tuff_slab.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_slab | ||
model=item/tuff_slab | ||
nbt.VB|Protocol1_20_2To1_20_3|id=13 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/stairs/polished_tuff_stairs.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_stairs | ||
model=item/polished_tuff_stairs | ||
nbt.VB|Protocol1_20_2To1_20_3|id=19 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/stairs/tuff_stairs.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_stairs | ||
model=item/tuff_stairs | ||
nbt.VB|Protocol1_20_2To1_20_3|id=14 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/wall/polished_tuff_wall.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_wall | ||
model=item/tuff_wall | ||
nbt.VB|Protocol1_20_2To1_20_3|id=20 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/andesite/wall/tuff_wall.properties
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,4 @@ | ||
type=item | ||
matchItems=andesite_wall | ||
model=item/tuff_wall | ||
nbt.VB|Protocol1_20_2To1_20_3|id=15 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/black_stained_glass/tinted_glass.properties
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,4 @@ | ||
type=item | ||
matchItems=black_stained_glass | ||
model=item/tinted_glass | ||
nbt.VB|Protocol1_16_4To1_17|id=144 |
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,4 @@ | ||
type=item | ||
matchItems=brick | ||
model=item/copper_ingot | ||
nbt.VB|Protocol1_16_4To1_17|id=694 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bricks/slab/tuff_brick_slab.properties
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,4 @@ | ||
type=item | ||
matchItems=brick_slab | ||
model=item/tuff_brick_slab | ||
nbt.VB|Protocol1_20_2To1_20_3|id=22 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bricks/stairs/tuff_brick_stairs.properties
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,4 @@ | ||
type=item | ||
matchItems=brick_stairs | ||
model=item/tuff_brick_stairs | ||
nbt.VB|Protocol1_20_2To1_20_3|id=23 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bricks/wall/tuff_brick_wall.properties
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,4 @@ | ||
type=item | ||
matchItems=brick_wall | ||
model=item/tuff_brick_wall | ||
nbt.VB|Protocol1_20_2To1_20_3|id=24 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bubble_coral_fan/amethyst_cluster.properties
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,4 @@ | ||
type=item | ||
matchItems=bubble_coral_fan | ||
model=item/amethyst_cluster | ||
nbt.VB|Protocol1_16_4To1_17|id=1098 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bubble_coral_fan/large_amethyst_bud.properties
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,4 @@ | ||
type=item | ||
matchItems=bubble_coral_fan | ||
model=item/large_amethyst_bud | ||
nbt.VB|Protocol1_16_4To1_17|id=1097 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bubble_coral_fan/medium_amethyst_bud.properties
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,4 @@ | ||
type=item | ||
matchItems=bubble_coral_fan | ||
model=item/medium_amethyst_bud | ||
nbt.VB|Protocol1_16_4To1_17|id=1096 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bubble_coral_fan/small_amethyst_bud.properties
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,4 @@ | ||
type=item | ||
matchItems=bubble_coral_fan | ||
model=item/small_amethyst_bud | ||
nbt.VB|Protocol1_16_4To1_17|id=1095 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/bubble_coral_fan/spore_blossom.properties
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,4 @@ | ||
type=item | ||
matchItems=bubble_coral_fan | ||
model=item/spore_blossom | ||
nbt.VB|Protocol1_16_4To1_17|id=186 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/chiseled_stone_bricks/chiseled_tuff_bricks.properties
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,4 @@ | ||
type=item | ||
matchItems=chiseled_stone_bricks | ||
model=item/chiseled_tuff_bricks | ||
nbt.VB|Protocol1_20_2To1_20_3|id=25 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/coarse_dirt/rooted_dirt.properties
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,4 @@ | ||
type=item | ||
matchItems=coarse_dirt | ||
model=item/rooted_dirt | ||
nbt.VB|Protocol1_16_4To1_17|id=18 |
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,4 @@ | ||
type=item | ||
matchItems=cobblestone | ||
model=item/tuff | ||
nbt.VB|Protocol1_16_4To1_17|id=12 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/copper_block/chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=copper_block | ||
model=item/chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=95 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/copper_block/exposed/exposed_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=exposed_copper | ||
model=item/exposed_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=96 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/copper_block/oxidized/oxidized_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=oxidized_copper | ||
model=item/oxidized_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=98 |
4 changes: 4 additions & 0 deletions
4
...inecraft/optifine/cit/copper_block/waxed/exposed/waxed_exposed_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=waxed_exposed_copper | ||
model=item/waxed_exposed_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=116 |
4 changes: 4 additions & 0 deletions
4
...ecraft/optifine/cit/copper_block/waxed/oxidized/waxed_oxidized_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=oxidized_copper | ||
model=item/oxidized_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=118 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/copper_block/waxed/waxed_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=waxed_copper_block | ||
model=item/waxed_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=115 |
4 changes: 4 additions & 0 deletions
4
...raft/optifine/cit/copper_block/waxed/weathered/waxed_weathered_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=weathered_copper | ||
model=item/weathered_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=117 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/copper_block/weathered/weathered_chiseled_copper.properties
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,4 @@ | ||
type=item | ||
matchItems=weathered_copper | ||
model=item/weathered_chiseled_copper | ||
nbt.VB|Protocol1_20_2To1_20_3|id=97 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/crafting_table/crafter.properties
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,4 @@ | ||
type=item | ||
matchItems=crafting_table | ||
model=item/crafter | ||
nbt.VB|Protocol1_20_2To1_20_3|id=978 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/dark_prismarine_slab/sculk_sensor.properties
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,4 @@ | ||
type=item | ||
matchItems=dark_prismarine_slab | ||
model=item/sculk_sensor | ||
nbt.VB|Protocol1_16_4To1_17|id=603 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/dead_bush/pointed_dripstone.properties
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,4 @@ | ||
type=item | ||
matchItems=dead_bush | ||
model=item/pointed_dripstone | ||
nbt.VB|Protocol1_16_4To1_17|id=1099 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/end_rod/lightning_rod.properties
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,4 @@ | ||
type=item | ||
matchItems=end_rod | ||
model=item/lightning_rod | ||
nbt.VB|Protocol1_16_4To1_17|id=601 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/granite/dripstone_block.properties
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,4 @@ | ||
type=item | ||
matchItems=granite | ||
model=item/dripstone_block | ||
nbt.VB|Protocol1_16_4To1_17|id=13 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/grass_block/moss_block.properties
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,4 @@ | ||
type=item | ||
matchItems=grass_block | ||
model=item/moss_block | ||
nbt.VB|Protocol1_16_4To1_17|id=199 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/green_carpet/moss_carpet.properties
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,4 @@ | ||
type=item | ||
matchItems=green_carpet | ||
model=item/moss_carpet | ||
nbt.VB|Protocol1_16_4To1_17|id=198 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/ink_sac/glow_ink_sac.properties
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,4 @@ | ||
type=item | ||
matchItems=ink_sac | ||
model=item/glow_ink_sac | ||
nbt.VB|Protocol1_16_4To1_17|id=808 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_block/copper_block.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_block | ||
model=item/copper_block | ||
nbt.VB|Protocol1_16_4To1_17|id=66 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=721 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/exposed_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/exposed_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=722 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/oxidized_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/oxidized_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=724 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/waxed_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/waxed_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=725 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/waxed_exposed_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/waxed_exposed_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=726 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/waxed_oxidized_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/waxed_oxidized_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=728 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/waxed_weathered_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/waxed_weathered_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=727 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_door/weathered_copper_door.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_door | ||
model=item/weathered_copper_door | ||
nbt.VB|Protocol1_20_2To1_20_3|id=723 |
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,4 @@ | ||
type=item | ||
matchItems=iron_ore | ||
model=item/copper_ore | ||
nbt.VB|Protocol1_16_4To1_17|id=44 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_trapdoor/copper_trapdoor.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_trapdoor | ||
model=item/copper_trapdoor | ||
nbt.VB|Protocol1_20_2To1_20_3|id=741 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_trapdoor/exposed_copper_trapdoor.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_trapdoor | ||
model=item/exposed_copper_trapdoor | ||
nbt.VB|Protocol1_20_2To1_20_3|id=742 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_trapdoor/oxidized_copper_trapdoor.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_trapdoor | ||
model=item/oxidized_copper_trapdoor | ||
nbt.VB|Protocol1_20_2To1_20_3|id=744 |
4 changes: 4 additions & 0 deletions
4
assets/minecraft/optifine/cit/iron_trapdoor/waxed_copper_trapdoor.properties
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,4 @@ | ||
type=item | ||
matchItems=iron_trapdoor | ||
model=item/waxed_copper_trapdoor | ||
nbt.VB|Protocol1_20_2To1_20_3|id=745 |
Oops, something went wrong.