mappings + AT change
This commit is contained in:
parent
b347c051bf
commit
4e3b839f36
|
|
@ -39,6 +39,10 @@ repositories {
|
|||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name = 'ParchmentMC'
|
||||
url = 'https://maven.parchmentmc.org'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -50,7 +54,10 @@ dependencies {
|
|||
// mojang's official mappings, or feel free
|
||||
// to add your own mappings here (how about
|
||||
// mojmap layered with parchment, for example?)
|
||||
mappings loom.officialMojangMappings()
|
||||
mappings loom.layered() {
|
||||
officialMojangMappings()
|
||||
parchment("org.parchmentmc.data:parchment-${minecraft_version}:${parchment_version}@zip")
|
||||
}
|
||||
|
||||
// uncomment this if you want to use yarn mappings
|
||||
// mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@ public net.minecraft.client.renderer.RenderType$CompositeRenderType
|
|||
public net.minecraft.client.renderer.RenderType$CompositeRenderType <init>(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;IIZZLnet/minecraft/client/renderer/RenderType$CompositeState;)V
|
||||
public net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase$Cache
|
||||
public net.minecraft.world.phys.shapes.VoxelShape <init>(Lnet/minecraft/util/math/shapes/VoxelShapePart;)V # <init>
|
||||
public net.minecraft.client.resources.model.ModelBakery$BlockStateDefinitionException
|
||||
public net.minecraft.client.resources.model.ModelBakery$BlockStateDefinitionException
|
||||
public net.minecraft.client.renderer.model.ModelBakery field_217849_F # unbakedCache
|
||||
Loading…
Reference in New Issue
Block a user