Skip to content

Instantly share code, notes, and snippets.

//usr/bin/gcc flexfetch.c `pkg-config gtk+-3.0 --cflags --libs` -IX11 -lX11 -lfontconfig -lm -g -o flexfetch; exec ./flexfetch
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <math.h>
#include <pwd.h>
#include <unistd.h>
#include <libgen.h>
#Settings
[settings]
#Maximum distance from where Blocks and Entities can be picked up
#Range: 0.0 ~ 1.7976931348623157E308
maxDistance = 2.5
#Max width of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0
maxEntityWidth = 1.5
#Max height of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0

A picture of a stationary laser

A laser is an object that is one molecule wide, like a domino, and explodes when an object touches them, spreading itself over the playfield. Every laser includes inflow in its mixture. There are three types of lasers, melting lasers and exploding lasers. Melting lasers melt the objects that touch them, while exploding lasers use force. Another type of laser, the outflow-laser, uses outflow to destroy the target.

How To Use Lasers

To create a laser, pick a laser recipe and draw a 1-particle thick but much longer line of particles (like a stack ). If it doesn't expand, try using the move tool to shake it around.

An example of a melting laser material is SUSHI . DIY is a high-powered exploding laser. KILO is an outflow-laser. Another pow

Mochi being used to stick things together.

Mochi is a weird sticky substance that forms globs. It is very sticky and messy. In real life, mochi{.extiw} is a popular Japanese snack made from steaming mashed rice.

Uses

In Levels , it will stick to the user making it lose control or allowing it to fly, or it will swallow the user whole. Mochi can be used as glue or a trap. When mixed with another element, it can make objects sticky or harder to break apart. Mochi can make Brittle pretend to self-heal cracks. Mochi + Inflow makes one of the most powerful explosives{.text} in the game.

The individual particles stick to and react violently with Liquid Jet, creating many high-energ

A picture of a stationary laser

A laser is an object that is one molecule wide, like a domino , and explodes when an object touches them, spreading itself over the playfield. Every laser includes inflow in its mixture. There are three types of lasers, melting lasers and exploding lasers. Melting lasers melt the objects that touch them, while exploding lasers use force. Another type of laser, the outflow-laser, uses outflow to destroy the target.

How To Use Lasers

To create a laser, pick a laser recipe and draw a 1-particle thick but much longer line of particles (like a stack ). If it doesn't expand, try using the move tool to shake it around.

An example of a melting laser material is SUSHI . DIY is a high-powered exploding laser. KILO is an outflow-laser. Another po

::: {.mw-parser-output} A picture of a stationary laser{.thumbimage width="550" height="400"}

A laser is an object that is one molecule wide, like a domino{.mw-redirect} , and explodes when an object touches them, spreading itself over the playfield. Every laser includes [inflow]{.new} in its mixture. There are three types of lasers, melting lasers and exploding lasers. Melting lasers melt the objects that touch them, while exploding lasers use force. Another type of laser, the outflow-laser, uses [outflow]{.new} to destroy the target.

[ How To Use Lasers ]{#How_To_Use_Lasers .mw-headline}

To create a laser, pick a laser recipe and draw a 1-particle thick but much longer line of particles (like a stack ). If it doesn't expand, try using the move tool to shake it around.

An example of a melting las

::: {.WikiaSiteWrapper} ::: {.WikiaPage} ::: {.WikiaPageContentWrapper} ::: {.article-with-rail} ::: {#WikiaMainContentContainer .WikiaMainContentContainer} ::: {#content .WikiaArticle} ::: {#mw-content-text .mw-content-ltr dir="ltr" lang="en"} ::: {.mw-parser-output} A picture of a stationary laser{.thumbimage

::: {.wds-global-navigation-wrapper} ::: {.wds-global-navigation__content-bar-left} {.wds-global-navigation__logo-image}{.wds-global-navigation__logo}

Games{.wds-global-navigation__link} Movies{.wds-global-navigation__link} TV{.wds-global-navigation__link} Video{.wds-global-navigation__link}

::: {.wds-dropdown .wds-global-navigation__link-group .wds-has-dark-shadow}

client:
appleskin
controlling
hwyla
wawla
harvestability
jei
jer
journeymap
neat
#!/usr/bin/env python
import json
import os
import sys
import zipfile
import shutil
if len(sys.argv) <= 1:
print(f"Usage: {sys.argv[0]} <file to patch.zip>")