Skip to content

Commit

Permalink
Update CreateCraft (LabyMod#715)
Browse files Browse the repository at this point in the history
* Add CreateCraft

* Add CreateCraft
-Update Banner Size

* Add CreateCraft
-Manifest

* Updating CreateCraft EU
-Manifest Changes (Colors in Gamemodes)
-Adding Background
  • Loading branch information
MineTommy committed Sep 29, 2023
1 parent 280ddbf commit f518a03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file added minecraft_servers/createcraft/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minecraft_servers/createcraft/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions minecraft_servers/createcraft/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"gamemodes": {
"citybuild": {
"name": "CityBuild",
"color": "#6DA5C0",
"color": "#E0A400",
"command": "/citybuild",
"versions": "1.20<*"
"versions": "1.19<*"
},
"skyblock": {
"name": "SkyBlock",
"color": "#6DA5C0",
"color": "#0BA3BA",
"command": "/skyblock",
"versions": "1.20<*"
"versions": "1.19<*"
},
"stoneblock": {
"name": "StoneBlock aka StoneAttack",
"color": "#6DA5C0",
"name": "StoneBlock",
"color": "#F5683D",
"command": "/stoneblock",
"versions": "1.20<*"
"versions": "1.19<*"
},
"minigames": {
"name": "Minigames",
"color": "#6DA5C0",
"color": "#B34B62",
"command": "/minigames",
"versions": "1.20<*"
"versions": "1.19<*"
},
"survival": {
"name": "Survival",
"color": "#6DA5C0",
"color": "#126E0A",
"command": "/survival",
"versions": "1.20<*"
"versions": "1.19<*"
}
},
"discord": {
Expand Down

0 comments on commit f518a03

Please sign in to comment.