-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Its no longer weird, for the most part. fabric/forge here we go!
- Loading branch information
Showing
35 changed files
with
115 additions
and
144 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ out | |
*.iml | ||
.idea | ||
|
||
# vscode | ||
.vscode | ||
|
||
# gradle | ||
build | ||
.gradle | ||
|
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,3 @@ | ||
[submodule "vs-core"] | ||
path = vs-core | ||
url = https://github.com/ValkyrienSkies/vs-core |
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
6 changes: 4 additions & 2 deletions
6
.../client/multiplayer/MixinClientLevel.java → .../client/multiplayer/MixinClientLevel.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
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
...et/examplemod/IShipObjectWorldProvider.kt → ...rienskies/mod/IShipObjectWorldProvider.kt
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,4 +1,4 @@ | ||
package net.examplemod | ||
package org.valkyrienskies.mod | ||
|
||
import org.valkyrienskies.core.game.ShipObjectWorld | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...n/kotlin/net/examplemod/JOMLConversion.kt → .../org/valkyrienskies/mod/JOMLConversion.kt
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
...in/kotlin/net/examplemod/ShipSavedData.kt → ...n/org/valkyrienskies/mod/ShipSavedData.kt
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
6 changes: 3 additions & 3 deletions
6
...ain/kotlin/net/examplemod/VSNetworking.kt → ...in/org/valkyrienskies/mod/VSNetworking.kt
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
11 changes: 6 additions & 5 deletions
11
.../main/kotlin/net/examplemod/ExampleMod.kt → ...g/valkyrienskies/mod/ValkyrienSkiesMod.kt
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
10 changes: 5 additions & 5 deletions
10
...in/net/examplemod/item/ShipCreatorItem.kt → ...alkyrienskies/mod/item/ShipCreatorItem.kt
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
...ing/impl/VSPacketShipDataClientHandler.kt → ...ing/impl/VSPacketShipDataClientHandler.kt
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
...d/networking/impl/VSPacketShipDataList.kt → ...d/networking/impl/VSPacketShipDataList.kt
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,6 +1,6 @@ | ||
{ | ||
"_comment": "This file is here to make fabric loader load this on the Knot classloader.", | ||
"schemaVersion": 1, | ||
"id": "modid-common", | ||
"id": "valkyrienskies-common", | ||
"version": "0.0.1" | ||
} |
4 changes: 2 additions & 2 deletions
4
...n/resources/examplemod-common.mixins.json → ...sources/valkyrienskies-common.mixins.json
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
...emod/fabric/mixin/ExampleFabricMixin.java → .../mod/fabric/mixin/ExampleFabricMixin.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
11 changes: 0 additions & 11 deletions
11
fabric/src/main/kotlin/net/examplemod/fabric/ExampleModFabric.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...emod/fabric/VSClientPlayChannelHandler.kt → .../mod/fabric/VSClientPlayChannelHandler.kt
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
8 changes: 4 additions & 4 deletions
8
...t/examplemod/fabric/VSFabricNetworking.kt → ...ienskies/mod/fabric/VSFabricNetworking.kt
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
4 changes: 2 additions & 2 deletions
4
...ric/VSFabricServerToClientPacketSender.kt → ...ric/VSFabricServerToClientPacketSender.kt
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
11 changes: 11 additions & 0 deletions
11
fabric/src/main/kotlin/org/valkyrienskies/mod/fabric/ValkyrienSkiesModFabric.kt
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,11 @@ | ||
package org.valkyrienskies.mod.fabric | ||
|
||
import org.valkyrienskies.mod.ValkyrienSkiesMod | ||
import net.fabricmc.api.ModInitializer | ||
|
||
class ValkyrienSkiesModFabric : ModInitializer { | ||
override fun onInitialize() { | ||
ValkyrienSkiesMod.init() | ||
VSFabricNetworking.registerFabricNetworking() | ||
} | ||
} |
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
4 changes: 2 additions & 2 deletions
4
...n/resources/examplemod-fabric.mixins.json → ...sources/valkyrienskies-fabric.mixins.json
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.