mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
Too many exploits, need to finalize this as a bugfix 1.3.02
This commit is contained in:
parent
288e82fbc3
commit
c1103a52f0
@ -7,13 +7,14 @@ Key:
|
|||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 2.0.00-dev
|
Version 1.3.02-dev
|
||||||
+ Added Ocelots to Taming XP tables.
|
+ Added Ocelots to Taming XP tables.
|
||||||
! Changed Tree Feller to hand out 1/4 of normal XP for each JUNGLE LOG block it fells
|
! Changed Tree Feller to hand out 1/4 of normal XP for each JUNGLE LOG block it fells
|
||||||
! Changed Tree Feller to only fell trees if you have enough durability
|
! Changed Tree Feller to only fell trees if you have enough durability
|
||||||
! Changed Tree Feller to cause injury if your axe splinters from a failed Tree Feller attempt
|
! Changed Tree Feller to cause injury if your axe splinters from a failed Tree Feller attempt
|
||||||
! Changed invincibility checks in EntityDamage listeners to accommodate for vanilla MC behaviour
|
! Changed invincibility checks in EntityDamage listeners to accommodate for vanilla MC behaviour
|
||||||
! Changed Ignition to add fire ticks rather than replacing them.
|
! Changed Ignition to add fire ticks rather than replacing them.
|
||||||
|
! Fixed Impact proccing multiple times in a row
|
||||||
|
|
||||||
Version 1.3.01
|
Version 1.3.01
|
||||||
= Fixed bug where Tree Feller had no cooldown
|
= Fixed bug where Tree Feller had no cooldown
|
||||||
|
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.0.00-dev</version>
|
<version>1.3.02-dev</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user