Added longer-range power nodes / Resprite of some generators

This commit is contained in:
Anuken
2018-03-31 17:20:48 -04:00
parent eab226f04d
commit 06dcc875bd
20 changed files with 429 additions and 375 deletions

View File

@@ -17,6 +17,8 @@ public class Item implements Comparable<Item>{
public float explosiveness = 0f;
/**flammability above 0.3 makes this eleigible for item burners.*/
public float flammability = 0f;
/**how radioactive this item is. 0=none, 1=ridiculous*/
public float radioactivity;
/**how effective this item is as flux for smelting. 0 = not a flux, 0.5 = normal flux, 1 = very good*/
public float fluxiness = 0f;
/**whether this material goes in the core*/