Skip to content

Commit

Permalink
Adjusted gradle and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed May 3, 2019
1 parent d8142c7 commit 3608d55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Fabric Example Mod
# Glassential for Fabric [![Curseforge](http://cf.way2muchnoise.eu/glassential-fabric.svg)](https://minecraft.curseforge.com/projects/glassential-fabric) [![Curseforge](http://cf.way2muchnoise.eu/versions/glassential-fabric.svg)](https://minecraft.curseforge.com/projects/glassential-fabric) [![Curseforge](http://cf.way2muchnoise.eu/packs/glassential-fabric.svg)](https://minecraft.curseforge.com/projects/glassential-fabric)

## Setup

1. Edit build.gradle and mod.json to suit your needs.
* The "mixins" object can be removed from mod.json if you do not need to use mixins.
* Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
2. Run the following command:

```
./gradlew idea
```

## License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
Adds glass of various type to your world. Inspired by all the cool glasses in Extra Utilities 2, but comes without all the other stuff.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

archivesBaseName = project.archives_base_name
version = project.mod_version
version = "${minecraft_version}-${mod_version}"
group = project.maven_group

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G
# Mod Properties
mod_version = 1.0.0
maven_group = lykrast
archives_base_name = glassential-fabric-1.14
archives_base_name = glassential-fabric

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
Expand Down

0 comments on commit 3608d55

Please sign in to comment.