Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So I get an error in my biome registry class here is what I have put so far and the error is here:public static BiomeGenBase Biomearcane; on the ; here is what it says

 

package Morpheus420.StormMastery.biome;

 

import net.minecraft.world.biome.BiomeGenBase;

import net.minecraftforge.common.BiomeDictionary;

import net.minecraftforge.common.BiomeDictionary.Type;

import net.minecraftforge.common.BiomeManager;

 

public class BiomeRegistry {

 

public static void MainClass(){

initializeBiome();

registerBiome();

}

public static BiomeGenBase Biomearcane;

 

 

  biomearcane = new BiomeGenarcane(137).setBiomeName("Arcane");

 

public static void initializeBiome(){

}

public static void registerBiome(){

BiomeDictionary.registerBiomeType(Biomearcane,Type.FOREST);

BiomeManager.addSpawnBiome(Biomearcane);

}

}

Syntax error on token ";", , expected. ive tried adding in commas but it doesn't work any ideas?

 

  • Author

Ok so the tutorial I am following Is talking about a main registery class but I don't have one of them should I just do what the tutorial says in my main class? heres the link to the tutorial:https://www.youtube.com/watch?v=PztKQPfFC54&list=PLQutSmhiLfZlxpv2R7JYCv0Ad63cXD0Nv&index=11

  • Author

Ok so I registered it in my main class but I tried like the tutorial said so I did BiomeRegistry.mainregistry(); but that came up with erros so I then put in BiomeRegistry.StormMastery(); but it also came up with this error Syntax error on token "StormMastery", Identifier expected after this

token, do I need to somehow identifie it like it says or something entirely different?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.