diff options
author | GreenXenith <bl00ntdmonkey@yahoo.com> | 2018-09-09 14:37:02 -0700 |
---|---|---|
committer | GreenXenith <bl00ntdmonkey@yahoo.com> | 2018-09-09 14:37:02 -0700 |
commit | 39f2d3f032451879a464d893a6af4c4233774220 (patch) | |
tree | 1eeee7410af407e7c49739c2b8cb86681273822e | |
parent | a34c7729a59deacbb5154ba88fff7cc883dc74bb (diff) |
Fix error from find/replace.
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -528,7 +528,7 @@ minetest.register_craftitem("bike:wheel", { minetest.register_craftitem("bike:handles", { description = "Bike Handles", - inventory_image = "old_handles.png", + inventory_image = "bike_handles.png", }) if minetest.get_modpath("technic") ~= nil then |