mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-14 19:34:54 -05:00
Bump paperweight
This commit is contained in:
parent
bb4686d754
commit
e3191f5ab9
4 changed files with 12 additions and 6 deletions
10
build-data/dev-imports.txt
Normal file
10
build-data/dev-imports.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
# You can use this file to import files from minecraft libraries into the project
|
||||
# format:
|
||||
# <artifactId> <fileName>
|
||||
# both fully qualified and a file based syntax are accepted for <fileName>:
|
||||
# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java
|
||||
# datafixerupper com.mojang.datafixers.DataFixerBuilder
|
||||
# datafixerupper com/mojang/datafixers/util/Either.java
|
||||
# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId:
|
||||
# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter
|
||||
# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java
|
|
@ -1,4 +0,0 @@
|
|||
# You can use this file to import files from vanilla into the project
|
||||
# both fully qualified and a file based syntax are accepted here:
|
||||
# net.minecraft.world.level.entity.LevelEntityGetterAdapter
|
||||
# net/minecraft/world/level/entity/LevelEntityGetter.java
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight.patcher") version "1.1.3"
|
||||
id("io.papermc.paperweight.patcher") version "1.1.4"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -3,7 +3,7 @@ version = 1.17-R0.1-SNAPSHOT
|
|||
|
||||
mcVersion = 1.17
|
||||
packageVersion = 1_17_R1
|
||||
paperRef = c83aa1a7f3dfaec7ee22ea2a07d8041130432d8b
|
||||
paperRef = 72955ad6c3b8085603176d7f17cb202006dcd9c7
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=false
|
||||
|
|
Loading…
Reference in a new issue