From 6375c92575465e3e7fb6514a007617c0889b83c8 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 20 Sep 2024 06:27:39 -0700 Subject: [PATCH] Update changelog.txt --- docs/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 9803b9fe04..5b5b6dcb7d 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -57,14 +57,14 @@ Template for new versions: - `cleaners`: positional options to limit cleaning to a cuboid area. Options to remove grass or skip blood spatter removal. ## Fixes -``tile-material.lua``: made root tiles return tree material when not using GetLayerMat. +- ``tile-material.lua``: made root tiles return tree material when not using GetLayerMat. ## Misc Improvements ## Documentation ## API -``Maps::isPlantInBox``: function to determine if a tree's tile is present in a cuboid. +- ``Maps::isPlantInBox``: function to determine if a tree's tile is present in a cuboid. ## Lua