mirror of
https://github.com/songoda/UltimateTimber.git
synced 2025-02-15 11:11:33 +01:00
Version 0.0.10
- Added snow compatibility
This commit is contained in:
parent
6918b4ad4d
commit
f483e9dea2
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>ultimatetimber</groupId>
|
<groupId>ultimatetimber</groupId>
|
||||||
<artifactId>UltimateTimber</artifactId>
|
<artifactId>UltimateTimber</artifactId>
|
||||||
<version>0.0.9</version>
|
<version>0.0.10</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
@ -271,7 +271,9 @@ public class TreeChecker {
|
|||||||
Material.DARK_OAK_SAPLING,
|
Material.DARK_OAK_SAPLING,
|
||||||
Material.DIRT,
|
Material.DIRT,
|
||||||
Material.COARSE_DIRT,
|
Material.COARSE_DIRT,
|
||||||
Material.GRASS_BLOCK
|
Material.GRASS_BLOCK,
|
||||||
|
Material.SNOW,
|
||||||
|
Material.SNOW_BLOCK
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: UltimateTimber
|
name: UltimateTimber
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
author: Songoda
|
author: Songoda
|
||||||
main: com.songoda.ultimatetimber.UltimateTimber
|
main: com.songoda.ultimatetimber.UltimateTimber
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user