Skip to content

Commit c9a3032

Browse files
committed
Post release quick fixes
1 parent 76ca522 commit c9a3032

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
test.json
3-
Minecraft JSON Generator-win32-x64
3+
Minecraft JSON Generator-win32-x64
4+
Minecraft JSON Generator-win32-x64.zip

pages/block_models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<h1 class="header1">Minecraft Mod JSON Creation Tool</h1>
2525
<p id="body" class="text">
26-
Create Block Models for the new blocks! [COMING SOON]
26+
Create Block Models for the new blocks!
2727
</p>
2828

2929
<form id="blockModelForm">

pages/blockstates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<h1 class="header1">Minecraft Mod JSON Creation Tool</h1>
2525
<p id="body" class="text">
26-
Create blockstates for the new blocks! [COMING SOON]
26+
Create blockstates for the new blocks!
2727
</p>
2828

2929
<form id="blockstateForm">

pages/recipe_cutter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<h1 class="header1">Minecraft Mod JSON Creation Tool</h1>
2525
<p id="body" class="text">
26-
Create stonecutter recipes for your blocks!
26+
Create stonecutter recipes for your blocks! [COMING SOON]
2727
</p>
2828

2929
<form id="recipeForm">

0 commit comments

Comments
 (0)