spi

joined 1 year ago
MODERATOR OF
 

Hey, I have a function that draws a composable,

@Composable
        fun home() : @Composable RowScope.() -> Unit {
            return {
                BottomNavigationItem(
                    icon = {
                        Icon(Icons.Filled.Home, "Home")
                    },
                    onClick = {},
                    selected = false,
                    label = {
                        Text("Home")
                    }
                )
            }
        }

That doesn't draw it to the GUI I am calling it with

@Composable
fun App() {
    MaterialTheme {
        BottomAppBar {
            StaticAssets.BarButtons.home()
        }
    }
}

Does anyone know why it doesn't work?

 

I'm fine with it mostly because paper makes it easy but I want to hear what other people think

 

Can anyone tell me why, on the protocol it says it has a location for it to be placed but water legit just passes the hand time and sequence which seems to be the use item but is firing use item on

 

Does anyone know how to make good double bar proofs? I used a column with a row before but I was wondering if there are any better options.

 

What packet is sent in 1.19.4 for block updates from the client when you, for example click on a ghost block

1
Minecraft Server Software (programming.dev)
submitted 1 year ago* (last edited 1 year ago) by spi@programming.dev to c/minecraft_dev@programming.dev
 

I am starting to compile a list of Minecraft server software you can develop without having to patch the official Minecraft server jar. If you have any others you can think of, post them in the comments, and I will add them to the list

Magma