1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-16 04:30:22 +02:00

Revert "Fix registering beds in other mods namespace"

This reverts commit 9321c265b6.
Note: the commit actually touched buckets, not beds
This commit is contained in:
sfan5
2025-06-20 11:21:24 +02:00
parent 407087977c
commit 69b2fb7a32
2 changed files with 1 additions and 4 deletions

View File

@ -35,7 +35,6 @@ 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