Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
added bee juice fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed May 18, 2024
1 parent 1bc7cd1 commit 07de63a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GTCoreFluids {
public static final AntimatterFluid PAHOEHOE_LAVA = AntimatterAPI.register(AntimatterFluid.class, new AntimatterFluid(GTCore.ID,"pahoehoe_lava", prepareLavaAttributes(), prepareLavaProperties()));
public static final AntimatterFluid FIERY_BLOOD = AntimatterAPI.register(AntimatterFluid.class, new AntimatterFluid(GTCore.ID,"fiery_blood", prepareAttributes("fiery_blood"), prepareProperties()));
public static final AntimatterFluid FIERY_TEARS = AntimatterAPI.register(AntimatterFluid.class, new AntimatterFluid(GTCore.ID,"fiery_tears", prepareAttributes("fiery_tears"), prepareProperties()));

public static final AntimatterFluid BEET_JUICE = AntimatterAPI.register(AntimatterFluid.class, new AntimatterFluid(GTCore.ID, "beet_juice", prepareAttributes("beet_juice"), prepareProperties()));

public static void init(){

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

0 comments on commit 07de63a

Please sign in to comment.