Skip to content

Commit

Permalink
Allowed the crafting table buttons to actually work lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Deviouslrd committed Feb 6, 2021
1 parent 6a0e3da commit 72608fc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pages/advancement.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Tables</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/block_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Tables</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/blockstates.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/item_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/loot_tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="header1">Minecraft Mod JSON Creation Tool vA1.8</h1>
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
<a class="buttondisabled" style="background-color: darkgrey;color:grey" href="./test.html">Testing</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/recipe_cutter.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a class="buttondisabled" href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/recipe_furnace.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a class="buttondisabled" href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/recipe_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a href="recipe_furnace.html">Furnace</a>
<a class="buttondisabled" href="recipe_table.html">Crafting Table</a>
<a class="buttondisabled" href="recipe_table.html">Crafting Tables</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/recipe_table_simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="dropdown-content">
<a href="recipe_cutter.html">Stonecutter</a>
<a class="buttondisabled" href="recipe_furnace.html">Furnace</a>
<!--<a href="recipe_table.html">Crafting Table</a>-->
<a href="recipe_table.html">Crafting Table</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 72608fc

Please sign in to comment.