mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
fix texture reference
This commit is contained in:
parent
00a4358a82
commit
17cdc987f1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ end
|
||||||
-- biofuel
|
-- biofuel
|
||||||
minetest.register_craftitem(":biofuel:biofuel",{
|
minetest.register_craftitem(":biofuel:biofuel",{
|
||||||
description = "Bio Fuel",
|
description = "Bio Fuel",
|
||||||
inventory_image = "biofuel_inv.png",
|
inventory_image = "airutils_biofuel_inv.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Add table
Reference in a new issue