Posted March 22, 20214 yr I am working on a mod for a custom dimension and I am trying to change the DimensionSettings, but I have no idea what does what because everything is obfuscated. Specifically, the constructor of NoiseSettings and the constructor in ScalingSettings. Is there any way for me to find out about this? Theres no way I can figure out all the obfuscated fields because everything in the class is also obfuscated and I can't see where its being used without just being confused.
March 22, 20214 yr Look at the Codec in each of those classes, the strings in fieldOf() are for each argument of constructor or load latest 1.16.5 and look at the fields the arguments are stored into. You might want to load the latest 1.16.5, because it should be easier.
March 22, 20214 yr Author I found that looking at the JSON format in this works pretty well, but I guess both codecs and that wiki uses the JSON format so makes sense.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.