Skip to content

Commit

Permalink
Target 1.12.1 (MINOR BREAKING)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 18, 2017
1 parent 4d51c8a commit 54daf4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1_12_R1/pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12-R0.1-SNAPSHOT</version>
<version>1.12.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -47,7 +47,7 @@ public void setBlock(Block block) {
// TODO: make this work!
BlockPosition blockPos = new BlockPosition(block.getX(), block.getY(), block.getZ());
TileEntity te = ((CraftWorld) block.getWorld()).getHandle().getTileEntity(blockPos);
te.a(ctag.toNMSTag());
te.load(ctag.toNMSTag());
}
}

Expand Down

0 comments on commit 54daf4d

Please sign in to comment.