WIP pressure turbine

This commit is contained in:
Anuken
2021-10-27 18:25:58 -04:00
parent 7843785182
commit 3ee7ee7e79
10 changed files with 85 additions and 19 deletions

View File

@@ -19,7 +19,9 @@ public class Attribute{
/** Light coverage. Negative values decrease solar panel efficiency. */
light = add("light"),
/** Silicate content. Used for sand extraction. */
silicate = add("silicate");
silicate = add("silicate"),
/** Used for erekir vents only. */
vent = add("vent");
public final int id;
public final String name;