1.0.0
This commit is contained in:
parent
a91692ded7
commit
f1c52e4371
38 changed files with 1854 additions and 35 deletions
|
@ -16,16 +16,16 @@ show_testing_output = false
|
|||
# Mod Information
|
||||
# HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/
|
||||
mod_version = 1.0.0
|
||||
root_package = com.example
|
||||
mod_id = modid
|
||||
mod_name = Mod Name
|
||||
root_package = ru.octol1ttle
|
||||
mod_id = knockdowns
|
||||
mod_name = Knockdowns (Legacy)
|
||||
|
||||
# Mod Metadata (Optional)
|
||||
mod_description =
|
||||
mod_url =
|
||||
mod_update_json =
|
||||
# Delimit authors with commas
|
||||
mod_authors =
|
||||
mod_authors = Octol1ttle
|
||||
mod_credits =
|
||||
mod_logo_path =
|
||||
|
||||
|
@ -97,7 +97,7 @@ access_transformer_locations = ${mod_id}_at.cfg
|
|||
# Powerful tool to do runtime description changes of classes
|
||||
# Wiki: https://github.com/SpongePowered/Mixin/wiki + https://github.com/CleanroomMC/MixinBooter/ + https://cleanroommc.com/wiki/forge-mod-development/mixin/preface
|
||||
# Only use mixins once you understand the underlying structure
|
||||
use_mixins = false
|
||||
use_mixins = true
|
||||
mixin_booter_version = 9.1
|
||||
# A configuration defines a mixin set, and you may have as many mixin sets as you require for your application.
|
||||
# Each config can only have one and only one package root.
|
||||
|
@ -115,12 +115,12 @@ mixin_refmap = mixins.${mod_id}.refmap.json
|
|||
# Only make a coremod if you are absolutely sure of what you are doing
|
||||
# Change the property `coremod_includes_mod` to false if your coremod doesn't have a @Mod annotation
|
||||
# You MUST state a class name for `coremod_plugin_class_name` if you are making a coremod, the class should implement `IFMLLoadingPlugin`
|
||||
is_coremod = false
|
||||
is_coremod = true
|
||||
coremod_includes_mod = true
|
||||
coremod_plugin_class_name =
|
||||
coremod_plugin_class_name = ru.octol1ttle.knockdowns.common.KnockdownsFMLLoadingPlugin
|
||||
|
||||
# AssetMover
|
||||
# Convenient way to allow downloading of assets from official vanilla Minecraft servers, CurseForge, or any direct links
|
||||
# Documentation: https://github.com/CleanroomMC/AssetMover
|
||||
use_asset_mover = false
|
||||
asset_mover_version = 2.5
|
||||
asset_mover_version = 2.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue