TelepathicGrunt

Results 107 issues of TelepathicGrunt

By default in past, the conversion rate was 20mb to 1 experience. But this feels a bit odd. Should we define it to 1mb to 1 experience so it is...

1.21.1
awaiting community agreement

Added Javadoc to all the neoforge needs block tags to make it clear what they are for. And makes it so that Needs Netherite actually cause the block to not...

bug
1.21.1

If you try to subscribe to this event to grant an advancements for some special case, any advancement item reward will be replaced with the item's consume remainder stack. By...

bug
1.21.1

In the original unify tag PR, the aim was to sync majority of tags but leave out the super niche tags in order to not bug down the unify work...

enhancement

This was a suggestion posed by someone on Neo repo here: https://github.com/neoforged/NeoForge/issues/1257 I'm on the fence about this one. Need more input from people. Does it make sense to have...

I did some refactoring in my template pool loading code and other file loading to be more like normal datapack loading without needing weird quirks like having the file be...

A user reported the issue here to me: https://github.com/TelepathicGrunt/RepurposedStructures/issues/346 The crash is here: https://github.com/TelepathicGrunt/RepurposedStructures/blob/8f8e9a7a456389530520235fb956fa02a32e1595/common/src/main/java/com/telepathicgrunt/repurposedstructures/misc/maptrades/StructureSpecificMaps.java#L53 It looks like JER is passing a null entity to my getOff method I overrode from...