Update init.lua

master
AiTechEye 2021-02-07 14:51:11 +01:00 committed by GitHub
parent d004477659
commit 961d223d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ minetest.register_node("hook:hooking", {
description = "Hooking",
drawtype = "mesh",
mesh="hook_hook.obj",
tiles = {"default_ironblock.png"},
tiles = {"hook_iron.png"}
paramtype = "light",
paramtype2 = "facedir",
walkable=false,