Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. This is expected due to Mojang's shitty worldgen statically locking everything. Why the hell are you replacing stone/grass?
  2. Those commands are fine, and the problem with renaming things that already have names is that it fucks up other people's workspaces when they update and makes it a pain to find what was changed. But that doesnt actually stop you from renaming things. Just don't be an ass about it and name things correctly. And like I freaking said, the mappings are downloaded from maven. ANY MAVEN YOU HAVE CONFIGURED IN YOUR BUILD.GRADLE will work. Seriously, you've already hacked around things and made a 'custom FG' but can't understand the basics of setting up a maven repo in your buildscript... Anyways, this has nothing to do with Forge. You can already use custom mappings. And it's a case where you're just willfully doing things the incorrect way. So gunna close this.
  3. People can change mappings, you're just using the wrong command. the bot should have plenty of help text to tell you what to do. and no you dont need a custom FG version -.-
  4. Because that is obviously not a valid ingredient. It also is a bad recipe, unless you're intentionally making it only work in the full crafting grid when you place it in the center. Look into data generators. They will help you.
  5. You could just submit names to the bot... But either way, the mappings are downloaded from maven, any maven you have configured in your project. But the problem with using custom mappings is that other people who use your setup don't have that data.
  6. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. No that is not what you're wanting to do. You just need to use registry replacements. Just register your block, using vanilla's name. And it'll be overriden in the game.
  9. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. Forge is for the Java edition of Minecraft, not the Windows 10 edition.
  11. Forge Version: 31.2.0 Minecraft Version: 1.15.2 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Intro: Here we go again for 1.15.2, this has a ton of bug fixes, developer improvements, as well as preliminary support for Java 13+ so we'll see how that goes. Changelog: New: Added hook to allow customized overlays when swimming in custom fluids. Added support for suppliers in FoodItem, allow easier modder extension. Added model data to BlockModelRenderer Added system for global loot functions, allowing modders to affect all loot tables using data. Added new early loading screen that shows before Vanilla even exists. Should seamlessly transition to vanilla. Can be disabled via config. Added new Data generation features. Revived the Forge lighting pipeline, to improve rendering performance. Disabled by default. Added hook to control hill biomes. Added PlantType to the extensible enums. Extended GUIUtils to be more useful. Added hook to override tool requirements when breaking blocks. Added hooks to allow buckets to be better used with custom fluids. Added hook to allow bees to use custom hives. Added ability to use stencil buffers for mods. Added constructor to Music Discs for easier modder extension. Fixes: Fixed lighting issue in GUIs for some models. Fixed bug causing equip tooltip to display when unnecessary. Fixed client desync when interact event is canceled on the client. Fixed invalid arguments passed to first person hand renderer. Fixed chunk watch and unwatch events not firing correctly. Fixed vanilla bug related to rendering states. Fixed error when players join servers in a dimension that doesn't exist. Fixed ItemStack TER not being called. Fixed custom teleporters not being used when moving from the end to overworld. Fixed custom teleporters triggering end game credits. Fixed set dimension command not setting position correctly. Fixed Conduit and Beacon activation on vanilla servers. Fixed potential issue with clients sending invalid data to server. Fixed javac compiling issues on some JDKs Fixed tps and gen commands not working. Fixed note blocks not changing state correctly. Fixed ownership leak in ItemStackHandler. Fixed server config loosing dimension type when using custom dimensions. Fixed vanilla bug that caused the byte order of buffers to be incorrect. Fixed buffer batching not copying all data correctly. Fixed tag serializing empty data. Fixed annotation processor skipping duplicate annotations. Fixed annotation processor incorrectly tagging child annotations. Fixed binary issues when using JDK 9+ and targeting J8. Fixed vanilla recursion issue in advancement loading. Fixed potential NPEs in RegistryObject. Fixed mod resource and data packs being sorted incorrectly. Fixed automatic event subscriber picking wrong mod id when in multi-mod sources. Fixed BackgroundScanHandler erroring on some servers. Fixed swim speed and reach distance not having localization info. Fixed milk buckets removing too many potion effects. Fixed chunk data save event being fired with null world in some cases. Fixed resource leak in vanilla loot table handler. Fixed hoppers not fully inserting into custom inventories with non-standard max stack values. Fixed null item stack being sent to player destroy item hook. Fixed some blocks being darker then they would be in vanilla. Fixed pressing escape not matching pressing done on the mod list screen. Fixed removedByPlayer not being called on the client when breaking blocks. Fixed infinite loading screen when mod resources error. Fixed fluid tanks calling changed events when simulating. Fixed tile entities persisting incorrectly when blockstate changes. Fixed CrowGrowEvents not firing for Bamboo Fixed vanilla screens where pressing escape doesn't match pressing done. Fixed mod duplication issue when using a symbolic links as your mods folder. Fixed server config directory remaining locked after server shutdown. Fixed level change event not firing during enchanting. Fixed duplicate call to chunk load events. Fixed typo in registry alias serialization causing infinite loop. Fixed particles not colliding with the ground correctly. Fixed model transformation ordering. Fixed OBJ models ignoring deffuseLighting setting. Fixed blockstate json serializer using incorrect string. Fixed incorrect argument passed in RenderPipeline potentially causing crash. Fixed FireBlock using flammability instead of spread speed when looking for places to spread.
      • 3
      • Like
  12. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. You dont, this screen isn't in 1.14+
  14. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. Its exactly as useful as the normal Java Optional. isPresent replaces the null check if you just want to check if something is present. It also doesn't call the resolve function so that's where the Lazy part comes in. Your examples are also pretty bad. The way you would want to do it is like: cap.map(e -> e.amount() * e.amountMultiplier()).orElse(0) But ya the point is that LazyOptional gives you metadata about if it's present if all you care about is if it exists and delays the actual creation of the object you want until someone actually wants it.
  16. We only support/endorse the official Mojang launcher here. Any others that require you to enter your credentials are not to be trusted.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. Run the installer not the launcher.
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. https://github.com/MinecraftForge/MinecraftForge/commit/1a317a7306a0ff2283a59b57ef3e1b8262301c1c
  22. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  23. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  24. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
×
×
  • Create New...

Important Information

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