Skip to content

Commit

Permalink
remove completed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro committed Jan 31, 2022
1 parent 1871af8 commit ea3ee56
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public int getAnalogOutputSignal(BlockState stateIn_, World worldIn, BlockPos po
public boolean isPathfindable(BlockState p_196266_1_, IBlockReader p_196266_2_, BlockPos p_196266_3_, PathType p_196266_4_) {
return false;
}
//todo custom sound events
@Override
public ActionResultType use(BlockState state, World worldIn, BlockPos pos, PlayerEntity player, Hand handIn, BlockRayTraceResult hit) {
if (!worldIn.isClientSide && handIn == Hand.MAIN_HAND && worldIn.getBlockEntity(pos) != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public void tick() {
level.addParticle(ParticleRegistry.goldenSparkle.get(), this.getX(), this.getY(), this.getZ(), 0,0,0);
}
}
//todo add golden particle

@Override
protected SoundEvent getAmbientSound() {return SoundRegistry.goldenRamAmbient.get();}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ public void inventoryTick(ItemStack itemStack, World worldIn, Entity entityIn, i
itemStack.getOrCreateTag().putDouble("Speed", entityIn.getDeltaMovement().length());
}
}
//todo change color depending on speed
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public ActionResult<ItemStack> use(World worldIn, PlayerEntity playerIn, Hand ha
playerIn.awardStat(Stats.ITEM_USED.get(this));
return ActionResult.success(itemStack);
}
//todo sound effects + particle

@Override
public boolean isValidRepairItem(ItemStack thisItem, ItemStack repairItem) {
Expand Down

0 comments on commit ea3ee56

Please sign in to comment.