- Greg's Wiki
- The Linux Documentation Project
- Linux Bash Shell Scripting Tutorial
- The Art of Command Line
from mcstatus import JavaServer | |
import discord | |
import asyncio | |
import re | |
IP = '' | |
TOKEN = '' | |
server = JavaServer.lookup(IP) | |
client = discord.Client(intents=discord.Intents.default()) |
// ==UserScript== | |
// @name simple minecraft.wiki redirect | |
// @namespace https://gist.github.com/7f4704f8f189c4f08307a6eccc9be621 | |
// @match https://minecraft.fandom.com/wiki/* | |
// @match https://minecraft-archive.fandom.com/wiki/* | |
// @icon https://minecraft.wiki/favicon.ico | |
// @grant none | |
// @version 0.1 | |
// @description Simple redirect script to the new wiki. | |
// ==/UserScript== |
.theme-dark { | |
--background-primary: #000; | |
--background-secondary: #000; | |
--background-secondary-alt: #000; | |
--background-tertiary: #000; | |
--background-floating: #000; | |
--status-warning-text: #000; | |
--scrollbar-thin-thumb: #111; | |
--scrollbar-auto-thumb: #111; | |
--scrollbar-auto-scrollbar-color-thumb: #111; |
Setting | Type | Description |
---|---|---|
-novid |
Option | disable intro video |
-nojoy |
Option | disable joystick |
-softparticlesdefaultoff |
Option | render particles without feathering |
-limitvsconst |
Option | limits vertex shaders to 256 |
-nohltv |
Option | disables Source TV features |
+mat_disable_fancy_blending 1 |
Command | disables fancy blending |
[Unit] | |
Description=Empty trash older than 30 days | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/trash-empty 30 |
[Desktop Entry] | |
Name=Simple Terminal | |
GenericName=Terminal | |
Comment=Suckless terminal emulator for X | |
Exec=st -t "Simple Terminal" | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Icon=utilities-terminal | |
Categories=System;TerminalEmulator; |
There are a few resourcepacks out there trying to reimplement the alpha and beta Minecraft full block chest. Usually this is done using Custom Entity Models, either using Optifine or Fabric, but it's still an entity model.
Instead, we can use a mod called Enhanced Block Entities which turns chests (and other entities) into block models. This by itself makes the chests lag less since they are rendered as a block and not an entity, but we can now easily turn those 14x14 block models into 16x16, and disable the opening animation, to get that alpha/beta feel.
Note: Also works with FastChest since v0.4. FastChest only provides functionality for chests and no other blocks. EBE is still recommended over FastChest
GIMP Palette | |
Name: Minecraft Chat Colors | |
Columns: 16 | |
# | |
0 0 0 Black | |
0 0 170 Dark Blue | |
0 170 0 Dark Green | |
0 170 170 Dark Aqua | |
170 0 0 Dark Red | |
170 0 170 Dark Purple |
This is a centralized list of Minecraft Resource Packs made for PvP!
This list was inspired by the **Centralized List of Overcast Resource Packs** by WeeHeeHee.