Skip to content

Commit

Permalink
fix(balance): ✏️[Petro Petunia] remove easy to get fuels
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jan 22, 2025
1 parent 36662f8 commit 7038541
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions config/acronym/floralchemy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,10 @@ fuelvalues {
# Amount of Mana produced each Tick [range: 1 ~ 10000, default: 50]
I:powerPreTick=50
}
canolaoil {
I:burnTime=75
I:powerPreTick=50
}
crystaloil {
I:burnTime=175
I:powerPreTick=50
}
empoweredoil {
I:burnTime=500
I:powerPreTick=100
}
biomass {
I:burnTime=125
I:powerPreTick=50
}
refined_fuel {
I:burnTime=425
I:powerPreTick=100
}
rocketfuel {
I:burnTime=1200
I:powerPreTick=200
Expand Down
4 changes: 0 additions & 4 deletions scripts/jei/mod/botania.zs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ Object.entries(
)) */
'perfect_fuel': [25, 384000000],
'rocketfuel' : [1000, 240000],
'empoweredoil': [2400, 50000],
'refined_fuel': [2823, 42500],
'diesel' : [6857, 8750],
'crystaloil' : [6857, 8750],
'biodiesel' : [9600, 6250],
'biomass' : [9600, 6250],
'canolaoil' : [16000, 3750],
'oil' : [24000, 2500],
/**/
} as int[][string]$orderly {
Expand Down

0 comments on commit 7038541

Please sign in to comment.