Skip to content
View Peatral's full-sized avatar
🦾
Modding MC
🦾
Modding MC

Highlights

  • Pro
Block or Report

Block or report Peatral

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Peatral/README.md
console.log([80, 101, 97, 116, 114, 97, 108].map(char => String.fromCharCode(char)).reduce((a, b) => a + b, ""));

// Booh! Did I scare ya away with spooky JavaScript?
// TODO: Just use String.fromCharCode instead of array shenanigans
// (But they are just so much fun)

What I have worked on

  • 🌎 peatral.xyz - My website, a funky blog where I sometimes post stuff
  • 🔨 Embers' Construct - A Minecraft mod, connecting Embers Rekindled and Tinkers' Construct
  • 🤖 GPD-Bot - A privately used Discord Bot

That's it

I mostly work on private projects, fiddling around with tech such as Godot Engine and React.

Pinned

  1. EmbersConstruct EmbersConstruct Public

    All the tinkers' stuff in Embers.

    Java 4 3

  2. bot-interface bot-interface Public

    The revamped front for the bot i guess?

    JavaScript

  3. AsepriteAnimSetter AsepriteAnimSetter Public

    An Addon for Godot, makes my life easier.

    GDScript 11

  4. Godot-Map-Generator Godot-Map-Generator Public

    A map generator made with godot

    GDScript