Skip to content

Instantly share code, notes, and snippets.

View 06Games's full-sized avatar
🎶
Probably listening to vinyl records while programming

Evan 06Games

🎶
Probably listening to vinyl records while programming
View GitHub Profile
@06Games
06Games / github-metrics.svg
Last active September 1, 2025 00:51
Metrics generated by a Github Action in https://github.com/06Games/06Games
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@06Games
06Games / generate.ps1
Last active February 6, 2021 15:23
Generate RP for Minecraft Bedrock
#Init
param (
[string]$pack = "Vanilla Raytraced",
[string]$temp = "./.temp",
[string]$vanilla = $($temp + "/vanilla"),
[string]$tempPack = $($temp + "/pack"),
[string]$export = $($temp + "/export"),
[int]$verbose = 0
)
$host.ui.rawui.windowtitle="Generate"
@06Games
06Games / head.tmpl
Last active March 19, 2020 18:56
Preview of a mobile view for gogs
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="/css/mobile.css" />