Skip to content

Commit

Permalink
v0.2 Beta 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarokIce committed Jun 2, 2024
1 parent b906e10 commit 591a9ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/kotlin/club/someoneice/ovo/core/MMMHookCore.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package club.someoneice.ovo.core

class MMMHookCore {
init {

}


}
13 changes: 13 additions & 0 deletions src/main/kotlin/club/someoneice/ovo/data/manametalmod/MMMData.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package club.someoneice.ovo.data.manametalmod

import club.someoneice.ovo.data.helper.Ingredient

data class MMMData(
val type: String,
val output: ArrayList<Ingredient>,
val ingredients: ArrayList<Ingredient>
) {
fun addRecipe() {

}
}

0 comments on commit 591a9ee

Please sign in to comment.