Imported from trollstream "ContentDB"

master
OldCoder 2022-09-04 22:01:44 -07:00
commit b489abed88
3 changed files with 14 additions and 0 deletions

10
init.lua Normal file
View File

@ -0,0 +1,10 @@
minetest.register_craftitem("creativefuel:creative_fuel", {
description = ("Creative fuel"),
inventory_image = "creativefuel.png",
})
minetest.register_craft({
type = "fuel",
recipe = "creativefuel:creative_fuel",
burntime = 1000000000,
})

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
author = Oxalis
name = creativefuel
description = infinite fuel
title = creative fuel

BIN
textures/creativefuel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B