Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix missing item crash (#242)
Browse files Browse the repository at this point in the history
* Fix build issue

* spotlessApply (#243)

Co-authored-by: GitHub GTNH Actions <>

---------

Co-authored-by: GTNH-Colen <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 15, 2023
1 parent b1422eb commit cc4b022
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,10 @@ public void run() {
Machine_Multi_DataBank.set(
new GT_MetaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L));

Machine_Multi_Research.set(
new GT_MetaTileEntity_EM_research(15331, "multimachine.em.research", "Research station")
.getStackForm(1L));

Machine_Multi_Infuser.set(
new GT_MetaTileEntity_EM_infuser(15350, "multimachine.em.infuser", "Energy Infuser").getStackForm(1));

Expand Down

0 comments on commit cc4b022

Please sign in to comment.