gradle works

This commit is contained in:
DaCodia
2024-07-25 05:24:57 -05:00
parent 303be9dae4
commit c74c4937e2
11 changed files with 188 additions and 238 deletions

View File

@@ -1,41 +0,0 @@
modLoader="javafml"
loaderVersion="[43,)"
license="MIT"
[[mods]]
modId="createindustry"
version="0.9.0c"
displayName="Create: The Factory Must Grow"
logoFile="logo.png"
authors="DrMangoTea, Pepa, Milky, Luna"
description='''
Create is by default a steam/clockpunk mod and most addons aim to expand this part of Create and do that pretty well, we thought the next natural expansion would be moving on from steampunk to dieselpunk. We believe that create could be later used not just as a single steampunk tech mod, but due to its modularity and polishedness it is a perfect base for other tech mods aiming to Create (get it) something new with it, essentially using it as a library. We wanna be the first one to try and prove this concept.
'''
[[dependencies.createindustry]]
modId="forge"
mandatory=true
versionRange="[43,)"
ordering="NONE"
side="BOTH"
[[dependencies.createindustry]]
modId="minecraft"
mandatory=true
versionRange="[1.19.2,1.20)"
ordering="NONE"
side="BOTH"

View File

@@ -1,16 +1,15 @@
{
"required": true,
"minVersion": 0.8,
"minVersion": "0.8",
"package": "com.drmangotea.createindustry.mixins",
"compatibilityLevel": "JAVA_8",
"refmap": "createindustry.refmap.json",
"compatibilityLevel": "JAVA_17",
"mixins": [
"AllOreFeatureConfigEntriesMixin",
"FluidPropagatorMixin",
"FluidPipeBlockMixin",
"PipeAttachmentModelMixin",
"BucketItemMixin",
"BucketItemMixin"
// "ArrowMixin"
//,
// "ScreenEffectRendererMixin"

View File

@@ -0,0 +1,30 @@
{
"schemaVersion": 1,
"id": "createindustry",
"version": "0.9.0c",
"name": "Create: The Factory Must Grow",
"description": "Create is by default a steam/clockpunk mod and most addons aim to expand this part of Create and do that pretty well, we thought the next natural expansion would be moving on from steampunk to dieselpunk. We believe that create could be later used not just as a single steampunk tech mod, but due to its modularity and polishedness it is a perfect base for other tech mods aiming to Create (get it) something new with it, essentially using it as a library. We wanna be the first one to try and prove this concept.\n",
"authors": [
"DrMangoTea, Pepa, Milky, Luna, but mostly DaCodia"
],
"contact": {
"sources": "https://github.com/Fabricators-of-Create/create-fabric-addon-template"
},
"license": "CC0",
"icon": "logo.png",
"environment": "*",
"entrypoints": {
"main": [
"com.drmangotea.createindustry.CreateTFMG"
]
},
"mixins": [
"createindustry.mixins.json"
],
"depends": {
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": ">=${fabric_api_version}",
"create": "${create_version}",
"minecraft": "${minecraft_version}"
}
}

View File

@@ -1,8 +0,0 @@
{
"pack": {
"description": "createindustry resources",
"pack_format": 9,
"forge:resource_pack_format": 9,
"forge:data_pack_format": 10
}
}