D00Med / vehicles

minetest mod that adds vehicles. Written for minetest 0.4.??
Other
17 stars 27 forks source link

Replace default boat #23

Closed tacotexmex closed 7 years ago

tacotexmex commented 7 years ago

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?

D00Med commented 7 years ago

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.

tacotexmex commented 7 years ago

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?

D00Med commented 7 years ago

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.

tacotexmex commented 7 years ago

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