Revert "Added automatic tool configuration for blocks"
This reverts commit 70b109758d
.
This commit is contained in:
parent
70b109758d
commit
67c4decf8e
29 changed files with 102 additions and 106 deletions
|
@ -1,14 +1,14 @@
|
|||
package ru.bclib.blocks;
|
||||
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.sounds.SoundEvents;
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import ru.bclib.util.BlocksHelper;
|
||||
|
||||
public class BaseStoneButtonBlock extends BaseButtonBlock {
|
||||
|
||||
public BaseStoneButtonBlock(Block source) {
|
||||
super(source, BlocksHelper.copySettingsOf(source).noOcclusion(), false);
|
||||
super(source, FabricBlockSettings.copyOf(source).noOcclusion(), false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue