From 4ccfc7bdc534796fbc94036319f4637f5d932d4a Mon Sep 17 00:00:00 2001 From: Vishal Date: Sun, 26 Jan 2025 00:39:00 +0530 Subject: [PATCH 1/2] Updating forest map --- plugins/maps.json | 1 + plugins/maps/forest.py | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/maps.json b/plugins/maps.json index 4c97b92..7809eb5 100644 --- a/plugins/maps.json +++ b/plugins/maps.json @@ -14,6 +14,7 @@ } ], "versions": { + "1.1.0": null, "1.0.1": { "api_version": 8, "commit_sha": "8e5970b", diff --git a/plugins/maps/forest.py b/plugins/maps/forest.py index 4ccf2b6..d12fc3a 100644 --- a/plugins/maps/forest.py +++ b/plugins/maps/forest.py @@ -1,6 +1,4 @@ -# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport) - -# ba_meta require api 8 +# ba_meta require api 9 from __future__ import annotations from typing import TYPE_CHECKING @@ -94,7 +92,7 @@ class ForestMap(bs.Map): attrs={ 'mesh': self.preloaddata['bgmesh'], 'lighting': False, - 'shadow': True, + # 'shadow': True, 'color_texture': self.preloaddata['bgtex'] } ) From 16bc375d4fce376635d651bb8687fc796e99e806 Mon Sep 17 00:00:00 2001 From: vishal332008 <76160371+vishal332008@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:10:18 +0000 Subject: [PATCH 2/2] [ci] apply-version-metadata --- plugins/maps.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/maps.json b/plugins/maps.json index 7809eb5..88ba5ed 100644 --- a/plugins/maps.json +++ b/plugins/maps.json @@ -14,7 +14,12 @@ } ], "versions": { - "1.1.0": null, + "1.1.0": { + "api_version": 9, + "commit_sha": "4ccfc7b", + "released_on": "25-01-2025", + "md5sum": "d9bef02a82056bfc493722a44a4bcd35" + }, "1.0.1": { "api_version": 8, "commit_sha": "8e5970b",