Compare commits
2 commits
00c92b133c
...
b09d837848
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b09d837848 | ||
|
|
0d39bd5af0 |
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
Date: 30.09.2025
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wooden-arig",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"title": "Wooden Arig",
|
||||
"description": "Adds wood production to Arig.",
|
||||
"author": "cackling fiend",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@ data:extend({
|
|||
{
|
||||
type = "item-subgroup",
|
||||
name = "arig-bioprocessing",
|
||||
group = "bioprocessing"
|
||||
group = data.raw["item-group"]["bioprocessing"] and "bioprocessing" or "intermediate-products",
|
||||
order = "o-a[arig-bioprocessing]"
|
||||
},
|
||||
{
|
||||
type = "item",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue