Skip to content

Commit

Permalink
Talons and Scales
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 committed Oct 13, 2024
1 parent 706da0c commit 784f6ba
Show file tree
Hide file tree
Showing 54 changed files with 527 additions and 536 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ replay_*.log
# direnv
.direnv/
.envrc

# metals
.metals/
.bloop/
9 changes: 0 additions & 9 deletions src/client/kotlin/stellarwitch7/ram/RandomAccessMindClient.kt

This file was deleted.

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.
}
}
22 changes: 0 additions & 22 deletions src/main/kotlin/stellarwitch7/ram/RandomAccessMind.kt

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/kotlin/stellarwitch7/ram/cca/ModComponents.kt

This file was deleted.

30 changes: 0 additions & 30 deletions src/main/kotlin/stellarwitch7/ram/cca/RAMComponent.kt

This file was deleted.

68 changes: 0 additions & 68 deletions src/main/kotlin/stellarwitch7/ram/cca/world/CellsComponent.kt

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/kotlin/stellarwitch7/ram/cca/world/ModWorldComponents.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/kotlin/stellarwitch7/ram/spell/blunder/OutOfRAMBlunder.kt

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions src/main/kotlin/stellarwitch7/ram/spell/fragment/CellFragment.kt

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions src/main/kotlin/stellarwitch7/ram/spell/mind/DefaultRAM.kt

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/kotlin/stellarwitch7/ram/spell/mind/RAM.kt

This file was deleted.

Loading

0 comments on commit 784f6ba

Please sign in to comment.