1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-02 23:00:21 +02:00

Fix registering beds in other mods namespace

This commit is contained in:
Petras Jokubauskas
2025-06-13 11:26:05 +02:00
committed by GitHub
parent 0351c66915
commit 9321c265b6
2 changed files with 4 additions and 1 deletions

View File

@ -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