From 7222956e55eac93aede86e8f70b2f3d9ea84202d Mon Sep 17 00:00:00 2001 From: IronCrest <234182831+asn44nb@users.noreply.github.com> Date: Wed, 13 May 2026 15:35:47 +0300 Subject: [PATCH] Update get.mcfunction --- data/datalib/function/api/gamerule/get.mcfunction | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/datalib/function/api/gamerule/get.mcfunction b/data/datalib/function/api/gamerule/get.mcfunction index 045ee6e..2867a30 100644 --- a/data/datalib/function/api/gamerule/get.mcfunction +++ b/data/datalib/function/api/gamerule/get.mcfunction @@ -15,8 +15,8 @@ execute unless function datalib:debug/tools/utils/check_all run return 0 # Normalize key (spaces → underscores, lowercase) -data modify storage stringlib:input replace.String set from storage datalib:input rule -data modify storage stringlib:input replace.Find set value " " +data modify storage stringlib:input replace.String set from storage datalib:input rule +data modify storage stringlib:input replace.Find set value " " data modify storage stringlib:input replace.Replace set value "_" function stringlib:util/replace data modify storage datalib:input _gamerule_norm set from storage stringlib:output replace