Davide Albiero
Davide Albiero
This #8318 was not brought into 1.19
### Actual Behavior Mod crashes when I start the server https://pastebin.com/s5vYSTr2 ### Steps to Reproduce - Just start the server ### Version of Minecraft, Carry On, Forge Minecraft: 1.18.2 Forge:...
This is the piece of code that doesn't work: ```gradle tasks.register('makeChangelog', GitChangelogTask) { fromRepo = projectDir.absolutePath.toString() file = file('CHANGELOG.md') fromCommit = '5062fd494493e12b6419d2af2fa3a73ff5119ece' toRef = 'HEAD' templateContent = file('changelog.mustache').text untaggedName =...
I wanted to block the possibility of sorting in the extrastorage crafters. I tried to use IMC to tell the inventory sorter to add the container to the blacklist and...
It's a porting of #153 for 1.19.3 This should close #119
Fix #184
Close #210
I was updating Railcraft to 1.21.3, why was the `IAbstractMinecartExtension` interface removed? I know mojang is working on carts, but I don't understand why you removed it.