Skip to content

Commit

Permalink
Fix Quark#4759
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Apr 9, 2024
1 parent 970f4b8 commit 95608e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/violetmoon/zeta/block/ZetaVineBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ZetaVineBlock extends VineBlock implements IZetaBlock {
private BooleanSupplier enabledSupplier = BooleanSuppliers.TRUE;

public ZetaVineBlock(@Nullable ZetaModule module, String name, boolean creative) {
super(OldMaterials.replaceablePlant().noCollission().randomTicks().strength(0.2F).sound(SoundType.GRASS));
super(OldMaterials.replaceablePlant().noCollission().randomTicks().strength(0.2F).sound(SoundType.VINE));
this.module = module;

if(module == null) //auto registration below this line
Expand Down

0 comments on commit 95608e7

Please sign in to comment.