I hereby claim:
- I am chexo3 on github.
- I am isaacbman (https://keybase.io/isaacbman) on keybase.
- I have a public key whose fingerprint is 9769 7018 63BC F3BA 7346 4EE1 9BDE 9D84 7375 79CB
To claim this, I am signing this object:
| /* | |
| Oh, hey there, this is a file. | |
| You shouldn't run this unless you know what you're doing. | |
| Because I don't, and I'm tinkering to figure things out. | |
| I am not responsible for damage caused by running this file whole. | |
| If anything, only run small pieces you've copy-pasted to use by themselves. | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| ---- Minecraft Crash Report ---- | |
| WARNING: coremods are present: | |
| PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) | |
| LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar) | |
| DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar) | |
| DLFMLCorePlugin (DynamicLights-1.12.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| Contact their authors BEFORE contacting forge |
@calmilamsy
| package net.minecraft.block; | |
| import net.fabricmc.api.EnvType; | |
| import net.fabricmc.api.Environment; | |
| import net.minecraft.block.material.Material; | |
| import net.minecraft.entity.Living; | |
| import net.minecraft.entity.player.PlayerBase; | |
| import net.minecraft.level.Level; | |
| import net.minecraft.level.TileView; | |
| import net.minecraft.util.hit.HitResult; |