Jacob Emil Ulvedal Rosborg
Jacob Emil Ulvedal Rosborg
The `PlayerBlockPlacement` packet is also responsible for any block interaction ie. opening chests or filling bottles from a cauldron. The current block placement system have to be reworked into the...
- Weather should spawn snow in loaded chunks - Thunderstorm should create lightning - Rain should put out fires
Support for Minecraft status effects as documented at the [wiki](https://minecraft.gamepedia.com/Status_effect). - Add a component for all living entities that stores all active status effects ie. a component containing `Vec`. -...
Hello, I have followed your example `terraform-gcp-gke-ingress-controller` and ran into the following error. The following CNAMES is setup ``` CNAME(proxy): "docker-helloworld.${zone_name}" --> "cluster.${zone_name}" CNAME(noproxy): "cluster.${zone_name}" --> "xxxx.cfargotunnel.com" ``` When visiting...
Would it be possible to change Supsace such that you are able to initialize it as a const? ie. ```rust const SPACE: &Subspace = &Subspace::from(&"space"); ``` I'm far from an...
A routine which returns the compact set within k distance of a given cell. ``` gridDiskCompact(H3Index origin, int k, H3Index* out) ``` Equivalent to ``` gridDisk | compactCells ``` gridDisk...
# Error ``` Error: Dev container build failed: Command failed: docker tag example_devcontainer_app ghcr.io/example/example-devcontainer:latest (exit code: undefined) An error occurred building the container. Error: Command failed: docker tag example_devcontainer_app ghcr.io/example/example-devcontainer:latest...
The sample on creating generic pass and then generating a JWT token for an existing object is [inaccurate](https://developers.google.com/wallet/generic/web#json_web_token_jwt). The objects should not contain `classId` I have updated all the samples,...
### What happened? ``` ================================================================================ We would appreciate a report: https://github.com/pulumi/pulumi/issues/ Please provide all of the below text in your report. ================================================================================ Pulumi Version: v3.130.0 Go Version: go1.22.6 Go Compiler:...