Skip to content

Commit

Permalink
Merge pull request #104 from pyanodon/Frozen
Browse files Browse the repository at this point in the history
Frozen
  • Loading branch information
kingarthur91 authored Mar 14, 2024
2 parents a2f9bf1 + 802564b commit 85802c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 2.4.14
Version: 2.4.15
Date: ?
Changes:
- Removed phosphate big mines from the productivity list (https://github.com/pyanodon/pybugreports/issues/425)
---------------------------------------------------------------------------------------------------
Version: 2.4.14
Date: 2024-3-13
Changes:
- Fixed that low grade copper rejects didnt actually say they were copper
- Fixed the vanilla nuclear reactor glow effects didnt work with pys added fuel cells correctly
---------------------------------------------------------------------------------------------------
Version: 2.4.13
Date: 2024-1-19
Changes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyrawores",
"version": "2.4.13",
"version": "2.4.14",
"factorio_version": "1.1",
"title": "Pyanodons Raw Ores",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
2 changes: 1 addition & 1 deletion locale/en/locale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ grade-1-copper=Copper (grade 1)
grade-2-copper=Copper (grade 2)
grade-3-copper=Copper (grade 3)
grade-4-copper=Copper (grade 4)
low-grade-rejects=Low-grade rejects
low-grade-rejects=Low-grade copper rejects
low-grade-copper=Low-grade copper
high-grade-copper=High-grade copper
copper-low-dust=Low-grade copper dust
Expand Down
9 changes: 9 additions & 0 deletions prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ RECIPE('low-density-structure'):change_category('py-rawores-smelter')

-- ENTITY CHANGES
data.raw.reactor['nuclear-reactor'].use_fuel_glow_color = true
data.raw.reactor['nuclear-reactor'].working_light_picture = {
filename = "__pyraworesgraphics__/graphics/entity/reactor/reactor-lights.png",
blend_mode = "additive",
draw_as_glow = true,
width = 320,
height = 320,
scale = 0.5,
shift = { -0.03125, -0.1875 }
}

data.raw["assembling-machine"]["centrifuge"].crafting_speed = 4
data.raw["assembling-machine"]["centrifuge"].module_specification.module_slots = 4
Expand Down

0 comments on commit 85802c7

Please sign in to comment.