mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
Merge branch 'mc1.17/dev' into mc1.18/dev
This commit is contained in:
commit
1590acd1ab
1 changed files with 2 additions and 2 deletions
|
@ -671,7 +671,7 @@ public class AllTileEntities {
|
|||
.register();
|
||||
|
||||
public static final BlockEntityEntry<PulseExtenderTileEntity> PULSE_EXTENDER = Create.registrate()
|
||||
.tileEntity("adjustable_repeater", PulseExtenderTileEntity::new)
|
||||
.tileEntity("pulse_extender", PulseExtenderTileEntity::new)
|
||||
.instance(() -> BrassDiodeInstance::new)
|
||||
.validBlocks(AllBlocks.PULSE_EXTENDER)
|
||||
.renderer(() -> BrassDiodeRenderer::new)
|
||||
|
@ -679,7 +679,7 @@ public class AllTileEntities {
|
|||
|
||||
public static final BlockEntityEntry<PulseRepeaterTileEntity> PULSE_REPEATER =
|
||||
Create.registrate()
|
||||
.tileEntity("adjustable_pulse_repeater", PulseRepeaterTileEntity::new)
|
||||
.tileEntity("pulse_repeater", PulseRepeaterTileEntity::new)
|
||||
.instance(() -> BrassDiodeInstance::new)
|
||||
.validBlocks(AllBlocks.PULSE_REPEATER)
|
||||
.renderer(() -> BrassDiodeRenderer::new)
|
||||
|
|
Loading…
Reference in a new issue