Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/02/23 in all areas

  1. This forum is not so you can use us as a human search engine. This is the link to the wiki: https://forge.gemwire.uk/wiki/Main_Page e.g. your question is answered here: https://forge.gemwire.uk/wiki/BlockState_JSONs and here: https://forge.gemwire.uk/wiki/Tinted_Textures But given this is a Mojang feature rather than a Forge feature, you should not in general expect Forge to provide documentation for it.
    1 point
  2. https://forge.gemwire.uk/wiki/Custom_Item_Animations
    1 point
  3. https://github.com/MinecraftForge/MinecraftForge/blob/0ae63b0b07cd61c204383c6c59bd643e80a32c86/src/main/java/net/minecraftforge/common/extensions/IForgeBlockEntity.java#L83
    1 point
  4. Looks like a trivial issue to me? You are miscalculating the x position of the background. https://github.com/toadie-odie/TodeCoins/blob/e63ed9728c9aa222f5a09799fe7938bdd188e71b/src/main/java/net/warrentode/todecoins/gui/CoinPressScreen.java#L86 Compare your code with CraftingScreen which uses the value calculated based on whether the recipe book is displayed int x = leftPos;
    1 point
  5. Bedrock edition and Java edition are so vastly different it is like comparing apples and driveshafts. If you feel that Bedrock is better, why not play that? With every version of the Java edition, Mojangsoft changes quite a bit, which means forge has to have parts rewritten/updated to keep working. Sometimes these changes are massive. I'm fairly certain that the json addon system in Bedrock cannot do nearly as many things as modding the java edition with forge. If you look around on here, you'll find tons and tons of threads about this same topic, with more or less the same explanations.
    1 point
  6. Ok, here's repo. I set it public now. https://github.com/immortalmice/FoodPower This mod is under construction, so everything will be what I mention in README.txt. My mod have many parts. About making food, this mod has some cooking patterns, such as cake, pizza, salad...etc. You can select a pattern to make a recipe, pattern will tell you what ingredients is necessary, and what is optional(with certain food types). With recipe, you can follow cooking steps on it to make your food by using oven, frying pan, juicer...etc. Depend on what you used in this food, after eating it will give you some buff and some special experience. Experience will help you on cooking new meals, and most important - some special power for you in gaming minecraft. And there some other features in this mod, so I still working hard for it
    1 point
  7. Can you make a Github repo for this? I am sure that it will be help others modders, and as it was in the 1.15.2, this would really help. P.S.: I not understand your system, can you explain it? It looks very interesing.
    1 point
×
×
  • Create New...

Important Information

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