1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-21 01:20:24 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-07-17 22:45:16 +02:00
10 changed files with 53 additions and 7 deletions

View File

@ -6,7 +6,8 @@ local min, max, random = math.min, math.max, math.random
-- Load support for intllib.
local S, NS = dofile(path .. "/intllib.lua")
local S = minetest.get_translator and minetest.get_translator("bonemeal") or
dofile(path .. "/intllib.lua")
-- creative check