-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated to Java 21 - Changed project organisation from `chronosacaria\mcdw` to `dev\timefall\mcdw` - Temporarily disabled A LOT of classes - Completely rewrote the `bases`, removing no longer necessary methods and changing their names to follow appropriate convention (ex. `McdwAxe` -> `McdwAxeItem`) - Starting moving everything that is configurable away from `Cloth Config` and to `Fzzy Config` - Added Datagen for Tags and (potentially) Enchantments - Converted the `XEnum`s to `XStats` and `XItemRegistry`s - Disabled Mixins until necessary - Removed `Reach Entity Attributes` dependency - Removed `mixin\reach\...` directories - Added Copyright Headers to classes - Likely much more than I have missed
- Loading branch information
1 parent
1699090
commit 04a20d0
Showing
350 changed files
with
9,676 additions
and
11,307 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,25 +1,24 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/develop/ | ||
minecraft_version=1.20.1 | ||
yarn_mappings=1.20.1+build.10 | ||
loader_version=0.14.21 | ||
# check these on https://fabricmc.net/develop/ | ||
minecraft_version=1.20.6 | ||
yarn_mappings=1.20.6+build.1 | ||
fabric_loader_version=0.15.11 | ||
|
||
# Mod Properties | ||
mod_version=9.0.4 | ||
maven_group=chronosacaria | ||
mod_version=10.0.0 | ||
maven_group=dev.timefall | ||
archives_base_name=mcdw | ||
|
||
# Dependencies | ||
# check this on https://fabricmc.net/develop/ | ||
fabric_version=0.87.0+1.20.1 | ||
cloth_config_version=11.0.99 | ||
mixin_extras_version=0.2.0-beta.8 | ||
# check this on https://fabricmc.net/develop/ | ||
fabricKotlinVersion = 1.10.18+kotlin.1.9.22 | ||
fabric_version=0.98.0+1.20.6 | ||
fzzy_config=0.3.3+1.20.6 | ||
|
||
# Compatibility | ||
clumps_version=12.0.0.3 | ||
ranged_weapon_api_version=1.1.1+1.20.1 | ||
reach_entity_attributes_version=2.4.0 | ||
#pehkui_version=3.7.8 | ||
clumps_version=17.0.0.1 | ||
#ranged_weapon_api_version=1.1.1+1.20.1 |
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 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
5 changes: 5 additions & 0 deletions
5
src/main/generated/.cache/581776455c298888cc0e393a738ed797ca3b1a38
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 @@ | ||
// 1.20.6 2024-05-22T04:06:22.8729685 MC Dungeons Weapons/Tags for minecraft:item | ||
d3f4ba6f586f4c10eeafea7712b6f5f9ba4361de data\mcdw\tags\items\common_loot_pool_items.json | ||
df466930bc13339ef4fecdb815abd8b765e4fa4b data\mcdw\tags\items\epic_loot_pool_items.json | ||
faa37962168aa936470d45d7ff03ec01e0fb1a5f data\mcdw\tags\items\rare_loot_pool_items.json | ||
5bb7136f7ca9b0c40bc7b349457e107e491e9f94 data\mcdw\tags\items\uncommon_loot_pool_items.json |
80 changes: 80 additions & 0 deletions
80
src/main/generated/data/mcdw/tags/items/common_loot_pool_items.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,80 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "mcdw:axe_anchor", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:axe_axe", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_dagger", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:double_axe_double", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:gauntlet_gauntlet", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:glaive_glaive", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:hammer_great_hammer", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:hammer_mace", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:longbow_longbow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:pickaxe_howling_pick", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:pickaxe_mountineer_pick", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:shortbow_shortbow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sickle_sickle", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:spear_spear", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:staff_battlestaff", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_cutlass", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_iron_sword_var", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_katana", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_rapier", | ||
"required": false | ||
} | ||
] | ||
} |
92 changes: 92 additions & 0 deletions
92
src/main/generated/data/mcdw/tags/items/epic_loot_pool_items.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,92 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "mcdw:bow_ancient_bow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:bow_haunted_bow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:bow_lost_souls", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:crossbow_corrupted_crossbow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:crossbow_doom_crossbow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:crossbow_pride_of_the_piglins", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_backstabber_", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_swift_striker", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_the_beginning", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_the_end", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:dagger_void_touched_blade", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:gauntlet_soul_fist", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:hammer_gravity", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:hammer_stormlander", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:hammer_suns_grace", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:scythe_soul_scythe", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:soul_dagger_eternal_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:soul_dagger_soul_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:soul_dagger_truthseeker", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_dark_katana", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_obsidian_claymore", | ||
"required": false | ||
}, | ||
{ | ||
"id": "mcdw:sword_the_starless_night", | ||
"required": false | ||
} | ||
] | ||
} |
Oops, something went wrong.