Skip to content

Instantly share code, notes, and snippets.

View Fallen-Breath's full-sized avatar

Fallen_Breath Fallen-Breath

View GitHub Profile
@Fallen-Breath
Fallen-Breath / wiske_data.py
Last active May 6, 2024 17:19
Draw wiske farm rates
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
plt.rcParams['font.family'] = 'Source Han Sans SC'
include_pre = False
data = {
'1.18.1': {'无游走': 6121, '普通方块游走': 6273, '地狱砖游走': 7205},
'1.18.2-pre1': {'无游走': 7576, '普通方块游走': 7603, '地狱砖游走': 7313},
@Fallen-Breath
Fallen-Breath / rotate.js
Last active January 2, 2024 09:57
Magic circles craftscript for worldedit 7
/*
* 3D Rotate & Polar Array CraftScript for WorldEdit
* Copyright (C) 2012 inHaze <http://bit.ly/inHaze>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,