-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By ChampionAsh5357 · Posted
The artifact id has a space. Spaces are not valid in the regex. -
By ChampionAsh5357 · Posted
Your buildscipt is missing the `minecraft` dependency in the dependencies block. It doesn't know what version of Forge to pull without it. You may want to look at the mdk again and see where that line exists. -
By Olek Walkowiak · Posted
I can't connect to the forge server with online-mode=true and false. nothing works logs: https://pastebin.com/HmBEUTq9 -
By Rincewind88888 · Posted
Couldnt create new tool tier because of that. public class ODToolTier { public static Tier END_WOOD; static { END_WOOD = TierSortingRegistry.registerTier( new ForgeTier(0,59,2.0F,0.0F,22, () -> {return Ingredient.of(ODBlocks.PALE_PLANKS);}) ); } } The problem is that method Ingredient.of() couldnt accept ODBlocks.PALE_PLANKS because it is RegistryObject<Block>
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
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.