This commit is contained in:
2024-11-29 15:28:29 +09:00
parent 0119308628
commit 70c323790b
3 changed files with 10 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.42
Date: 2024-11-30
Changes:
- [SA] Changed some tile logic.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.0.41 Version: 3.0.41
Date: 2024-11-29 Date: 2024-11-29

View File

@@ -392,18 +392,7 @@ local items = {
['natural-yumako-soil'] = true, ['natural-yumako-soil'] = true,
['natural-jellynut-soil'] = true, ['natural-jellynut-soil'] = true,
['wetland-yumako'] = true, ['wetland-yumako'] = true,
['wetland-jellynut'] = true, ['wetland-jellynut'] = true
['lowland-brown-blubber'] = true,
['lowland-olive-blubber'] = true,
['lowland-olive-blubber-2'] = true,
['lowland-olive-blubber-3'] = true,
['lowland-cream-red'] = true,
['lowland-red-vein'] = true,
['lowland-red-vein-2'] = true,
['lowland-red-vein-3'] = true,
['lowland-red-vein-4'] = true,
['lowland-red-vein-dead'] = true,
['lowland-red-infection'] = true
}, },
['resource'] = { ['resource'] = {
['tungsten-ore'] = true, ['tungsten-ore'] = true,

View File

@@ -1,8 +1,8 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.41", "version": "3.0.42",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2024-11-29", "date": "2024-11-30",
"title": "Phidias Collection", "title": "Phidias Collection",
"author": "PHIDIAS0303", "author": "PHIDIAS0303",
"contributers": "", "contributers": "",