mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Remove Black Quartz Ore loot TEMP
This commit is contained in:
parent
072f5c68b7
commit
005b3ccc8a
1 changed files with 0 additions and 4 deletions
|
@ -200,12 +200,8 @@ public class LootTableGenerator extends LootTableProvider {
|
|||
dropSelf(ActuallyBlocks.VOID_CRYSTAL_CLUSTER.get());
|
||||
dropSelf(ActuallyBlocks.EMERADIC_CRYSTAL_CLUSTER.get());
|
||||
|
||||
//TODO temp
|
||||
dropSelf(ActuallyBlocks.BLACK_QUARTZ_ORE.get());
|
||||
add(ActuallyBlocks.BLACK_QUARTZ_ORE.get(), createOreDrop(ActuallyBlocks.BLACK_QUARTZ_ORE.getBlock(), ActuallyItems.BLACK_QUARTZ.get()));
|
||||
|
||||
//this.add(ActuallyBlocks.BLACK_QUARTZ_ORE.get(), ore -> droppingItemWithFortune(ore, ActuallyItems.BLACK_QUARTZ.get()));
|
||||
|
||||
addCrop(ActuallyBlocks.CANOLA, ActuallyItems.CANOLA, ActuallyItems.CANOLA_SEEDS);
|
||||
addCrop(ActuallyBlocks.RICE, ActuallyItems.RICE, ActuallyItems.RICE_SEEDS);
|
||||
addCrop(ActuallyBlocks.FLAX, () -> Items.STRING, ActuallyItems.FLAX_SEEDS);
|
||||
|
|
Loading…
Reference in a new issue