-
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.
- Loading branch information
1 parent
706da0c
commit 784f6ba
Showing
54 changed files
with
527 additions
and
536 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 |
---|---|---|
|
@@ -44,3 +44,7 @@ replay_*.log | |
# direnv | ||
.direnv/ | ||
.envrc | ||
|
||
# metals | ||
.metals/ | ||
.bloop/ |
9 changes: 0 additions & 9 deletions
9
src/client/kotlin/stellarwitch7/ram/RandomAccessMindClient.kt
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
src/client/scala/stellarwitch7/ram/RandomAccessMindClient.scala
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,9 @@ | ||
package stellarwitch7.ram | ||
|
||
import net.fabricmc.api.ClientModInitializer | ||
|
||
object RandomAccessMindClient extends ClientModInitializer { | ||
override def onInitializeClient(): Unit = { | ||
// This entrypoint is suitable for setting up client-specific logic, such as rendering. | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
src/main/kotlin/stellarwitch7/ram/cca/world/CellsComponent.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/cca/world/ModWorldComponents.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/spell/blunder/CellNotWithinWorldBlunder.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/spell/blunder/ImmutableCellBlunder.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/spell/blunder/NotWithinRAMBoundsBlunder.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/spell/blunder/OutOfRAMBlunder.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/kotlin/stellarwitch7/ram/spell/blunder/RAMNotSupportedBlunder.kt
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
src/main/kotlin/stellarwitch7/ram/spell/fragment/CellFragment.kt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/main/kotlin/stellarwitch7/ram/spell/fragment/ModFragmentTypes.kt
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
src/main/kotlin/stellarwitch7/ram/spell/mind/DefaultRAM.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.