modApi fabricApi.module("fabric-resource-loader-v0", project.fabric_version) // modRuntime "io.github.prospector:modmenu:${project.modmenu_version}" compileOnly "org.jetbrains:annotations:${jb_annotations_version}" compileOnly "com.google.code.findbugs:jsr305:${findbugs_version}" compileOnly "...
//api.modrinth.com/maven" } } dependencies { // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" forge "net.minecraftforge:forge:${project.forge_version}" mod...
Satin is just a library, so it does not add any content by itself. You may however be interested inSecrets No More, a mod using Satin to do exactly that ! Does this library have a Forge version ? No, and I do not want to port it myself. I will however support anyone who does ...
@API(status = STABLE, since = "1.0.0") void setSamplerUniform(String samplerName, GlFramebuffer textureFbo); void setSamplerUniform(String samplerName, Framebuffer textureFbo); /** * Sets the value of a sampler uniform declared in json 4 changes: 2 additions & 2 deletions 4 src/main/ja...
satin.api.event; import net.minecraft.client.gl.ShaderEffect; import net.minecraft.client.gl.PostEffectProcessor; import net.minecraft.entity.Entity; import net.minecraft.util.Identifier; import net.minecraftforge.eventbus.api.Event; Expand All @@ -29,12 +29,12 @@ public class PickEntityShader...
2 changes: 1 addition & 1 deletion 2 build.gradle Original file line numberDiff line numberDiff line change @@ -81,7 +81,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:5.4.0-M1" } minecraft { loom { accessWidener = file("src/main/resources/satin.accesswid...
// Fabric API. This is technically optional, but you probably want it anyway. 8 changes: 4 additions & 4 deletions 8 gradle.properties Original file line numberDiff line numberDiff line change @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https:/...