Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Commit 9ec66e9

Browse files
committed
Initial
0 parents  commit 9ec66e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2899
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://mcreator.net/donate
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
When possible, attach your MCreator workspace (preferably a minimal example workspace required to reproduce the bug; use File -> Export workspace to a shareable ZIP...).
15+
16+
Include game or build logs (full logs, do not crop them, in text format, screenshots of logs are not acceptable) from the Console tab or terminal and steps to reproduce the bug in your workspace.
17+
18+
Please specify which mod elements to check in your workspace too, if applicable.
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**Details**
24+
- OS: [e.g. Windows]
25+
- MCreator version [e.g. 2020.3]
26+
- Generator type: forge-1.12.2
27+
28+
**Demo workspace**
29+
If the bug is related to the workspace, always provide a minimal reproducible example workspace, export it to a shareable ZIP file, and attach it to the ticket.
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature request
3+
about: Feature request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
As this generator is no longer supported, feature requests most likely won't be added.
11+
12+
To get the feature into this generator, open a pull request with the feature implemented instead.

.github/stale.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an issue becomes stale
4+
daysUntilStale: 60
5+
# Number of days of inactivity before a stale issue is closed
6+
daysUntilClose: 14
7+
8+
# Issues with these labels will never be considered stale
9+
exemptLabels:
10+
- Security
11+
- Official
12+
13+
# Label to use when marking an issue as stale
14+
staleLabel: Stale
15+
# Comment to post when marking an issue as stale. Set to `false` to disable
16+
markComment: >
17+
This issue has been automatically marked as stale because it has not had
18+
recent activity. It will be closed if no further activity occurs. Thank you
19+
for your contributions.
20+
21+
# Comment to post when closing a stale issue. Set to `false` to disable
22+
closeComment: false
23+
24+
limitPerRun: 30

.github/support.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Configuration for Support Requests - https://github.com/dessant/support-requests
2+
3+
# Label used to mark issues as support requests
4+
supportLabel: Support
5+
6+
# Comment to post on issues marked as support requests, `{issue-author}` is an
7+
# optional placeholder. Set to `false` to disable
8+
supportComment: >
9+
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
10+
and feature requests. However, this issue appears to be a support request.
11+
Please use our [Forums on the website](https://mcreator.net/forum) for support requests.
12+
13+
# Close issues marked as support requests
14+
close: true
15+
16+
# Lock issues marked as support requests
17+
lock: true
18+
19+
# Assign `off-topic` as the reason for locking. Set to `false` to disable
20+
setLockReason: true
21+
22+
# Repository to extend settings from
23+
# _extends: repo

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# eclipse
2+
bin
3+
*.launch
4+
.settings
5+
.metadata
6+
.classpath
7+
.project
8+
9+
# idea
10+
out
11+
*.ipr
12+
*.iws
13+
*.iml
14+
.idea
15+
16+
# Mac OS Garbage
17+
.DS_Store
18+
19+
# VSCode
20+
.vscode
21+
*.code-workspace
22+
23+
# BBedit
24+
*.bbproject

0 commit comments

Comments
 (0)