Skip to content

Instantly share code, notes, and snippets.

View ModProg's full-sized avatar
⌨️
Coding

Roland Fredenhagen ModProg

⌨️
Coding
  • Hamburg, Germany
  • 07:59 (UTC +02:00)
View GitHub Profile
Discord unterstützt z.B. nicht das Schachteln von Codeblöcken.
```rs
fn main() {
    println!("Hello world!");
}
```
@ModProg
ModProg / sconfig.fish
Last active August 22, 2021 11:35
Enable Syncing Config Files
complete -c sconfig -x -a "(ls ~/.config)
@ModProg
ModProg / RandomOffsetPerIsland.md
Last active May 3, 2021 20:29
Random Offset per Island

TLDR: just pass it through White Noise Texture

I use the "Node Wrangler" Texture Setup, and only added Geometry and White Noise Texture

@ModProg
ModProg / wallpaper.jpg
Last active March 25, 2021 14:19
My Wallpaper
wallpaper.jpg
@ModProg
ModProg / fabricserversidemods.md
Created February 20, 2021 19:03 — forked from comp500/fabricserversidemods.md
Useful Fabric server side mods

If you're interested in developing server side Fabric mods, check out the Fabric Server-side Development discord, and ping me (comp500#7396) if you find a server side Fabric mod not listed here.

Also see Optifine alternatives on Fabric for a few useful client side only mods!

Mods on this list are marked as outdated when they are two major Minecraft versions old - e.g. if 1.16 is the latest version, 1.14 and older mods are considered outdated.

Building

Performance