From 5595800a2681f2838e6ed0facaad3144a5b88f31 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Wed, 4 Dec 2024 21:53:49 -0700 Subject: [PATCH] Add mod "Grass Slabs, Carpets & Stairs". This was suggested by the author of FramedBlocks to get nicer textures on grass slabs. (See https://github.com/XFactHD/FramedBlocks/issues/141#issuecomment-1267701201). https://www.curseforge.com/minecraft/mc-mods/grass-slabs-carpets-stairs --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index a3d695f8f..dbda2c49f 100644 --- a/manifest.json +++ b/manifest.json @@ -1014,6 +1014,11 @@ "fileID": 4646817, "projectID": 296996, "required": true + }, + { + "fileID": 5091889, + "projectID": 565833, + "required": true } ] }