mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
Remove mcdevimports.* (#228)
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
# Extra mc-dev imports. Configure extra sources to import from NMS or decompiled libraries.
|
|
||||||
|
|
||||||
# Example library-imports
|
|
||||||
#
|
|
||||||
# library-imports=[
|
|
||||||
# {
|
|
||||||
# file=Bicontravariant
|
|
||||||
# group="com.mojang"
|
|
||||||
# library=datafixerupper
|
|
||||||
# prefix="com/mojang/datafixers/optics/profunctors"
|
|
||||||
# },
|
|
||||||
# {
|
|
||||||
# file=CommandSyntaxException
|
|
||||||
# group="com.mojang"
|
|
||||||
# library=brigadier
|
|
||||||
# prefix="com/mojang/brigadier/exceptions"
|
|
||||||
# }
|
|
||||||
# ]
|
|
||||||
library-imports=[]
|
|
||||||
# Example nms-imports
|
|
||||||
#
|
|
||||||
# nms-imports=[
|
|
||||||
# "com.mojang.math.Quaternion",
|
|
||||||
# "net.minecraft.network.syncher.DataWatcherRegistry",
|
|
||||||
# "net.minecraft.network.chat.IChatMutableComponent",
|
|
||||||
# "net.minecraft.network.protocol.game.PacketPlayOutAdvancements",
|
|
||||||
# "net.minecraft.world.entity.ai.goal.PathfinderGoalFishSchool",
|
|
||||||
# "net.minecraft.world.level.levelgen.feature.WorldGenFlowers"
|
|
||||||
# ]
|
|
||||||
nms-imports=[]
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"nmsImports": [],
|
|
||||||
"libraryImports": [
|
|
||||||
{
|
|
||||||
"group": "com.mojang",
|
|
||||||
"library": "brigadier",
|
|
||||||
"prefix": "com/mojang/brigadier",
|
|
||||||
"file": "CommandDispatcher"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "com.mojang",
|
|
||||||
"library": "brigadier",
|
|
||||||
"prefix": "com/mojang/brigadier/tree",
|
|
||||||
"file": "LiteralCommandNode"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "com.mojang",
|
|
||||||
"library": "brigadier",
|
|
||||||
"prefix": "com/mojang/brigadier/suggestion",
|
|
||||||
"file": "SuggestionsBuilder"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "com.mojang",
|
|
||||||
"library": "brigadier",
|
|
||||||
"prefix": "com/mojang/brigadier/arguments",
|
|
||||||
"file": "BoolArgumentType"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user