-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ezekiel Smith
committed
Sep 22, 2022
1 parent
2b3569e
commit 0df9d35
Showing
11 changed files
with
97 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name = "Better Combat by Daedelus" | ||
filename = "bettercombat-fabric-1.4.0+1.18.2.jar" | ||
filename = "bettercombat-fabric-1.4.1+1.18.2.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/zIQw5406/bettercombat-fabric-1.4.0%2B1.18.2.jar" | ||
url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/12NTMIyD/bettercombat-fabric-1.4.1%2B1.18.2.jar" | ||
hash-format = "sha1" | ||
hash = "bfe7562b76d40cc58e809cefb1aee30e4f6954c3" | ||
hash = "d34610c868a71ac7ca8efb0b5a77df70b3643ccf" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "5sy6g3kz" | ||
version = "zIQw5406" | ||
version = "12NTMIyD" |
This file was deleted.
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,13 @@ | ||
name = "Combat Roll" | ||
filename = "combatroll-fabric-1.0.0+1.18.2.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/wGKYL7st/versions/qjPNxjeI/combatroll-fabric-1.0.0%2B1.18.2.jar" | ||
hash-format = "sha1" | ||
hash = "a1e09854105f43e3719045076c336d07d8f2b017" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "wGKYL7st" | ||
version = "qjPNxjeI" |
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,13 @@ | ||
name = "Fabric API" | ||
filename = "fabric-api-0.58.0+1.18.2.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.0+1.18.2/fabric-api-0.58.0%2B1.18.2.jar" | ||
hash-format = "sha1" | ||
hash = "b9ab9ab267f8cdff525f9a8edb26435d3e2455f6" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "P7dR8mSH" | ||
version = "4XRtXhtL" |
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,13 @@ | ||
name = "Light Emitting Diode" | ||
filename = "led-1.2.4.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/nrekn9hP/versions/1.2.4/led-1.2.4.jar" | ||
hash-format = "sha1" | ||
hash = "f864a4b84509a84adcf66accb8218bef0304b5e5" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "nrekn9hP" | ||
version = "B6qtHfGU" |
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
25 changes: 25 additions & 0 deletions
25
pack/.minecraft/patchouli_books/hexmc_handbook/en_us/entries/combat/rolling.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,25 @@ | ||
{ | ||
"name": "Rolling", | ||
"icon": "kubejs:roly_poly", | ||
"category": "patchouli:combat", | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "Rolling is hard to master but if done right can be an incredibly effective tool in your adventure." | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": "How to roll", | ||
"text": "By default rolling is bound to the $(thing)R$() key and can be changed in controls. When pressed it will allow you to roll in the direction you are walking." | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": "Enchantments", | ||
"text": "$(thing)Longfooted$() can be enchanted on boots $(li)Increases the distance of your rolls (by 1 block / level)$()$(br2)$(thing)Acrobat's Shirt$() & $(thing)Acrobat's Pants$() can be enchanted on chests and legs respectively $(li)Increases the recharge speed of the roll cooldown (by +10% / level)$()" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"text": "$(thing)Multi-Roll$() can be enchanted on helmets $(li)Grants extra rolls (+1 roll / level)" | ||
} | ||
] | ||
} |
9 changes: 7 additions & 2 deletions
9
pack/.minecraft/patchouli_books/hexmc_server/en_us/entries/approved_mods.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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
{ | ||
"name": "Approved Mods", | ||
"icon": "ad_astra:wrench", | ||
"icon": "create:wrench", | ||
"category": "patchouli:server", | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "The following mods are approved and allowed for use on this server: $(br)$(li)$(l:https://modrinth.com/mod/journeymap)Journey Map $(li)$(l:https://modrinth.com/mod/zoomify)Zoomify $(li)$(l:https://modrinth.com/mod/inventory-profiles-next)Inventory Profiles $(li)$(l:https://modrinth.com/mod/appleskin)AppleSkin $()$(br2)If you have any complaints or would like to request approval please do so $(l:https://github.com/ZekeSmith/HexMC/issues)here" | ||
"text": "Allowed modifications are under loose guidelines, to be approved they must follow this rule set: $(li)Not provide major advantage over other users (eg. xray)$() $(li)Not intentionally harm the server$() $(li)Not enable harasment of users (auto spammers)$()" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": "Example approved mods", | ||
"text": "Maps, eg. Xaeros Mini/World, JourneyMap$(li)Provides slight advantage however allows for greater exploration.$(br2)Zoomify, Ok Zoomer $(li)Basically a hotkey for a Spyglass, not a very big advantage. " | ||
} | ||
] | ||
} |
16 changes: 0 additions & 16 deletions
16
pack/.minecraft/patchouli_books/hexmc_server/en_us/entries/parties.json
This file was deleted.
Oops, something went wrong.