-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cursor 1 21 5 #3701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Cursor 1 21 5 #3701
Conversation
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
All external test now passing minus sign (likely due to now using NBT):
|
Also minor issue with unused
also
and
will review with LLM.. This is the structure of the sign blocks now: //### Starting sign
//[06:26:07] [Server thread/INFO]: [Not Secure] <flatbot> ### Starting sign
//Sign block
Block {
type: 861,
metadata: 17,
light: 0,
skyLight: 15,
biome: {
color: 0,
height: null,
name: '',
rainfall: 0,
temperature: 0,
id: 40
},
position: Vec3 { x: 0, y: -60, z: 0 },
stateId: 20348,
computedStates: {},
name: 'warped_sign',
hardness: 1,
displayName: 'Warped Sign',
shapes: [],
boundingBox: 'empty',
transparent: true,
diggable: true,
material: 'mineable/axe',
harvestTools: undefined,
drops: [ 937 ],
_properties: { waterlogged: false, rotation: '8' },
isWaterlogged: false,
setSignText: [Function: setSignText],
getSignText: [Function: getSignText],
signText: [Getter/Setter],
entity: {
type: 'compound',
value: {
back_text: {
type: 'compound',
value: {
has_glowing_text: { type: 'byte', value: 0 },
color: { type: 'string', value: 'black' },
messages: {
type: 'list',
value: { type: 'string', value: [ '', '', '', '' ] }
}
}
},
is_waxed: { type: 'byte', value: 0 },
front_text: {
type: 'compound',
value: {
has_glowing_text: { type: 'byte', value: 0 },
color: { type: 'string', value: 'black' },
messages: {
type: 'list',
value: { type: 'string', value: [ '1', '2', '3', '' ] }
}
}
}
}
},
painting: undefined
} with no JSON encapsulation inside messages.value.value Sign (PrismarineJS/prismarine-block#115) and chunk issue should be fixed |
nice; looks like everything passing? |
Yeah, most of the broken things remaining were upstream and have been fixed |
Starting work with cursor to finish 1.21.5