D00Med / vehicles

minetest mod that adds vehicles. Written for minetest 0.4.??

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace default boat

tacotexmex opened this issue · comments

I'd like to find a way to replace all minetest_game boats with vechicles mod boats. Already placed ones and recipe wise. Is there a way of doing this?

Is this the speed boat you are talking about?
I think you could probably override the boat item, so that it's like a vehicles mod spawner.

I may have assumed that the default looking vehicles mod boat in Farlands was also represented in the vehicle collection of the regular mod, without looking into it, sorry.

Regardless, how would I override the default boat? I can see myself cancelling out the loading of the boat mod and load the vehicle mod instead, but how would i replace placed, in-world boats?

No not yet, I will add it later.
Well I don't actually know, like I said you could just override the spawner so that the item is the same, but places a different boat entity. That would mean the crafting recipes are the same.

Alright, I think I'll override the recipe and just let the old boat become an unknown node. Thank you.