Doc update

This commit is contained in:
Mads Buvik Sandvei 2025-07-05 13:09:27 +02:00
parent 1b9802472d
commit 7143115e57

View File

@ -153,15 +153,6 @@ Reduces stack size of an item by a given amount, removing the item completely if
core.sendGlobalEvent('ConsumeItem', {item = foobar, amount = 1})
**ModifyItemCharge**
Modify a specified amount of enchantment charge of an item
.. code-block:: Lua
-- Reduce charge by 10
core.sendGlobalEvent('ModifyItemCharge', {item = foobar, amount = -10})
**Lock**
Lock a container or door