-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MagicHarp
committed
Oct 8, 2024
1 parent
382cbe9
commit ba29ec2
Showing
21 changed files
with
330 additions
and
10 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
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
Binary file modified
BIN
+799 Bytes
(190%)
src/main/resources/assets/confluence/textures/achievement/benched.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/black_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:black_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:black_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/blue_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:blue_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:blue_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/brown_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:brown_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:brown_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/cyan_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:cyan_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:cyan_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/gray_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:gray_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:gray_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/green_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:green_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:green_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/light_blue_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:light_blue_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:light_blue_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/light_gray_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:light_gray_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:light_gray_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/lime_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:lime_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:lime_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/magenta_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:magenta_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:magenta_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/orange_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:orange_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:orange_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/pink_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:pink_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:pink_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/purple_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:purple_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:purple_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/red_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:red_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:red_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/white_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:white_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:white_pure_glass", | ||
"count": 8 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/main/resources/data/confluence/recipes/yellow_pure_glass.json
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,20 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"#W#", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "confluence:pure_glass" | ||
}, | ||
"W": { | ||
"item": "minecraft:yellow_dye" | ||
} | ||
}, | ||
"result": { | ||
"item": "confluence:yellow_pure_glass", | ||
"count": 8 | ||
} | ||
} |