Jump to content

Choonster

Moderators
  • Posts

    5169
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Choonster

  1. You can try their Ideas Portal, linked from the footer of their site.
  2. You seem to be confusing Minecraft Forge (a mod loader, this site) with CurseForge (a mod distribution platform for Minecraft and other games). The two are unrelated, you probably want to take this feedback to CurseForge.
  3. Forge only supports Java Edition, you'll need to ask elsewhere for Pocket Edition support. Also, don't post in unrelated topics. I've split your post into its own topic.
  4. You're using the wrong FACING property in Mechanism#getStateForPlacement, BlockStateProperties.FACING instead of Mechanism.FACING, HorizontalDirectionalBlock.FACING or BlockStateProperties.HORIZONTAL_FACING (which all refer to the same value). The former includes all six Direction values, the latter only includes the four horizontal values.
  5. This is a Vanilla bug that's fixed by Forge, see the discussion here. @fredvanYT Please keep this forum in English.
  6. Use one of the static methods on the class to create a new instance.
  7. You need to create a custom recipe type that overrides IRecipe#getRemainingItems to return a copy of the axe with its durability reduced. I've got a very similar recipe implementation here, there's code in other parts of the repository to handle things like registration and data generation.
  8. Use the public BlockEntityType constructor.
  9. You need to talk to whoever you bought the server from. Forge doesn't sell servers.
  10. Please keep this forum in English.
  11. Your post was hidden because you dumped the log directly into it instead of posting it with a paste website as described in the FAQ. In addition to this, you posted in an old, potentially unrelated topic instead of creating a new one.
  12. @Charlieee_ Your post was hidden. Follow the instructions in the FAQ:
×
×
  • Create New...

Important Information

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