1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-06-30 23:00:24 +02:00

Add grindstone

This commit is contained in:
Juraj Vajda
2023-12-14 16:27:25 -05:00
parent 693ace14c2
commit 737e2f3cba
28 changed files with 1493 additions and 86 deletions

View File

@ -21,6 +21,7 @@ local mod_start_time = minetest.get_us_time()
dofile(path .. '/api.lua')
dofile(path .. '/table.lua')
dofile(path .. '/grindstone.lua')
---Check if string X starts with string Y
---@param str string