Skip to content

Commit

Permalink
bump version to beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jul 14, 2021
1 parent ce8b9a4 commit 99efa46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="media/biomancy.png" alt="Biomancy" width="30%" style="image-rendering: crisp-edges;"/>

[![Biomancy Version](https://img.shields.io/badge/Biomancy-1.0.0--beta.3-yellow)](https://github.com/Elenterius/Biomancy)
[![Biomancy Version](https://img.shields.io/badge/Biomancy-1.0.0--beta.4-yellow)](https://github.com/Elenterius/Biomancy)
[![Forge Version](https://img.shields.io/badge/Minecraft%20Forge-1.16.5--36.1.4-orange)](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.16.5.html)

Biomancy is a Biopunk inspired Mod and themed around flesh magic and bio-manipulation.
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ dependencies {

//curse.maven:<descriptor, can be anything>-<curseforge project id>:<curseforge file id>
runtimeOnly fg.deobf("curse.maven:create-328085:3278516") //https://www.curseforge.com/minecraft/mc-mods/create/files/3278516
runtimeOnly fg.deobf("curse.maven:simple-farming-327554:3339467") //https://www.curseforge.com/minecraft/mc-mods/simple-farming/files/3339467
runtimeOnly fg.deobf("curse.maven:extended-item-information-285166:3324259") //https://www.curseforge.com/minecraft/mc-mods/simple-farming/files/3339467
//runtimeOnly fg.deobf("curse.maven:simple-farming-327554:3339467") //https://www.curseforge.com/minecraft/mc-mods/simple-farming/files/3339467
//runtimeOnly fg.deobf("curse.maven:extended-item-information-285166:3324259") //https://www.curseforge.com/minecraft/mc-mods/simple-farming/files/3339467
}


import groovy.json.JsonOutput
import groovy.json.JsonSlurper

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mc_version=1.16.5
forge_version=36.1.4
mod_version=1.0.0-beta.3
mod_version=1.0.0-beta.4

0 comments on commit 99efa46

Please sign in to comment.