generated from Fabricators-of-Create/create-multiloader-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Port-1.19.2' into 1.20.1
- Loading branch information
Showing
67 changed files
with
1,320 additions
and
1,210 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
2 changes: 1 addition & 1 deletion
2
.../a0215e79d0b720ef451ebefde67e867b1dd8939d → .../d70dbc0fd4486830ea17f4c13c0b898ae5c564e3
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
30 changes: 16 additions & 14 deletions
30
common/src/main/java/com/cak/pattern_schematics/PatternSchematicsClient.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 |
---|---|---|
@@ -1,22 +1,24 @@ | ||
package com.cak.pattern_schematics; | ||
|
||
import com.cak.pattern_schematics.content.ponder.PatternSchematicsPonderTags; | ||
import com.cak.pattern_schematics.content.ponder.PatternSchematicsPonderIndex; | ||
import com.cak.pattern_schematics.content.ponder.PatternSchematicsPonderTags; | ||
import com.cak.pattern_schematics.foundation.mirror.PatternSchematicHandler; | ||
import com.cak.pattern_schematics.registry.PlatformPackets; | ||
|
||
public class PatternSchematicsClient { | ||
|
||
/**Treat as final, the variable is initialised by platform*/ | ||
public static PatternSchematicHandler PATTERN_SCHEMATIC_HANDLER; | ||
|
||
public static void init() { | ||
PlatformPackets.getChannel().initClientListener(); | ||
} | ||
|
||
public static void setup() { | ||
PatternSchematicsPonderTags.register(); | ||
PatternSchematicsPonderIndex.register(); | ||
} | ||
|
||
|
||
/** | ||
* Treat as final, the variable is initialised by platform | ||
*/ | ||
public static PatternSchematicHandler PATTERN_SCHEMATIC_HANDLER; | ||
|
||
public static void init() { | ||
PlatformPackets.getChannel().initClientListener(); | ||
} | ||
|
||
public static void setup() { | ||
PatternSchematicsPonderTags.register(); | ||
PatternSchematicsPonderIndex.register(); | ||
} | ||
|
||
} |
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
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
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
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
Oops, something went wrong.