Skip to content

Commit ddbfc06

Browse files
update version
1 parent 5b43226 commit ddbfc06

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

demo/model/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
8080
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
81-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/model.js"></script>
81+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/model.js"></script>
8282
<script>
8383
(function () {
8484

@@ -303,4 +303,4 @@
303303
})();
304304
</script>
305305
</body>
306-
</html>
306+
</html>

demo/skin/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
5858
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
59-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/skin.js"></script>
59+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/skin.js"></script>
6060
<script>
6161
var skinRender = new SkinRender({
6262
autoResize: true,
@@ -109,4 +109,4 @@
109109
})
110110
</script>
111111
</body>
112-
</html>
112+
</html>

embed/model/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a>
4040
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
42-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/model.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/model.min.js"></script>
4343
<script>
4444
/*
4545
URL Options:
@@ -116,4 +116,4 @@
116116
})
117117
</script>
118118
</body>
119-
</html>
119+
</html>

embed/skin/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a>
4040
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
4141
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
42-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/skin.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/skin.min.js"></script>
4343
<script>
4444
/*
4545
URL Options:
@@ -134,4 +134,4 @@
134134
})
135135
</script>
136136
</body>
137-
</html>
137+
</html>

test/entity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
2323
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
24-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/entity.js"></script>
24+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/entity.js"></script>
2525
<script>
2626
(function () {
2727

@@ -49,4 +49,4 @@
4949
})();
5050
</script>
5151
</body>
52-
</html>
52+
</html>

test/gui.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
2323
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
24-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/gui.js"></script>
24+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/gui.js"></script>
2525
<script>
2626
(function () {
2727

@@ -131,4 +131,4 @@
131131
})();
132132
</script>
133133
</body>
134-
</html>
134+
</html>

test/model.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
2323
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js" integrity="sha256-NGC9JEuTWN4GhTj091wctgjzftr+8WNDmw0H8J5YPYE=" crossorigin="anonymous"></script>
24-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/model.js"></script>
24+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/model.js"></script>
2525
<script>
2626
(function () {
2727
let fence = [
@@ -162,4 +162,4 @@
162162
})();
163163
</script>
164164
</body>
165-
</html>
165+
</html>

test/structure.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
2929
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/96/three.min.js" ></script>
30-
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.0/dist/model.js"></script>
30+
<script src="https://cdn.jsdelivr.net/gh/InventivetalentDev/MineRender@1.1.1/dist/model.js"></script>
3131
<script>
3232
(function () {
3333

@@ -93,8 +93,8 @@
9393
// console.log("rendered!")
9494
// })
9595
// })
96-
96+
9797
})();
9898
</script>
9999
</body>
100-
</html>
100+
</html>

0 commit comments

Comments
 (0)