Skip to content

Commit 103da61

Browse files
this one too
1 parent 6f927c8 commit 103da61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/gui.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
}
102102
];
103103

104-
$.ajax("/res/mc/data/minecraft/recipes/rail.json").done(function (recipe) {
104+
$.ajax("https://assets.mcasset.cloud/1.13/data/minecraft/recipes/rail.json").done(function (recipe) {
105105
console.log(recipe);
106106
window.guiRender = new GuiRender({
107107
showOutlines: true,

0 commit comments

Comments
 (0)