Skip to content

Commit

Permalink
Updated manifest for 1.19.80
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelDobCZ23 authored Apr 28, 2023
1 parent aa935c5 commit a07b170
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"metadata": {
"authors": ["PavelDobCZ23"],
"license": "GNU GPL v3 + The Commons Clause",
"url": "https://www.icecraftstudio.repl.co"
},
"format_version": 2,
"header": {
"description": "Campfires now set you and the entites on fire like they used to! §9Made by PavelDobCZ23",
"name": "On Campfire - On Fire",
"uuid": "03862db4-c4b9-42e1-b57b-daf391a5a05a",
"version": [ 1, 1, 0 ],
"min_engine_version": [ 1, 19, 70 ]
},
"modules": [
{
"description": "On Campfire - On Fire [BP] - script module",
"type": "script",
"language": "javascript",
"uuid": "514c9ddc-fd40-4189-9b10-bfc358089a33",
"version": [1, 1, 0],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.1.0-beta"
}
],
"subpacks": [
{
"folder_name": "performance",
"name": "§aPerformance Mode",
"memory_tier": 0
},
{
"folder_name": "normal",
"name": "Normal Mode",
"memory_tier": 0
}
]
{
"metadata": {
"authors": ["PavelDobCZ23"],
"license": "GNU GPL v3 + The Commons Clause",
"url": "https://www.icecraftstudio.repl.co"
},
"format_version": 2,
"header": {
"description": "Campfires now set you and the entites on fire like they used to! §9Made by PavelDobCZ23",
"name": "On Campfire - On Fire",
"uuid": "03862db4-c4b9-42e1-b57b-daf391a5a05a",
"version": [ 1, 2, 0 ],
"min_engine_version": [ 1, 19, 80 ]
},
"modules": [
{
"description": "On Campfire - On Fire [BP] - script module",
"type": "script",
"language": "javascript",
"uuid": "514c9ddc-fd40-4189-9b10-bfc358089a33",
"version": [1, 2, 0],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.2.0-beta"
}
],
"subpacks": [
{
"folder_name": "performance",
"name": "§aPerformance Mode",
"memory_tier": 0
},
{
"folder_name": "normal",
"name": "Normal Mode",
"memory_tier": 0
}
]
}

0 comments on commit a07b170

Please sign in to comment.