mirror of
https://github.com/songoda/UltimateTimber.git
synced 2025-02-13 10:11:30 +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>
|
||||
<artifactId>UltimateTimber</artifactId>
|
||||
<version>0.0.9</version>
|
||||
<version>0.0.10</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -271,7 +271,9 @@ public class TreeChecker {
|
||||
Material.DARK_OAK_SAPLING,
|
||||
Material.DIRT,
|
||||
Material.COARSE_DIRT,
|
||||
Material.GRASS_BLOCK
|
||||
Material.GRASS_BLOCK,
|
||||
Material.SNOW,
|
||||
Material.SNOW_BLOCK
|
||||
));
|
||||
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: UltimateTimber
|
||||
version: 0.0.9
|
||||
version: 0.0.10
|
||||
author: Songoda
|
||||
main: com.songoda.ultimatetimber.UltimateTimber
|
||||
api-version: 1.13
|
||||
|
Loading…
Reference in New Issue
Block a user