APercy / nautilus

MIT License
8 stars 5 forks source link

Cannot fule nautilus #1

Open FullTimeLinux opened 4 years ago

FullTimeLinux commented 4 years ago

Hi I cannot seem to fuel the nautilus in minetest 5.1. I have tried entering the sub, holding the biofuel and then either left clicking the hatch or right clicking but the gage does not increase.

APercy commented 4 years ago

well, I made for minetest 5.2, but it should work on 5.1. You enter the sub with right click, and holding biobuel you left click the hatch above your head...

Beanzilla commented 3 years ago

I have noticed the sub does not remember color or fuel level when picked up. (Not a big deal but it would be neat to be able to pick up and store the color and fuel level of the sub)

Perhaps a guild booklet to go along with the sub would be helpful. (List all the things you can do, Commonly asked questions, etc.)

APercy commented 3 years ago

thank you! I have to think a way to store the sub stats after the pick up. And good idea, I can make a manual like that I made for the hydroplane (hydro_manual chat command)

sfence commented 3 years ago

thank you! I have to think a way to store the sub stats after the pick up. And good idea, I can make a manual like that I made for the hydroplane (hydro_manual chat command)

With a new pull request you will be able to add this to function nautilus.destroy to lines after line with stack:set_wear. Use stack:get_meta() and set meta values, it should be stored in the drop item after it. You should add a load of meta in a similar way in the on_place function.