forked from jzitnik/twodcraft
fix: Change seeds drop percentage in grass bush
This commit is contained in:
parent
59f0a70ea9
commit
73050de76d
@ -5,7 +5,7 @@ import cz.jzitnik.game.annotations.BlockDropPercentage;
|
||||
import cz.jzitnik.game.annotations.BlockRegistry;
|
||||
import cz.jzitnik.game.entities.Block;
|
||||
|
||||
@BlockDropPercentage(100)
|
||||
@BlockDropPercentage(13)
|
||||
@BlockRegistry(value = "grass_bush", drops = "wheat_seeds")
|
||||
public class GrassBushBlock extends Block {
|
||||
public GrassBushBlock() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user