Skip to content

Commit b6c1b1f

Browse files
committed
β5
1 parent 1293fe3 commit b6c1b1f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 6.0-β5
2+
- Added all stuff in β4 to deepslate.
3+
- Added more recipes.
4+
- Raw Iron Block now drops 18 packs of siderite powder
5+
16
### 6.0-β4
27
- Iron ore (now called "siderite") now drops at most 12, on average 7.2 siderite powders. 9 siderite powders form a pack of siderite powder. 2 packs of siderite powder and 1 pack of coal powder can craft a "Siderite Powder Mixed with Coal". On smelting this mixture undergo the reaction of 2FeCO₃ + C --heat-> 2Fe + 3CO₂ and forms raw iron. Melt the raw iron again forms iron ingot.
38
- Known bugs/non-scientific stuff: smelting siderite items will yield Fe₂O₃. It has no texture and no use.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A mod that aims to make Minecraft as scientific as possible.
33

44
# Modifications
5-
- All 4 iron tools now rusts.
5+
- All 4 iron tools rusts.
66
- Iron ore (now called "siderite") now drops at most 12, on average 7.2 siderite powders. 9 siderite powders form a pack of siderite powder. 2 packs of siderite powder and 1 pack of coal powder can craft a "Siderite Powder Mixed with Coal". On smelting this mixture undergo the reaction of 2FeCO₃ + C == 2Fe + 3CO₂ and forms raw iron. Melt the raw iron to form iron ingot.
77

88
The possibility of each dropping amount of siderite powder is in the following table:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.14.7
99

1010
# Mod Properties
11-
mod_version = 6.0-beta4
11+
mod_version = 6.0-beta5
1212
maven_group = xyz.code2828.chemc
1313
archives_base_name = chemc
1414

0 commit comments

Comments
 (0)