]> git.za3k.com Git - blog.git/commitdiff
Dirt Slab Mod
authorZachary Vance <za3k@za3k.com>
Thu, 28 Nov 2024 02:28:38 +0000 (21:28 -0500)
committerZachary Vance <za3k@za3k.com>
Thu, 28 Nov 2024 02:28:38 +0000 (21:28 -0500)
images/dirt-slab-recipe.png [new file with mode: 0644]
images/dirt-slab.png [new file with mode: 0644]
posts/dirt-slab.md [new file with mode: 0644]

diff --git a/images/dirt-slab-recipe.png b/images/dirt-slab-recipe.png
new file mode 100644 (file)
index 0000000..a20416f
Binary files /dev/null and b/images/dirt-slab-recipe.png differ
diff --git a/images/dirt-slab.png b/images/dirt-slab.png
new file mode 100644 (file)
index 0000000..4610c02
Binary files /dev/null and b/images/dirt-slab.png differ
diff --git a/posts/dirt-slab.md b/posts/dirt-slab.md
new file mode 100644 (file)
index 0000000..eb169a0
--- /dev/null
@@ -0,0 +1,20 @@
+---
+author: admin
+categories:
+- Technical
+- Non-Technical
+date: 2024-11-27
+tags:
+- hack-a-day
+- minecraft
+title: 'Hack-a-Day, Day 27: Minecraft Mod'
+---
+
+Today I made a minecraft mod, using Fabric. Modding sure has changed a lot since I last tried it in Forge, maybe ten years ago! Java's changed a little too, even.
+
+![](dirt-slab.png)
+![](dirt-slab-recipe.png)
+
+My mod adds a dirt slab, that's it. I didn't really have time to get past the basics, but I think the occasional hack that's just a learning experience is okay.
+
+[Code](https://github.com/za3k/dirt-slab-fabric-mod) and [mod download](https://github.com/za3k/dirt-slab-fabric-mod/releases/tag/v1.0.0) are both on github this time.