Compare commits

..

1 commit
main ... 1.21.4

Author SHA1 Message Date
821594296e begone 2025-03-08 09:50:45 -08:00
106 changed files with 1078 additions and 1369 deletions

View file

@ -1,82 +0,0 @@
general = {disable_mod = false, space_modules = false, shadow_text = true, animations = true, animationSpeed = 1.0, fontScale = 1.0, background_color = 1867534416}
[[modules_left]]
name = "minecraft"
name_color = 10506797
value_color = 43520
enabled = true
lines = {minecraft = true}
[[modules_left]]
name = "fps"
color_high = 5635925
color_med = 16777045
color_low = 16733525
enabled = true
lines = {fps = true}
[[modules_left]]
name = "empty"
enabled = true
lines = {nothing = true}
[[modules_left]]
name = "coords"
name_color = 16733525
color_x = 16733525
color_y = 5635925
color_z = 5636095
enabled = true
lines = {player_coords = true, block_coords = false, chunk_relative_coords = false, chunk_coords = false}
[[modules_left]]
name = "location"
name_color = 43520
value_color = 5636095
enabled = true
lines = {dimension = true, facing = false, rotation = false, light = true, light_server = true, highest_block = false, highest_block_server = false, biome = true, local_difficulty = false, days_played = true}
[[modules_left]]
name = "empty"
enabled = true
lines = {nothing = true}
[[modules_left]]
name = "graphics"
name_color = 16755200
value_color = 5636095
enabled = true
lines = {render_distance = true, graphics = true, clouds = true, biome_blend_radius = true, shader = true}
[[modules_left]]
name = "server"
name_color = 11184810
value_color = 16777045
enabled = true
lines = {server_tick = true, packets_sent = true, packets_received = true}
[[modules_right]]
name = "system"
name_color = 16755200
value_color = 5636095
enabled = true
lines = {java_version = true, memory_usage = true, allocated_memory = true, cpu = true, display = true, gpu = true, opengl_version = true, gpu_driver = true}
[[modules_right]]
name = "miscright"
name_color = 16645526
value_color = 5636095
enabled = false
lines = {misc_right = true}
[[modules_right]]
name = "empty"
enabled = true
lines = {nothing = true}
[[modules_right]]
name = "target"
name_color = 43775
value_color = 16777045
enabled = true
lines = {targeted_block = true, id_block = true, block_states = true, block_tags = true, blank = true, targeted_fluid = true, id_fluid = true, fluid_states = true, fluid_tags = true, blank2 = true, targeted_entity = true}

View file

