From e62685836f91770b2105c79bb09aa8b5f0dab358 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 22 Oct 2025 17:22:29 +0100 Subject: [PATCH] not our fault this time! --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a5ce863..4cd70d649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Changes ### Bug fixes +## [0.11.5] - 22-10-2025 +- Fixed missing ComputerCraft in single player modpack, due to a bug in the latest pakku version + ## [0.11.4] - 22-10-2025 ### Major Changes - Refrigerators now have a toggle for forcing food stacking, as a workaround for the food oven's output. It will stack everything down to the oldest expiring item, so be careful when using this! @Redeix