[Fix] Mossy Obsidian does not spread to Obsidian using Bonemeal (quiqueck/BetterEnd/#126)
This commit is contained in:
parent
a813e7af21
commit
0d21df3b5e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class BonemealAPI {
|
|||
|
||||
addSpreadableBlocks(BCLBlockTags.BONEMEAL_TARGET_NETHERRACK, NetherrackSpreader.INSTANCE);
|
||||
addSpreadableBlocks(BCLBlockTags.BONEMEAL_TARGET_END_STONE, EndStoneSpreader.INSTANCE);
|
||||
addSpreadableBlocks(BCLBlockTags.BONEMEAL_TARGET_OBSIDIAN, BCLBlockTags.BONEMEAL_SOURCE_OBSIDIAN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue