You might ask, "What is this?". Basically, this is an expansion pack to MineFactory Reloaded's (An awesome mod made by power crystals) excellent RedNet system. You can call this a continuation of my older CPU mod (which haven't been updated since the early alpha versions of Minecraft). And yeah, I think you know what I'm working on... It's a programmable block that runs Ruby code! The reason why i selected Ruby is because Lua (Which is the language ComputerCraft uses) is already used by ComputerCraft, and I find Ruby way better than Lua.
This mod will be released under the MIT license, which basically means: Do whatever you want, BUT you have to include the license, and the license must be unmodified.
Source Code Repository
If the git repository is empty, then I haven't started commiting yet, so don't worry. I'm still working on the mod
Note: Theres no screenshots yet, since I've started the development today (15th June 2013)
Items:
Variable Glowstone Dust
Description: Glowstone Dust combined with Redstone Crafting Recipe:
X Y
Where:
X = Glowstone Dust
Y = Redstone Dust
Recipe is shapeless
Screenshot: None yet
RedNet Processor Debugger
Description: Right clicking a RedNet Processor with this item lets you show the errors your code produces. Crafting Recipe:
X
Z Y Z
Z Z Z
Where:
X = Variable Glowstone Dust
Y = Gold Ingot
Z = Iron Ingot
Screenshot: None yet
Blocks:
Variable Redstone Lamp:
Description: Looks identical to vanilla redstone lamps, but changes the light level depends on the redstone strength level received. Crafting Recipe:
X X
X X
Where:
X = Variable Glowstone Dust
Screenshot: None yet
RedNet Processor:
Description: This is the most important block in this mod. This block lets you run Ruby code that interacts with your RedNet wiring system. Crafting Recipe:
X Y X
Y Z Y
X Y X
Where:
X = Iron Ingot
Y = Gold Ingot
Z = Programmable RedNet Controller
Screenshot: None yet
RedNet Screen:
Description: This lets you show the output of the RedNet Processor block Crafting Recipe:
X X X
X Y X
X Z X
Where:
X = Iron Ingot
Y = Variable Redstone Lamp
Z = Programmable RedNet Controller Housing
Hmm...interesting! I'll have to wait and see how this interacts with everything/that source code repository before using it over ComputerCraft. Looks like this game just gave me another language to learn >:3 .
This mod will be released under the MIT license, which basically means: Do whatever you want, BUT you have to include the license, and the license must be unmodified.
Source Code Repository
If the git repository is empty, then I haven't started commiting yet, so don't worry. I'm still working on the mod
Note: Theres no screenshots yet, since I've started the development today (15th June 2013)
Items:
Variable Glowstone Dust
Description: Glowstone Dust combined with Redstone
Crafting Recipe:
X Y
Where:
X = Glowstone Dust
Y = Redstone Dust
Recipe is shapeless
Screenshot: None yet
Description: Right clicking a RedNet Processor with this item lets you show the errors your code produces.
Crafting Recipe:
X
Z Y Z
Z Z Z
Where:
X = Variable Glowstone Dust
Y = Gold Ingot
Z = Iron Ingot
Screenshot: None yet
Blocks:
Variable Redstone Lamp:
Description: Looks identical to vanilla redstone lamps, but changes the light level depends on the redstone strength level received.
Crafting Recipe:
X X
X X
Where:
X = Variable Glowstone Dust
Screenshot: None yet
Description: This is the most important block in this mod. This block lets you run Ruby code that interacts with your RedNet wiring system.
Crafting Recipe:
X Y X
Y Z Y
X Y X
Where:
X = Iron Ingot
Y = Gold Ingot
Z = Programmable RedNet Controller
Screenshot: None yet
Description: This lets you show the output of the RedNet Processor block
Crafting Recipe:
X X X
X Y X
X Z X
Where:
X = Iron Ingot
Y = Variable Redstone Lamp
Z = Programmable RedNet Controller Housing
Screenshot: None yet