MCG Plugins
  • Welcome
  • MCG Streamer GUI
    • Video demo's
    • Twitch app setup
    • Subscriber Rewards
    • Placeholders
    • Channel Points System
  • MCG Minestore
    • Requirements
    • How to Install
    • The product Manager
    • WEB Modules
    • The MCG Minestore API
    • MCG Mineweb
  • MCG StarCraft
    • Requirements
    • For players
      • Player Rockets
      • Space Stations
      • The Story
      • Space suit upgrading
      • Machine Usage
      • Collectable resources
      • Building plans
    • For admins
      • Dungeons
      • PlaceHolders
      • Creating worlds
        • Creating a new world
        • BiomeData Files
          • MixMaterial Data
      • Worldguard support
      • POI Management
        • Creating a POI
      • The Config File
      • Altering Buildings
      • World and Galaxy Control
      • Translate
  • MCG UCDM
  • MCG MineBuddy
    • Requirements and setup
    • How to add a Server and Buddy's
    • How does the ServerLink Files work?
  • MCG BlueMap Essentials (Plus)
    • BME PLUS API
  • MCG Ultimate Quester
    • Creating A quest
      • Actions
      • Requirements
  • MCG ParkManager SE
    • Players (park visitors)
      • (PMP) The smartphone
      • (PMP) Attractions
    • Admins (Park Staff)
      • Create Attractions
        • BigDoors Support
        • CC Rides Support
      • Commands
      • Shows!
  • MCG Mine-Net
    • Installation
    • Plugin Commands and permissions
    • Editing the theme
    • Navigation Editor
    • Discord Manager
    • FAQ
  • MCG Menu (all plugins)
Powered by GitBook
On this page
  • A biome data file what is that?
  • What is mixmaterial name?
  • How do i create one?
  1. MCG StarCraft
  2. For admins
  3. Creating worlds

BiomeData Files

PreviousCreating a new worldNextMixMaterial Data

Last updated 3 years ago

A biome data file what is that?

The MCGWG generator is fully custom this means u can design your own biomes! Including tree's cactus flowers and grass its up to you! these biomes can be used in your world with up to 53 different biomes at once!

What is mixmaterial name?

How do i create one?

First create a new file with the name of your biome in the BiomeData folder

then put the following in that file and adjust like stated (Warning this can be outdated please check the delivered biome files for all current settings)

topgroundmaterial: "!multisand" #the material for the top layer of the ground or Mixmaterial name
midgroundmaterial: "!multisandstone" #the material for the 2-5 layer of the ground or Mixmaterial name
maingroundmaterial: "!desertstone" #the material for the layers below that or Mixmaterial name
beachmaterial: "COARSE_DIRT" #The material for the area around the ocean
nature:
  leaves: AIR #the material that replaces default leaves or mixmaterial name
  log: OAK_LOG #the tree type material or mixmaterial name (Oak_LOG or SPRUCE_LOG or DIAMOND_BLOCK for diamond stems)
  grass: DEAD_BUSH #Material to be placed on top of the ground layer like grass or flowers or mixmaterial name
  cactus: CACTUS #the material to use as a cactus or mixmaterial name
generateminerals: #the chance/size of the minerals in the ground
  iron: 8
  gold: 5
  diamond: 1
  emerald: 1
  lapis: 2
  redstone: 4
  coal: 10
chances: #the chances for trees grass and cactusses to spawn
  cactus: 30
  tree: 50
  grass: 20
limits:
  maxcactusheight: 5 #the limit for cactus height if set heigher then 5 lay may occuer
MixMaterial Data