1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-06-30 06:40:26 +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

@ -1,3 +1,4 @@
---@diagnostic disable
--[[
X Enchanting. Adds Enchanting Mechanics and API.
Copyright (C) 2023 SaKeL <juraj.vajda@gmail.com>
@ -16,9 +17,6 @@
License along with this library; if not, write to juraj.vajda@gmail.com
--]]
---@diagnostic disable-next-line
screwdriver = minetest.global_exists('screwdriver') and screwdriver --[[@as MtgScrewdriver]]
local S = minetest.get_translator(minetest.get_current_modname())
----