Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
b09d837848 1.0.2 2025-10-07 22:05:38 +02:00
Simon Brodtmann
0d39bd5af0 Fix crash when mod Bio Processing Group is not active 2025-10-07 22:04:54 +02:00
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 07.10.2025
Bug Fixes:
- Fix crash when mod Bio Processing Group is not active
---------------------------------------------------------------------------------------------------
Version: 1.0.1 Version: 1.0.1
Date: 30.09.2025 Date: 30.09.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "wooden-arig", "name": "wooden-arig",
"version": "1.0.1", "version": "1.0.2",
"title": "Wooden Arig", "title": "Wooden Arig",
"description": "Adds wood production to Arig.", "description": "Adds wood production to Arig.",
"author": "cackling fiend", "author": "cackling fiend",

View file

@ -24,7 +24,8 @@ data:extend({
{ {
type = "item-subgroup", type = "item-subgroup",
name = "arig-bioprocessing", name = "arig-bioprocessing",
group = "bioprocessing" group = data.raw["item-group"]["bioprocessing"] and "bioprocessing" or "intermediate-products",
order = "o-a[arig-bioprocessing]"
}, },
{ {
type = "item", type = "item",