Skip to content

Commit

Permalink
🔖 Pre-release preparation: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jun 19, 2021
1 parent b082a18 commit 695b99d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion meme_resourcepack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 6,
"description": "§e梗体中文亮瞎眼包!!!\n§3Release v1.3.1"
"description": "§e梗体中文亮瞎眼包!!!\n§3Release v1.4.0"
},
"language": {
"zh_meme": {
Expand Down
19 changes: 8 additions & 11 deletions preset_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sys import exit
from memepack_builder.wrapper import main as _main

PACK_VERSION = '1.3.1'
PACK_VERSION = '1.4.0'


def check_version_consistency():
Expand All @@ -17,19 +17,16 @@ def main():
if check_version_consistency():
preset_args = [
{'platform': 'je', 'type': 'normal', 'modules': {'resource': [], 'collection': [
'version_1.16.5', 'choice_modules_1', 'ekac']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 6},
'choice_modules_1', 'ekac']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'normal', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5', 'choice_modules_1']}, 'mod': ['all'], 'hash': False, 'output': 'builds', 'format': 6},
{'platform': 'je', 'type': 'normal', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 6},
{'platform': 'je', 'type': 'normal', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 6},
{'platform': 'je', 'type': 'compat', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5', 'choice_modules_1']}, 'mod': ['all'], 'hash': False, 'output': 'builds', 'format': 6},
'choice_modules_1']}, 'mod': ['all'], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'normal', 'modules': {'resource': ['lang_sfw'], 'collection': []}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'normal', 'modules': {'resource': ['lang_sfw'], 'collection': []}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'compat', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5', 'choice_modules_1']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 6},
'choice_modules_1']}, 'mod': ['all'], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'compat', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.16.5']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 6},
'choice_modules_1']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'compat', 'modules': {'resource': ['lang_sfw'], 'collection': []}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 7},
{'platform': 'je', 'type': 'legacy', 'modules': {'resource': ['lang_sfw'], 'collection': [
'version_1.12.2-1.15.2']}, 'mod': [], 'hash': False, 'output': 'builds', 'format': 3}
]
Expand Down

0 comments on commit 695b99d

Please sign in to comment.