mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-29 03:48:43 +01:00
Merge branch 'development'
This commit is contained in:
commit
caea5a7955
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<groupId>com.songoda</groupId>
|
<groupId>com.songoda</groupId>
|
||||||
<artifactId>UltimateStacker</artifactId>
|
<artifactId>UltimateStacker</artifactId>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>2.0.8b</version>
|
<version>2.0.9</version>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<finalName>UltimateStacker-${project.version}</finalName>
|
<finalName>UltimateStacker-${project.version}</finalName>
|
||||||
|
@ -245,7 +245,7 @@ public class UltimateStacker extends SongodaPlugin {
|
|||||||
this.stackingTask = new StackingTask(this);
|
this.stackingTask = new StackingTask(this);
|
||||||
getServer().getPluginManager().registerEvents(new ChunkListeners(entityStackManager), this);
|
getServer().getPluginManager().registerEvents(new ChunkListeners(entityStackManager), this);
|
||||||
});
|
});
|
||||||
final boolean useBlockHolo = Settings.SPAWNER_HOLOGRAMS.getBoolean();
|
final boolean useBlockHolo = Settings.BLOCK_HOLOGRAMS.getBoolean();
|
||||||
this.dataManager.getBlocks((blocks) -> {
|
this.dataManager.getBlocks((blocks) -> {
|
||||||
this.blockStackManager.addBlocks(blocks);
|
this.blockStackManager.addBlocks(blocks);
|
||||||
if (useBlockHolo) {
|
if (useBlockHolo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user