Skip to content

Commit c59a461

Browse files
committed
Make my gems rarer and get tags working
Make ruby and sapphire more rare. Ruby and Sapphire now spawn based on tags.
1 parent 0bc282f commit c59a461

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.14.21
1010

1111

1212
# Mod Properties
13-
mod_version=0.2.0
13+
mod_version=0.2.1
1414
maven_group=barch.mc_extended
1515
archives_base_name=mc-extended
1616

src/main/resources/changelog.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
## [0.2.0] -2023-7-18
7+
8+
## [0.0.1] - 2023-7-23
9+
10+
### Changed
11+
- saphire ore is rarer
12+
- ruby ore is rarer
13+
- ruby spawns based on the ruby_spawns_in tag
14+
- saphire spawns based on the saphire_spawns_in tag
15+
16+
## [0.2.0] - 2023-7-18
817

918
### Added
1019
- sapphire sword
@@ -237,6 +246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237246
- ruby block
238247

239248
[0.2.0]: https://github.com/BarchamMal/MC-Extended/commit/
249+
[0.2.0]: https://github.com/BarchamMal/MC-Extended/commit/b889162b3515908415f2afbe1a6deecee274651c
240250
[0.1.8]: https://github.com/BarchamMal/MC-Extended/commit/38d52ed944e0d9db02c2d9b154848b5325225452
241251
[0.1.7]: https://github.com/BarchamMal/MC-Extended/commit/7fca2454e1c3e7f1c5ca5a881c408910bc32df49
242252
[0.1.6]: https://github.com/BarchamMal/MC-Extended/commit/095d171643d27ba2e0f6dfe48155d2fd94cb5b5a

src/main/resources/data/mc-extended/worldgen/configured_feature/ore_ruby.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:ore",
33
"config": {
44
"discard_chance_on_air_exposure": 0.0,
5-
"size": 3,
5+
"size": 2,
66
"targets": [
77
{
88
"state": {

src/main/resources/data/mc-extended/worldgen/configured_feature/ore_sapphire.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:ore",
33
"config": {
44
"discard_chance_on_air_exposure": 0.0,
5-
"size": 4,
5+
"size": 2,
66
"targets": [
77
{
88
"state": {

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "mc-extended",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"name": "MC-Extended",
66
"description": "This mod is about adding content (and not so much functionality) to minecraft.",
77
"authors": [

0 commit comments

Comments
 (0)