From 7f55db27d7fffc97880a9c75e043dd7e4aa5904f Mon Sep 17 00:00:00 2001 From: Alexthetransfem <124483815+theenchantedsword@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:24:59 -0500 Subject: [PATCH] Update plants.js --- mods/plants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/plants.js b/mods/plants.js index 89a5992b..1921fc97 100644 --- a/mods/plants.js +++ b/mods/plants.js @@ -1,3 +1,6 @@ +/* +Version 2.1.0 +*/ let is2d = (arr)=>{ return arr.some(item => Array.isArray(item)); }