-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
544 changed files
with
8,379 additions
and
8,260 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,32 @@ | ||
org.gradle.jvmargs=-Xmx2048m | ||
minecraft_version=1.20.1 | ||
forge_version=47.1.42 | ||
org.gradle.daemon=false | ||
org.gradle.debug=false | ||
|
||
neogradle.subsystems.parchment.minecraftVersion=1.20.3 | ||
neogradle.subsystems.parchment.mappingsVersion=2023.12.31 | ||
minecraft_version=1.20.4 | ||
minecraft_version_range=[1.20.4,1.21) | ||
neo_version=20.4.204 | ||
neo_version_range=[20.4,) | ||
loader_version_range=[2,) | ||
|
||
mod_id=reliquary | ||
mod_name=Reliquary | ||
mod_license=GNU General Public License v3.0 | ||
mod_version=2.0.36 | ||
jei_mc_version=1.20.1-forge | ||
jei_version=15.1.0.19 | ||
curios_version=5.2.0-beta.3+1.20.1 | ||
mod_group_id=reliquary | ||
mod_authors=x3n0ph0b3, TheMike, P3pp3rF1y | ||
mod_description=Two words: magical swag. Oh, and a gun. | ||
mod_credits=Originally made by x3n0ph0b3 and TheMike, now maintained by P3pp3rF1y. | ||
mod_logo_file=xrlogo.png | ||
mod_display_url=https://www.curseforge.com/minecraft/mc-mods/reliquary-reincarnations | ||
mod_issue_tracker_url=https://github.com/p3pp3rF1y/reliquary/issues | ||
|
||
jei_mc_version=1.20.4-neoforge | ||
jei_version=17.3.0.49 | ||
curios_version=7.3.4+1.20.4 | ||
# botania_version=1.16.5-415-SNAPSHOT | ||
parchment_version=2023.07.16-1.20.1 | ||
jade_cf_file_id=4654448 | ||
jade_cf_file_id=5109393 | ||
# hwyla_version = 1.8.20-B35_1.12 | ||
# jer_version = 0.8.7.41 |
Binary file not shown.
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Sat Sep 05 10:21:38 EDT 2015 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/minecraft/tags/blocks/wall_post_override.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,5 @@ | ||
{ | ||
"values": [ | ||
"reliquary:interdiction_torch" | ||
] | ||
} |
File renamed without changes.
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
39 changes: 39 additions & 0 deletions
39
src/generated/resources/data/reliquary/advancements/recipes/misc/alkahestry_tome.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,39 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "reliquary:alkahestry_enabled" | ||
} | ||
], | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "reliquary:alkahestry_tome" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_witch_hat": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"reliquary:witch_hat" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_witch_hat" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"reliquary:alkahestry_tome" | ||
] | ||
} | ||
} |
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
Oops, something went wrong.