Henry Loenwind
Henry Loenwind
System Information ----------------------------- MultiMC version: 5.6.12-develop-1624 (also tried stable before) Operating System: 10.15.6 Summary of the issue or suggestion: ---------------------------------------------- Minecraft versions starting with 1.13, no matter if vanilla or...
The installation location can be read from the file `%programdata%\Epic\UnrealEngineLauncher\LauncherInstalled.dat`. It is a json file: ```json { "InstallationList": [ { "InstallLocation": "D:\\Games\\Epic\\IdleChampions", "AppName": "40cb42e38c0b4a14a1bb133eb3291572", ``` If using a json parser,...
https://github.com/DimensionalDevelopment/DimDoors/blob/1.12-WIP/src/main/java/org/dimdev/dimdoors/shared/pockets/SchematicHandler.java#L95 com.google.gson.JsonSyntaxException (extends JsonParseException extends RuntimeException) is not an IOException, so that catch is quite useless for parser exceptions and the resulting crash is missing any kind of hint what...
Forge has net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(IItemHandler, ItemStack, boolean) to insert items into an inventory without care for the specific slot they land in. It goes through all slots and tries to stack the...
Changed tool upgrade system to be more flexible. Moved "place block" into an upgrade. Added hoe upgrade. Note: Upgrades that use the "right click" slot are mutable exclusive. Same for...
Scaling the owls is missing because I couldn't make heads or tails out of the scaling and translating. TODO tag is present. Scaling factors (in OwlSize) are untested and probably...
This is what I've been using in Ender IO Addon for ages. No changes other than Java 1.6 and Minecraft 1.8.9 compatibility and a different package name. The changes to...
TechneRenderer renders objects with "metallic sheen" lighting when they are placed facing east or west.  Here's one with a clean texture:  It actually looks good, but it is...