-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d57749
commit 4c470b1
Showing
5 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/main/java/com/warmthdawn/mod/gugu_utils/compat/PneumaticCraftCompat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package com.warmthdawn.mod.gugu_utils.compat; | ||
|
||
import com.warmthdawn.mod.gugu_utils.modularmachenary.pressure.IUpgradeAcceptorWrapper; | ||
import com.warmthdawn.mod.gugu_utils.modularmachenary.pressure.TilePressureInputHatch; | ||
import com.warmthdawn.mod.gugu_utils.modularmachenary.pressure.TilePressureOutputHatch; | ||
import me.desht.pneumaticcraft.api.PneumaticRegistry; | ||
|
||
public class PneumaticCraftCompat { | ||
public static void postInit() { | ||
PneumaticRegistry.getInstance().getItemRegistry().registerUpgradeAcceptor(new IUpgradeAcceptorWrapper(new TilePressureInputHatch())); | ||
PneumaticRegistry.getInstance().getItemRegistry().registerUpgradeAcceptor(new IUpgradeAcceptorWrapper(new TilePressureOutputHatch())); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Tue Sep 28 11:26:01 CST 2021 | ||
SAVED_VERSION=0.7.6 | ||
BUILD_NUMBER=5 | ||
#Tue Sep 28 21:08:46 CST 2021 | ||
SAVED_VERSION=0.7.7 | ||
BUILD_NUMBER=7 |