#Get Ore Byproduct Property Via KubeJS?
10 messages · Page 1 of 1 (latest)
[material].getProperty(OreProperty).getOreByProducts() shjould work
let byproducts = GTMaterials.Cassiterite.getProperty(PropertyKey.ORE).getOreByproducts()
The getOreByproducts() doesn't work.
try logging the propertykey ore? is it null?
also chrck how cassiterite is created in java
The property key ore isn't null, but the .arguments property is undefined.
Are you sure about that?