Skip to content

Commit

Permalink
Merge pull request #36 from ClothCreators/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Goldorion authored Jun 21, 2020
2 parents ca3935a + 216821a commit 2f817e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/fabric-1.15.2/workspacebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

archivesBaseName = project.archives_base_name
version = project.mod_version
group = project.maven_group
archivesBaseName = 'modid'
version = '1.0'
group = 'com.yourname.modid'

dependencies {
minecraft "com.mojang:minecraft:1.15.2"
mappings "net.fabricmc:yarn:1.15.2+build.17:v2"
modImplementation "net.fabricmc:fabric-loader:0.8.8+build.202"

//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.12.0+build.313-1.15"

modImplementation "net.fabricmc.fabric-api:fabric-api:0.13.0+build.315-1.15"
//Mod Menu
modImplementation "io.github.prospector:modmenu:1.10.2+build.32"
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minversion": 202000322116,
"info": {
"name": "Minecraft Fabric 1.15.2 Generator",
"version": "0.6.0+pre3",
"version": "0.6.1",
"description": "A Fabric Generator",
"author": "Goldorion with the help of CrispyChips and BoogieMonster1O1"
}
Expand Down

0 comments on commit 2f817e3

Please sign in to comment.