przemykomo / simple-planes

Planes mod for minecraft forge.
GNU Lesser General Public License v3.0
28 stars 26 forks source link

[Question] Modify recipes of the plane workbench #112

Closed Raft08 closed 2 years ago

Raft08 commented 2 years ago

Hello i'm making a modpack, And i want to change recipes of the plane workbench

How can i do this?

przemykomo commented 2 years ago

Use any datapack mod which can replace normal recipes. Then you can replace the aircraft recipes just like the normal ones. https://github.com/przemykomo/simple-planes/blob/master/src/main/resources/data/simpleplanes/recipes/helicopter.json here is an example helicopter recipe

Raft08 commented 2 years ago

Ok thanks!