feat: curios dependency + flower crown item
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
commit
f63ec89953
27 changed files with 1267 additions and 0 deletions
26
gradle.properties
Normal file
26
gradle.properties
Normal file
|
@ -0,0 +1,26 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
### Mod ###
|
||||
mod_id=charmsnfabrics
|
||||
mod_name=Charms & Fabrics
|
||||
mod_license=All Rights Reserved
|
||||
mod_version=1.0.0
|
||||
mod_group_id=fr.sushi.charmsnfabrics
|
||||
mod_authors=_SushiCannibale_
|
||||
mod_description=Example mod description.\nNewline characters can be used and will be replaced properly.
|
||||
|
||||
### Minecraft & Loader ###
|
||||
minecraft_version=1.21.5
|
||||
minecraft_version_range=[1.21.5]
|
||||
neo_version=21.5.83
|
||||
loader_version_range=[1,)
|
||||
|
||||
parchment_minecraft_version=1.21.5
|
||||
parchment_mappings_version=2025.06.15
|
||||
|
||||
### Dependencies ###
|
||||
curios_version=11.0.1
|
Loading…
Add table
Add a link
Reference in a new issue