Skip to content

Commit

Permalink
Added a lens background to the Soul Laser Base slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 28, 2024
1 parent a70ac26 commit 2f384b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 1.10.2
* Changed the Soul Laser Base to have a soul capability and the pipe network will now store the souls extracted from the pipes
* Added a lens background to the Soul Laser Base slot

# Version 1.10.1
* Added comparator support for the Soul Laser Base closes #11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public List<Component> getTooltipLines() {
this.addInventory(catalyst = (SidedInventoryComponent<SoulLaserBaseBlockEntity>) new SidedInventoryComponent<SoulLaserBaseBlockEntity>("lens", 50, 24 + 18, 1, 0)
.setColor(DyeColor.BLUE)
.setRange(2, 3)
.setSlotToItemStackRender(0, new ItemStack(ModuleCore.LASER_LENS[11].get()))
.setSlotLimit(1)
//.setInputFilter((stack, integer) -> stack.getItem() instanceof LaserLensItem)
);
Expand Down

0 comments on commit 2f384b0

Please sign in to comment.