Skip to content

Commit 23f3ee8

Browse files
change test structure
1 parent 4df5dac commit 23f3ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/structure.html

Lines changed: 2 additions & 2 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.1/dist/model.js"></script>
30+
<script src="../dist/model.js"></script>
3131
<script>
3232
(function () {
3333

@@ -76,7 +76,7 @@
7676

7777
let modelConverter = new ModelConverter();
7878
modelConverter.structureToModels({
79-
url:"https://assets.mcasset.cloud/1.13/data/minecraft/structures/end_city/ship.nbt"
79+
url:"https://assets.mcasset.cloud/1.15.2/data/minecraft/structures/pillager_outpost/watchtower.nbt"
8080
},function (models) {
8181
console.log(models)
8282
modelRender.render(models,function () {

0 commit comments

Comments
 (0)