Skip to content

Commit

Permalink
Trying to backport 1.18.4 and 1.18.5 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrddunbr committed Mar 27, 2021
1 parent 4561471 commit 8a4ba7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/java/mods/eln/node/six/SixNodeBlock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SixNodeBlock // public static ArrayList<Integer> repertoriedItemStackId =
}

// @SideOnly(Side.CLIENT)
override fun getSubBlocks(par1: Item, tab: CreativeTabs, subItems: List<*>?) {
override fun getSubBlocks(par1: Item, tab: CreativeTabs?, subItems: List<*>?) {
/*
* for (Integer id : repertoriedItemStackId) { subItems.add(new ItemStack(this, 1, id)); }
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ public int getConnectionMask(LRDU lrdu) {
return 0;
}

@Override
public String multiMeterString() {
return null;
}

@NotNull
@Override
public String thermoMeterString() {
return null;
}

@Override
public void initialize() {
}
Expand Down

0 comments on commit 8a4ba7a

Please sign in to comment.