From 523db42a700cb2f6b08f79f0500f00a557c6cdfb Mon Sep 17 00:00:00 2001 From: Reu Zuidema <22671898+reumarks@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:11:27 -0500 Subject: [PATCH 01/12] Added basic full crafting tree table --- web/index.html | 300 +++++++++++++++++++++++++++++++------------------ web/styles.css | 15 ++- 2 files changed, 203 insertions(+), 112 deletions(-) diff --git a/web/index.html b/web/index.html index 62c8a7e5..f066588f 100644 --- a/web/index.html +++ b/web/index.html @@ -84,115 +84,143 @@

Enjoying my site?

-
+
-

-
- {{ data.index[currentElement][0] }} {{ data.index[currentElement][1] }} -
-

-
-
-
-

Created by

- - - - - - - - - - - - - - - - - -
- {{ data.index[recipe.A][0] }} {{ data.index[recipe.A][1] }} - + - {{ data.index[recipe.B][0] }} {{ data.index[recipe.B][1] }} - = - {{ data.index[recipe.C][0] }} {{ data.index[recipe.C][1] }} -
- {{ data.index[recipe.A][0] }} {{ data.index[recipe.A][1] }} - + - {{ data.index[recipe.B][0] }} {{ data.index[recipe.B][1] }} - = - {{ data.index[recipe.C][0] }} {{ data.index[recipe.C][1] }} -
-
-
-