initial commit

master
Juraj Vajda 2021-03-14 15:45:11 -04:00
commit f7fcaaab95
4 changed files with 16 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

14
init.lua Normal file
View File

@ -0,0 +1,14 @@
------------
-- x_builtin Mod for Minetest by SaKeL
-- @author Juraj Vajda
-- @license GNU LGPL 2.1
----
local core = core
core.nodedef_default.wield_scale = {x=1.25, y=1.25, z=1.25}
core.craftitemdef_default.wield_scale = {x=1.5, y=1.5, z=1.5}
core.tooldef_default.wield_scale = {x=1.5, y=1.5, z=1.5}
core.noneitemdef_default.wield_scale = {x=1.25, y=1.25, z=1.25}
print("[Mod] x_builtin loaded..")

2
mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = x_builtin
description = Minetest Game mod: x_builtin

BIN
textures/.DS_Store vendored Normal file

Binary file not shown.