haykam821

Results 179 comments of haykam821

@liach The sound event field names are fine, but they are inconsistently reflected in the block sound group field names.

For example, the following would be a cuboid selection denoted by red wool before any trimming: ![Original selection](https://user-images.githubusercontent.com/24855774/103192602-3de3a700-48a7-11eb-9564-4d8c1affdea5.png) After `//trim !#air`: ![Non-air trimmed selection](https://user-images.githubusercontent.com/24855774/103192444-ae3df880-48a6-11eb-824d-0b53887667e5.png) After `//trim spruce_stairs`: ![Spruce stairs trimmed...

If there is a refactor to the existing menu bar system, then buttons could be added to the Touch Bar without requiring too much work. However, the default set of...

@AppleBetas you can probably do it

FabricMC/fabric#66 has been fixed, so this issue can be resolved easily by removing the duplicated content.

#266 does most of the work. I believe 1.18 only changes some things like biome sources.

I cannot reproduce this issue with one rabbit; rabbits can get damaged by tiny cacti but only if they are pushed into it by other rabbits, rather than pathing itself....

@oncletom Sorry for not explaining why. In my project's build process, I webpack the source and generate a manifest. I was attempting to use [`memory-fs`](https://github.com/webpack/memory-fs), but since you cannot supply...

@oncletom No, I use this module on the bundle generated by webpack. The build script is regular Node.js.

@oncletom Yes, I am trying to use `memory-fs` as a [custom output filesystem](https://webpack.js.org/api/node/#custom-file-systems) for the bundle generated by webpack. However, since I cannot use `memory-fs` as the input filesystem for...