
ModGPL-3.0-or-later
Simple VS
Adds valkyrien skies functionality in a survival-friendly way
223
Downloads
4
Followers
2 months ago
Updated
📦
4
Versions
📖About Simple VS
This is a minecraft 1.20.1 fabric mod that adds valkyrien skies functionality in a survival-friendly way
Additions:
- Physics Alloy: used to make other stuff. Craft it by combining a phantom membrane, an amethyst shard, and a bottle of enchanting
- Infused Block of Iron: makes a new ship with an iron block. Craft it by combining a physics alloy and an iron block
- Rotor
- Right click it with an infused iron block to create a connected ship
- Apply redstone power to the + and - symbols to generate torque. More power = more torque and more fuel consumption
- Right click it with a dye to set its base torque. The order is white, orange, magenta, light_blue, yellow, lime, pink, gray, light_gray, cyan, purple, blue, brown, green, red, black. Each indicates 2x the torque and 2x the fuel consumption of the previous dye
- Craft it like a dispenser, but with physics alloy instead of a bow
- Flap: an airfoil. Comes in all colors. Has no collision. Craft it like a wool slab
- Wing
- Like a flap, but angled
- Generates lift in the direction of the side with the arrow when moving in the direction the arrow is pointing
- Craft it by putting a feather above a flap
- Servo
- Like a rotor, but it always tries to maintain an angle with the connected ship
- Tries for a 0 degree angle by default, plus 22.5 degrees for every redstone power level received
- Craft it like a rotor, but with a redstone comparator instead of redstone dust
- Redstone Linker
- Link them by right clicking one on another
- The power that goes in the back of one will come out the front of the other. Arrow points towards the front
- Craft it like a repeater, but with an echo shard instead of redstone dust
- Balloon
- Comes in all colors
- If the dimension has an atmosphere ceiling, it generates less and less lift at higher altitudes
- Craft it like a chest, but with paper
Config (create config/simplevs.properties):
- flapLift (default 180.0)
- flapDrag (default 10.0)
- rotorBaseTorque (default 256.0): the torque generated by a white dyed rotor at one redstone power level, or a servo when the actual angle is 1 radian away from the requested angle and not changing
- wingAngle (default 0.17453): how much wings are tilted up, in radians
- rotorConsumpFactor (default 0.01): the active fuel consumption/tick of a white dyed rotor at one redstone power level, or a servo when applying the same amount of torque. Note that rotors and servos always consume 1 fuel/tick idly (the same as a furnace)
- servoVelFactor (default 0.5): a proportion for how much connected ship angular velocity is weighed against angle difference in the servo. Essentially, higher values will make it approach the target angle slower, but lower values may result it in waving back and forth before settling
- balloonLiftFactor (default 10000.0): the amount of lift a balloon generates per unit of atmosphere density