All Projects → XDjackieXD → OpenRadio

XDjackieXD / OpenRadio

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown LICENSE-fml.txt
A Little OpenComputers addon which adds laser links and (planned) satellites with radios, antennas and other high frequency stuff :3

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to OpenRadio

Fairy-Lights
A Forge mod for Minecraft: Java Edition that which introduces hanging lights and other decorations.
Stars: ✭ 35 (+105.88%)
Mutual labels:  minecraft-mod
LambdaBetterGrass
A better grass mod for Minecraft.
Stars: ✭ 132 (+676.47%)
Mutual labels:  minecraft-mod
ShulkerBoxTooltip
What's in my shulker box?
Stars: ✭ 63 (+270.59%)
Mutual labels:  minecraft-mod
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (-11.76%)
Mutual labels:  minecraft-mod
SpawnChecker
Minecraft mod. It is renderer of spawn information for mob spawn points, slime chunks and monster spawner block.
Stars: ✭ 44 (+158.82%)
Mutual labels:  minecraft-mod
FarmingForBlockheads
Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.
Stars: ✭ 26 (+52.94%)
Mutual labels:  minecraft-mod
MCDungeonsWeapons
Bringing the weapons and tools of Minecraft Dungeons to Minecraft
Stars: ✭ 51 (+200%)
Mutual labels:  minecraft-mod
ScreenshotToClipboard
Screenshots taken are copied to the clipboard.
Stars: ✭ 28 (+64.71%)
Mutual labels:  minecraft-mod
EssentialClient
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
Stars: ✭ 67 (+294.12%)
Mutual labels:  minecraft-mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (+147.06%)
Mutual labels:  minecraft-mod
Levels
A small, Minecraft mod focused around the aspect of weapon and armor leveling.
Stars: ✭ 24 (+41.18%)
Mutual labels:  minecraft-mod
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+741.18%)
Mutual labels:  minecraft-mod
MythicMetals
Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Stars: ✭ 35 (+105.88%)
Mutual labels:  minecraft-mod
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+982.35%)
Mutual labels:  minecraft-mod
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+788.24%)
Mutual labels:  minecraft-mod
LibBlockAttributes
Library mod for fabric that adds items and attribute API's for blocks.
Stars: ✭ 43 (+152.94%)
Mutual labels:  minecraft-mod
HomeAssistantMC
Bridge Home Assistant with Minecraft
Stars: ✭ 24 (+41.18%)
Mutual labels:  minecraft-mod
Unicopia
The pony powers mod to power in your pony pony pony
Stars: ✭ 42 (+147.06%)
Mutual labels:  minecraft-mod
ImmersivePortalsModForForge
No description or website provided.
Stars: ✭ 57 (+235.29%)
Mutual labels:  minecraft-mod
The-Undergarden
Repository for the Undergarden, a Minecraft dimension mod.
Stars: ✭ 83 (+388.24%)
Mutual labels:  minecraft-mod

OpenRadio

This mod is not under active development anymore. Should you be interested in maintaining/updateing/improving the mod, let me know!

A Little OpenComputers addon which adds laser links and (planned) satellites with radios, antennas and other high frequency stuff :3

Current status

  • Lasers check if they have an opponent via regular entities (1 entity per second).
  • (Basic AE2 integration is working (DSP tier 3 is required for the AE Encoder to work)) 1.7.10 only. Blame AlgorithmX2 ^^
  • Lasers need all inventory slots filled with the appropriate items (different tiers currently have no effect except for the laser tube and the DSP)
  • Lenses can be stacked (placed after each other)
  • Maximum Multiplier = (Diamond Lens Multiplier+1)*2
  • Maximum distance:
  • Laser tier 1: 64 blocks
  • Laser tier 2: 128 blocks
  • Laser tier 3: 256 blocks
  • Lenses distance multiplier (without lens multiplier = 1):
  • Glass Lens: +1
  • Quartz Infused Lens: +3
  • Shaped Diamond Lens: +7
  • Power usage:
  • Laser tier 1: 25 RF/tick
  • Laser tier 2: 50 RF/tick
  • Laser tier 3: 100 RF/tick
  • (AE Encoder multiplies this by 10) 1.7.10 only. Blame AlgorithmX2 ^^
  • Discouragement Redirection Cube (totally not a Portal reference...) allows laser beam redirection
  • Discouragement Redirection Cube decreases the maximum distance by 8

TODO

  • Port to recent Minecraft versions
  • I need better textures for the two laser tubes (Laser item tier 2 and 3) and recipes for all three laser tiers.
  • Rendering of laser beams. Quite hard to do. Help and ideas are appreciated!
  • add all the fancy stuff from Ideas.txt :3

Build instructions

  1. Setup the workspace: ./gradlew setupDecompWorkspace --refresh-dependencies
  2. Compile the mod: ./gradlew build or setup the IDE files for development: ./gradlew idea or ./gradlew eclipse
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].