-
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.
- Loading branch information
Showing
67 changed files
with
19,445 additions
and
162 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,27 @@ | ||
#Early window height | ||
earlyWindowHeight = 480 | ||
#Enable forge global version checking | ||
versionCheck = true | ||
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. | ||
earlyWindowControl = true | ||
#Early window framebuffer scale | ||
earlyWindowFBScale = 1 | ||
#Early window provider | ||
earlyWindowProvider = "fmlearlywindow" | ||
#Early window width | ||
earlyWindowWidth = 854 | ||
#Early window starts maximized | ||
earlyWindowMaximized = false | ||
#Default config path for servers | ||
defaultConfigPath = "defaultconfigs" | ||
#Disables Optimized DFU client-side - already disabled on servers | ||
disableOptimizedDFU = true | ||
#Skip specific GL versions, may help with buggy graphics card drivers | ||
earlyWindowSkipGLVersions = [] | ||
#Max threads for early initialization parallelism, -1 is based on processor count | ||
maxThreads = -1 | ||
#Squir? | ||
earlyWindowSquir = false | ||
#Whether to show CPU usage stats in early window | ||
earlyWindowShowCPU = false | ||
|
15 changes: 15 additions & 0 deletions
15
src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
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,15 @@ | ||
// 1.20.1 2024-04-29T16:55:47.888275 Recipes | ||
a6e850a4a233da4b788a29311a861d7b6cf31aa1 data/amethystwings/advancements/recipes/misc/auric_amethyst.json | ||
91ebf5befe619dc3583c60cd3b7758ad6af0d57f data/amethystwings/advancements/recipes/misc/energetic_amethyst.json | ||
404d8ec5375894d638aceff7340a9713a571361e data/amethystwings/advancements/recipes/misc/hardened_amethyst.json | ||
deca3f74865e9a9c638abbf53a85d1710dfeb4ad data/amethystwings/advancements/recipes/misc/resonant_amethyst.json | ||
e95b211b885d807630cb3e200b88d9478a8047d3 data/amethystwings/advancements/recipes/misc/shaped_amethyst.json | ||
c42951a31ce1d8a835f48fefe1d4852c740f76ef data/amethystwings/advancements/recipes/misc/treated_amethyst.json | ||
645fe9d8841984d693fd8e22e2b390414e828c5f data/amethystwings/advancements/recipes/misc/wings_controller.json | ||
ffd8a9c273dcc5f0837ec3dae1bd2e3bb1d1eab1 data/amethystwings/recipes/auric_amethyst.json | ||
590b23e23e86ccfdf22e063038fa48fc2a13f31a data/amethystwings/recipes/energetic_amethyst.json | ||
ddb4009e0553ca8f5639004b5643ef316002955c data/amethystwings/recipes/hardened_amethyst.json | ||
e3e9b2d61994357aefab6ec77cd228de8f8db289 data/amethystwings/recipes/resonant_amethyst.json | ||
823e1e90b6acceb58650153b3ce18197dabe9444 data/amethystwings/recipes/shaped_amethyst.json | ||
133ce4ae964f9312f4886474d16f8067b5632212 data/amethystwings/recipes/treated_amethyst.json | ||
7e48c316e05fd6bca734e0e56e41f2e67ee39b7d data/amethystwings/recipes/wings_controller.json |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/auric_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:auric_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:auric_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/energetic_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:energetic_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:energetic_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/hardened_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:hardened_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:hardened_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/resonant_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:resonant_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:resonant_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/shaped_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:shaped_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:shaped_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/treated_amethyst.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:treated_amethyst" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:treated_amethyst" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/amethystwings/advancements/recipes/misc/wings_controller.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "amethystwings:wings_controller" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"criteria", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"amethystwings:wings_controller" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
Oops, something went wrong.