mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 06:36:45 +01:00
2.1.204
This commit is contained in:
parent
d185c7538c
commit
5b1a69b3f7
@ -1,3 +1,7 @@
|
|||||||
|
Version 2.1.204
|
||||||
|
Fixed IndexOutOfBounds exception (thanks gecko10000) (related to Alchemy)
|
||||||
|
Added double smelt to copper ingot and netherite scrap (thanks Lyther)
|
||||||
|
|
||||||
Version 2.1.203
|
Version 2.1.203
|
||||||
mcMMO now requires Java 16
|
mcMMO now requires Java 16
|
||||||
mcMMO now requires the newest version of Minecraft (currently 1.17.1)
|
mcMMO now requires the newest version of Minecraft (currently 1.17.1)
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.203</version>
|
<version>2.1.204</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user