Skip to content

Instantly share code, notes, and snippets.

View TheonlyTazz's full-sized avatar

Leroy TheonlyTazz

View GitHub Profile
@TheonlyTazz
TheonlyTazz / description.md
Created August 19, 2023 09:12
KubeJs Mekanism Description

Mekanism integration for KubeJS. See Recipes page for more info.

 

Supported recipe types: 

crushing / enriching / smelting

  • event.recipes.mekanismCrushing(output, input)

combining

    event.recipes.mekanismCombining(output, input1, input2)
@TheonlyTazz
TheonlyTazz / FTB Skyblock Addons.md
Last active August 16, 2023 11:18
FTB Skyblock Addons Documentation

FTB Skyblock Addons Documentation

The ftbsba module of the FTB Skyblock Addons (FTBSBA) mod provides a way of adding custom recipes for the Hammer and the Crook tools in Minecraft. It has two main handlers:

Hammer Handler

The Hammer handler is used to create recipes for the Hammer tool. The Hammer tool is typically used to convert one block into another.

@TheonlyTazz
TheonlyTazz / craft.js
Last active July 9, 2023 12:04
Craft.js - a Craft.zs Equivalent
/**
** craft.js -- a craft.zs equivalent?
*! Created by Theonlytazz
* Date - 08.07.2023
*? Thanks to Lexxie for her amazing utils <3
*? Thanks to Daddy Aurug for all their help
*? Thanks to many many more <3
*
* For all Containers with 9 Slots per Row, use 1 triggerItem
* if a Container has more than 9 Slots, use n-Amount of triggerItems
@TheonlyTazz
TheonlyTazz / NBTPaletteChanger.py
Created April 27, 2023 19:13
NBT BlockPalette Changer
import nbtlib
from nbtlib.tag import *
import os
import json
def main():
while True:
IF = input('Input folder: \n') + '\\'
string_in = input('String to find: \n')
@TheonlyTazz
TheonlyTazz / high_low.py
Last active April 26, 2023 04:21
High Low
def main():
# Definiere Listen und Zähler
numberList = []
low_total = 0
high_total = 0
low_list = []
high_list = []
# Schleife zur Abfrage der Anzahl der Zahlenkette
while True:
@TheonlyTazz
TheonlyTazz / Sortier-Vergleich.py
Last active April 20, 2023 12:31
Sortiervergleich
import time
import random
import sys
def progressbar(it, prefix="", size=60, out=sys.stdout):
count = len(it)
def show(j):
x = int(size*j/count)
print(f"{prefix}[{u'█'*x}{('.'*(size-x))}] {j}/{count}", end='\r', file=out, flush=True)
show(0)
@TheonlyTazz
TheonlyTazz / RandomNumber.py
Last active December 13, 2022 10:47
RandomNumberGuesser
def Aufgaberandom(min=0, max=10):
ratezahl = random.randrange(min, max)
anzahlVersuche = 1
gefunden = False
while gefunden == False:
versuch = input('Gebe eine Nummer ein: \n')
# Kontrollier ob Zahl eingegeben ist
if versuch.isdigit() == False:
print('Bitte geben Sie nur eine Zahl ein')
@TheonlyTazz
TheonlyTazz / LF5.py
Created December 13, 2022 09:43
Lernfeld 5 Nassi-Schneider Diagramm
def Aufgabe1():
z = 0
for i in range(1, 4):
z = z * i
print(f"Aufgabe 1: {z}")
def Aufgabe2():
@TheonlyTazz
TheonlyTazz / PDFConverter.py
Created November 3, 2022 10:53
PDF Converter v0.1
#PDF TO IMAGE CONVERSION
#IMPORT LIBRARIES
import os
import pdf2image
from PIL import Image
import time
import json
from openpyxl import Workbook, load_workbook
c = open("config.json")
@TheonlyTazz
TheonlyTazz / blocklist
Created October 23, 2022 16:08
blocklist warped
Blocklist of all Warped schematics
[
minecraft:air
minecraft:warped_nylium
minecraft:wall_torch
minecraft:netherrack
minecraft:basalt
minecraft:warped_fence
minecraft:warped_wart_block
biomesoplenty:hellbark_log