Skip to content

Commit

Permalink
I fixed recipes! Except you can't access them from the pages. Fixed t…
Browse files Browse the repository at this point in the history
…hat.
  • Loading branch information
Deviouslrd committed Jan 30, 2021
1 parent 3af6370 commit bfe2463
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions pages/advancement.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<a class="button" href="./blockstates.html">Blockstates</a>
<a class="buttondisabled" href="./advancement.html">Advancements</a>
<a class="button" href="./loot_tables.html">Loot Tables</a>
<!--<div class="dropdown buttondisabled">
<div class="dropdown buttondisabled">
<button class="dropbtn" id="dropBtn">Recipes</button>
<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>
</div>-->
<!--<a href="recipe_table.html">Crafting Table</a>-->
</div>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions pages/block_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<a class="button" href="./blockstates.html">Blockstates</a>
<a class="button" href="./advancement.html">Advancements</a>
<a class="button" href="./loot_tables.html">Loot Tables</a>
<!--<div class="buttondisabled dropdown">
<div class="buttondisabled dropdown">
<button class="dropbtn" id="dropBtn">Recipes</button>
<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>
</div>-->
<!--<a href="recipe_table.html">Crafting Table</a>-->
</div>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions pages/blockstates.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<a class="buttondisabled" href="./blockstates.html">Blockstates</a>
<a class="button buttonh" href="./advancement.html">Advancements</a>
<a class="button buttonh" href="./loot_tables.html">Loot Tables</a>
<!--<div class="dropdown buttondisabled">
<div class="dropdown buttondisabled">
<button class="dropbtn" id="dropBtn">Recipes</button>
<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>
</div>-->
<!--<a href="recipe_table.html">Crafting Table</a>-->
</div>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions pages/item_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<a class="button" href="./blockstates.html">Blockstates</a>
<a class="button" href="./advancement.html">Advancements</a>
<a class="button" href="./loot_tables.html">Loot Tables</a>
<!--<div class="dropdown buttondisabled">
<div class="dropdown buttondisabled">
<button class="dropbtn" id="dropBtn">Recipes</button>
<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>
</div>

<h1 class="header1">Minecraft Mod JSON Creation Tool</h1>
Expand Down
6 changes: 3 additions & 3 deletions pages/loot_tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<a class="button" href="./blockstates.html">Blockstates</a>
<a class="button" href="./advancement.html">Advancements</a>
<a class="buttondisabled" href="./loot_tables.html">Loot Tables</a>
<!--<div class="dropdown">
<div class="dropdown">
<button class="dropbtn" id="dropBtn">Recipes</button>
<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>
</div>

<h1 class="header1">Minecraft Mod JSON Creation Tool</h1>
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

0 comments on commit bfe2463

Please sign in to comment.