Skip to content

Commit 9fd717a

Browse files
parse json
1 parent 103da61 commit 9fd717a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/gui.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
$.ajax("https://assets.mcasset.cloud/1.13/data/minecraft/recipes/rail.json").done(function (recipe) {
105105
console.log(recipe);
106+
recipe = JSON.parse(recipe);
106107
window.guiRender = new GuiRender({
107108
showOutlines: true,
108109
showAxes: true,

0 commit comments

Comments
 (0)