You are browsing as a guest. Sign up (or log in) to start making projects!

redwoodsteve

@redwoodsteve

Joined June 2nd, 2026

  • 4Devlogs
  • 5Projects
  • 0Ships
  • 0Votes
Open comments for this post

7h 5m 8s logged

Lexer is functional!!!

  • I made a functioning lexer that works with a “say statement”, numeric literals, comments, and basic operations, and I can easily expand upon it when needed.
  • I also learned a lot of rust
    Example syntax:
x = 6000
say x * 400 + 3 // 2400003
// maybe implement inequalities?

I’m not sure how I would do a “solve for x” kinda thing, but I’ll figure it out
Also I might not actually finish this project so dont get too excited lol

I’ll add string literals later

0
0
13
Open comments for this post

32m 57s logged

Quick update

After a pretty long break, it’s time to work on my stardance projects. I’ve added optional rounding to the getValue function to make it easier to use.

peripheral.getValue(2) -- 2 is the number of decimal places

Also, after implementing gauge compatibility, I should probably implement further compatibility, but not much comes to mind. Do any of you guys have ideas for compatibility to add between ComputerCraft and Create: Power Grid?

0
0
9
Open comments for this post

1h 29m 26s logged

CC: Power Grid

what is this

This is a Minecraft mod that adds compat between CC: Tweaked computers and the Create: Power Grid mod.

why

I was playing around with the power grid mod and really wanted compatibility between those mods so I could monitor my power plant in a cool way.

what happened

I made the mod actually work after an hour of fiddling with gradle dependencies. Currently, I made a GenericPeripheral which lets you measure the voltage of a Voltage Gauge.

1
0
33
Open comments for this post

46m 53s logged

Made a simple car controller script, with brakes and throttle. Keyboard and controller support using the new Input System! The new system is super fun in Unity, because you can easily add whatever silly controls you want with the click of a few buttons.
(also, i know everything looks kinda… meh… but i will have my sister make some nice art for the game!)

0
0
2

Followers

Loading…