diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09cd281 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# gradle + +.gradle/ +build/ +out/ +classes/ + +# eclipse + +*.launch + +# idea + +.idea/ +*.iml +*.ipr +*.iws + +# vscode + +.settings/ +.vscode/ +bin/ +.classpath +.project + +# macos + +*.DS_Store + +# fabric + +run/ diff --git a/bin/main/me/parsell/glowstonedust/common/GlowstoneWireBlock.class b/bin/main/me/parsell/glowstonedust/common/GlowstoneWireBlock.class index f17bdb0..ba1524b 100644 Binary files a/bin/main/me/parsell/glowstonedust/common/GlowstoneWireBlock.class and b/bin/main/me/parsell/glowstonedust/common/GlowstoneWireBlock.class differ diff --git a/src/main/java/me/parsell/glowstonedust/common/GlowstoneWireBlock.java b/src/main/java/me/parsell/glowstonedust/common/GlowstoneWireBlock.java index 2e2dd11..23ad0fd 100644 --- a/src/main/java/me/parsell/glowstonedust/common/GlowstoneWireBlock.java +++ b/src/main/java/me/parsell/glowstonedust/common/GlowstoneWireBlock.java @@ -112,6 +112,7 @@ public class GlowstoneWireBlock extends Block{ System.out.println("Update"); } + // isnt system.out BUT will update neighors? public void updateNeighbors(World world, BlockPos pos){ System.out.println("Update neighbors"); if (world.getBlockState(pos).isOf(this)) {