Skip to content

Commit

Permalink
add thermal fluids
Browse files Browse the repository at this point in the history
closes #1
  • Loading branch information
RogueLogix committed Dec 12, 2022
1 parent 1d143b0 commit 9846cfa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
type: "fluidtag",
location: "forge:redstone",
absorption: 0.75,
efficiency: 0.55,
moderation: 1.6,
conductivity: 2.5,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
type: "fluidtag",
location: "forge:ender",
absorption: 0.9,
efficiency: 0.75,
moderation: 2.0,
conductivity: 2,
}

0 comments on commit 9846cfa

Please sign in to comment.