Commit c59a461 1 parent 0bc282f commit c59a461 Copy full SHA for c59a461
File tree 5 files changed +15
-5
lines changed
data/mc-extended/worldgen/configured_feature
5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ loader_version=0.14.21
10
10
11
11
12
12
# Mod Properties
13
- mod_version =0.2.0
13
+ mod_version =0.2.1
14
14
maven_group =barch.mc_extended
15
15
archives_base_name =mc-extended
16
16
Original file line number Diff line number Diff line change @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
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
8
17
9
18
### Added
10
19
- sapphire sword
@@ -237,6 +246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237
246
- ruby block
238
247
239
248
[ 0.2.0 ] : https://github.com/BarchamMal/MC-Extended/commit/
249
+ [ 0.2.0 ] : https://github.com/BarchamMal/MC-Extended/commit/b889162b3515908415f2afbe1a6deecee274651c
240
250
[ 0.1.8 ] : https://github.com/BarchamMal/MC-Extended/commit/38d52ed944e0d9db02c2d9b154848b5325225452
241
251
[ 0.1.7 ] : https://github.com/BarchamMal/MC-Extended/commit/7fca2454e1c3e7f1c5ca5a881c408910bc32df49
242
252
[ 0.1.6 ] : https://github.com/BarchamMal/MC-Extended/commit/095d171643d27ba2e0f6dfe48155d2fd94cb5b5a
Original file line number Diff line number Diff line change 2
2
"type" : " minecraft:ore" ,
3
3
"config" : {
4
4
"discard_chance_on_air_exposure" : 0.0 ,
5
- "size" : 3 ,
5
+ "size" : 2 ,
6
6
"targets" : [
7
7
{
8
8
"state" : {
Original file line number Diff line number Diff line change 2
2
"type" : " minecraft:ore" ,
3
3
"config" : {
4
4
"discard_chance_on_air_exposure" : 0.0 ,
5
- "size" : 4 ,
5
+ "size" : 2 ,
6
6
"targets" : [
7
7
{
8
8
"state" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"schemaVersion" : 1 ,
3
3
"id" : " mc-extended" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"name" : " MC-Extended" ,
6
6
"description" : " This mod is about adding content (and not so much functionality) to minecraft." ,
7
7
"authors" : [
You can’t perform that action at this time.
0 commit comments