Browse Source

Moves this project over from Gitlab

Steve Thielemann 1 year ago
parent
commit
b7ecc3d387

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 MIT License
-Copyright (c) <year> <copyright holders>
+Copyright (c) 2024 David Thielemann "ApolloX939" [email protected]
 
 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:
 

+ 40 - 0
content/blocks/distribution/telepod.hjson

@@ -0,0 +1,40 @@
+type: MassDriver
+name: Telepod
+description: A highly advanced form of item distribution, instantanious transport, this requires Ultima and Advanced Circuits
+
+# Because we shoot at 60/s we will hold 1s of items
+itemCapacity: 60
+health: 1100
+size: 1
+range: 747.0
+rotateSpeed: 120.0
+translation: 7.0
+minDistribute: 1
+knockback: 0.3
+reload: 1.0
+shake: 0.0
+hasPower: false
+consumesPower: false
+
+outlineRadius: 0.0
+
+# Sadly we can't override the MassDriverBolt
+# Rather we need to ask about this on Discord
+# bullet: ??? (Can we override this?)
+shootEffect: none
+smokeEffect: none
+receiveEffect: none
+shootSound: none
+
+category: distribution
+
+research: {
+    parent: conveyor-belt
+    requirements: [
+        circuit/40
+    ]
+}
+
+requirements: [
+    circuit/25
+]

+ 11 - 0
content/items/circuit.hjson

@@ -0,0 +1,11 @@
+name: Circuit
+description: A simple Circuit, made by 1 Silicon and 1 Copper, used for many Mine Hack items.
+
+cost: 1.0
+
+research: {
+    parent: silicon
+    requirements: [
+        silicon/90
+    ]
+}

BIN
icon.png


+ 8 - 0
mod.hjson

@@ -0,0 +1,8 @@
+name: "mine-hack"
+displayName: "Mine Hack"
+author: ApolloX939
+description: "HJSON Version\nContent is to be considered semi-balanced"
+version: "1.0"
+minGameVersion: "145.1"
+dependencies: [ ]
+hidden: false

BIN
sprites/blocks/crafting/silicon-press.png


BIN
sprites/blocks/defense/basic-armor.png


BIN
sprites/blocks/defense/bio-armor-top.png


BIN
sprites/blocks/defense/bio-armor.png


BIN
sprites/blocks/defense/ultimate-armor-top.png


BIN
sprites/blocks/defense/ultimate-armor.png


BIN
sprites/blocks/distribution/telepod-base.png


BIN
sprites/blocks/distribution/telepod.png


BIN
sprites/items/circuit.png