@ -1,18 +0,0 @@
[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
mode = "REALTIME"
#Enable entities light source.
entities = true
#Enable first-person player light source.
self = true
#Enable block entities light source.
block_entities = true
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
#TNT lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
tnt = "SIMPLE"
#Creeper lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
creeper = "SIMPLE"

View file

@ -0,0 +1,155 @@
{
"modules_left": [
{
"name": "minecraft",
"name_color": 10506797,
"value_color": 43520,
"enabled": true,
"lines": {
"minecraft": true
}
},
{
"name": "fps",
"color_high": 5635925,
"color_med": 16777045,
"color_low": 16733525,
"enabled": true,
"lines": {
"fps": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "coords",
"name_color": 16733525,
"color_x": 16733525,
"color_y": 5635925,
"color_z": 5636095,
"enabled": true,
"lines": {
"player_coords": true,
"block_coords": false,
"chunk_relative_coords": false,
"chunk_coords": false
}
},
{
"name": "location",
"name_color": 43520,
"value_color": 5636095,
"enabled": true,
"lines": {
"dimension": true,
"facing": false,
"rotation": false,
"light": true,
"light_server": true,
"highest_block": false,
"highest_block_server": false,
"biome": true,
"local_difficulty": false,
"days_played": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "graphics",
"name_color": 16755200,
"value_color": 5636095,
"enabled": true,
"lines": {
"render_distance": true,
"graphics": true,
"clouds": true,
"biome_blend_radius": true,
"shader": true
}
},
{
"name": "server",
"name_color": 11184810,
"value_color": 16777045,
"enabled": true,
"lines": {
"server_tick": true,
"packets_sent": true,
"packets_received": true
}
}
],
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 5636095,
"enabled": true,
"lines": {
"java_version": true,
"memory_usage": true,
"allocated_memory": true,
"cpu": true,
"display": true,
"gpu": true,
"opengl_version": true,
"gpu_driver": true
}
},
{
"name": "miscright",
"name_color": 16645526,
"value_color": 5636095,
"enabled": false,
"lines": {
"misc_right": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "target",
"name_color": 43775,
"value_color": 16777045,
"enabled": true,
"lines": {
"targeted_block": true,
"id_block": true,
"block_states": true,
"block_tags": true,
"blank": true,
"targeted_fluid": true,
"id_fluid": true,
"fluid_states": true,
"fluid_tags": true,
"blank2": true,
"targeted_entity": true
}
}
],
"general": {
"disable_mod": false,
"space_modules": false,
"shadow_text": true,
"animations": true,
"animationSpeed": 1.0,
"fontScale": 1.0,
"background_color": 1867534416
}
}

View file

@ -0,0 +1,652 @@
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# | __ __ ___ __ __ | #
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.net | #
# | | #
# | WIKI: https://luckperms.net/wiki | #
# | DISCORD: https://discord.gg/luckperms | #
# | BUG REPORTS: https://github.com/LuckPerms/LuckPerms/issues | #
# | | #
# | Each option in this file is documented and explained here: | #
# | ==> https://luckperms.net/wiki/Configuration | #
# | | #
# | New options are not added to this file automatically. Default values are used if an | #
# | option cannot be found. The latest config versions can be obtained at the link above. | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | ESSENTIAL SETTINGS | #
# | | #
# | Important settings that control how LuckPerms functions. | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# The name of the server, used for server specific permissions.
#
# - When set to "global" this setting is effectively ignored.
# - In all other cases, the value here is added to all players in a "server" context.
# - See: https://luckperms.net/wiki/Context
server = "global"
# If the servers own UUID cache/lookup facility should be used when there is no record for a player
# already in LuckPerms.
#
# - When this is set to 'false', commands using a player's username will not work unless the player
# has joined since LuckPerms was first installed.
# - To get around this, you can use a player's uuid directly in the command, or enable this option.
# - When this is set to 'true', the server facility is used. This may use a number of methods,
# including checking the servers local cache, or making a request to the Mojang API.
use-server-uuid-cache = false
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | STORAGE SETTINGS | #
# | | #
# | Controls which storage method LuckPerms will use to store data. | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# How the plugin should store data
#
# - The various options are explained in more detail on the wiki:
# https://luckperms.net/wiki/Storage-types
#
# - Possible options:
#
# | Remote databases - require connection information to be configured below
# |=> MySQL
# |=> MariaDB (preferred over MySQL)
# |=> PostgreSQL
# |=> MongoDB
#
# | Flatfile/local database - don't require any extra configuration
# |=> H2 (preferred over SQLite)
# |=> SQLite
#
# | Readable & editable text files - don't require any extra configuration
# |=> YAML (.yml files)
# |=> JSON (.json files)
# |=> HOCON (.conf files)
# |=> TOML (.toml files)
# |
# | By default, user, group and track data is separated into different files. Data can be combined
# | and all stored in the same file by switching to a combined storage variant.
# | Just add '-combined' to the end of the storage-method, e.g. 'yaml-combined'
#
# - A H2 database is the default option.
# - If you want to edit data manually in "traditional" storage files, we suggest using YAML.
storage-method = "yaml"
# The following block defines the settings for remote database storage methods.
#
# - You don't need to touch any of the settings here if you're using a local storage method!
# - The connection detail options are shared between all remote storage types.
data {
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL = 3306, PostgreSQL = 5432, MongoDB = 27017)
# - Specify as "host:port" if differs
address = "localhost"
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database = "minecraft"
# Credentials for the database.
username = "root"
password = ""
# These settings apply to the MySQL connection pool.
# - The default values will be suitable for the majority of users.
# - Do not change these settings unless you know what you're doing!
pool-settings {
# Sets the maximum size of the MySQL connection pool.
# - Basically this value will determine the maximum number of actual
# connections to the database backend.
# - More information about determining the size of connection pools can be found here:
# https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
maximum-pool-size = 10
# Sets the minimum number of idle connections that the pool will try to maintain.
# - For maximum performance and responsiveness to spike demands, it is recommended to not set
# this value and instead allow the pool to act as a fixed size connection pool.
# (set this value to the same as 'maximum-pool-size')
minimum-idle = 10
# This setting controls the maximum lifetime of a connection in the pool in milliseconds.
# - The value should be at least 30 seconds less than any database or infrastructure imposed
# connection time limit.
maximum-lifetime = 1800000 # 30 minutes
# This setting controls how frequently the pool will 'ping' a connection in order to prevent it
# from being timed out by the database or network infrastructure, measured in milliseconds.
# - The value should be less than maximum-lifetime and greater than 30000 (30 seconds).
# - Setting the value to zero will disable the keepalive functionality.
keepalive-time = 0
# This setting controls the maximum number of milliseconds that the plugin will wait for a
# connection from the pool, before timing out.
connection-timeout = 5000 # 5 seconds
# This setting allows you to define extra properties for connections.
#
# By default, the following options are set to enable utf8 encoding. (you may need to remove
# these if you are using PostgreSQL)
# useUnicode = true
# characterEncoding = "utf8"
#
# You can also use this section to disable SSL connections, by uncommenting the 'useSSL' and
# 'verifyServerCertificate' options below.
properties {
useUnicode = true
characterEncoding = "utf8"
#useSSL: false
#verifyServerCertificate: false
}
}
# The prefix for all LuckPerms SQL tables.
#
# - This only applies for remote SQL storage types (MySQL, MariaDB, etc).
# - Change this if you want to use different tables for different servers.
table-prefix = "luckperms_"
# The prefix to use for all LuckPerms MongoDB collections.
#
# - This only applies for the MongoDB storage type.
# - Change this if you want to use different collections for different servers. The default is no
# prefix.
mongodb-collection-prefix = ""
# The connection string URI to use to connect to the MongoDB instance.
#
# - When configured, this setting will override anything defined in the address, database,
# username or password fields above.
# - If you have a connection string that starts with 'mongodb://' or 'mongodb+srv://', enter it
# below.
# - For more information, please see https://docs.mongodb.com/manual/reference/connection-string/
mongodb-connection-uri = ""
}
# Define settings for a "split" storage setup.
#
# - This allows you to define a storage method for each type of data.
# - The connection options above still have to be correct for each type here.
split-storage {
# Don't touch this if you don't want to use split storage!
enabled = false
methods {
# These options don't need to be modified if split storage isn't enabled.
user = "h2"
group = "h2"
track = "h2"
uuid = "h2"
log = "h2"
}
}
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | UPDATE PROPAGATION & MESSAGING SERVICE | #
# | | #
# | Controls the ways in which LuckPerms will sync data & notify other servers of changes. | #
# | These options are documented on greater detail on the wiki under "Instant Updates". | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# This option controls how frequently LuckPerms will perform a sync task.
#
# - A sync task will refresh all data from the storage, and ensure that the most up-to-date data is
# being used by the plugin.
# - This is disabled by default, as most users will not need it. However, if you're using a remote
# storage type without a messaging service setup, you may wish to set this to something like 3.
# - Set to -1 to disable the task completely.
sync-minutes = -1
# If the file watcher should be enabled.
#
# - When using a file-based storage type, LuckPerms can monitor the data files for changes, and
# automatically update when changes are detected.
# - If you don't want this feature to be active, set this option to false.
watch-files = true
# Define which messaging service should be used by the plugin.
#
# - If enabled and configured, LuckPerms will use the messaging service to inform other connected
# servers of changes.
# - Use the command "/lp networksync" to manually push changes.
# - Data is NOT stored using this service. It is only used as a messaging platform.
#
# - If you decide to enable this feature, you should set "sync-minutes" to -1, as there is no need
# for LuckPerms to poll the database for changes.
#
# - Possible options:
# => sql Uses the SQL database to form a queue system for communication. Will only work when
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
# LuckPerms must be installed on your proxy & all connected servers backend servers.
# Won't work if you have more than one proxy.
# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured
# below.
# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be
# configured below.
# => nats Uses Nats pub-sub to push changes. Your server connection info must be
# configured below.
# => custom Uses a messaging service provided using the LuckPerms API.
# => auto Attempts to automatically setup a messaging service using redis or sql.
messaging-service = "auto"
# If LuckPerms should automatically push updates after a change has been made with a command.
auto-push-updates = true
# If LuckPerms should push logging entries to connected servers via the messaging service.
push-log-entries = true
# If LuckPerms should broadcast received logging entries to players on this platform.
#
# - If you have LuckPerms installed on your backend servers as well as a BungeeCord proxy, you
# should set this option to false on either your backends or your proxies, to avoid players being
# messaged twice about log entries.
broadcast-received-log-entries = true
# Settings for Redis.
# Port 6379 is used by default; set address to "host:port" if differs
# Multiple Redis nodes can be specified in the same format as a string list under the name "addresses".
redis {
enabled = false
address = "localhost"
username = ""
password = ""
}
# Settings for nats.
# Port 4222 is used by default; set address to "host:port" if differs
nats {
enabled = false
address = "localhost"
username = ""
password = ""
}
# Settings for RabbitMQ.
# Port 5672 is used by default; set address to "host:port" if differs
rabbitmq {
enabled = false
address = "localhost"
vhost = "/"
username = "guest"
password = "guest"
}
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | CUSTOMIZATION SETTINGS | #
# | | #
# | Settings that allow admins to customize the way LuckPerms operates. | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# Controls how temporary permissions/parents/meta should be accumulated.
#
# - The default behaviour is "deny".
# - This behaviour can also be specified when the command is executed. See the command usage
# documentation for more info.
#
# - Possible options:
# => accumulate durations will be added to the existing expiry time
# => replace durations will be replaced if the new duration is later than the current
# expiration
# => deny the command will just fail if you try to add another node with the same expiry
temporary-add-behaviour = "deny"
# Controls how LuckPerms will determine a users "primary" group.
#
# - The meaning and influence of "primary groups" are explained in detail on the wiki.
# - The preferred approach is to let LuckPerms automatically determine a users primary group
# based on the relative weight of their parent groups.
#
# - Possible options:
# => stored use the value stored against the users record in the file/database
# => parents-by-weight just use the users most highly weighted parent
# => all-parents-by-weight same as above, but calculates based upon all parents inherited from
# both directly and indirectly
primary-group-calculation = "parents-by-weight"
# If the plugin should check for "extra" permissions with users run LP commands.
#
# - These extra permissions allow finer control over what users can do with each command, and who
# they have access to edit.
# - The nature of the checks are documented on the wiki under "Argument based command permissions".
# - Argument based permissions are *not* static, unlike the 'base' permissions, and will depend upon
# the arguments given within the command.
argument-based-command-permissions = false
# If the plugin should check whether senders are a member of a given group before they're able to
# edit the groups data or add/remove other users to/from it.
# Note: these limitations do not apply to the web editor!
require-sender-group-membership-to-modify = false
# If the plugin should send log notifications to users whenever permissions are modified.
#
# - Notifications are only sent to those with the appropriate permission to receive them
# - They can also be temporarily enabled/disabled on a per-user basis using
# '/lp log notify <on|off>'
log-notify = true
# Defines a list of log entries which should not be sent as notifications to users.
#
# - Each entry in the list is a RegEx expression which is matched against the log entry description.
log-notify-filtered-descriptions = [
# "parent add example"
]
# If LuckPerms should automatically install translation bundles and periodically update them.
auto-install-translations = true
# Defines the options for prefix and suffix stacking.
#
# - The feature allows you to display multiple prefixes or suffixes alongside a players username in
# chat.
# - It is explained and documented in more detail on the wiki under "Prefix & Suffix Stacking".
#
# - The options are divided into separate sections for prefixes and suffixes.
# - The 'duplicates' setting refers to how duplicate elements are handled. Can be 'retain-all',
# 'first-only' or 'last-only'.
# - The value of 'start-spacer' is included at the start of the resultant prefix/suffix.
# - The value of 'end-spacer' is included at the end of the resultant prefix/suffix.
# - The value of 'middle-spacer' is included between each element in the resultant prefix/suffix.
#
# - Possible format options:
# => highest Selects the value with the highest weight, from all values
# held by or inherited by the player.
#
# => lowest Same as above, except takes the one with the lowest weight.
#
# => highest_own Selects the value with the highest weight, but will not
# accept any inherited values.
#
# => lowest_own Same as above, except takes the value with the lowest weight.
#
# => highest_inherited Selects the value with the highest weight, but will only
# accept inherited values.
#
# => lowest_inherited Same as above, except takes the value with the lowest weight.
#
# => highest_on_track_<track> Selects the value with the highest weight, but only if the
# value was inherited from a group on the given track.
#
# => lowest_on_track_<track> Same as above, except takes the value with the lowest weight.
#
# => highest_not_on_track_<track> Selects the value with the highest weight, but only if the
# value was inherited from a group not on the given track.
#
# => lowest_not_on_track_<track> Same as above, except takes the value with the lowest weight.
#
# => highest_from_group_<group> Selects the value with the highest weight, but only if the
# value was inherited from the given group.
#
# => lowest_from_group_<group> Same as above, except takes the value with the lowest weight.
#
# => highest_not_from_group_<group> Selects the value with the highest weight, but only if the
# value was not inherited from the given group.
#
# => lowest_not_from_group_<group> Same as above, except takes the value with the lowest weight.
meta-formatting {
prefix {
format = [
"highest"
]
duplicates = "first-only"
start-spacer = ""
middle-spacer = " "
end-spacer = ""
}
suffix {
format = [
"highest"
]
duplicates = "first-only"
start-spacer = ""
middle-spacer = " "
end-spacer = ""
}
}
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | PERMISSION CALCULATION AND INHERITANCE | #
# | | #
# | Modify the way permission checks, meta lookups and inheritance resolutions are handled. | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# The algorithm LuckPerms should use when traversing the "inheritance tree".
#
# - Possible options:
# => breadth-first See: https://en.wikipedia.org/wiki/Breadth-first_search
# => depth-first-pre-order See: https://en.wikipedia.org/wiki/Depth-first_search
# => depth-first-post-order See: https://en.wikipedia.org/wiki/Depth-first_search
inheritance-traversal-algorithm = "depth-first-pre-order"
# If a final sort according to "inheritance rules" should be performed after the traversal algorithm
# has resolved the inheritance tree.
#
# "Inheritance rules" refers to things such as group weightings, primary group status, and the
# natural contextual ordering of the group nodes.
#
# Setting this to 'true' will allow for the inheritance rules to take priority over the structure of
# the inheritance tree.
#
# Effectively when this setting is 'true': the tree is flattened, and rules applied afterwards,
# and when this setting is 'false':, the rules are just applied during each step of the traversal.
post-traversal-inheritance-sort = false
# Defines the mode used to determine whether a set of contexts are satisfied.
#
# - Possible options:
# => at-least-one-value-per-key Set A will be satisfied by another set B, if at least one of the
# key-value entries per key in A are also in B.
# => all-values-per-key Set A will be satisfied by another set B, if all key-value
# entries in A are also in B.
context-satisfy-mode = "at-least-one-value-per-key"
# LuckPerms has a number of built-in contexts. These can be disabled by adding the context key to
# the list below.
disabled-contexts = [
# "world"
]
# +----------------------------------------------------------------------------------------------+ #
# | Permission resolution settings | #
# +----------------------------------------------------------------------------------------------+ #
# If users on this server should have their global permissions applied.
# When set to false, only server specific permissions will apply for users on this server
include-global = true
# If users on this server should have their global world permissions applied.
# When set to false, only world specific permissions will apply for users on this server
include-global-world = true
# If users on this server should have global (non-server specific) groups applied
apply-global-groups = true
# If users on this server should have global (non-world specific) groups applied
apply-global-world-groups = true
# +----------------------------------------------------------------------------------------------+ #
# | Meta lookup settings | #
# +----------------------------------------------------------------------------------------------+ #
# Defines how meta values should be selected.
#
# - Possible options:
# => inheritance Selects the meta value that was inherited first
# => highest-number Selects the highest numerical meta value
# => lowest-number Selects the lowest numerical meta value
meta-value-selection-default = "inheritance"
# Defines how meta values should be selected per key.
meta-value-selection {
#max-homes = "highest-number"
}
# +----------------------------------------------------------------------------------------------+ #
# | Inheritance settings | #
# +----------------------------------------------------------------------------------------------+ #
# If the plugin should apply wildcard permissions.
#
# - If set to true, LuckPerms will detect wildcard permissions, and resolve & apply all registered
# permissions matching the wildcard.
apply-wildcards = true
# If LuckPerms should resolve and apply permissions according to the Sponge style implicit wildcard
# inheritance system.
#
# - That being: If a user has been granted "example", then the player should have also be
# automatically granted "example.function", "example.another", "example.deeper.nesting",
# and so on.
apply-sponge-implicit-wildcards = true
# If the plugin should parse regex permissions.
#
# - If set to true, LuckPerms will detect regex permissions, marked with "r=" at the start of the
# node, and resolve & apply all registered permissions matching the regex.
apply-regex = true
# If the plugin should complete and apply shorthand permissions.
#
# - If set to true, LuckPerms will detect and expand shorthand node patterns.
apply-shorthand = true
# If the owner of an integrated server should bypass permission checks.
#
# - This setting only applies when LuckPerms is active on a single-player world.
# - The owner of an integrated server is the player whose client instance is running the server.
integrated-server-owner-bypasses-checks = true
# +----------------------------------------------------------------------------------------------+ #
# | Extra settings | #
# +----------------------------------------------------------------------------------------------+ #
# A list of context calculators which will be skipped when calculating contexts.
#
# - You can disable context calculators by either:
# => specifying the Java class name used by the calculator (e.g. com.example.ExampleCalculator)
# => specifying a sub-section of the Java package used by the calculator (e.g. com.example)
disabled-context-calculators = []
# Allows you to set "aliases" for the worlds sent forward for context calculation.
#
# - These aliases are provided in addition to the real world name. Applied recursively.
# - Remove the comment characters for the default aliases to apply.
world-rewrite {
#world_nether = "world"
#world_the_end = "world"
}
# Define special group weights for this server.
#
# - Group weights can also be applied directly to group data, using the setweight command.
# - This section allows weights to be set on a per-server basis.
group-weight {
#admin = 10
}
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | FINE TUNING OPTIONS | #
# | | #
# | A number of more niche settings for tweaking and changing behaviour. The section also | #
# | contains toggles for some more specialised features. It is only necessary to make changes to | #
# | these options if you want to fine-tune LuckPerms behaviour. | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | Server Operator (OP) settings | #
# +----------------------------------------------------------------------------------------------+ #
# Controls whether server operators should exist at all.
#
# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be
# disabled. Note that vanilla features like the spawn-protection require an operator on the
# server to work.
enable-ops = false
# Enables or disables a special permission based system in LuckPerms for controlling OP status.
#
# - If set to true, any user with the permission "luckperms.autoop" will automatically be granted
# server operator status. This permission can be inherited, or set on specific servers/worlds,
# temporarily, etc.
# - Additionally, setting this to true will force the "enable-ops" option above to false. All users
# will be de-opped unless they have the permission node, and the op/deop commands will be
# disabled.
# - It is recommended that you use this option instead of assigning a single '*' permission.
# - However, on Fabric this setting can be used as a "pseudo" root wildcard, as many mods support
# the operator system over permissions.
auto-op = false
# +----------------------------------------------------------------------------------------------+ #
# | Miscellaneous (and rarely used) settings | #
# +----------------------------------------------------------------------------------------------+ #
# If LuckPerms should produce extra logging output when it handles logins.
#
# - Useful if you're having issues with UUID forwarding or data not being loaded.
debug-logins = false
# If LuckPerms should allow usernames with non alphanumeric characters.
#
# - Note that due to the design of the storage implementation, usernames must still be 16 characters
# or less.
allow-invalid-usernames = false
# If LuckPerms should not require users to confirm bulkupdate operations.
#
# - When set to true, operations will be executed immediately.
# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of
# data, and is not designed to be executed automatically.
# - If automation is needed, users should prefer using the LuckPerms API.
skip-bulkupdate-confirmation = false
# If LuckPerms should prevent bulkupdate operations.
#
# - When set to true, bulkupdate operations (the /lp bulkupdate command) will not work.
# - When set to false, bulkupdate operations will be allowed via the console.
disable-bulkupdate = false
# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command.
#
# - When this happens, the plugin will set their primary group back to default.
prevent-primary-group-removal = false
# If LuckPerms should update the list of commands sent to the client when permissions are changed.
update-client-command-list = true
# If LuckPerms should attempt to resolve Vanilla command target selectors for LP commands.
# See here for more info: https://minecraft.wiki/w/Target_selectors
resolve-command-selectors = false

View file

@ -0,0 +1,5 @@
name: admin
permissions:
- bluemap
- lambda
- minecraft

View file

@ -0,0 +1 @@
name: default

View file

@ -0,0 +1,3 @@
name: luckperms
permissions:
- luckperms

View file

@ -0,0 +1,2 @@
enforce-secure-profile=false
motd=&5Vanillia Minecraft

View file

@ -1,29 +1,5 @@
hash-format = "sha256"
[[files]]
file = "config/default_files/config/betterf3.toml"
hash = "f587848faedb25589aedc81e39ff8e14e905d32921366f7b12b1eae0794df53d"
[[files]]
file = "config/default_files/config/immersive_mc-client.json"
hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436"
[[files]]
file = "config/default_files/config/sodiumdynamiclights-client.toml"
hash = "19820dea305ab45ce3afb13fc610ce9c941604e27a0de4d750d0048c148c8e7c"
[[files]]
file = "config/default_files/config/vivecraft-client-config.json"
hash = "4773df642faf7205259c06029127e82cfe360ec381cb2424aaa8077cae659312"
[[files]]
file = "config/default_files/options.txt"
hash = "33de5faa978859355325454ab15547f3844f8cf6cbce72d24b89b3aba627cbf8"
[[files]]
file = "config/default_files/servers.dat"
hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5"
[[files]]
file = "config/simplemenu.json5"
hash = "9c0e60b192f414b9bb41e10595ba409d2d6ef04ed807005bff4d16b5464076dd"
@ -41,40 +17,65 @@ file = "config/simplemenu/icon/icon_32x32.png"
hash = "02b1fb49ebba634b8dda7f893eabbe563ef59e602fc9827e5b24a895f34be24f"
[[files]]
file = "config/starterkit/kits/Default.txt"
file = "config/travelersbackpack.json5"
hash = "b56cd6b71b06008c9a3694542df24bcc6e7098822a804838f63036b46bccfd84"
[[files]]
file = "config/yosbr/config/betterf3.json"
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
[[files]]
file = "config/yosbr/config/immersive_mc-client.json"
hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436"
[[files]]
file = "config/yosbr/config/luckperms/luckperms.conf"
hash = "1e324a30c0efe883cc65f2bb3bae1b02c01d7156533c43ff820c232a2a067e15"
[[files]]
file = "config/yosbr/config/starterkit/kits/Kickstart.txt"
hash = "f525b169fc19bda6566e49af62c485486da81a925ea68d755624a312d00a3ce4"
[[files]]
file = "config/travelersbackpack.json5"
hash = "b56cd6b71b06008c9a3694542df24bcc6e7098822a804838f63036b46bccfd84"
file = "config/yosbr/config/vivecraft-client-config.json"
hash = "4773df642faf7205259c06029127e82cfe360ec381cb2424aaa8077cae659312"
[[files]]
file = "config/yosbr/mods/luckperms/yaml-storage/groups/admin.yml"
hash = "0d6411218e498c63fbdc485ec66f8639a4e126d4206cc3cca7db6b1a72a10c47"
[[files]]
file = "config/yosbr/mods/luckperms/yaml-storage/groups/default.yml"
hash = "505ae288295c265cadf1fbaacddf554d7c3dc9978a0a93e2ea7acc1d035c63d0"
[[files]]
file = "config/yosbr/mods/luckperms/yaml-storage/groups/luckperms.yml"
hash = "6468ca19a22adee8317d71e1630e6511c3802ed23a1b50c9097de2ce2fa30a6b"
[[files]]
file = "config/yosbr/options.txt"
hash = "1744eb20307f7a5ff692630fa72de89c06b4cc3a42dd1038a149b1d28dc569c3"
[[files]]
file = "config/yosbr/server.properties"
hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
[[files]]
file = "config/yosbr/servers.dat"
hash = "7b70d1f83f403bce436041e8e1c25a2779d5c2db5941b361eb96dc03eb9e13d5"
[[files]]
file = "icon.png"
hash = "cc3d1cf3ff64c47c8032921a906c8e339675d04319fa22ef275cdadb2bd474a5"
[[files]]
file = "mods/accessories-cc-layer.pw.toml"
hash = "d2400d3ffbfa00248556511b23af5d19694d4042e0161820d392ce24ca41c969"
metafile = true
[[files]]
file = "mods/accessories.pw.toml"
hash = "4a2fa8e0f69aff17b49922ecace2882d4e593e5a554abfccbdbc9ffd879a0cbd"
metafile = true
[[files]]
file = "mods/adorn.pw.toml"
hash = "ef9bf76e6e39576898d05b7858b6f3dd3e1847e7cc23fffdfd72f18de1d7fc51"
metafile = true
[[files]]
file = "mods/advancedperipherals.pw.toml"
hash = "7ba6741d176fc158b20cf60442225fd589f7ec02a20444f9ddebae8e7c65b029"
hash = "39fa0b4744e799b8d4e49e1b0e5db6c597cce0b9254f0b08579845eb8f21a995"
metafile = true
[[files]]
file = "mods/architectury-api.pw.toml"
hash = "ea336d25c3e21ef168aec20e1ea470c96949ad29632646ee8e8ab0d74b4bbfc9"
hash = "688669b332c5211778958da2cd58d38661b221a4af0283ee3441e1c22daa5c5b"
metafile = true
[[files]]
@ -84,142 +85,52 @@ metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "c9aca350959a8936b054c7164fb55d789ab1e0d38cff2af48b78f70af2bc0c6d"
metafile = true
[[files]]
file = "mods/caelus.pw.toml"
hash = "992b0dca9683f225fc774d779762d18a009f2d82b9d051e7c0b55a33a95d9238"
metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "b8446771b0d1d228cbc3034ef75e81e4e07627c74368624664acdf4daa9fbfba"
hash = "86790c65ea0d005ac76a7ad851091f86b84e8a382036c6dad3b5c49ac5e91068"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "75181b55e0407d1fca1e2f346c6501f919f5109545990ddfb66db9cd1b771f8a"
hash = "fa3b6c0f8500a3afa447e655d2227e613c128b4f0d04e32bcfb7d9795f42cf8a"
metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "e94bd41a54a72723e283df0c6a870c7baef0fa38ee9099842470f9fd10fc7e70"
hash = "88ae050b15aaa9fb5b8ffe5df53e2b8407cb5217dde64241107c11509c2fd657"
metafile = true
[[files]]
file = "mods/common-network.pw.toml"
hash = "8831fd4db9c71c69f67d53b54e9c7d2c30b0c05fc486b0c7ed9a7d3330ce0826"
metafile = true
[[files]]
file = "mods/copper-reforged.pw.toml"
hash = "200526f14756834db07e82714573a4cc93cee3925e54d7093393a4be979f10c5"
metafile = true
[[files]]
file = "mods/corgilib.pw.toml"
hash = "7f657c9071754b89ccfa3b138c33e73fb8414384b6c442396a951a6ad97e4956"
metafile = true
[[files]]
file = "mods/craterlib.pw.toml"
hash = "88e5855367203943ee4a00612df733b6b016d953a87e2a2bcb32ba04d78e8dc8"
metafile = true
[[files]]
file = "mods/create-encased.pw.toml"
hash = "8d65f66e5409268caa28eb47eba2c0e2741c0b180998e4c9b3ce947d51b7ea86"
metafile = true
[[files]]
file = "mods/create-renewable-brass.pw.toml"
hash = "6da202f121d90a60e3c428eff33f38cde6ae36e8b97ebf16579d3ec69272ceb0"
metafile = true
[[files]]
file = "mods/create-renewable-diamonds.pw.toml"
hash = "35c461171edd7c253e9cfb2489ad33ccac5343a541ac5302f510084ba693040e"
metafile = true
[[files]]
file = "mods/create-renewable-netherite.pw.toml"
hash = "a415fb5b85a7de4ae22d4c75fe7ad4f3528171d0564b9f49245101b11813439a"
metafile = true
[[files]]
file = "mods/create-stones.pw.toml"
hash = "f131ebc6dcb9b5e6c340c2569bf6d4341daa65aa0af5667e88adf03768dfee01"
metafile = true
[[files]]
file = "mods/create.pw.toml"
hash = "22cbffc716babfbb34155fcfd8cfc6ffb94efd67a67607e6d1ef9b02f7484fe2"
hash = "603529c2817cdf64aee152ba7cf301c0e81e2797c8405b3b0dac9895d227a835"
metafile = true
[[files]]
file = "mods/custom-player-models.pw.toml"
hash = "ce4b995e0fd36ae1725e1121561a447358d818e1db3172d78999da042d31ba1d"
metafile = true
[[files]]
file = "mods/custom-portal-api-reforged.pw.toml"
hash = "0ff7ab2c248d7248f35906f507f86044f521ef4d73490cdc1e599841b4055ad4"
metafile = true
[[files]]
file = "mods/default-files.pw.toml"
hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c"
metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863"
hash = "53fc6547c139e66a7522563810cfc0e822593779dc79f9603be891430aa4a6be"
metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "78e6623084bd14f68ef1335ae8a419238c4119188b90fd9e71faf45c4f049942"
hash = "4233b0121676c147983f77ee7edfab693ea4f26c1551e812df8de69594f3f939"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "97df06d07cba2990d9b252fb7ef701f5f57b3473fe5ade2b10f39829bb0e3f34"
metafile = true
[[files]]
file = "mods/icarus.pw.toml"
hash = "19e2d53f4bd7abed2be25edd3af43113a281344fa2a4fc3d5326f3902f7ba9b8"
hash = "ea4369d728dfbd21b874839c3c2fc08db908c7895f4af68a1b7d3ff162f62112"
metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "32ae660626d91a73a70a83d6c5be17fbb0b42e4f7e9bee694c5ee674aef97cd8"
metafile = true
[[files]]
file = "mods/immersive-lanterns.pw.toml"
hash = "0c9eb7002bd08576fb9b666cfaa103098eaf1480fd553ba3471b9568ac145e37"
metafile = true
[[files]]
file = "mods/immersivemc.pw.toml"
hash = "406a9a840c9b542dcf2b278fd689816b1e81bfb933ae42c19c2077cae8cbef4c"
hash = "5a7d2f79662f79748a934a798db826ed41ee023695f0f2a14447a4a5bd8f49dc"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "c3c06a4839ecfd4717686f7394396a4fc66b7a2e8eabbdd51f23ab2a1099cc1e"
hash = "492b7eed4ba1dfd3adb045fc59bcf746964ad83ad502145eea34505ba2311348"
metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "298501d10980ed74135b92bb0ce3aea2008094c682176cdcf9e6274c03690407"
metafile = true
[[files]]
file = "mods/jei.pw.toml"
hash = "77b86ca843207273549875640b1c16254c2486e67127c37344c186b503da96ed"
hash = "07e704aed1dc3508dc11f8293b3d567b3096fa2bda8a684d55b69a4e1e275629"
metafile = true
[[files]]
@ -227,94 +138,29 @@ file = "mods/kotlin-for-forge.pw.toml"
hash = "0033c5a00c46d5d7b6cf77b19fa76ce5c78a613f3128dcadb3588fa5841ae489"
metafile = true
[[files]]
file = "mods/kube-utils.pw.toml"
hash = "b4109878dd19a95b4ba19cdfd5b300d1ec6af56b4d8a3c7199e97c3448e83eb1"
metafile = true
[[files]]
file = "mods/kubejs.pw.toml"
hash = "eba62fcfbe8678c035ef239481af4f01b21b33d198f8bf7467726e02bf37f845"
metafile = true
[[files]]
file = "mods/lootr.pw.toml"
hash = "51b85f6d9555f015aa4e0bc073ab523199b6df35e325077bcf14fd60ba84a513"
hash = "7122bd0ab74117236c9fdde5cff32d765cf28d73d2d2ea339be2fb867e058085"
metafile = true
[[files]]
file = "mods/mc-vr-api.pw.toml"
hash = "f0e281e1e2dadfc65e6d8d3189d143120f86ec75a0cb27077e55216847df729b"
metafile = true
[[files]]
file = "mods/mekanism.pw.toml"
hash = "63b9bf851e2d382a38af084669bc8c015e883c6c8cfcbd81328d3a03b9ef14cf"
metafile = true
[[files]]
file = "mods/mes-moogs-end-structures.pw.toml"
hash = "689cbd54da281bb4c00372a79ba01319146f3a7b4bc2687c7088285b31c9e2fa"
metafile = true
[[files]]
file = "mods/mmv-moogs-missing-villages.pw.toml"
hash = "62f00e450a195a97555b6c795b1613de3105e36c7401d4d5a0b3a29f963666b4"
metafile = true
[[files]]
file = "mods/mns-moogs-nether-structures.pw.toml"
hash = "9ce4109028c2a3b711d9c5ba56ba4fdf33ad10fe153fb5f1f3f66fcdc445042e"
metafile = true
[[files]]
file = "mods/moogs-voyager-structures.pw.toml"
hash = "d5fb2d5adb0464c82c73cb5d57f959e9d00fba8c3e7f941acb29e2af2b60671d"
metafile = true
[[files]]
file = "mods/morejs.pw.toml"
hash = "01b7385901301a4e71c6aacfd944bdab25480b2e9a63f68b1154e10ae2078e25"
metafile = true
[[files]]
file = "mods/mss-moogs-soaring-structures.pw.toml"
hash = "9036cfad7c6297f1ed7b8b25d6c995fb5e6f4c8c41ce84239dd4056a86dc8e6d"
hash = "a7a6a6859914ca6d5dbcd6a0e3c83aa6abd272ac362c23d5bcaa7912ad7d782a"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "5da18814472be5dc93a21886983646da3a7236413800075ac75229be82d114fa"
metafile = true
[[files]]
file = "mods/oh-the-biomes-weve-gone.pw.toml"
hash = "6bf7f5bcc4063d09b3295093802dd441c01e26cc4e29857eea1dbb729a4acfea"
hash = "97c7557e415c668c0f0661891d2e06d3c1fd31ba19f6bb71b8be092eae78f718"
metafile = true
[[files]]
file = "mods/oh-the-trees-youll-grow.pw.toml"
hash = "c3896538e796d26f4ce372b6bf4bc5c77728e19e54828e957d8b3525ff710afc"
hash = "cac4b7d497e6dd684b3d0f131f775de98c6bceb0e0db23b6cab21dee5f9f7a5f"
metafile = true
[[files]]
file = "mods/owo-lib.pw.toml"
hash = "d6f63a47571142655b5030749ede2ab92c3fa830bdd3fcf3f6381e7f75f9f9ab"
metafile = true
[[files]]
file = "mods/patchouli.pw.toml"
hash = "87fb28047d648087f2fe4891ddf9d3c394b9c5c29eaf4f3970fb7c32520e6fcf"
metafile = true
[[files]]
file = "mods/paucal.pw.toml"
hash = "51b0b44901aa98943a87ba02446b497b7acbc7177b8f320ed64ec5ddc3b1ccd8"
metafile = true
[[files]]
file = "mods/paxi.pw.toml"
hash = "74d96b4361faf4457a439bcc2a1656625a22dfc656164091e89a3ba676880867"
hash = "ff9538e831f4f54363fee0a8cd80dc5a8cc91df3bd5c3c107508aa190d70a00c"
metafile = true
[[files]]
@ -324,7 +170,7 @@ metafile = true
[[files]]
file = "mods/raised.pw.toml"
hash = "e1a8901cb576171c4795431ef8cd8488d4d14f2329a94b09f48a05a0d249297d"
hash = "639c047bfae14092d0f028b80588aa4f7286056eba982cedb35ff998a463add1"
metafile = true
[[files]]
@ -332,19 +178,14 @@ file = "mods/reeses-sodium-options.pw.toml"
hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a"
metafile = true
[[files]]
file = "mods/renderjs.pw.toml"
hash = "284c0c6ec11f386fa0d52159ad4836fd1769dfc0659c9363897703a1aa45c0f2"
metafile = true
[[files]]
file = "mods/resourceful-config.pw.toml"
hash = "b954467adc6c354b2f56390a2d993f1c6815e5032ba264cd2b59c08685d4fb60"
hash = "a076fbcc443900a0e1031b3006cf951411f46a796cf9eb61878695e4e6543055"
metafile = true
[[files]]
file = "mods/resourcify.pw.toml"
hash = "d525f4f3a1bc9358a21159f335989da1d467dd75eccb9fdb14263aec6366ed53"
hash = "9177bd12f4843127549137e482110cb5d5605b357969e7ca6703fa5ca1d9663d"
metafile = true
[[files]]
@ -354,22 +195,12 @@ metafile = true
[[files]]
file = "mods/scribble.pw.toml"
hash = "3ad87fbb20108d7aa5c89759f64d6695e5ec68553f32976f0710bd0a4d34d85b"
metafile = true
[[files]]
file = "mods/scriptor-magicae.pw.toml"
hash = "018f10f819ee88fa9c6ced0e3ba64a3cbf9bb15b889e4b4c3f4ba50ddda0ce9a"
metafile = true
[[files]]
file = "mods/sdlink.pw.toml"
hash = "e1b7229154471533e62bc9d71e74300b6f6eb290efeedeb9480cde01336388de"
hash = "8f8aa5b395cbb3329999534de35527576c2e4c3d8e0baffcb350362d23b5ea4e"
metafile = true
[[files]]
file = "mods/security-craft.pw.toml"
hash = "237556d84d214b893e9e4758b303d0c2cec0680bc0692d829cfbd9becec1d578"
hash = "1acc0fcfd85a9c809ede5495f152fb271688e7f5a3fcdd1f4abfc064db415c9b"
metafile = true
[[files]]
@ -379,12 +210,12 @@ metafile = true
[[files]]
file = "mods/simple-menu.pw.toml"
hash = "713745235a8e71c9d9ed781148e57055e653fd453215a8a0af9006993d412a81"
hash = "d135330b9fdde6aedbfa05f9712dd8c8015fd989ba2697203526ee119dfac866"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "ef6992d15308d88e45074e082dc0552c61d494dc583a9b8520edba4bf1af94b6"
hash = "6705ff3f6760d44fe52d240efd32a780e45508ff904a700a74ddd19a60fdbe09"
metafile = true
[[files]]
@ -394,147 +225,62 @@ metafile = true
[[files]]
file = "mods/sodium-dynamic-lights.pw.toml"
hash = "c1e526d3d17cb3563e596d45c7567ed1fe60c31bdc3457f7a747ef8150bd3c1b"
hash = "0b509da6fca682272cccc4a9858adef1bd0ac3ba1c3725c486cf2715701349c0"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "a1fb713df668ed21dda0602e99cb23b991c8faff841e130d7aae46258c3d6a45"
hash = "f7bfbbf413305d4df574fcf0b71087ba3aaaf31441833d43ba458bbc2d12c3b7"
metafile = true
[[files]]
file = "mods/sodium-options-api.pw.toml"
hash = "d193173f0f5dfb4a921d44e29e8d5cee656dd3a40872939069715bb482b66fc9"
hash = "2c3edf25903f91b75dfb5ac506beed66ad9af9a45852c17cca9e0647796b8ed1"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "347cac2ed12c9bc0561b6a59eeb4c121b10e5f3f71d54e9bf8d1343af57ef5b8"
hash = "a16fd2a62ff08fe7a8d6b3669c33d48911036bee5699c20bc96cf52682b8cd5d"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843"
metafile = true
[[files]]
file = "mods/sparkweave.pw.toml"
hash = "4c9581b2bd39cbe9252fa8d5f4958a2f6708d4e7d46d485b63f42f5fa4d9d3c9"
hash = "a7653201ae988c02ceeae7be4f29fe725b00005832bbb57d12fffbdc75b67280"
metafile = true
[[files]]
file = "mods/starter-kit.pw.toml"
hash = "97380b4a75e63fadd64a671c11e72c1b2ade23ed54625a55f91266d4f3389dcb"
hash = "97741f22beeb4563a0b84ac4a574263b0aa091e32412b70f016bb781e7959e1a"
metafile = true
[[files]]
file = "mods/terrablender.pw.toml"
hash = "15962183bec2468058c70e87aa32e902a08489b0f86741088cdc9aa958ba4931"
hash = "fe5f44bf0cd103f8a93b95f99d7764fd7e103ae1afc886cac412fd118aa0a9f7"
metafile = true
[[files]]
file = "mods/travelersbackpack.pw.toml"
hash = "833de5ef3fb7b57b7af7b19b35a5889e425bdbcabc19d044320a291b274e57b3"
metafile = true
[[files]]
file = "mods/txnilib.pw.toml"
hash = "5d06ef12684aea93cb5470df728a39ee5db142cd336d91b58bce5d25203e2578"
metafile = true
[[files]]
file = "mods/unfocused.pw.toml"
hash = "4e0e07f096639e23707994561c5e4ca7dea42b00714d64d4d34328d8f755bec5"
hash = "43944b29e62d43bb5bff3e38b67262cb860723c9fa26ae90a89565383287a97f"
metafile = true
[[files]]
file = "mods/vanishmod.pw.toml"
hash = "074da6919936ca89bbdfcf2295e9181eca8018dd3e607f6876539f4ce219eb66"
metafile = true
[[files]]
file = "mods/vivecraft-compat.pw.toml"
hash = "e3f1422a0a9a9463b6b2f00ef86b84ad4703f96874e975e54249a6c1b2224181"
hash = "ec647ea99ad2b8421ae2e48ef9d0772877d286a345190730239d772998a25194"
metafile = true
[[files]]
file = "mods/vivecraft.pw.toml"
hash = "d63e30e404e8e9550b9774e8288073608a93e5c98362fed8fc5a1957aa45a2d9"
metafile = true
[[files]]
file = "mods/when-dungeons-arise.pw.toml"
hash = "4ba42e13f09ee4ea555e430aadc54b2d6e4ffa0ac2f0aebfa5a0542f193c5f47"
hash = "21ed4ab9002ac6b72996ab065fa2397ada33766d2927401abe0a1b2d64366adf"
metafile = true
[[files]]
file = "mods/wooden-hopper.pw.toml"
hash = "614d06320852f13033033c95f4a91e967ed91e731ca6a26dd09532ea7eda0259"
hash = "20f0bf65d6d3a61da434ef9dded03e18586f479b5297dc52b07642f56e59f778"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "9de861902c7a3f7cc88f51a920bbf93be84f2beca2206073eb511a2963d37914"
metafile = true
[[files]]
file = "mods/yungs-api.pw.toml"
hash = "d987d3a1b3c54d02c10d69b80903ceb9082a8e120817fa3d36a29422edfa7e02"
metafile = true
[[files]]
file = "mods/yungs-better-desert-temples.pw.toml"
hash = "634130ab233121c290fdb2567afd3939af6d98760c11f14db0426b64b8955894"
metafile = true
[[files]]
file = "mods/yungs-better-dungeons.pw.toml"
hash = "4c2830674a08ec9f10af13e4d259aa60158bd306a3996d935e678281ec0cb5fd"
metafile = true
[[files]]
file = "mods/yungs-better-end-island.pw.toml"
hash = "dd107d6d7a3df330f3f37a60cc0bf258337d6f39406c01f455d86aee0080d7eb"
metafile = true
[[files]]
file = "mods/yungs-better-jungle-temples.pw.toml"
hash = "ee63a5958eb1e0238257e2064d917bdaf8e528a47904bdfbe04a5758a1537e9f"
metafile = true
[[files]]
file = "mods/yungs-better-mineshafts.pw.toml"
hash = "0cc13a86488cf89d2989edc1636fa63c7efa2fe819246d42af35113458d5ba5b"
metafile = true
[[files]]
file = "mods/yungs-better-nether-fortresses.pw.toml"
hash = "ec55d198f4bf6e8252bc31e014a8a84b567fad8667c30b0d9a93ba7039bf78ca"
metafile = true
[[files]]
file = "mods/yungs-better-ocean-monuments.pw.toml"
hash = "9492d0854c51570bf2a6bace6267262e7573b94c40d721348996617e5d99480a"
metafile = true
[[files]]
file = "mods/yungs-better-strongholds.pw.toml"
hash = "1a33e6d64e88ad59b65d126c6457d582e62724167349ea184eb237435298985e"
metafile = true
[[files]]
file = "mods/yungs-better-witch-huts.pw.toml"
hash = "e2b23d0a1bf228d37ff8c3330150c24eb19cb875e113fae543191f34ded92ff8"
metafile = true
[[files]]
file = "mods/yungs-bridges.pw.toml"
hash = "9d9b074b2425fc4f19808b7d6df4a0baeae39a37e909107aaa85004df1a2d195"
metafile = true
[[files]]
file = "mods/yungs-extras.pw.toml"
hash = "2541b092b92a82757e5d200a6093658e20db548bb8583abad3f4506ed04e5ce6"
hash = "3145ae5677cf0504e1edf69371fd99b541355f0135d8c7a13886e1a236c405d5"
metafile = true
[[files]]

View file

@ -1,13 +0,0 @@
name = "Curios Compat Layer for Accessories"
filename = "accessories_cclayer-9.2.2-beta.24+1.21.1-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/izkDUlrJ/versions/PxcOOfvx/accessories_cclayer-9.2.2-beta.24%2B1.21.1-neoforge.jar"
hash-format = "sha512"
hash = "3f85507f36cc7a80bea2d006c91637a8e6e6ef074f267ddf171da46aeb079c4229dfc518c669139708834c2e5ca99dd5c7b467a8ccf6936f81b03cc47a9b89ac"
[update]
[update.modrinth]
mod-id = "izkDUlrJ"
version = "PxcOOfvx"

View file

@ -1,13 +1,13 @@
name = "Accessories"
filename = "accessories-neoforge-1.1.0-beta.28+1.21.1.jar"
filename = "accessories-neoforge-1.2.18-beta+1.21.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/BrvdPIz0/accessories-neoforge-1.1.0-beta.28%2B1.21.1.jar"
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/2TxlHu64/accessories-neoforge-1.2.18-beta%2B1.21.4.jar"
hash-format = "sha512"
hash = "866aa6e38500102708558680bfd7dcdac70fd643d2a552f490f50f86a12b430dddb13820c196025fa5ed65201e77680ff72e2d929f07d9a106b5b2fee3106ad7"
hash = "c0151e0a196de63d1c37b28ef47a8dc8777446875e84a3988b23d01e8480bf8cb7ccde2582074cf25ef2277117bf0eeee681cec656cff6e4c5d8b100d4de5619"
[update]
[update.modrinth]
mod-id = "jtmvUHXj"
version = "BrvdPIz0"
version = "2TxlHu64"

View file

@ -1,13 +0,0 @@
name = "Adorn"
filename = "Adorn-6.0.0+1.21.1-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/mmsaJjzI/Adorn-6.0.0%2B1.21.1-neoforge.jar"
hash-format = "sha512"
hash = "c1baa7498a7dee7a6c1cac7735c6d318025c25e0bb4f9cab688215d0891d580a940a1fdf869aa012b4ddcc72a7038298a9a3d03f97cbaed2aa6f1eb362607148"
[update]
[update.modrinth]
mod-id = "E6FUtRJh"
version = "mmsaJjzI"

View file

@ -1,13 +0,0 @@
name = "Advanced Peripherals"
filename = "AdvancedPeripherals-1.21.1-0.7.49a.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/SOw6jD6x/versions/UVWcaeN6/AdvancedPeripherals-1.21.1-0.7.49a.jar"
hash-format = "sha512"
hash = "9ec4d05f5dbce0ae69581ac5a99a02ca03407f73ea107c91742f587d66b85284c37cb29ead9772d54f9378aefad860d611018c5df87a7b3c0388c8afe6755776"
[update]
[update.modrinth]
mod-id = "SOw6jD6x"
version = "UVWcaeN6"

View file

@ -1,13 +1,13 @@
name = "Architectury API"
filename = "architectury-13.0.8-neoforge.jar"
filename = "architectury-15.0.3-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar"
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/qOJoTaPQ/architectury-15.0.3-neoforge.jar"
hash-format = "sha512"
hash = "65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e"
hash = "f844f220b5547b6b4ff14ec605da08853b56e051fa6f7ff817282ffebadd999f77a24df3991df22ac0149448b7acbb5a1ec094d5aad4ff0c302f7d5f8161cb69"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "ZxYGwlk0"
version = "qOJoTaPQ"

View file

@ -1,13 +1,13 @@
name = "BetterF3"
filename = "BetterF3-11.0.3-NeoForge-1.21.1.jar"
filename = "BetterF3-13.0.0-NeoForge-1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/maXNB1dn/BetterF3-11.0.3-NeoForge-1.21.1.jar"
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/qQsaCBRd/BetterF3-13.0.0-NeoForge-1.21.4.jar"
hash-format = "sha512"
hash = "59c36a882669399dce2110db42df05e8fe935a2e1194c4bac49abffc3129b2e19373dfe3c4a3d2f8b22f21b1d66ad8cbd653944ce0a71ae05d3d65528d1b7514"
hash = "603b4308282a27886e14a678282b15a090bb7d9caa2f9d5f9702d1ea84d75126882dec324a6f8652c55d6f5b60322ddd5176909eeda7246262f633f2af6707ad"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "maXNB1dn"
version = "qQsaCBRd"

View file

@ -1,13 +0,0 @@
name = "Caelus API"
filename = "caelus-neoforge-7.0.1+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/40FYwb4z/versions/KsfI4QsR/caelus-neoforge-7.0.1%2B1.21.1.jar"
hash-format = "sha512"
hash = "3763f95304ade2bacb217828c74eeef7905a114f71d41537d56121af58c182c2685467a5afb7e03ddb3997ec3d7496bdfdf71a9946a9f33e3470393e7a13306d"
[update]
[update.modrinth]
mod-id = "40FYwb4z"
version = "KsfI4QsR"

View file

@ -1,13 +0,0 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.21.1-forge-1.115.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/h6qYZ1UT/cc-tweaked-1.21.1-forge-1.115.1.jar"
hash-format = "sha512"
hash = "a9580e569243592448955fa9f65e96b0efe7275df62b0c49e8fd9cf6c07546ea006a00a6c0aa30bb4e7d441cc0a3b79607388c1dab1efad45afec5bf4a9a48b7"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "h6qYZ1UT"

View file

@ -1,13 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-15.0.140-neoforge.jar"
filename = "cloth-config-17.0.144-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar"
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/dWfheG9X/cloth-config-17.0.144-neoforge.jar"
hash-format = "sha512"
hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d"
hash = "0e16e28cc181aa95bfc4e700affc2d3c95068958e144214620502ee1307fa239a92175a121f96ec16e6abface042f030987833a231a5b60bdb81d80cb669b2ca"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "izKINKFg"
version = "dWfheG9X"

View file

@ -1,13 +1,13 @@
name = "Collective"
filename = "collective-1.21.1-7.94.jar"
filename = "collective-1.21.4-7.94.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/T4M8TBiR/collective-1.21.1-7.94.jar"
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/SmRj4qMG/collective-1.21.4-7.94.jar"
hash-format = "sha512"
hash = "d3c1965357a7bacb5bb9de75c384bfe8e1df12231497988ba6a8d6c6b6eab0ddd5e5fe03cc306456a6f3846fc769743c448a1992ffa28d79b4cffcfb9138787c"
hash = "8bb6dd878266e74ba73c9b82a7ce4741fd0b856b36c93f80eaca04eb6b909062379f15c433b8a0b8a990fe7521ed97983d1e2f8a764c035f8a08ba69937cb629"
[update]
[update.modrinth]
mod-id = "e0M1UDsY"
version = "T4M8TBiR"
version = "SmRj4qMG"

View file

@ -1,13 +1,13 @@
name = "Common Network"
filename = "common-networking-neoforge-1.0.18-1.21.1.jar"
filename = "common-networking-neoforge-1.0.18-1.21.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HIuqnQpi/versions/QYLtKTFr/common-networking-neoforge-1.0.18-1.21.1.jar"
url = "https://cdn.modrinth.com/data/HIuqnQpi/versions/N3VV6kzG/common-networking-neoforge-1.0.18-1.21.4.jar"
hash-format = "sha512"
hash = "2bbe69b81d7e480bb248c43622b32b7c231f5b87996aaeffee86deba830af729e71461238f4605b69c78234ffa8beb33abe05d4a271ea5cd485ad958b472950b"
hash = "3f4e735f7f23838a64f94a6f5f17da61d407bfa40dd68b627e1d43fa9d59788b4b18a7b7ecb31b72c4df4f5e899974f7158dc178e0d21298ea0f9d7f6e22878a"
[update]
[update.modrinth]
mod-id = "HIuqnQpi"
version = "QYLtKTFr"
version = "N3VV6kzG"

View file

@ -1,13 +0,0 @@
name = "Copper Reforged"
filename = "copper_reforged-neoforge-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/stKRB6TS/versions/urXqaBLN/copper_reforged-neoforge-1.21.1.jar"
hash-format = "sha512"
hash = "3e669b6613696a2421bb15e189fe4932910973dfd378f1e3790cb255865b543f4300fcca774fddfbce132184a6afa43de5a482eb4a58f082391fbb93dd238bf9"
[update]
[update.modrinth]
mod-id = "stKRB6TS"
version = "urXqaBLN"

View file

@ -1,13 +0,0 @@
name = "CorgiLib"
filename = "Corgilib-NeoForge-1.21.1-5.0.0.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/69UDOQnE/Corgilib-NeoForge-1.21.1-5.0.0.3.jar"
hash-format = "sha512"
hash = "4fe7131ca3ca437eec9150581170c7b0106b803dff5f3d7cb252a0812f5e2d763b372c05197428338e4109fad0394124204ec2b8bb568138b4433a10ac899ce9"
[update]
[update.modrinth]
mod-id = "ziOp6EO8"
version = "69UDOQnE"

View file

@ -1,13 +0,0 @@
name = "CraterLib"
filename = "CraterLib-NeoForge-1.21-2.1.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/JcguohD7/CraterLib-NeoForge-1.21-2.1.3.jar"
hash-format = "sha512"
hash = "c82dc9395b39cd299ffa3d2449924405faebe46f9f87fc6f56f3c717de053d6f8234e7cfcfb1a35df0de547a87fc7b03e2e5dfc14eb74cea78571102c67e91de"
[update]
[update.modrinth]
mod-id = "Nn8Wasaq"
version = "JcguohD7"

View file

@ -1,13 +0,0 @@
name = "Create Encased"
filename = "Create Encased-1.21.1-1.7.0-fix1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hSSqdyU1/versions/QExImWNo/Create%20Encased-1.21.1-1.7.0-fix1.jar"
hash-format = "sha512"
hash = "1e91e0febff84c8aa94e1a910eb9177b18759bb7837a8d89dd0ec725c8f20928b477829f3d8ce3e600a8ac64c48cccce6e153b34d16b7928daefa76cb388b95c"
[update]
[update.modrinth]
mod-id = "hSSqdyU1"
version = "QExImWNo"

View file

@ -1,13 +0,0 @@
name = "Create: Renewable Brass"
filename = "create-renewable-brass-1.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AqQzrKJo/versions/7r2h7KxQ/create-renewable-brass-1.0.1.jar"
hash-format = "sha512"
hash = "efedb3a4ce38bcb3baa2d9e5f87a6c538b5c7116bbe3a075e74bb9dde39a6424927e4bace3bc1938a48a06401999f0a44f31bcd7761d580b01018fb7eb5ae07b"
[update]
[update.modrinth]
mod-id = "AqQzrKJo"
version = "7r2h7KxQ"

View file

@ -1,13 +0,0 @@
name = "Create: Renewable Diamonds"
filename = "create-renewable-diamonds-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IxTis4hc/versions/uH5X2jQp/create-renewable-diamonds-1.0.0.jar"
hash-format = "sha512"
hash = "25188f0d2ae8ef3d1fa078b2f832cb3a37d37fc82e2ac7b71ed29cace5207a086da936f61fc9e5cd6009568b8b07d8e66b5038ffc971d992ee5951417ba35b92"
[update]
[update.modrinth]
mod-id = "IxTis4hc"
version = "uH5X2jQp"

View file

@ -1,13 +0,0 @@
name = "Create: Renewable Netherite"
filename = "create-renewable-netherite-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nGq1sdd2/versions/rDx0fd71/create-renewable-netherite-2.0.0.jar"
hash-format = "sha512"
hash = "6c455e99d493723f3a68eb739e5352f1ca0253139b29891963ba1b908e91c9e48ebb05361da1ccfba9daabf28bfb986ca0fefcde9addd062b30cc076f49864eb"
[update]
[update.modrinth]
mod-id = "nGq1sdd2"
version = "rDx0fd71"

View file

@ -1,13 +0,0 @@
name = "Create: Stones"
filename = "create-stones-2.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KKlx33Ch/versions/5nrUa9uw/create-stones-2.0.0.jar"
hash-format = "sha512"
hash = "588784d0f4cb0e3086058561da468ca911197d4ccba0b9acdbee878035b779d1c15e468bc00fe0e0f10a1c637e6ae4db61efa7b1ae03649ed7e1a709fa2b63b3"
[update]
[update.modrinth]
mod-id = "KKlx33Ch"
version = "5nrUa9uw"

View file

@ -1,13 +0,0 @@
name = "Create"
filename = "create-1.21.1-6.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/N367NzaZ/create-1.21.1-6.0.2.jar"
hash-format = "sha512"
hash = "28e17ada25a918da61146c61e307605a09bd82be94b689e7b686ecccc36c45259cf6742dd181a6c7d2ae92315aabe74a0cd32c81f8753f97b49a83ed272a8a49"
[update]
[update.modrinth]
mod-id = "LNytGWDc"
version = "N367NzaZ"

View file

@ -1,13 +1,13 @@
name = "Customizable Player Models"
filename = "CustomPlayerModels-1.21-0.6.21a.jar"
filename = "CustomPlayerModels-1.21.4-0.6.21a.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/pp7fOXc6/CustomPlayerModels-1.21-0.6.21a.jar"
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/VdfEg2W2/CustomPlayerModels-1.21.4-0.6.21a.jar"
hash-format = "sha512"
hash = "4d2564dcbf1db661b7e6c8ab40df080c5bc56dcc60b84a52bce5f65cf9606df724abae282694cc35c0f41ad4c09343c9b94df407704fc54cf1f61946b6c3bb72"
hash = "7f1a29471be24e21b31a48abc81c0010d7bcb10fabfad56a9fcdeb79eaed7086bd3430fff0a438891121e07c893a7c2269575ae6ccd92d463b95686ab2032d1f"
[update]
[update.modrinth]
mod-id = "h1E7sQNL"
version = "pp7fOXc6"
version = "VdfEg2W2"

View file

@ -1,13 +0,0 @@
name = "Custom Portal API Reforged"
filename = "cpapireforged-neo-1.21.1-1.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VepYPOdy/versions/WLi9vQCe/cpapireforged-neo-1.21.1-1.2.1.jar"
hash-format = "sha512"
hash = "15ab29e2455f44a4272a80a2f05930158c130e3fd7e2650f94a5818e55b06e5deb10361f89e385c2721f6b327a35fcaba64be313acd10000ecd797eb6a69a8c2"
[update]
[update.modrinth]
mod-id = "VepYPOdy"
version = "WLi9vQCe"

View file

@ -1,13 +0,0 @@
name = "Default Files"
filename = "default_files-1.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/5hAdlFQ4/versions/y2szdVKO/default_files-1.0.1.jar"
hash-format = "sha512"
hash = "3f202a20bd6e345702f385fe9382df32557a54a3f75571a2241a4591a43682cffc86b16355a8931c0e44148e33d8f999c7a607059926f9183ab8009b15ca22e9"
[update]
[update.modrinth]
mod-id = "5hAdlFQ4"
version = "y2szdVKO"

View file

@ -1,13 +0,0 @@
name = "EMI"
filename = "emi-1.1.20+1.21.1+neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/UwFjsK2A/emi-1.1.20%2B1.21.1%2Bneoforge.jar"
hash-format = "sha512"
hash = "074ed62c933af47f31949d0317799df8e2a6dd56a18f75bc70944925e0baade8c7dc0b2d2c796753c59422ad5f56d0edd7f1bba0793ff85ed30542810fed8d2c"
[update]
[update.modrinth]
mod-id = "fRiHVvU7"
version = "UwFjsK2A"

View file

@ -1,13 +1,13 @@
name = "Entity Culling"
filename = "entityculling-neoforge-1.7.3-mc1.21.jar"
filename = "entityculling-neoforge-1.7.3-mc1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/4HW5j3ty/entityculling-neoforge-1.7.3-mc1.21.jar"
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/q1e5epY7/entityculling-neoforge-1.7.3-mc1.21.4.jar"
hash-format = "sha512"
hash = "809d46d0c8f85f7324d6cce793c9978501dd0c2a2f5d4d00924f31a67276fe1183a43d383420e55a9f61d460ceb21a1ef76836e90a8d656dc5237b20661e4c6a"
hash = "4f7d7fec0b9186b6da3b284cb0906d56508995e96589efa433af0a1dc4131b6597f735e8049de7bfd9eb8113ef88ef96f7537c4740ed0b2a3771865d4a83fede"
[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "4HW5j3ty"
version = "q1e5epY7"

View file

@ -1,13 +1,13 @@
name = "Geckolib"
filename = "geckolib-neoforge-1.21.1-4.7.3.jar"
filename = "geckolib-neoforge-1.21.4-4.8.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/oNBe6h9g/geckolib-neoforge-1.21.1-4.7.3.jar"
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/QFFgDb2k/geckolib-neoforge-1.21.4-4.8.4.jar"
hash-format = "sha512"
hash = "462e1bc3c3be6d66aa85c31936011b89e3e89f21970ba8347bb2f5f3f8370765a29d6b1b377c925aec0104996ca0f8f0719276bb0b95e5e222c7695237be6d2c"
hash = "59b3f320802a2a095fa5b48ae498c5ff5c8b501cabafc0bbefa5f593e4031a8c1bc2d79e9b5b546b93f8f6f7748ab45990d138643b9ec6dd6cee9009d162c482"
[update]
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "oNBe6h9g"
version = "QFFgDb2k"

View file

@ -1,13 +0,0 @@
name = "Icarus"
filename = "Icarus-NeoForge-4.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Dw7M6XKW/versions/3vQNzwIW/Icarus-NeoForge-4.5.0.jar"
hash-format = "sha512"
hash = "247228f082bbadc01c977eb94e103bd2b5de61e0b41101520fca7aa7cfb780e01da009df641ccda53f03bb9c61d20c3d2da732b6ac9500c8bda8194edd46b9a1"
[update]
[update.modrinth]
mod-id = "Dw7M6XKW"
version = "3vQNzwIW"

View file

@ -1,13 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-NeoForge-1.6.0+1.21.1.jar"
filename = "ImmediatelyFast-NeoForge-1.3.6+1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/cNeyFzTb/ImmediatelyFast-NeoForge-1.6.0%2B1.21.1.jar"
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/PF2MIAIG/ImmediatelyFast-NeoForge-1.3.6%2B1.21.4.jar"
hash-format = "sha512"
hash = "c5d936620abfeedc9a693c853c7a80195581b0d59fe671b20b6b5245e79ec22b06b29c1e9fddd94c0e63d6abfb9c8222c9ec5ae3e69fc6e5cedb62f686381b73"
hash = "32e390ba84527b1b580334c4a1e1717ae323057e97782fee364bfa8d5448527838f6ba328c582b2a1a1f2d4a436400ac5a17b7604fedee97ef513097d0be54bb"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "cNeyFzTb"
version = "PF2MIAIG"

View file

@ -1,13 +0,0 @@
name = "Toni's Immersive Lanterns"
filename = "immersivelanterns-neoforge-1.0.6-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/vskzdsyT/versions/CaxJ3tAY/immersivelanterns-neoforge-1.0.6-1.21.1.jar"
hash-format = "sha512"
hash = "035fc011a4bb72128e60dbe4678bfc93e29bb06dd0a3563d7e44d4b886780eaaf36a7843b7051b0e97c44d9cbfe15040ca1f61638f3681e63992078e154ffdcc"
[update]
[update.modrinth]
mod-id = "vskzdsyT"
version = "CaxJ3tAY"

View file

@ -1,13 +0,0 @@
name = "ImmersiveMC"
filename = "immersivemc-1.5.0-beta3-1.21.1-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/H5KDGGSa/immersivemc-1.5.0-beta3-1.21.1-neoforge.jar"
hash-format = "sha512"
hash = "7b98b0ba72e87b8df4e5617cff40c5c90ec62979ca3b1f67cf81e0c122a2ea6fe02484a6f81d6a53731463b9b31bd8cf69989fbef5449313c076f8ebb866a16b"
[update]
[update.modrinth]
mod-id = "XJ9is6vj"
version = "H5KDGGSa"

View file

@ -1,13 +1,13 @@
name = "Iris Shaders"
filename = "iris-neoforge-1.8.8+mc1.21.1.jar"
filename = "iris-neoforge-1.8.8+mc1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/oXIoDcGE/iris-neoforge-1.8.8%2Bmc1.21.1.jar"
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/FNc0XYTL/iris-neoforge-1.8.8%2Bmc1.21.4.jar"
hash-format = "sha512"
hash = "0d3741374b145f51fa993c4fa6ddad7ee9479ec2a0635c2c71efd11d91b3d7bc450705e3ac8fc66d92508334146000212c61c5a67c718cf6df62c0903b043a3a"
hash = "b1868549b3fed06bc3cf584839c646ea5cebc6f954634ae7f2f0e8619c0c6a63e61e3f453eb1eec7e556c932b2d742998bd153885b141b9005dec8160cd90c93"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "oXIoDcGE"
version = "FNc0XYTL"

View file

@ -1,13 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.21.1-NeoForge-15.9.4.jar"
filename = "Jade-1.21.4-NeoForge-17.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/ErF9rUGQ/Jade-1.21.1-NeoForge-15.9.4.jar"
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/Rpe14jmy/Jade-1.21.4-NeoForge-17.3.0.jar"
hash-format = "sha512"
hash = "8337acc1cfb2168d7ed1bf2b34bc5c14c87d550334c3448902d8f1a629e4af65ba3a9d19551f29de1a836772077d9ae066749c8a662db5238e7a5c1590628e63"
hash = "e8c92ecf2c00425c4002a80f3c2f2048d344b9192d6d7c21135b15dddc93bbc60419f5702f032a38aab876e22d4fb9397074ca49f47aab8d71264d814d85cdd0"
[update]
[update.modrinth]
mod-id = "nvQzSEkH"
version = "ErF9rUGQ"
version = "Rpe14jmy"

View file

@ -1,13 +0,0 @@
name = "Just Enough Items"
filename = "jei-1.21.1-neoforge-19.21.0.247.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/TxS03dKM/jei-1.21.1-neoforge-19.21.0.247.jar"
hash-format = "sha512"
hash = "8957b3378a37c9edad802f5e9b833b5e38c7ea7f52475511946e972ea34982a9d05b37d42ca47be093872bdb47a71cae43ad6df63986d935dcf2991c609fd5d2"
[update]
[update.modrinth]
mod-id = "u6dRKJwZ"
version = "TxS03dKM"

View file

@ -1,13 +0,0 @@
name = "Kube Utils"
filename = "kube-utils-21.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JHdL51WR/versions/QRzhw42E/kube-utils-21.1.1.jar"
hash-format = "sha512"
hash = "566c1eb9dc3f18e0bbc3207a85f0950e81c4331172e02ebe18448dab2edce12a8b7e5b520537d196abefbd1c6324c9e866e0ea7ade624227f5bfab0756d75833"
[update]
[update.modrinth]
mod-id = "JHdL51WR"
version = "QRzhw42E"

View file

@ -1,13 +0,0 @@
name = "KubeJS"
filename = "kubejs-neoforge-2101.7.1-build.181.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/3w2ufpfQ/kubejs-neoforge-2101.7.1-build.181.jar"
hash-format = "sha512"
hash = "25531dc40cee02012384c6cf645829db27816c5d107baa9aa118885fbd418237ff43974451a52f1671be6cd075dbf33cbeb20df5eaf33cd31421ef5f66413726"
[update]
[update.modrinth]
mod-id = "umyGl7zF"
version = "3w2ufpfQ"

View file

@ -1,13 +1,13 @@
name = "Lootr"
filename = "lootr-neoforge-1.21-1.10.35.89.jar"
filename = "lootr-neoforge-1.21.4-1.12.36.89.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EltpO5cN/versions/krx35dPx/lootr-neoforge-1.21-1.10.35.89.jar"
url = "https://cdn.modrinth.com/data/EltpO5cN/versions/acdAWo4M/lootr-neoforge-1.21.4-1.12.36.89.jar"
hash-format = "sha512"
hash = "d10e61dc151e773055fd1c71f79bf7817d19c9b8c150f35ff3c62b87fd72d3cd8bb4dc7a0e084ee0b362e420a3def19e8879d784e8d42dcf2201611f45f5e02f"
hash = "c0787770694c23d149820adbdbb492c2c204ae435e55b796a008548828e07b1610ef85f891246599b1726fdfd8a8775b98323ad9e5869731012fc6c678ba02b2"
[update]
[update.modrinth]
mod-id = "EltpO5cN"
version = "krx35dPx"
version = "acdAWo4M"

View file

@ -1,13 +1,13 @@
name = "MC VR API"
filename = "vrapi-3.0.12-1.21.1-neoforge.jar"
filename = "vrapi-3.0.12-1.21.4-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/B3INNxum/versions/9ziXlpbX/vrapi-3.0.12-1.21.1-neoforge.jar"
url = "https://cdn.modrinth.com/data/B3INNxum/versions/fmggbZ6d/vrapi-3.0.12-1.21.4-neoforge.jar"
hash-format = "sha512"
hash = "9f51001dc46b5a48c580d23db6456a369fbcb2d8d3f8c892025905664c0baf580514b7a8b60b01fb2b611f4622716bba32fbff6d30d98d9ac99b6c97d6c1a59b"
hash = "6d430e6f4a36a1feb9420a3688ed4e35f11a1cbe818e1e6767aaf37f31375ef432bb6c584a13dbb50886afc6119d8b1cfe9993cc70f767aa8ba1da3ae3ef9042"
[update]
[update.modrinth]
mod-id = "B3INNxum"
version = "9ziXlpbX"
version = "fmggbZ6d"

View file

@ -1,13 +0,0 @@
name = "Mekanism"
filename = "Mekanism-1.21.1-10.7.10.73.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ce6I4WUE/versions/7JzgOwrY/Mekanism-1.21.1-10.7.10.73.jar"
hash-format = "sha512"
hash = "6d8028b8f5cf2622cd71b6d6169a78bd5ece8d17a68963d3b0a8b55ae6f058a96089a055629e811bd35a105630a9d376d5a0b415b7005cd4b851f56664bdac84"
[update]
[update.modrinth]
mod-id = "Ce6I4WUE"
version = "7JzgOwrY"

View file

@ -1,13 +0,0 @@
name = "MES - Moog's End Structures"
filename = "mes-1.3.5-1.21.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/r4PuRGfV/versions/JibtQYn5/mes-1.3.5-1.21.jar"
hash-format = "sha512"
hash = "831d9e5c18f749474a06cf63d881bdbfb000e7f3829d427ab4f9d8144c7077e5da0e5a3e15a0e724a741027e23f2e3a6a26f47ee63c98052cc125d890bc8b8f9"
[update]
[update.modrinth]
mod-id = "r4PuRGfV"
version = "JibtQYn5"

View file

@ -1,13 +0,0 @@
name = "MMV - Moog's Missing Villages"
filename = "mmv-1.0.0-1.21.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/spZb29SD/versions/heFnIkWf/mmv-1.0.0-1.21.jar"
hash-format = "sha512"
hash = "53078c92682709c45c7d9f731036b842fc3ca34e1c70181dcf56d5f30a3c81aa65152dae0b048130d792b1aca35a02f1429d244b577372125ee23c1cd04dde50"
[update]
[update.modrinth]
mod-id = "spZb29SD"
version = "heFnIkWf"

View file

@ -1,13 +0,0 @@
name = "MNS - Moog's Nether Structures"
filename = "mns-1.0.8-1.21.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/nGUXvjTa/versions/yvdm0ME6/mns-1.0.8-1.21.jar"
hash-format = "sha512"
hash = "140f278fb336b2b300c03a60c9f77e8db29be8b7d06e7cd88443b73ea110a8059d1172c72e1b1758741b7688f50c071f2c33b132ff112ee5c90095ac90fc51c8"
[update]
[update.modrinth]
mod-id = "nGUXvjTa"
version = "yvdm0ME6"

View file

@ -1,13 +0,0 @@
name = "MVS - Moog's Voyager Structures"
filename = "mvs-4.2.8-1.21.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/OQAgZMH1/versions/hPJGtGfd/mvs-4.2.8-1.21.jar"
hash-format = "sha512"
hash = "e755c2b7e0638cc3ca1ded43a4bf427b68a5430f6b998a43afaa04089248b4b7ce9e550f337b4e41afa8ae84e3439ad671f7e5bead581e046b7f8e23bbcc9529"
[update]
[update.modrinth]
mod-id = "OQAgZMH1"
version = "hPJGtGfd"

View file

@ -1,13 +0,0 @@
name = "MoreJS: KubeJS Addon"
filename = "morejs-neoforge-1.21-0.14.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/mo64mR1W/versions/l1JUvhzx/morejs-neoforge-1.21-0.14.1.jar"
hash-format = "sha512"
hash = "cfbd36e231633f84aee9475b006e6dfb1115abf8bfc4e28743e7660e2a015a7562ca383546593d6ca3d1f8de77dd7b4e24f5dec5dfa508251ed5253590eb90bc"
[update]
[update.modrinth]
mod-id = "mo64mR1W"
version = "l1JUvhzx"

View file

@ -1,13 +0,0 @@
name = "MSS - Moog's Soaring Structures"
filename = "mss-1.2.8-1.21.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/RJCLIx7k/versions/rQ6bUOhA/mss-1.2.8-1.21.jar"
hash-format = "sha512"
hash = "7f0a143ded3d3210e212978e78dbd109073d605a1fa78f21a3effecdb85929c318dd8f264ecf23a83c203429546d1e36df9319896b13d12a0a3f29032ecf2909"
[update]
[update.modrinth]
mod-id = "RJCLIx7k"
version = "rQ6bUOhA"

View file

@ -1,13 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
filename = "NoChatReports-NEOFORGE-1.21.4-v2.11.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ZV8eL55E/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/SbnUzNb3/NoChatReports-NEOFORGE-1.21.4-v2.11.0.jar"
hash-format = "sha512"
hash = "292a3623b5addb17e9f15681a4f2534562e9882ef809e504f49da4778fafc12e21a71995b5d05554d435201f401ace1e86af50e6e26f6ce9d203a5896a1ece21"
hash = "6bb9c268b883a73b609f34e33da8d808a9dcad064886129087eec4e183a1e10bd73b77fc4de85d1f7f5126aee34df9aaf6cb329c8dce9c1fc0250854f9d9450e"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "ZV8eL55E"
version = "SbnUzNb3"

View file

@ -1,13 +0,0 @@
name = "Oh The Biomes We've Gone"
filename = "Oh-The-Biomes-Weve-Gone-NeoForge-2.3.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/d9PksrfG/Oh-The-Biomes-Weve-Gone-NeoForge-2.3.8.jar"
hash-format = "sha512"
hash = "e99ec3b14f0bdb5ba350f655bb04d660df7a2d6b6437168c756d644e6daba7aae04290b73c6de9cef6f097f75f37b04d0783e4848f2ef9bf50e47c61433b511b"
[update]
[update.modrinth]
mod-id = "NTi7d3Xc"
version = "d9PksrfG"

View file

@ -1,13 +1,13 @@
name = "Oh The Trees You'll Grow"
filename = "Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar"
side = "both"
filename = "Oh-The-Trees-Youll-Grow-neoforge-1.21.4-6.0.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/5kWMNgNH/Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar"
url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/bIqU9Faz/Oh-The-Trees-Youll-Grow-neoforge-1.21.4-6.0.0.jar"
hash-format = "sha512"
hash = "5c968cd13c811d1c50bc81db1ded6e0dd638ef52f4ab555538691a7688427da68c4c9ad523221d39293d8af96f91c481f6c616143232258b55a7c42377494f36"
hash = "6a93b80537af3a37ba4e1cbde9b275deafee272217c9cbfb8833c7da7d39f11f88b003dbb495339d4acbc1129c502c0714c69fbdc3b8862347017e337291fdb5"
[update]
[update.modrinth]
mod-id = "g8NOG5OR"
version = "5kWMNgNH"
version = "bIqU9Faz"

View file

@ -1,13 +1,13 @@
name = "oωo (owo-lib)"
filename = "owo-lib-neoforge-0.12.15-beta.12+1.21.jar"
filename = "owo-lib-neoforge-0.12.19-beta.2+1.21.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/qm96mQBh/owo-lib-neoforge-0.12.15-beta.12%2B1.21.jar"
url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/p9vm8HDx/owo-lib-neoforge-0.12.19-beta.2%2B1.21.4.jar"
hash-format = "sha512"
hash = "23decbf1a13c5233f5c6eee6e0f259672cbf4c34d28d7368e6ee67f91bfbf63345577c7f7acfd97684f706d4a6c672eaafb2ada85de9650da6aed840584958bc"
hash = "312b73e8a15dcc0b4a3b7eaff0401ebd027c6c5beefc934ce0ce6281033ea1a7963da208596eadac36c72b7dfbbfe001cf93cf0404886ef205dbd483af5c73af"
[update]
[update.modrinth]
mod-id = "ccKDOlHs"
version = "qm96mQBh"
version = "p9vm8HDx"

View file

@ -1,13 +0,0 @@
name = "Patchouli"
filename = "Patchouli-1.21-87-NEOFORGE.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/MY12jUBD/Patchouli-1.21-87-NEOFORGE.jar"
hash-format = "sha512"
hash = "719845b6fa2502e8bef05f762a83eb827d7694f71b6853f5a2496accb9ac3140e502ed4817f4d3f1ec700c43b63ebde98a22f2fd9a17699ac008ad91888e383a"
[update]
[update.modrinth]
mod-id = "nU0bVIaL"
version = "MY12jUBD"

View file

@ -1,13 +0,0 @@
name = "PAUCAL"
filename = "paucal-0.7.0+neoforge-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/zgpdzVKd/paucal-0.7.0%2Bneoforge-1.21.1.jar"
hash-format = "sha512"
hash = "49364da2d43ddbab5533300a2da0163ff6328f2680111efb2128822a497abd94c9c770b8844b21aabc57b77b8b275ae50cc2f922462cf44322b58cf4916ae467"
[update]
[update.modrinth]
mod-id = "TZo2wHFe"
version = "zgpdzVKd"

View file

@ -1,13 +0,0 @@
name = "Paxi"
filename = "Paxi-1.21.1-NeoForge-5.1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/1nkCPaBG/Paxi-1.21.1-NeoForge-5.1.2.jar"
hash-format = "sha512"
hash = "db86a3b54da75577e9c6a62590ecac4a9575e9a9d9939f89a21f62f2a5cfa66a17fa7c0b5defc966e7fead9dd9a720da3fef920642a787394dc5e171f76e8254"
[update]
[update.modrinth]
mod-id = "CU0PAyzb"
version = "1nkCPaBG"

View file

@ -1,13 +1,13 @@
name = "Raised"
filename = "raised-neoforge-1.21.1-4.0.1.jar"
filename = "raised-neoforge-1.21.3-4.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/Cr0vV65c/raised-neoforge-1.21.1-4.0.1.jar"
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/uNGLdEOA/raised-neoforge-1.21.3-4.0.1.jar"
hash-format = "sha512"
hash = "3cec14739dacad1c810091715fd2e0915f0ea7209bde52763e30203ff494ef3688d1790337a0f1f117ad40d8fcd43b7e6fac9f3b9f1f4b179f7dff66d9b12aa3"
hash = "cc63926f153fa962f78ce6f6086aace5c5e2ba7324c59bcd5a14ed2a44272aca9702479169c23eb10c511048a87f65fb87379219ba97964a6ac3865214f65cc4"
[update]
[update.modrinth]
mod-id = "nCQRBEiR"
version = "Cr0vV65c"
version = "uNGLdEOA"

View file

@ -1,13 +0,0 @@
name = "Renderjs"
filename = "Renderjs-neoforge1.21-20240928.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8iJQHAl1/versions/uAAoyETW/Renderjs-neoforge1.21-20240928.jar"
hash-format = "sha512"
hash = "0ed582b9e1abb07edf4f103883dee442022b2df22229b7adc739d5435763e99063f991d7eb3fc6c92fa9b1df3171297428f79bb625b7d48652c7d954e1cba55c"
[update]
[update.modrinth]
mod-id = "8iJQHAl1"
version = "uAAoyETW"

View file

@ -1,13 +1,13 @@
name = "Resourceful Config"
filename = "resourcefulconfig-neoforge-1.21-3.0.9.jar"
filename = "resourcefulconfig-neoforge-1.21.4-3.4.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/ApjlhBC4/resourcefulconfig-neoforge-1.21-3.0.9.jar"
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/3miFv5jx/resourcefulconfig-neoforge-1.21.4-3.4.3.jar"
hash-format = "sha512"
hash = "2015786af1887f6926bcf2720cebee3b3368c6b5f0fb03c59681ddcf1609041ed5a61b8060e3ee7d460696ae15e863d92b06b007c0b7eb7920454507b31f5e1b"
hash = "2770f780617c4065ae6424ed5c868a38ef8dadec0637580249c19282feb499e5b02dee580c1f2d3eebe15170935041f12552e68a0a0dea40990f915f32e592d2"
[update]
[update.modrinth]
mod-id = "M1953qlQ"
version = "ApjlhBC4"
version = "3miFv5jx"

View file

@ -1,13 +1,13 @@
name = "Resourcify"
filename = "Resourcify (1.21.1-neoforge)-1.7.1.jar"
filename = "Resourcify (1.21.4-neoforge)-1.7.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/MbiJIOrq/Resourcify%20%281.21.1-neoforge%29-1.7.1.jar"
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/9pb1iUM7/Resourcify%20%281.21.4-neoforge%29-1.7.1.jar"
hash-format = "sha512"
hash = "83bccca9aa4b926b8868ec3dc044b03c60569b8cbe99af328c2ba67ac3d86520bd646c5fed7afc18689d65065c8dc634658c818669593cbb2c9c05b98d9b3083"
hash = "fdd5824beafcfc059af094ff2265a1335c82e7c30943a7755a2e935327e8501c09eea5e17cda3a7efc511e752d7add9d643e6f3c0c0b925e7cb2881cde8db944"
[update]
[update.modrinth]
mod-id = "RLzHAoZe"
version = "MbiJIOrq"
version = "9pb1iUM7"

View file

@ -1,13 +1,13 @@
name = "Scribble"
filename = "Scribble-1.5.1+mc1.21-neoforge.jar"
filename = "Scribble-1.5.1+mc1.21.4-neoforge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yXAvIk0x/versions/I0KbSlL9/Scribble-1.5.1%2Bmc1.21-neoforge.jar"
url = "https://cdn.modrinth.com/data/yXAvIk0x/versions/PWd3JGaj/Scribble-1.5.1%2Bmc1.21.4-neoforge.jar"
hash-format = "sha512"
hash = "94bfe8a3b6f763a4110b43d1f792b1da77b8fa995531a70f3132c8604c20f67621142c53ec63f54c5e09d9fd5c430643c4b67e3e4e3d564131dd7e2608dd243d"
hash = "75c1b0742f0258ff87fdcaaf85acf3b196389f42cea13e3fe280ba26b4bc62717ed51b8390c9a6fa1e3b8928193f3054399ae47e9a19fb3d7812a6d57ed4964f"
[update]
[update.modrinth]
mod-id = "yXAvIk0x"
version = "I0KbSlL9"
version = "PWd3JGaj"

View file

@ -1,13 +0,0 @@
name = "Scriptor Magicae"
filename = "scriptor-neoforge-1.4.0-sgd.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JyJgaOrk/versions/QJJQ2je4/scriptor-neoforge-1.4.0-sgd.jar"
hash-format = "sha512"
hash = "fb5a9e89ba3e4f81f13ff5f4ebcfe59921a6f2cb5ac0315e486a842be5f956bbb16b87bb53c25731c4dfd3262c886d3cc09a44d9f6cdb3261a85824660050c82"
[update]
[update.modrinth]
mod-id = "JyJgaOrk"
version = "QJJQ2je4"

View file

@ -1,13 +0,0 @@
name = "Simple Discord Link"
filename = "SimpleDiscordLink-Universal-3.2.3.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Sh0YauEf/versions/gXgTfzl5/SimpleDiscordLink-Universal-3.2.3.jar"
hash-format = "sha512"
hash = "dc24de2c7508f84fe00c144170b2bc0ed5a95e5f60652978ae20596f4d8f94cd0d6d1e50575d2d0bd1e11214f02dbf03509661b9d07ab3e41df26b4972ff0e82"
[update]
[update.modrinth]
mod-id = "Sh0YauEf"
version = "gXgTfzl5"

View file

@ -1,13 +1,13 @@
name = "SecurityCraft"
filename = "[1.21.1] SecurityCraft v1.9.12.jar"
filename = "[1.21.4] SecurityCraft v1.9.12-beta4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/v8jzRtAt/versions/iyZ6tcts/%5B1.21.1%5D%20SecurityCraft%20v1.9.12.jar"
url = "https://cdn.modrinth.com/data/v8jzRtAt/versions/qJ2vvF66/%5B1.21.4%5D%20SecurityCraft%20v1.9.12-beta4.jar"
hash-format = "sha512"
hash = "279c3ce69eeb16dfa5aa334d2cc84c0cc9605230410997ea74bf5ce18ac8ade7f23735e00ea97df91828c804eb510f0cf1a3c960048ca8e1ced2195acf28d6f4"
hash = "9ff6ca8e218e30b0240e53da5ca727113d38ca90595e27c8138a22a6de46c11b4cc27c7194d7e821ac8f7680cb018dfb6827c762db03c98503cf927c25d0147a"
[update]
[update.modrinth]
mod-id = "v8jzRtAt"
version = "iyZ6tcts"
version = "qJ2vvF66"

View file

@ -1,13 +1,13 @@
name = "Simple Menu"
filename = "simplemenu-1.21.1-1.5.jar"
filename = "simplemenu-1.21.4-1.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/6pdhya1q/versions/xxyk2CGf/simplemenu-1.21.1-1.5.jar"
url = "https://cdn.modrinth.com/data/6pdhya1q/versions/ee3PBoJX/simplemenu-1.21.4-1.5.jar"
hash-format = "sha512"
hash = "43b15582ea9c3ed353a315d41eee35b340252a74f099be8f1dc56367cb68a96bb1115301cfe473bd1b92a81a620924324f11cc6076001254094f52ffd92983cb"
hash = "fd403d6863f860ce6b08bf3dd9bdd894c9ee53c92981e43ccff309d8ae6be988506728f67416b5f425d8ef87d83d3daef2952a6a769c7e72bba53a4373eba353"
[update]
[update.modrinth]
mod-id = "6pdhya1q"
version = "xxyk2CGf"
version = "ee3PBoJX"

View file

@ -1,13 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-neoforge-1.21.1-2.5.28.jar"
filename = "voicechat-neoforge-1.21.4-2.5.28.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/YTRNLDqy/voicechat-neoforge-1.21.1-2.5.28.jar"
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/QOjXGg4I/voicechat-neoforge-1.21.4-2.5.28.jar"
hash-format = "sha512"
hash = "d5bd8603e2d93fa7c404a9c2dc2d7f7315d48541646196b9e6aa4145d1229d726a204012291aafdd489f473c941e0c352d549a48f2a3b66513f4d6093d6b585c"
hash = "e7e339e33262a7494330195dfad44de7734656152a4a702b2ee8869745007e2d4baf2760eca13b0ef4fd4a8c4b3e06f736fe2298b5cfdf4e4e0a9128e1aa0839"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "YTRNLDqy"
version = "QOjXGg4I"

View file

@ -1,13 +1,13 @@
name = "Sodium Dynamic Lights"
filename = "sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar"
filename = "sodiumdynamiclights-neoforge-1.0.10-1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/XI0WLXdn/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar"
url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/K1JyJpov/sodiumdynamiclights-neoforge-1.0.10-1.21.4.jar"
hash-format = "sha512"
hash = "ec19a81cf2dfde255990a457d8f6d7375df53cb94190dce71c4bfe5d5263f4862027ce4aa0af20cb11d56c7c031d5e149b3bdf95bec6343e5bd4552450b14c0a"
hash = "fe7be5bf48522c1a6b0dc24613dfd7069f66636ac3a3b25c7ec07edf37afd90a46d09135b484cacd94f5ffd5b6835b0d98edf7ae8ba26d04cdc57c6d1edb0e1e"
[update]
[update.modrinth]
mod-id = "PxQSWIcD"
version = "XI0WLXdn"
version = "K1JyJpov"

View file

@ -1,13 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-neoforge-0.6.0+mc1.21.1.jar"
filename = "sodium-extra-neoforge-0.6.1+mc1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/pFmw1eci/sodium-extra-neoforge-0.6.0%2Bmc1.21.1.jar"
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/fDDbhNOX/sodium-extra-neoforge-0.6.1%2Bmc1.21.4.jar"
hash-format = "sha512"
hash = "6f7383ef3f4b572c76d3371a7441bc3d625db9d404cf61b249fab018bc3ffd1fa82e735ec21916df3f4072f0927dad3673efbc40bf8d11846c3d6fecc9329bb7"
hash = "051d50307608cf40017d8ae1124fcca15a42849ba30d813d815fad1e45a414e80140734e44e246a7f85f0a4168cddf4c9b5baeee30ce8a760e5cd58548fc4156"
[update]
[update.modrinth]
mod-id = "PtjYWJkn"
version = "pFmw1eci"
version = "fDDbhNOX"

View file

@ -1,13 +1,13 @@
name = "Sodium Options API"
filename = "sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar"
filename = "sodiumoptionsapi-neoforge-1.0.10-1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/lrsX3TMS/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar"
url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/iHnIE3TX/sodiumoptionsapi-neoforge-1.0.10-1.21.4.jar"
hash-format = "sha512"
hash = "f2f022183f300961d7d0503461daa59e3e606c32f189f1cb3307edaf765986c541929205b7bf6f40c4c88319696e9d863c1bf711bd441dc9b7081c198ddb445b"
hash = "b6c61e0e68ef8b4dc4e02d9e61181e41ea98d4719cd3c21c5e0497d58194bedde724c268d978a5144e31c64e65c819dec2512c0cd3887b1e01e3f5e92436c4cd"
[update]
[update.modrinth]
mod-id = "Es5v4eyq"
version = "lrsX3TMS"
version = "iHnIE3TX"

View file

@ -1,13 +1,13 @@
name = "Sodium"
filename = "sodium-neoforge-0.6.9+mc1.21.1.jar"
filename = "sodium-neoforge-0.6.10+mc1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/I9RMZOOH/sodium-neoforge-0.6.9%2Bmc1.21.1.jar"
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mTW3oi85/sodium-neoforge-0.6.10%2Bmc1.21.4.jar"
hash-format = "sha512"
hash = "bdd2b56fd54787e0ef666c7e0d30d8d800097ae726904a2d95e689a33c20b583a619ec0bfdd0fd1fe57c71fc0516ff2bbb9880806f642b9885451481bd9e7148"
hash = "92c55a6f3d486a73980643084645ffa0a686278405cf43155fc8b3a4f8d9c6d67073a65dff0c85f2e4fdc7426a43af929ba084cc2bb9b190ae98e7d092445fc2"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "I9RMZOOH"
version = "mTW3oi85"

View file

@ -1,13 +1,13 @@
name = "spark"
filename = "spark-1.10.124-neoforge.jar"
filename = "spark-1.10.121-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/v5qtqRQi/spark-1.10.124-neoforge.jar"
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/2E68cgve/spark-1.10.121-neoforge.jar"
hash-format = "sha512"
hash = "f86ce34f2759c69df82578c397ff55b666c84626229a98f598458b960c21b38c95d6bfef4772af7f963c4f4868e5e2d9aef6b99c1d51bab55bf45e0e6e6b5ed4"
hash = "4d2fe0e1cf6255e5c7ade157ac30a2fea763028d3d87bcdc01e8f83663d795de1ea253775b4a0b051927652ed2e9f4ea7195aef6eeb97e2edfe69e20bf7a97a8"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "v5qtqRQi"
version = "2E68cgve"

View file

@ -1,13 +0,0 @@
name = "Sparkweave Engine"
filename = "Sparkweave-NeoForge-0.508.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nf68xfAw/versions/onNXYwO1/Sparkweave-NeoForge-0.508.1.jar"
hash-format = "sha512"
hash = "07cb1d95d5dfa6d2fbfdfceee75339ee548958d7842f5c9036203344b92502854673c7f5f521af31474830cc41621222124b80eaa89f8090be6c7b318cdefdc1"
[update]
[update.modrinth]
mod-id = "nf68xfAw"
version = "onNXYwO1"

View file

@ -1,13 +1,13 @@
name = "Starter Kit"
filename = "starterkit-1.21.1-7.3.jar"
filename = "starterkit-1.21.4-7.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6L3ydNi8/versions/nEynAwnQ/starterkit-1.21.1-7.3.jar"
url = "https://cdn.modrinth.com/data/6L3ydNi8/versions/rqNG1CiD/starterkit-1.21.4-7.3.jar"
hash-format = "sha512"
hash = "f305772fa14b8b09be7104c1088a4f41d762cdba2b23fbbea9ec8dc6c823cad8c1bf3193a6c5eb334b0387cb2a4a0e4016fde79b90dac6b01d90668f77ae564e"
hash = "d2c211229a7844aaf045e563057bf84d2e7d1d02b1c51d5a89d981bc94966cfb2b66181c5a1c8593acae67de68ef294c9c6bd8b244f4251707d76d1f20016beb"
[update]
[update.modrinth]
mod-id = "6L3ydNi8"
version = "nEynAwnQ"
version = "rqNG1CiD"

View file

@ -1,13 +1,13 @@
name = "TerraBlender"
filename = "TerraBlender-neoforge-1.21.1-4.1.0.8.jar"
filename = "TerraBlender-neoforge-1.21.4-4.3.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/6e8GCrLb/TerraBlender-neoforge-1.21.1-4.1.0.8.jar"
url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/CmOWA4e9/TerraBlender-neoforge-1.21.4-4.3.0.2.jar"
hash-format = "sha512"
hash = "9d4b2a1be5139c0fb2fad92ed21805b17d9e83b6ea48e637e018bb14063c1823a206390755dbfe8d025c20fd62ac11cdd84db53ddb956dabaeda01bff57bac50"
hash = "7db5a6be54a4b41f3cb33bce36ac5fd2e4b23ee4d2cf5ced5082ac299ad37ffce399ebe0ae2205884b6803ab19b9d87003a201927e933b3d53fa0903f30cd613"
[update]
[update.modrinth]
mod-id = "kkmrDlKT"
version = "6e8GCrLb"
version = "CmOWA4e9"

View file

@ -1,13 +1,13 @@
name = "Traveler's Backpack"
filename = "travelersbackpack-neoforge-1.21.1-10.1.16.jar"
filename = "travelersbackpack-neoforge-1.21.4-10.4.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/QjQPEZAC/travelersbackpack-neoforge-1.21.1-10.1.16.jar"
url = "https://cdn.modrinth.com/data/rlloIFEV/versions/iJLJG6lm/travelersbackpack-neoforge-1.21.4-10.4.6.jar"
hash-format = "sha512"
hash = "057d053580c6f603130de410339885a2ee5ce90cff378b16419882e4e4c8aaed8fe97ffbf37da6521e80be9528608a1d24732992cc2c2285236d628d5a7e57d0"
hash = "f6b01aa219ed997d60a8ebae99273995925ca98210975fa3075c2a154e9d0c63cd09842228ddca7cf50a4664384083ca21491c9b2a1d82fda8fd8e4645697c0a"
[update]
[update.modrinth]
mod-id = "rlloIFEV"
version = "QjQPEZAC"
version = "iJLJG6lm"

View file

@ -1,14 +0,0 @@
name = "TxniLib"
filename = "txnilib-neoforge-1.0.21-1.21.1.jar"
side = "both"
pin = true
[download]
url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/DsVc1ltn/txnilib-neoforge-1.0.21-1.21.1.jar"
hash-format = "sha512"
hash = "4e3bd89e7b5ddfc7620e75845c4a2bb7bbc62f5810fdbb450aade5f405a2ce9db618cd3edece933ab27516c7c96a7f747d86bc72f8211da025b66d0bb65d4bfd"
[update]
[update.modrinth]
mod-id = "vBbPDuOs"
version = "DsVc1ltn"

View file

@ -1,13 +0,0 @@
name = "Unfocused"
filename = "unfocused-neoforge-0.1.62-sgd.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BvsO32QY/versions/clJ0uRyg/unfocused-neoforge-0.1.62-sgd.jar"
hash-format = "sha512"
hash = "f85f2bdf28850284a392083b3101086f826023cbc8bdfeeab0556c08749a214fa9bcc0c4df5833594bc0f3d5a1e3b5fd28d9440a29e3da115dea320dfe895a8d"
[update]
[update.modrinth]
mod-id = "BvsO32QY"
version = "clJ0uRyg"

View file

@ -1,13 +1,13 @@
name = "Vanishmod"
filename = "Vanishmod-1.21.1-1.1.18.jar"
filename = "Vanishmod-1.21.3-1.1.18.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/MihN2cw5/versions/KJkKADGN/Vanishmod-1.21.1-1.1.18.jar"
url = "https://cdn.modrinth.com/data/MihN2cw5/versions/EIzLINt9/Vanishmod-1.21.3-1.1.18.jar"
hash-format = "sha512"
hash = "6217c387b3fbe5f9b88377b4dee38497733f34297d1d323df5da7eed11600f6ed4188eb29fad53962bcaafd9783d4582abc175deef114bfa59d01a36fab6ce66"
hash = "762c99611cf5b0b944a8c905ff3ca3c7ba0c40a4bc75ce0b08621512c47a58e53bab4e36b6eb6b42180cff9bcbbe9d689f69084c5b155df850ea476fe67844c2"
[update]
[update.modrinth]
mod-id = "MihN2cw5"
version = "KJkKADGN"
version = "EIzLINt9"

View file

@ -1,13 +0,0 @@
name = "ViveCraft Compat"
filename = "vivecraftcompat-1.21-1.5.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/xnSuzkaS/versions/sCDvAGib/vivecraftcompat-1.21-1.5.0.jar"
hash-format = "sha512"
hash = "0d4aa518572350cc5eeaa77fb6def5148de4eedc6ad373154abdda61d5b42065f78f88c3cd3363e12621d6707c6f0da18744c924e7df5c408ef40baa6e5dc42e"
[update]
[update.modrinth]
mod-id = "xnSuzkaS"
version = "sCDvAGib"

View file

@ -1,13 +1,13 @@
name = "Vivecraft"
filename = "vivecraft-1.21.1-1.2.5-neoforge.jar"
filename = "vivecraft-1.21.4-1.2.5-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/aSEWExY1/vivecraft-1.21.1-1.2.5-neoforge.jar"
url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/7SbIRv8n/vivecraft-1.21.4-1.2.5-neoforge.jar"
hash-format = "sha512"
hash = "aeb1c2d6f3087bfaaa740100985623d91c386bd45273615c14c4224c2d5ffa47fa980a984dc46b3c6331f4158652752abfd7e73e617c50920bf92e8cd41efbc5"
hash = "61d9beb4b3789e121b3dccec193105d66c5e407091cf0a5bcc39e1ceb0066c41abfd841966116579b6f0c5ac8aa1b4462e437f40277082664aeb62a36abcc0fd"
[update]
[update.modrinth]
mod-id = "wGoQDPN5"
version = "aSEWExY1"
version = "7SbIRv8n"

View file

@ -1,13 +0,0 @@
name = "When Dungeons Arise"
filename = "DungeonsArise-1.21.x-2.1.64-release.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/8DfbfASn/versions/R4qYx6o0/DungeonsArise-1.21.x-2.1.64-release.jar"
hash-format = "sha512"
hash = "c95c5483b1195932aacfd4dcdfa3e73edd5facf419412a00cedf98c349abfb545164996e4fef060e9220c6a80ec6f9a802c1953fa47c76a729b6a22aa44711c9"
[update]
[update.modrinth]
mod-id = "8DfbfASn"
version = "R4qYx6o0"

View file

@ -1,13 +1,13 @@
name = "Wooden Hopper"
filename = "woodenhopper-neoforge-1.21.1-3.2.0.0.jar"
filename = "woodenhopper-neoforge-1.21.4-3.4.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VOUy9bAs/versions/bJfe05J7/woodenhopper-neoforge-1.21.1-3.2.0.0.jar"
url = "https://cdn.modrinth.com/data/VOUy9bAs/versions/UsBRn7qY/woodenhopper-neoforge-1.21.4-3.4.0.0.jar"
hash-format = "sha512"
hash = "f62885fa0e8e68818b1d63fda8832d9b9d2811d3c4ba6528566bff542d924557f532b0d14f696a35f6a1803e667e4052b20329916f547dac4c406c86fbafdc4c"
hash = "c50ea463920a5521d7da9997f9dc343d3fdacbddac192f8c02139b0695584970f6a10b52f469e031de51e0b5bb6fb1ed3358c6eb9c6ef5f4c329385c7e214d55"
[update]
[update.modrinth]
mod-id = "VOUy9bAs"
version = "bJfe05J7"
version = "UsBRn7qY"

View file

@ -1,13 +1,13 @@
name = "YetAnotherConfigLib (YACL)"
filename = "yet_another_config_lib_v3-3.6.3+1.21.1-neoforge.jar"
filename = "yet_another_config_lib_v3-3.6.3+1.21.4-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/5APbkNF6/yet_another_config_lib_v3-3.6.3%2B1.21.1-neoforge.jar"
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/d8PQvEwL/yet_another_config_lib_v3-3.6.3%2B1.21.4-neoforge.jar"
hash-format = "sha512"
hash = "e0236e5932f9045cb59bf220ad4b311c1f441bab22960233020d46da889ed8094cc2d70d8ca1eaea67ec7df97d298d150abe84c66c8abce33c15b9448645e1ee"
hash = "a37ac128904af72cbe6d5b62cebdd5087300e8677e33a172274ca5a4a8929eca50973d01bf0a4937340755d80a5c99f793ccbb37f90f7ae3f3a98f51b2f16db6"
[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "5APbkNF6"
version = "d8PQvEwL"

View file

@ -1,13 +0,0 @@
name = "YUNG's API"
filename = "YungsApi-1.21.1-NeoForge-5.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/x20IZIXE/YungsApi-1.21.1-NeoForge-5.1.4.jar"
hash-format = "sha512"
hash = "8c687d620a1654357c9ce45d11c3cb3ffd75a54ceb2ee50e849a4cc07e782c9bb8bae519077c24869b5556c5c409daf309dd8bce61da04dcc4c671aa90ba99e1"
[update]
[update.modrinth]
mod-id = "Ua7DFN59"
version = "x20IZIXE"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Desert Temples"
filename = "YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/GQ9iNWkI/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar"
hash-format = "sha512"
hash = "6454c955f75f66104810e967a59ae032ddf1ccc5a854346af6bfba6e44cd456e755cd8feb1e0968be4e9132ea6c5d1cb2126fe5e85d3eb18c8d3ea3c81ffdf9a"
[update]
[update.modrinth]
mod-id = "XNlO7sBv"
version = "GQ9iNWkI"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Dungeons"
filename = "YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/D6aZn0Em/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar"
hash-format = "sha512"
hash = "40513bacd13fa9860abcab507b1fc09dc51649af4b615ce466e0ec361557f02d35e6e44bea1cc17cb4120805f862aad01394eb185f46611e7be63dfd97f272df"
[update]
[update.modrinth]
mod-id = "o1C1Dkj5"
version = "D6aZn0Em"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better End Island"
filename = "YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/IEU6pSYq/YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar"
hash-format = "sha512"
hash = "e2e374bbd1758ffa709efe935f6ceb67d78ea3be0d5c6065f9d029ac2f737a61d5ae6e64a3469939e74630809fc67b843e446ece1301332041230483c5bed0b8"
[update]
[update.modrinth]
mod-id = "2BwBOmBQ"
version = "IEU6pSYq"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Jungle Temples"
filename = "YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/P00i2hJn/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar"
hash-format = "sha512"
hash = "eca4233e874a55886c63d2111b8685d479771d3627bad2922582e65b78c51ba74733dc4624aabf91f2a2178a940a72d9209ae33eef74e34f84f07d62256709d9"
[update]
[update.modrinth]
mod-id = "z9Ve58Ih"
version = "P00i2hJn"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Mineshafts"
filename = "YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/Go3nbneL/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar"
hash-format = "sha512"
hash = "8b01b386f53feeaa55f0c62697578b82e00501e45e428b2a68df6bda34efb6a4b3b4e3582abf13fe767ebcb61aef9368186f53c03999958bef38f31c41a7f8b2"
[update]
[update.modrinth]
mod-id = "HjmxVlSr"
version = "Go3nbneL"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Nether Fortresses"
filename = "YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/oNRbcwIE/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.jar"
hash-format = "sha512"
hash = "6741fa2810b1f11e875e538752cf5c68682ba015254fce3a33bd6262895a56efb2c5725b9df92ee9f028539a807839105b202e3658b51801d72029f995109bfd"
[update]
[update.modrinth]
mod-id = "Z2mXHnxP"
version = "oNRbcwIE"

View file

@ -1,13 +0,0 @@
name = "YUNG's Better Ocean Monuments"
filename = "YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/yFjEcj2g/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar"
hash-format = "sha512"
hash = "77c864da36f1d2173e6460dc335996893a804954b8a5c274173fc95dfdbf437e80d9dce32f6060306a662fc35322566eecf5dfe24e2d3fab79bf7e0ff9fa4db6"
[update]
[update.modrinth]
mod-id = "3dT9sgt4"
version = "yFjEcj2g"

Some files were not shown because too many files have changed in this diff Show more