@@ -21,7 +21,7 @@ export default [
2121 Ingredient : 'readonly' ,
2222 Fluid : 'readonly' ,
2323 AABB : 'readonly' ,
24- BlockPos : 'readonly' ,
24+ $ BlockPos : 'readonly' ,
2525 Vec3 : 'readonly' ,
2626 UUID : 'readonly' ,
2727 Java : 'readonly' ,
@@ -49,56 +49,56 @@ export default [
4949 StartupEvents : 'readonly' ,
5050 ForgeEvents : 'readonly' ,
5151 WorldgenEvents : 'readonly' ,
52- ServerLevel : 'readonly' ,
53- Registries : 'readonly' ,
54- HolderSet : 'readonly' ,
55- ChunkPos : 'readonly' ,
52+ $ ServerLevel : 'readonly' ,
53+ $ Registries : 'readonly' ,
54+ $ HolderSet : 'readonly' ,
55+ $ ChunkPos : 'readonly' ,
5656 BlockProperties : 'readonly' ,
57- SectionPos : 'readonly' ,
57+ $ SectionPos : 'readonly' ,
5858 GuiTextureGroup : 'readonly' ,
5959 // GTm Globals
60- $MultiblockMachineDefinition : " readonly" ,
61- GTRegistries : " readonly" ,
62- GTValues : " readonly" ,
63- GTRecipeCategories : " readonly" ,
64- CleanroomType : " readonly" ,
65- GTCEuServerEvents : " readonly" ,
66- GTMaterials : " readonly" ,
67- GTMaterialFlags : " readonly" ,
68- PropertyKey : " readonly" ,
69- GTCEuStartupEvents : " readonly" ,
70- GTElements : " readonly" ,
71- GTMaterialIconSet : " readonly" ,
72- IngotProperty : " readonly" ,
73- DustProperty : " readonly" ,
74- FluidProperty : " readonly" ,
75- GTFluidStorageKeys : " readonly" ,
76- GTFluidBuilder : " readonly" ,
77- BlastProperty : " readonly" ,
78- $FluidHatchPartMachine : " readonly" ,
79- $GTMachineModelProperties : " readonly" ,
80- $CleaningMaintenanceHatchPartMachine : " readonly" ,
81- RotationState : " readonly" ,
82- PartAbility : " readonly" ,
83- GTRecipeTypes : " readonly" ,
84- GCYMMachines : " readonly" ,
85- GTRecipeModifiers : " readonly" ,
86- FactoryBlockPattern : " readonly" ,
87- Predicates : " readonly" ,
88- $CoiledMulti : " readonly" ,
89- GCYMBlocks : " readonly" ,
90- GTBlocks : " readonly" ,
91- $SteamMulti : " readonly" ,
92- $OpticalComputationMachine : " readonly" ,
93- $LayeredWorkableElectricMultiblockMachine : " readonly" ,
94- $RelativeDirection : " readonly" ,
95- $AssemblyLineMulti : " readonly" ,
96- GTSoundEntries : " readonly" ,
97- ToolProperty : " readonly" ,
98- GTToolType : " readonly" ,
99- $FormattingUtil : " readonly" ,
100- $FluidPipeProperties : " readonly" ,
101- GTFluidState : " readonly" ,
60+ $MultiblockMachineDefinition : ' readonly' ,
61+ GTRegistries : ' readonly' ,
62+ GTValues : ' readonly' ,
63+ GTRecipeCategories : ' readonly' ,
64+ CleanroomType : ' readonly' ,
65+ GTCEuServerEvents : ' readonly' ,
66+ GTMaterials : ' readonly' ,
67+ GTMaterialFlags : ' readonly' ,
68+ PropertyKey : ' readonly' ,
69+ GTCEuStartupEvents : ' readonly' ,
70+ GTElements : ' readonly' ,
71+ GTMaterialIconSet : ' readonly' ,
72+ IngotProperty : ' readonly' ,
73+ DustProperty : ' readonly' ,
74+ FluidProperty : ' readonly' ,
75+ GTFluidStorageKeys : ' readonly' ,
76+ GTFluidBuilder : ' readonly' ,
77+ BlastProperty : ' readonly' ,
78+ $FluidHatchPartMachine : ' readonly' ,
79+ $GTMachineModelProperties : ' readonly' ,
80+ $CleaningMaintenanceHatchPartMachine : ' readonly' ,
81+ RotationState : ' readonly' ,
82+ PartAbility : ' readonly' ,
83+ GTRecipeTypes : ' readonly' ,
84+ GCYMMachines : ' readonly' ,
85+ GTRecipeModifiers : ' readonly' ,
86+ FactoryBlockPattern : ' readonly' ,
87+ Predicates : ' readonly' ,
88+ $CoiledMulti : ' readonly' ,
89+ GCYMBlocks : ' readonly' ,
90+ GTBlocks : ' readonly' ,
91+ $SteamMulti : ' readonly' ,
92+ $OpticalComputationMachine : ' readonly' ,
93+ $LayeredWorkableElectricMultiblockMachine : ' readonly' ,
94+ $RelativeDirection : ' readonly' ,
95+ $AssemblyLineMulti : ' readonly' ,
96+ GTSoundEntries : ' readonly' ,
97+ ToolProperty : ' readonly' ,
98+ GTToolType : ' readonly' ,
99+ $FormattingUtil : ' readonly' ,
100+ $FluidPipeProperties : ' readonly' ,
101+ GTFluidState : ' readonly' ,
102102 // LDLib globals
103103 GuiTextures : 'readonly' ,
104104 FillDirection : 'readonly' ,
@@ -120,6 +120,7 @@ export default [
120120 // Miscellaneous globals
121121 Ponder : 'readonly' ,
122122 Direction : 'readonly' ,
123+ PonderPalette : 'readonly' ,
123124 PonderTickingInstruction : 'readonly' ,
124125 PonderPointing : 'readonly' ,
125126 // Custom globals
@@ -159,7 +160,7 @@ export default [
159160 'no-unused-vars' : [ 'warn' , { argsIgnorePattern : '^_' } ] ,
160161 'no-console' : 'off' ,
161162 'no-redeclare' : [ 'error' , { builtinGlobals : false } ] ,
162- ' quotes' : [ 'error' , 'single' , { avoidEscape : true , allowTemplateLiterals : false } ]
163+ quotes : [ 'error' , 'single' , { avoidEscape : true , allowTemplateLiterals : false } ] ,
163164 } ,
164165 } ,
165166 {
0 commit comments