summaryrefslogtreecommitdiff
path: root/src/client/clientsimpleobject.h
Commit message (Expand)AuthorAge
* Move clientsimpleobject.h to client folder (#9630)Loïc Blot2020-04-10
ef='#n7'>7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
 
core.register_craftitem("advtrains:boiler", {
	description = "Boiler",
	inventory_image = "advtrains_boiler.png",
})

 
core.register_craftitem("advtrains:driver_cab", {
	description = "driver's cab",
	inventory_image = "advtrains_driver_cab.png",
})

 
core.register_craftitem("advtrains:wheel", {
	description = "Wheel",
	inventory_image = "advtrains_wheel.png",
})


core.register_craftitem("advtrains:chimney", {
	description = "Chimney",
	inventory_image = "advtrains_chimney.png",
})