your current location:首页 > news>Void Power Minecraft

Void Power Minecraft

2024-12-12 09:16:21|Myriagame |source:minecraft skins

The module is inspired by the short -story science fiction "Different Stars".Use the motor to rotate the iron iron, and then it can drive the board to fly up

Wiki: Home · DFDYZ/VOIDPOWERMOD WIKI.

The module currently adds three squares:


Engine Controller (engine controller):

Minecraft images

This block is the peripheral peripheral of ComputerCraft and must be controlled by program.By default, the spacecraft will control huge rotation damping and motion damping (let the spacecraft stand still), which can be switched through the program interface.

If the driving quality limit provided by the engine on the spacecraft is less than the quality of the spacecraft, all the controls of the controller will fail (including the default static state).

CCAPI, please refer to the wiki page.

Due to the author's lazy, WIKI updates slowly, please check the source code if you change the API

Physical frame event return value content: source code

Note: The vast majority of APIs are the same as the CC: vs. The original CC: VS flight control program can be used in small quantities. The individual methods are different, and the functions are basically the same.The callback data of the physical frame event (PHYS_TICK) provided by this MOD is more accurate (the motion posture of the physical frame of the spacecraft is more accurate), and the event triggers is more stable.If you use CC: VS to be unable to re -to physical frame events due to the internal management interface bug of CC: T, you can try the physical frame event of this MOD (the computer cannot trigger the physical frame event caused by the CC BUG).


Void engine (void engine):

Minecraft images

Consumption stress, providing the upper limit of the driver.

Stress consumption calculation formula: stress = speed*EnginestressperRPM.

Quality driver upper limit calculation formula: Quality driver upper limit = stress*EnginemAssperstress.

Among them, EnginestressPerrpm and EnginemAssperstress are 8 and 2500, respectively, and can be modified in the module configuration file (the configuration file is void_power-common.toml)


Glass display:

Minecraft images

Computercraft peripheral.The same is the same (please refer to the wiki page) of the CC display, and only two more background transparent color settings are set.


Holographic display:

Minecraft images

Computercraft peripheral.Different from the CC display (please refer to the wiki page for the API. Because the author is lazy and the Wiki is updated slowly, please check the source code of the relevant component), which is similar to TOM peripherals.

A simple graphic API such as built -in image buffer, soft light grid triangular rendering.Support naming (the screen can be distinguished by the name in the code).


Module linkage & repair:

The remote control podium of the Create: Tweaked Controller's remote control podium is removed after the control data is not eliminated (when directly interacting on the dynamic structure of Walkiri, if the spacecraft movement is too much, the player will be directly separated from interaction, but the internal control data has not been cleared.It will lead to the data renovation returned by the ComputerCraft interface interface, and it cannot re -interact with it during the spacecraft without the entity of the seat).You can close it in the configuration file and turn on the default.

If the screen generates perspective when using the light and shadow MOD, open the [Transparent Specter] in the light and shadow MOD settings. If the problem is not fixed after opening, the original color device is enabled in the VoidPower configuration file.


Image display:

Minecraft images

Minecraft images

Minecraft images


Module loader branch adaptation:

Neoforge can run the MOD normally after testing.


New content forward -looking

VR glasses: You can bind the holographic screen and use the screen on the holographic screen as HUD.