Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Using Scala language on Forge 1.14
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
hohserg

Using Scala language on Forge 1.14

By hohserg, April 19, 2020 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

hohserg    3

hohserg

hohserg    3

  • Tree Puncher
  • hohserg
  • Members
  • 3
  • 39 posts
Posted April 19, 2020

How to? I found Scorge but it have not example or docs

  • Quote

Share this post


Link to post
Share on other sites

Animefan8888    741

Animefan8888

Animefan8888    741

  • Reality Controller
  • Animefan8888
  • Forge Modder
  • 741
  • 6157 posts
Posted April 19, 2020
1 minute ago, hohserg said:

How to? I found Scorge but it have not example or docs

Have you tried reading the readme? It has an example project.

  • Thanks 1
  • Quote

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Share this post


Link to post
Share on other sites

hohserg    3

hohserg

hohserg    3

  • Tree Puncher
  • hohserg
  • Members
  • 3
  • 39 posts
Posted April 19, 2020

?‍♂️Sorry, I miss it)

  • Quote

Share this post


Link to post
Share on other sites

hohserg    3

hohserg

hohserg    3

  • Tree Puncher
  • hohserg
  • Members
  • 3
  • 39 posts
Posted April 19, 2020

Where I can get version of Scorge?

https://github.com/MinecraftForge/Scorge/blob/1.14.x/example/build.gradle#L58

3.0 is not work

~~~

Solved, look versions at https://files.minecraftforge.net/maven/net/minecraftforge/Scorge/index_default.html

  • Quote

Share this post


Link to post
Share on other sites

hohserg    3

hohserg

hohserg    3

  • Tree Puncher
  • hohserg
  • Members
  • 3
  • 39 posts
Posted April 20, 2020

Also actual example for publiched version is https://github.com/MinecraftForge/Scorge/tree/3e870dc5c1d4da88cd781a6f329878208023d0a8/example

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Ironhead_
      Failure message: Missing License Information in file Mod File

      By Ironhead_ · Posted 16 minutes ago

      I'm playing on 1.14.4 and am only using the create mod, however I'm having to resort to adding JEI to see some recipes I'm stuck on. it doesn't let me use JEI without a licence
    • diesieben07
      (1.16.2) How do I use onPlayerTick?

      By diesieben07 · Posted 25 minutes ago

      This will immediately crash the game, there are not just server side entities. The fact that it doesn't mean your event handler is not even running. It is not running, because @EventBusSubscriber only works with static event handler methods.
    • diesieben07
      7 FPS with a GT 1030 + i5-4690 (1.16.3)

      By diesieben07 · Posted 27 minutes ago

      "Forge fix your terrible performance! this is horrible!" "Oh, I was using a mod that hugely increases render and world simulation load. sorry!"   Gotta love it how people jump to conclusions that with "just" 90 mods installed it must surely be Forge at fault.
    • XenoPyax
      I can't find any guide or wiki docs

      By XenoPyax · Posted 29 minutes ago

      Ah okay thanks
    • diesieben07
      [1.15.2] Change player name in Tab List (Player List)

      By diesieben07 · Posted 29 minutes ago

      No, it exists in 1.16.4 and also 1.15.2.   Make those Field fields static. You need to create the packet first and store it in a variable, so you can work with it. Don't immediately send it. You need to then get the list of AddPlayerData instances from the packet. For this you get the "players" field, using the reflection Field you have already. Then for those AddPlayerData instances you need to set their displayName field, again using reflection. You need to set it, because Minecraft never sends any custom display name to the client - even though it has the network infrastructure to do so (SPlayerListItemPacket). It always just sends null for the display name, even if a custom display name is set.
  • Topics

    • arkeN
      48
      Failure message: Missing License Information in file Mod File

      By arkeN
      Started October 11, 2020

    • e2rifia
      1
      (1.16.2) How do I use onPlayerTick?

      By e2rifia
      Started 40 minutes ago

    • PotatoEz1
      4
      7 FPS with a GT 1030 + i5-4690 (1.16.3)

      By PotatoEz1
      Started 2 hours ago

    • XenoPyax
      2
      I can't find any guide or wiki docs

      By XenoPyax
      Started 1 hour ago

    • Babatunde
      14
      [1.15.2] Change player name in Tab List (Player List)

      By Babatunde
      Started Thursday at 12:42 AM

  • Who's Online (See full list)

    • notesmee
    • FlashHUN
    • Ironhead_
    • XenoPyax
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Using Scala language on Forge 1.14
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community