From a2aa0eb2f21313a1513eca758631508e705c3c32 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 5 Sep 2020 20:16:33 -0600 Subject: [PATCH] Move 1.15.2 code into old/ --- blocks.json => old/blocks.json | 0 blocks.py => old/blocks.py | 0 bot.py => old/bot.py | 0 custom_packets.py => old/custom_packets.py | 0 items.py => old/items.py | 0 registries.json => old/registries.json | 0 requirements.txt => old/requirements.txt | 0 start.py => old/start.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename blocks.json => old/blocks.json (100%) rename blocks.py => old/blocks.py (100%) rename bot.py => old/bot.py (100%) rename custom_packets.py => old/custom_packets.py (100%) rename items.py => old/items.py (100%) rename registries.json => old/registries.json (100%) rename requirements.txt => old/requirements.txt (100%) rename start.py => old/start.py (100%) diff --git a/blocks.json b/old/blocks.json similarity index 100% rename from blocks.json rename to old/blocks.json diff --git a/blocks.py b/old/blocks.py similarity index 100% rename from blocks.py rename to old/blocks.py diff --git a/bot.py b/old/bot.py similarity index 100% rename from bot.py rename to old/bot.py diff --git a/custom_packets.py b/old/custom_packets.py similarity index 100% rename from custom_packets.py rename to old/custom_packets.py diff --git a/items.py b/old/items.py similarity index 100% rename from items.py rename to old/items.py diff --git a/registries.json b/old/registries.json similarity index 100% rename from registries.json rename to old/registries.json diff --git a/requirements.txt b/old/requirements.txt similarity index 100% rename from requirements.txt rename to old/requirements.txt diff --git a/start.py b/old/start.py similarity index 100% rename from start.py rename to old/start.py