Skip to content

Commit

Permalink
mek-1.12.2-v9-main
Browse files Browse the repository at this point in the history
Based on mekv9.8.3.390

This is an unofficial test version of MEK for sddsd2332, some machines have been modified.

In order to practice the GUI effect of MEK’s final factory, GUI modifications have been made to all factories now.

The machine part of the recipe is still not finished!!!
  • Loading branch information
sddsd2332 committed Jun 27, 2021
0 parents commit 2b3310c
Show file tree
Hide file tree
Showing 3,397 changed files with 168,215 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest an idea or enhancement for this project
title: ''
labels: enhancement
assignees: ''

---

**Describe the the feature you'd like**
A clear and concise description of what you want.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: General Issue
about: General Issue Report
title: ''
labels: ''
assignees: ''

---

*Please use the search functionality before reporting an issue. Also take a look at the closed issues!*

#### Issue description:


#### Steps to reproduce:
1.
2.
3.

#### Version (make sure you are on the latest version before reporting):
**Forge:**
**Mekanism:**
**Other relevant version:**

#### If a (crash)log is relevant for this issue, link it here: (_It's almost always relevant_)

[gist/pastebin/etc link here]
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Changes proposed in this pull request:

22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build
output
.idea
*.iml
*.ipr
*.iws
out

Mekanism*.jar
MDK.zip
/run
/.gradle
*.classpath
*.project
/.settings
/eclipse
*.txt
*.launch

*.blend1
*.blend2
/bin
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -f $HOME/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar
- rm -f $HOME/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install:
- chmod +x gradlew
install:
- ./gradlew setupCIWorkspace
script:
- ./gradlew check
68 changes: 68 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@

[![Build Status](https://travis-ci.org/aidancbrady/Mekanism.svg?branch=master)](https://travis-ci.org/aidancbrady/Mekanism)

# Mekanism for Minecraft 1.12 #

# sddsd2332 #

This is an unofficial test version of MEK for sddsd2332, some machines have been modified.

In order to practice the GUI effect of MEK’s final factory, GUI modifications have been made to all factories now.

The machine part of the recipe is still not finished!!!



Mekanism is a Minecraft add-on featuring high-tech machinery that can be used to create powerful tools,
armor, and weapons. You can find more detail on the features at the [**Official Website**](http://aidancbrady.com/mekanism/).
Mekanism is an independent tech mod that brings low, mid, and high tier machinery to Minecraft. The
mod doesn't have an actual goal, and you'll understand this when you see all the random content
Mekanism contains, from jetpacks to balloons. However, I can assure you that you'll notice all the
content blend together as you get to know the mod better!

Mekanism uses a tier-based system when organizing several of its core features, including Energy
Cubes and Factories. There are four tiers: basic, the simplest tier, advanced, the second-most basic
tier, elite, the second-most complex tier, and ultimate, the most complex tier. You can upgrade
tiers by placing the component in a crafting grid and surrounding it with the necessary resources
for the next upgrade.

By the time you've been using Mekanism for a while, you'll have a near-instructible suit of Obsidian
Armor, be obtaining four ingots for each ore you mine, have the ability to fly wherever you want with
the hydrogen-powered jetpacks, and have a cute robotic friend following you around while you mine. :)

# Discord #

Mekanism has a [discord](https://discord.gg/nmSjMGc) where you can come chat with other Mekanism users and the developers. Join us!

# License #

Mekanism is under the MIT license. You may use it in modpacks, reviews or any other form as long as you abide by the terms below.

Copyright 2017 Aidan C. Brady

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 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Credits #

* aidancbrady
* thommy101
* thiakil
* pupnewfster
* dizzyd
* unpairedbracket
* CyanideX (artwork)
* Cheapshot (artwork)
* Archadia (artwork)
* micdoodle
* Bluexin
* JaSpr

## YourKit ##
YourKit supports open source projects with innovative and intelligent tools for monitoring and
profiling Java and .NET applications. YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler),
[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/) and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).
Mekanism uses YourKit for all our profiling needs!
Loading

0 comments on commit 2b3310c

Please sign in to comment.