Skip to content

Commit

Permalink
Crystals Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jan 3, 2024
1 parent ed9f2cb commit bf2a90b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Java CI with Gradle

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

permissions:
contents: read
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Crystals
[![](https://raw.githubusercontent.com/Killarexe/Crystals/master/common/src/main/resources/assets/crystals/title.png)]

[![Github Repo Size](https://img.shields.io/github/repo-size/Killarexe/Crystals)]()
[![Github Repo Issues](https://img.shields.io/github/issues/Killarexe/Crystals)]()
[![Github Repo Stars](https://img.shields.io/github/stars/Killarexe/Crystals)]()
![GitHub release](https://img.shields.io/github/release/Killarexe/Crystals.svg)
[![Github License](https://img.shields.io/github/license/Killarexe/Crystals.svg)]()

## About

Crysals is a small mod witch adds new crytals witch generates on top of ores like: Redstone, Lapis, Emerald and Diamond.
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modLoader = "javafml"
loaderVersion = "[49,)"
issueTrackerURL = "https://github.com/Killarexe/Crystals/issues"
issueTrackerURL = "https://raw.githubusercontent.com/Killarexe/Crystals/master/forge/update.json"
license = "CC0-1.0"

[[mods]]
Expand Down

0 comments on commit bf2a90b

Please sign in to comment.