Removed Material Imports

This commit is contained in:
Frank 2023-05-24 19:09:56 +02:00
parent 1ac25673a8
commit cfd9994233
59 changed files with 59 additions and 59 deletions

View file

@ -25,7 +25,7 @@ import net.minecraft.world.level.block.BonemealableBlock;
import net.minecraft.world.level.block.SoundType;
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.level.levelgen.feature.FeaturePlaceContext;
import net.minecraft.world.level.material.Material;
import net.minecraft.world.level.storage.loot.LootContext;
import net.minecraft.world.level.storage.loot.parameters.LootContextParams;
import net.minecraft.world.phys.shapes.CollisionContext;