Recipes
This commit is contained in:
parent
2bc84f65a1
commit
ea7cca31d5
15 changed files with 341 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.Blocks;
|
||||
|
||||
public class BlockWetMycelium extends Block {
|
||||
public class BlockWetMycelium extends BlockBase {
|
||||
public BlockWetMycelium() {
|
||||
super(FabricBlockSettings.copyOf(Blocks.END_STONE));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue