Skip to content

Commit

Permalink
Merge pull request #33 from JohnTheCoolingFan/dev
Browse files Browse the repository at this point in the history
1.1.16
  • Loading branch information
JohnTheCoolingFan authored Aug 15, 2020
2 parents f9fff65 + d7e39c6 commit 8f4c411
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 20 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------------------------------
Version: 1.1.16
Date: 15.08.2020
Minor Features:
- Icon sprites are now mipmaps and 64x64 max size
Graphics:
- Fixed MOX reactor's heat pipes texture misalignment
---------------------------------------------------------------------------------------------------
Version: 1.1.15
Date: 15.08.2020
Minor Features:
Expand Down
1 change: 0 additions & 1 deletion data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ require("prototypes.categories.recipe-category")
-- TODO: Support for Schall Uranium Processing (https://mods.factorio.com/mod/PlutoniumEnergy/discussion/5de1876b082e2b000b966564) (https://mods.factorio.com/mod/SchallUraniumProcessing)
-- I have and idea to make PE's recipes similar to SUP's recipes.
-- TODO: Support for SChall Artillery (https://mods.factorio.com/mod/SchallArtillery)
-- TODO: Remake icons for x64 size
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/MOX-reactor/MOX-reactor-connect-patches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/MOX-reactor/MOX-reactor-pipes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entity/MOX-reactor/hr-MOX-reactor-connect-patches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/MOX-fuel-reprocessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/MOX-fuel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/MOX-reactor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/advanced-nuclear-fuel-reprocessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/explosive-plutonium-cannon-shell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/industrial-reactor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-238-nucleosynthesis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-238.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-239-alpha-decay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-239.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-atomic-artillery-shell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-atomic-bomb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-cannon-shell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/plutonium-rounds-magazine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/uranium-238-excess-neutron-capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/icons/used-up-MOX-fuel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PlutoniumEnergy",
"version": "1.1.15",
"version": "1.1.16",
"title": "Plutonium Energy",
"author": "JohnTheCoolingFan",
"contact": "https://discord.gg/grHVhE2",
Expand Down
7 changes: 4 additions & 3 deletions prototypes/entity/entities.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require "util"
local entities = {}

-- TODO: Fix heated reactor graphics
local MOX_reactor = util.table.deepcopy(data.raw["reactor"]["nuclear-reactor"])

MOX_reactor.name = "MOX-reactor"
MOX_reactor.icon = "__PlutoniumEnergy__/graphics/icons/MOX-reactor.png"
MOX_reactor.icon_size = 32
MOX_reactor.icon_size = 64
MOX_reactor.icon_mipmaps = 4
MOX_reactor.minable.result = "MOX-reactor"
MOX_reactor.max_health = 400

Expand Down Expand Up @@ -108,7 +108,8 @@ local industrial_reactor = util.table.deepcopy(data.raw["assembling-machine"]["c

industrial_reactor.name = "industrial-reactor"
industrial_reactor.icon = "__PlutoniumEnergy__/graphics/icons/industrial-reactor.png"
industrial_reactor.icon_size = 32
industrial_reactor.icon_size = 64
industrial_reactor.icon_mipmaps = 4
industrial_reactor.minable.result = "industrial-reactor"

industrial_reactor.crafting_categories = {"alpha-decay", "nucleosynthesis", "excess-neutron-capture"}
Expand Down
12 changes: 8 additions & 4 deletions prototypes/item/ammo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ data:extend({
type = "ammo",
name = "plutonium-rounds-magazine",
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-rounds-magazine.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
ammo_type = {
category = "bullet",
Expand Down Expand Up @@ -49,7 +50,8 @@ data:extend({
type = "ammo",
name = "plutonium-cannon-shell",
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-cannon-shell.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
ammo_type = {
category = "cannon-shell",
Expand Down Expand Up @@ -78,7 +80,8 @@ data:extend({
type = "ammo",
name = "explosive-plutonium-cannon-shell",
icon = "__PlutoniumEnergy__/graphics/icons/explosive-plutonium-cannon-shell.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
ammo_type = {
category = "cannon-shell",
Expand Down Expand Up @@ -107,7 +110,8 @@ data:extend({
type = "ammo",
name = "plutonium-atomic-bomb",
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-atomic-bomb.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
ammo_type = {
range_modifier = 5,
Expand Down
18 changes: 12 additions & 6 deletions prototypes/item/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ data:extend({
type = "item",
name = "PE-plutonium-239",
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-239.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "intermediate-product",
order = "g[plutonium-239]",
Expand All @@ -16,7 +17,8 @@ data:extend({
type = "item",
name = "PE-plutonium-238",
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-238.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "intermediate-product",
order = "g[plutonium-238]",
Expand All @@ -28,7 +30,8 @@ data:extend({
type = "item",
name = "MOX-fuel",
icon = "__PlutoniumEnergy__/graphics/icons/MOX-fuel.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "intermediate-product",
order = "r[uranium-processing]-b[MOX-fuel]",
Expand All @@ -41,7 +44,8 @@ data:extend({
type = "item",
name = "used-up-MOX-fuel",
icon = "__PlutoniumEnergy__/graphics/icons/used-up-MOX-fuel.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "intermediate-product",
order = "i[used-up-MOX-fuel]",
Expand All @@ -53,7 +57,8 @@ data:extend({
type = "item",
name = "MOX-reactor",
icon = "__PlutoniumEnergy__/graphics/icons/MOX-reactor.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "energy",
order = "f[nuclear-energy]-b[MOX-reactor]",
Expand All @@ -64,7 +69,8 @@ data:extend({
type = "item",
name = "industrial-reactor",
icon = "__PlutoniumEnergy__/graphics/icons/industrial-reactor.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
flags = {},
subgroup = "production-machine",
order = "g[industrial-reactor]",
Expand Down
15 changes: 10 additions & 5 deletions prototypes/recipe/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ local advanced_nuclear_fuel_reprocessing = util.table.deepcopy(data.raw["recipe"

advanced_nuclear_fuel_reprocessing.name = "advanced-nuclear-fuel-reprocessing"
advanced_nuclear_fuel_reprocessing.icon = "__PlutoniumEnergy__/graphics/icons/advanced-nuclear-fuel-reprocessing.png"
advanced_nuclear_fuel_reprocessing.icon_size = 32
advanced_nuclear_fuel_reprocessing.icon_size = 64
advanced_nuclear_fuel_reprocessing.icon_mipamps = 4

advanced_nuclear_fuel_reprocessing.enabled = false

Expand All @@ -51,7 +52,8 @@ data:extend({
category = "nucleosynthesis",
ingredients = {{"uranium-238", 10}},
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-238-nucleosynthesis.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
subgroup = "raw-material",
order = "l[plutonium-238-nuclesynthesis]",
results = {
Expand All @@ -69,7 +71,8 @@ data:extend({
category = "alpha-decay",
ingredients = {{"PE-plutonium-239", 5}},
icon = "__PlutoniumEnergy__/graphics/icons/plutonium-239-alpha-decay.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
subgroup = "raw-material",
order = "m[plutonium-239-decay]",
results = {
Expand All @@ -87,7 +90,8 @@ data:extend({
category = "excess-neutron-capture",
ingredients = {{"uranium-238", 10}},
icon = "__PlutoniumEnergy__/graphics/icons/uranium-238-excess-neutron-capture.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
subgroup = "raw-material",
order = "m[excess-neutron-capture]",
results = {
Expand Down Expand Up @@ -116,7 +120,8 @@ data:extend({
category = "centrifuging",
ingredients = {{"used-up-MOX-fuel", 5}},
icon = "__PlutoniumEnergy__/graphics/icons/MOX-fuel-reprocessing.png",
icon_size = 32,
icon_size = 64,
icon_mipmaps = 4,
subgroup = "intermediate-product",
order = "r[uranium-processing]-e[MOX-fuel-reprocessing]",
main_product = "",
Expand Down

0 comments on commit 8f4c411

Please sign in to comment.