We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fda55 commit 05aed2eCopy full SHA for 05aed2e
blockEntity.js
@@ -2,7 +2,7 @@ const nbt = require('prismarine-nbt')
2
3
module.exports = registry => {
4
if (registry.version.type === 'pc') {
5
- const ChatMessage = require('prismarine-chat')(registry.version.majorVersion)
+ const ChatMessage = require('prismarine-chat')(registry.version.minecraftVersion)
6
7
function signValueToJSONArray (text) {
8
const texts = []
0 commit comments