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

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • ForgeGradle Latest Topics
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

ForgeGradle

Help and support for the new ForgeGradle system of building mods.
Sign in to follow this  
Followers 0
  • Start new topic

1035 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • Page 5 of 42  
could not resolve net.minecraftforge.gradle:forgegradle:3.+
By ChrisEddo, June 28, 2020
1
291
diesieben07
June 28, 2020
Problem setting up MDK
By InfinitePower563, June 24, 2020
3
472
InfinitePower563
June 25, 2020
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
By enex5, November 8, 2019
5
11233
DaemonUmbra
June 23, 2020
Reconnect
By BuTaJIuK, June 23, 2020
1
248
diesieben07
June 23, 2020
[1.15.2] reobf Gradle task does not use shadowJar
By twixthehero, June 22, 2020
0
383
twixthehero
June 22, 2020
Couldn't find minecraftforge mapped snapshot
By Mason Walter, June 19, 2020
1
947
DaemonUmbra
June 19, 2020
Couldn't resolve files for config ':_compileJava_1'.
By Mason Walter, June 18, 2020
1
1213
DaemonUmbra
June 19, 2020
Workspace Setup
By othman8899, June 13, 2020
2
798
othman8899
June 14, 2020
[1.15.2][Resolved] Embedded Jar not Extracted
By Papa_Prime, June 9, 2020
8
482
Papa_Prime
June 9, 2020
Custom mobs STILL not rendering
By Alador, June 4, 2020
5
477
diesieben07
June 4, 2020
Developper console
By aslano, June 2, 2020
3
1475
DaemonUmbra
June 3, 2020
Help please
By The Fire Man, June 2, 2020
4
1807
DaemonUmbra
June 3, 2020
setupDecompWorkspace not found
By kozue, February 15, 2019
19
38502
diesieben07
June 2, 2020
Block get the direction of the neighbour block
By dyno, June 2, 2020
10
461
dyno
June 2, 2020
The case is not particularly well known)
By VarionDrakon, May 28, 2020
1 2
36
1247
diesieben07
May 29, 2020
Minecraft 1.12.2 Modding CMD error
By Kaiser Frederick, May 23, 2020
1
528
diesieben07
May 23, 2020
Problem that most likely has an obvious solution to a half decent modder
By 0bi1Ken0bi66, May 16, 2020
1
455
diesieben07
May 16, 2020
Errors when used after compiling + more?
By ClumsyAlien, May 16, 2020
1
456
diesieben07
May 16, 2020
When I import world edit into my minecraft test build which I use to test my mod, it does not work
By Nicholas Hammond, May 15, 2020
7
383
diesieben07
May 15, 2020
Failed to apply plugin [id 'forge']
By Leuthio, May 15, 2020
1
451
diesieben07
May 15, 2020
Failed to apply plugin [id 'forge']
By Leuthio, May 15, 2020
1
406
diesieben07
May 15, 2020
Forge uses wrong version of gradle [1.15.2]
By mdcby, May 12, 2020
3
534
Ugdhar
May 12, 2020
[Solved] [1.15.2] gradlew genEclipseRuns : Task has not declared any outputs despite executing actions
By Naheulf, May 11, 2020
1
870
Naheulf
May 11, 2020
mods.toml missing metadata for modid
By P4xil, May 10, 2020
13
687
P4xil
May 10, 2020
How do I add a dependency?
By DuncanGaming, May 4, 2020
1
1852
DaemonUmbra
May 10, 2020
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • Page 5 of 42  
Sign in to follow this  
Followers 0


  • Posts

    • Luis_ST
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST · Posted 5 minutes ago

      it was once intended for something else what do I have to change that I can use it
    • diesieben07
      [1.16.5] Help with custom container (error when put a item in an slot)

      By diesieben07 · Posted 7 minutes ago

      The IMessage interface is entirely unnecessary. Other than that, yes, that is how you add packets.
    • Luis_ST
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST · Posted 15 minutes ago

      yes I have this variable (it goes from 0 to 109).   this is what i'm trying right now. Edit: it works like this, but how do I find out when I have to move a slot outside of the visible area if I shouldn't use the slot's position   I've "tried" something like this before in another mod. But I am not sure whether it works that way and whether it is even right? code: PacketHandler: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/ModPacketHandler.java my message interface: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/IMessage.java SyncSlotPosition message (not final/ in work): https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/SyncSlotPosition.java   is there an error somewhere / does it work like that way?  
    • yincrafterf
      CurseForge installer is stuck at Extracting files.

      By yincrafterf · Posted 1 hour ago

      Sorry i didn't know thought it was the same thing. Edit: forgot to say i changed account because the other one wasn't letting me in.
    • diesieben07
      anyone know why my forge 1.12.2 server is vanilla not modded?

      By diesieben07 · Posted 1 hour ago

      1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  • Topics

    • Luis_ST
      32
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST
      Started Tuesday at 04:15 PM

    • yincrafter
      2
      CurseForge installer is stuck at Extracting files.

      By yincrafter
      Started 2 hours ago

    • dynastychan
      1
      anyone know why my forge 1.12.2 server is vanilla not modded?

      By dynastychan
      Started 10 hours ago

    • pitbox46
      1
      Pushing Redstone

      By pitbox46
      Started 4 hours ago

    • sc0rich
      1
      how do I config mods in 1.16.4?

      By sc0rich
      Started 7 hours ago

  • Who's Online (See full list)

    • kolimir
    • Luis_ST
    • diesieben07
    • than00ber1
    • Choonster
    • NorthWestWind
    • Tez
    • reu_24
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Theme

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