Registries, Base blocks with entities
This commit is contained in:
parent
5aeee09cfc
commit
8ab247f861
45 changed files with 1684 additions and 40 deletions
11
src/main/java/ru/bclib/items/EndDiscItem.java
Normal file
11
src/main/java/ru/bclib/items/EndDiscItem.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package ru.bclib.items;
|
||||
|
||||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.world.item.RecordItem;
|
||||
import ru.bclib.client.models.ItemModelProvider;
|
||||
|
||||
public class EndDiscItem extends RecordItem implements ItemModelProvider {
|
||||
public EndDiscItem(int comparatorOutput, SoundEvent sound, Properties settings) {
|
||||
super(comparatorOutput, sound, settings);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue