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