Replies: 2 comments 3 replies
-
|
1.10.0 will have a config for this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Btw, on the note of updates. I believe you were using the throwable items data pack. 1.10.0 overhauls that in a pretty major way. New Example
{
"items": "minecraft:black_dye",
"complement": true,
"events": [
{
"type": "andromeda:block",
"condition": {
"condition": "minecraft:block_state_property",
"block": "minecraft:stone"
},
"commands": [
{
"type": "andromeda:user",
"commands": [
"/say hi!"
]
}
]
},
{
"type": "andromeda:entity",
"condition": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:slime"
}
},
"commands": [
{
"type": "andromeda:hit_entity",
"commands": [
"/say bonjour!"
]
}
]
},
{
"type": "andromeda:any",
"commands": [
{
"type": "andromeda:server",
"particles": {
"item": true,
"colors": [5, 5, 8]
}
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/constellation-mc/andromeda/assets/99306685/83f07fc6-8fd2-4603-958b-d1cf69d37baf
The extra movement can cause texts harder to read in some situations, and it feels kind of weired that the tooltip is "left behind".
smoothX = MathHelper.clamp(MathHelper.lerp(0.42 * client.getLastFrameDuration(), smoothX, targetX.get()), targetX.get() - 6, targetX.get() + 6);looks clean for me.https://github.com/constellation-mc/andromeda/assets/99306685/4ba786b7-17b1-427a-aedb-8a40b41cb11f
Beta Was this translation helpful? Give feedback.
All reactions