1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-12 21:30:28 +02:00

Code license: MIT, require 5.0.0-dev

This commit is contained in:
SmallJoker
2020-04-21 20:47:07 +02:00
parent d2273a0952
commit 45acc5e3ac
3 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,7 @@
if not minetest.get_translator then
error("exchange_shop requires at least Minetest 5.0.0-dev.")
end
exchange_shop = {}
exchange_shop.storage_size = 5 * 4
exchange_shop.shopname = "exchange_shop:shop"