Skip to content

Commit 8dee790

Browse files
committed
banisher techtree
1 parent 16b0f12 commit 8dee790

File tree

12 files changed

+173
-254
lines changed

12 files changed

+173
-254
lines changed
-2.27 KB
Binary file not shown.
-2.46 KB
Binary file not shown.
-2.5 KB
Binary file not shown.
-4.72 KB
Binary file not shown.
-6.07 KB
Binary file not shown.

assets/火力老文件/blocks/电力/泰勒堆.json

Lines changed: 0 additions & 150 deletions
This file was deleted.

assets/火力老文件/blocks/电力/镄反应堆.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/SFire/SFireMod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public void init() {
2929
public void loadContent() {
3030
SFSounds.load();
3131
SFStatusEffects.load();
32+
SFAttribute.load();
3233
SFItems.load();
3334
SFLiquids.load();
3435
//SFBulletType.load();

src/SFire/content/SFAttribute.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package SFire.content;
2+
import mindustry.world.meta.Attribute;
3+
4+
public class SFAttribute {
5+
public static Attribute
6+
radioactivity;
7+
public static void load() {
8+
radioactivity = Attribute.add("radioactivity");
9+
}
10+
}

0 commit comments

Comments
 (0)