Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quezler committed Dec 17, 2024
1 parent 980aa81 commit 23cb767
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mods_2.0/047_advanced-centrifuge/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.1.1
Date: 2024-12-17
Changes:
- Added item sounds.
---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 2024-12-16
Changes:
Expand Down
2 changes: 1 addition & 1 deletion mods_2.0/047_advanced-centrifuge/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-centrifuge",
"version": "2.1.0",
"version": "2.1.1",
"title": "Advanced Centrifuge",
"description": "An advanced centrifuge, to fill in the gap of advanced buildings for Krastorio 2",
"author": "kiratu11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ if mods["space-exploration"] then
subgroup = "radiation"
end

local item_sounds = require("__base__.prototypes.item_sounds")

data:extend({
{
type = "item",
name = "k11-advanced-centrifuge",
icon = "__advanced-centrifuge__/graphics/advanced-centrifuge/advanced-centrifuge-icon.png",
subgroup = subgroup,
order = "g[centrifuge]-a[advanced-centrifuge]", -- Needs adjustment
inventory_move_sound = item_sounds.mechanical_inventory_move,
pick_sound = item_sounds.mechanical_inventory_pickup,
drop_sound = item_sounds.mechanical_inventory_move,
place_result = "k11-advanced-centrifuge",
stack_size = 10,
}
Expand Down

0 comments on commit 23cb767

Please sign in to comment.