diff options
Diffstat (limited to 'runtime/src/main')
113 files changed, 18158 insertions, 0 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/REIModMenuEntryPoint.java b/runtime/src/main/java/me/shedaniel/rei/REIModMenuEntryPoint.java new file mode 100644 index 000000000..f282a6259 --- /dev/null +++ b/runtime/src/main/java/me/shedaniel/rei/REIModMenuEntryPoint.java @@ -0,0 +1,45 @@ +/* + * This file is licensed under the MIT License, part of Roughly Enough Items. + * Copyright (c) 2018, 2019, 2020 shedaniel + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights |
