Scale swords

Post Reply
User avatar
Joseph16
Member
Posts: 310
Joined: Tue Dec 06, 2016 05:35
In-game: smb3

Scale swords

by Joseph16 » Post

I've been searching on how to do this for a long time and finally I figured it out! You go to minetest>games>minetest_game>mods>default>tools.lua. Then find your tool that you want to scale, for example the diamond sword. Then were it says minetest.register_tool("default:diamond_sword", {
description = "Diamond Sword",
Inventory_image = "default_tool_diamond sword.PNG
<add this line here, in between inventory image and tool_capabilities>
wield_scale = {x=1,y=1,z=1.0},<then the rest of the line>
You can mess with the wheeled_scale values to your liking. I hope you found this helpful thank you for reading!
Testin' mines since 1989

Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests