mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-14 15:40:49 +01:00
2.2.045
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Version 2.2.045
|
Version 2.2.045
|
||||||
|
Green Thumb now replants some crops it was failing to replant before (see notes)
|
||||||
Green Thumb now replants harvested plants faster
|
Green Thumb now replants harvested plants faster
|
||||||
Fixed an error that could happen when replanting crops with Green Thumb
|
Fixed an error that could happen when replanting crops with Green Thumb
|
||||||
Fixed a bug where salvage.vanilla.yml was readding deleted entries on server restart
|
Fixed a bug where salvage.vanilla.yml was readding deleted entries on server restart
|
||||||
@@ -8,6 +9,7 @@ Version 2.2.045
|
|||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
The delay from a plant being replanted from Green Thumb is intentional, and while looking into bugs it seemd maybe a tad slow, so I sped it up a bit.
|
The delay from a plant being replanted from Green Thumb is intentional, and while looking into bugs it seemd maybe a tad slow, so I sped it up a bit.
|
||||||
|
Green Thumb still won't replant some stuff such as sugar canes, cacti, those are handled a bit differently, but I could add support for it in an upcoming patch if requested.
|
||||||
|
|
||||||
Version 2.2.044
|
Version 2.2.044
|
||||||
Fixed copper armor and tools not working with Repair or Salvage
|
Fixed copper armor and tools not working with Repair or Salvage
|
||||||
|
|||||||
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.2.045-SNAPSHOT</version>
|
<version>2.2.045</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user