More wooden materials, gui, mixins, registries
This commit is contained in:
parent
6ec2b53edd
commit
720103bd45
97 changed files with 2414 additions and 14 deletions
|
@ -0,0 +1,10 @@
|
|||
package ru.betterend.blocks.entities;
|
||||
|
||||
import net.minecraft.block.entity.ChestBlockEntity;
|
||||
import ru.betterend.registry.BlockEntityRegistry;
|
||||
|
||||
public class EChestBlockEntity extends ChestBlockEntity {
|
||||
public EChestBlockEntity() {
|
||||
super(BlockEntityRegistry.CHEST);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue