Skip to content

Commit

Permalink
feat: add empty security card craft (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
CptbeffHeart authored May 21, 2024
1 parent f945910 commit 1146607
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.expectale"
version = "1.3.1"
version = "1.3.2"

val mojangMapped = project.hasProperty("mojang-mapped")

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"result": "deep_storage:empty_security_card",
"shape": [
"iri",
"ggg"
],
"ingredients": {
"r": "minecraft:redstone",
"g": "minecraft:gold_ingot",
"i": "minecraft:iron_ingot"
}
}

0 comments on commit 1146607

Please sign in to comment.