Skip to content

Instantly share code, notes, and snippets.

View Discreater's full-sized avatar
👁️‍🗨️

Discreater

👁️‍🗨️
View GitHub Profile
@Discreater
Discreater / Convert.py
Last active September 23, 2022 07:54
Minecraft lang file to ParaTranz JSON
import json
# Lang to JSON
def lang2json(src: str, dst: str, translated: bool):
with open(src, "r") as src_file, open(dst, "w") as dst_file:
lines = src_file.read().splitlines()
items = []
last_i = 0
@Discreater
Discreater / 📊 Weekly development breakdown
Last active January 20, 2022 00:35
📊 Weekly development breakdown
TOML 0 secs █████████████████████ 100.0%