From: Zachary Vance Date: Thu, 28 Nov 2024 02:28:38 +0000 (-0500) Subject: Dirt Slab Mod X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=51daacc0705e5553a82c10e079409a83c2f77ce2;p=blog.git Dirt Slab Mod --- diff --git a/images/dirt-slab-recipe.png b/images/dirt-slab-recipe.png new file mode 100644 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 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 index 0000000..eb169a0 --- /dev/null +++ b/posts/dirt-slab.md @@ -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.