Skip to content

Commit

Permalink
Fixed a bug in OSM.
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovatorNZ committed Oct 4, 2022
1 parent 05b240c commit 65ddbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/nz/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4547,7 +4547,7 @@ system.registerGenerator({

setblock(x, y + this.base_y, z, blockStr, data); //调用NC的setBlock

this.block_list[new Vector3(x, y, z)] = new Block(id, data);
this.block_list[new Vector3(x, y, z)] = new myBlock(id, data);
}

setBaseY(y) {
Expand Down

0 comments on commit 65ddbba

Please sign in to comment.