mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
fix setBlock
This commit is contained in:
parent
79e7d040b5
commit
da2457eae4
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
var Vec3 = require("vec3").Vec3;
|
||||
|
||||
module.exports.player=function(player,serv)
|
||||
{
|
||||
player.changeBlock=async (position,blockType,blockData) =>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
var blocks=require("minecraft-data")(require("../version")).blocks;
|
||||
var Vec3 = require("vec3").Vec3
|
||||
var Vec3 = require("vec3").Vec3;
|
||||
|
||||
var materialToSound = {
|
||||
undefined: 'stone',
|
||||
|
|
|
|||
Loading…
Reference in a new issue