Katherine

Results 87 comments of Katherine

I fixed the issue on the 1.18.2 branch by moving the `LootItemFunction` registration from `CommonSetup#registerLootItemFunctions` to a separate class (`ModLootFunctions`), which allows each class extending `LootItemConditionalFunction` (i.e. `CopyMealFunction`, `CopySkilletFunction`, and...

@suerion Your wish is my command, random internet person. https://github.com/unilock/FTB-Chunks/commit/09e20065cca17248053da4b50ca4e88ef53b76ae I added support for [Fabric Waystones](https://www.curseforge.com/minecraft/mc-mods/fabric-waystones). [Waystones (Fabric Edition)](https://www.curseforge.com/minecraft/mc-mods/waystones-fabric) should already work.

## Version Information `Minecraft: 1.16.5` `Forge: 36.2.22` `Iron Chests: ironchest-1.16.5-11.2.21` ## Report Information Opening an iron chest - in my case, an obsidian chest, in survival mode - plays the...

I've commented on this issue here: https://github.com/progwml6/ironchest/issues/209#issuecomment-1027969064 Might be worth closing that issue in favor of this one. `Minecraft: 1.16.5` `Forge: 36.2.22` `Iron Chests: ironchest-1.16.5-11.2.21` Below is a link to...

This was fixed in 1.19, but not 1.18: ["Register color handlers using the forge event" - eed6bc4](https://github.com/VazkiiMods/AutoRegLib/commit/eed6bc48d0b569b8f389a37153ceca93726f8950) So I backported it: https://github.com/unilock/AutoRegLib/tree/1.18-ColorHandlerEvent ([release](https://github.com/unilock/AutoRegLib/releases/tag/v1.7.1-54))

Vanilla Minecraft 1.20.1 loads to a black screen, then crashes on my Pixel 6 Pro. Same with 1.19.2. [latestlog.txt](https://gist.github.com/unilock/b755838a365aff080e4bfe4b30f3135b) (1.20.1) Is there more setup required than just setting the renderer...

Try replacing the space between `golden_hoe` and `netherite_hoe` with a comma. So: `matchItems=golden_hoe,netherite_hoe`

Try stating the namespace explicitly. `matchItems=minecraft:golden_hoe,minecraft:netherite_hoe`

I'm just now checking the documentation, and it looks list entries being separated with a space instead of a comma by CIT Resewn is intentional. Sorry about that :v Taking...

It doesn't look like all the Toroid Magnets are receiving power from Van de Graaffs?