8.0.2 release
This commit is contained in:
parent
9f71eeb08b
commit
2bad9ec73d
@ -203,6 +203,9 @@ createWorldDeny=You do not have access to that world
|
|||||||
createConflict=Gate conflicts with existing gate
|
createConflict=Gate conflicts with existing gate
|
||||||
```
|
```
|
||||||
# Changes
|
# Changes
|
||||||
|
#### [Version 0.8.0.2] PseudoKnight fork
|
||||||
|
- Fix player relative yaw when exiting portal
|
||||||
|
- Add color code support in lang files
|
||||||
#### [Version 0.8.0.1] PseudoKnight fork
|
#### [Version 0.8.0.1] PseudoKnight fork
|
||||||
- Fix slab check for portal exits
|
- Fix slab check for portal exits
|
||||||
- Improve material checks for gate configuration
|
- Improve material checks for gate configuration
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.TheDgtl</groupId>
|
<groupId>org.TheDgtl</groupId>
|
||||||
<artifactId>Stargate</artifactId>
|
<artifactId>Stargate</artifactId>
|
||||||
<version>0.8.0.2-SNAPSHOT</version>
|
<version>0.8.0.2</version>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Stargate
|
name: Stargate
|
||||||
main: net.TheDgtl.Stargate.Stargate
|
main: net.TheDgtl.Stargate.Stargate
|
||||||
version: 0.8.0.2-SNAPSHOT
|
version: 0.8.0.2
|
||||||
description: Stargate mod for Bukkit
|
description: Stargate mod for Bukkit
|
||||||
author: Drakia
|
author: Drakia
|
||||||
website: http://www.thedgtl.net
|
website: http://www.thedgtl.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user