mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-13 13:50:22 +01:00
Fix captured edd's description
This commit is contained in:
parent
20bd1f84f7
commit
796d63d741
|
@ -57,7 +57,7 @@ for name, _ in pairs(maidroid.registered_maidroids) do
|
|||
local inv_img = "maidroid_tool_capture_rod_plate.png^" .. egg_def.inventory_image
|
||||
|
||||
minetest.register_tool("maidroid_tool:captured_" .. maidroid_name .. "_egg", {
|
||||
description = "captured " .. egg_def.description,
|
||||
description = "maidroid tool : captured " .. egg_def.description,
|
||||
inventory_image = inv_img,
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
|
|
Loading…
Reference in New Issue
Block a user