mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2025-01-08 17:20:24 +01:00
5.x
This commit is contained in:
parent
6d21268470
commit
2db3f4b026
14
depends.txt
14
depends.txt
@ -1,14 +0,0 @@
|
|||||||
default
|
|
||||||
farming?
|
|
||||||
ethereal?
|
|
||||||
moretrees?
|
|
||||||
technic_worldgen?
|
|
||||||
lucky_block?
|
|
||||||
flowers?
|
|
||||||
dye?
|
|
||||||
ferns?
|
|
||||||
dryplants?
|
|
||||||
df_trees?
|
|
||||||
df_farming?
|
|
||||||
df_primordial_items?
|
|
||||||
everness?
|
|
@ -1 +0,0 @@
|
|||||||
Adds bone and bonemeal giving the ability to quickly grow plants and saplings.
|
|
2
init.lua
2
init.lua
@ -7,7 +7,7 @@ local min, max, random = math.min, math.max, math.random
|
|||||||
|
|
||||||
-- translation support
|
-- translation support
|
||||||
local S = function(s) return s end -- default boilerplate function
|
local S = function(s) return s end -- default boilerplate function
|
||||||
if minetest.get_translator ~= nil then
|
if minetest.get_translator then
|
||||||
S = minetest.get_translator("bonemeal") -- 5.x translation function
|
S = minetest.get_translator("bonemeal") -- 5.x translation function
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user