#
forge
Here are 930 public repositories matching this topic...
Home of the OpenComputers mod for Minecraft.
minecraft
automation
scala
programming
lua
irc
wiki
intellij
forge
mod
opencomputers
forum
minecraft-forge
loot
community-forums
ingame
-
Updated
Jan 27, 2021 - Scala
A Minecraft Mod about Matter, Energy and using them to conquer the world..
-
Updated
Mar 29, 2021 - Java
java
minecraft
forge
mod
minecraft-mod
minecraft-forge
java-8
forge-mod
minecraft-forge-mod
ee
equivalent-exchange
-
Updated
Feb 18, 2018 - Java
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
kotlin
minecraft
bukkit
sponge
mixins
gradle
spigot
paper
intellij
jetbrains
forge
liteloader
bungeecord
mcp
gradle-kotlin-dsl
-
Updated
Mar 16, 2021 - Kotlin
The modern, next-generation Minecraft server proxy.
-
Updated
Mar 30, 2021 - Java
Item and Recipe viewing mod for Minecraft
-
Updated
Mar 26, 2021 - Java
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
electron
react
javascript
css
game
minecraft
ui
vanilla
jsx
ux
forge
mod
launcher
minecraft-server
minecraft-launcher
hacktoberfest
custom-minecraft-launcher
minecraft-custom-launcher
-
Updated
Mar 29, 2021 - JavaScript
A free mixin-based injection hacked client for Minecraft using Minecraft Forge
-
Updated
Mar 27, 2021 - Kotlin
darthvader45
commented
Dec 27, 2020
4
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
-
Updated
Mar 27, 2021 - Java
Minecraft Terrain Generator for SpigotMC and Forge
-
Updated
Apr 21, 2018 - Java
A Unity First Person Shooter game made with Forge networking as an example project.
-
Updated
Jan 3, 2021 - C#
The source code for the Minecraft mod: AgriCraft
-
Updated
Mar 24, 2021 - Java
Tweak your minecraft experience
minecraft
gradle
forge
mod
minecraft-mod
forge-mod
minecraft-forge-mod
hacktoberfest
zenscript
mod-support
crafttweaker
crafttweaker-source
-
Updated
Mar 29, 2021 - Java
High Performance Visualization
visualization
charts
performance
opengl
plots
forge
glsl
performance-visualization
bsd-license
bsd-3-clause
-
Updated
Jan 27, 2021 - C++
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
minecraft
fabric
animation
animation-engine
forge
minecraft-mod
animations
forge-mod
animation-library
java-edition
blockbench
fabricmc
fabricmc-mod
-
Updated
Mar 28, 2021 - Java
Windup - Application Migration and Assessment Tool
-
Updated
Mar 16, 2021 - Java
Mod inspired by Witchery
-
Updated
Mar 2, 2021 - Java
A Minecraft mod about chiseling and designing custom blocks in game.
-
Updated
Mar 29, 2021 - Java
Improve this page
Add a description, image, and links to the forge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forge topic, visit your repo's landing page and select "manage topics."
The following code should draw a line from the bottom-left to top-right


drawLine(1,1,w,h) [correctly] and drawLine(1,h,w,1) [incorrectly] draw the same line.