commit f7fcaaab9532f54b5209c2b10115c48b3e567375 Author: Juraj Vajda Date: Sun Mar 14 15:45:11 2021 -0400 initial commit diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..bdd86fc Binary files /dev/null and b/.DS_Store differ diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..0501540 --- /dev/null +++ b/init.lua @@ -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..") \ No newline at end of file diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..458f6ad --- /dev/null +++ b/mod.conf @@ -0,0 +1,2 @@ +name = x_builtin +description = Minetest Game mod: x_builtin diff --git a/textures/.DS_Store b/textures/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/textures/.DS_Store differ