From e50982f6799e96b2537a63628d09280e5fe4ed67 Mon Sep 17 00:00:00 2001 From: Petras Jokubauskas Date: Mon, 9 Jun 2025 15:25:58 +0200 Subject: [PATCH] Update game_api.txt --- game_api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/game_api.txt b/game_api.txt index c4250d50..081979ac 100644 --- a/game_api.txt +++ b/game_api.txt @@ -35,6 +35,7 @@ The bucket API allows registering new types of buckets for non-default liquids. The filled bucket item is returned to the player that uses an empty bucket pointing to the given liquid source. When punching with an empty bucket pointing to an entity or a non-liquid node, the on_punch of the entity or node will be triggered. +The bucket API also allows registering buckets in other namespace using colon-prefixed itemname (i.e. ":cows:bucket_milk"). Beds API