-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNOTICE
More file actions
30 lines (21 loc) · 1.14 KB
/
Copy pathNOTICE
File metadata and controls
30 lines (21 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pyreact
Copyright 2026 EnderWolf006
This product is licensed under the Apache License, Version 2.0.
Project URL: https://github.com/EnderWolf006/pyreact
---
Attribution Requirement for Derivative Works
If you use this UI framework (Pyreact) in your Minecraft Bedrock Edition project, you MUST display the following attribution in your mod:
1. Location: The attribution must appear in all of these locations:
- Server/World loading screen
- Dimension switching screen
2. Method: You may implement this attribution through:
- Modifying JsonUI files to add text/image elements
- Using other UI modification methods supported by the platform
3. Required Information: The attribution must clearly display:
- Framework Name: Pyreact
- Author: EnderWolf006
- GitHub Repository: https://github.com/EnderWolf006/pyreact
Example Implementation:
You can add a text label or image in your loading screen JSON that includes:
"UI Powered by Pyreact | Author: EnderWolf006 | github.com/EnderWolf006/pyreact"
This requirement ensures proper attribution for the open-source framework and helps other developers discover and benefit from this project.