TechPro424
TechPro424
Please make a wiki that explains how to create various GUIs
**Is your feature request related to a problem? Please describe.** Most people do not know how to enable floodgate support **Describe the solution you'd like** Add floodgateAutoLogin config option to...
Added ```java @Gui.CollapsibleObject public ArrayList groups = new ArrayList(); ``` to my config class, and I get this error: https://gist.github.com/TechPro424/196d9e0542eed2ba557d32141143ab9e Here is the `Group` class that I am using in...
For example, if I have a custom class such as ```java public class CustomObject { String a = "abcd" ArrayList b = new ArrayList() } ``` And the following config...
I wanted to test the package out, so I made a quick gradle project and added this pakage to my dependencies This is my main class (I just copy pasted...
Updates the mod to 1.20.4
Right now, the latest version of the mod is marked as `1.19 - Snapshot` on CurseForge Please mark it as `1.19` or `1.19.2` so I can download it using GDLauncher
```tsx import { StatusBar } from 'expo-status-bar'; import { Button, StyleSheet, Text, View} from 'react-native'; import Alarm, {AlarmScheduleType} from 'react-native-alarm-manager'; import * as FileSystem from 'expo-file-system'; import { useEffect }...
Does this package alow you to modify alarms existing on the device? (Like those created from the preinstalled Clock app)