This mod adds some blocks to make valkyrien skies survival friendly.
Note: this mod requires vs 2.5.0, which is not available on mod sites. Download it here: https://github.com/ValkyrienSkies/Valkyrien-Skies-2/packages/2020982. Get the jar with the name that does not end with "-shadow".
Note: the rotor block breaks with ship splitting. Go to config/valkyrienskies/vs_core_server.json and set sp.enableConnectivity to false.
Additions:
- Physics Alloy: used to make other stuff. Craft it by combining a prismarine crystal, a bottle of enchanting, and a diamond.
- Infused Block of Iron: makes a new ship with an iron block. Craft it by combining a physics alloy and an iron block.
- Rotor
- When right clicked with an infused iron block, creates a connected ship with a joint.
- Make the ship spin by fueling it up and giving redstone power to the sides with the symbols.
- Applies torque based on the formula: (<power from the plus side> - <power from the minus side>) * <base torque>.
- Fuel consumption is given by the formula: abs(<power from the plus side> - <power from the minus side>) * <fuel consumption factor> + 1.
- Craft it like a dispenser, but with physics alloy instead of a bow.
- Flap: comes in all colors and stabilizes the ship it is on. Craft it like a wool slab.
- Wing: like a flap but it is "angled" a bit by default (see below). It generates lift in the direction of the side with the X when moving in any lateral direction. Craft it by combining a flap and an iron nugget.
Configuration (create config/simplevs.properties):
- flapsLift: lift factor for flaps and wings.
- flapsDrag: drag factor for flaps and wings.
- rotorBaseTorque: see above.
- wingAOA: wing angle of attack.
- rotorFuelConsumpFactor: see above.