src upload
24
src/main/resources/assets/asu/lang/en_US.lang
Normal file
@@ -0,0 +1,24 @@
|
||||
item.BasicProcessingChip.name=Basic Processing Chip
|
||||
item.IntermediateProcessingChip.name=Advanced Processing Chip
|
||||
item.EarthTargetingFocus.name=Earth Targeting Focus
|
||||
item.AdvancedProcessingUnit.name=Super Processing Chip
|
||||
item.SpacialFocusingModule.name=Space Targeting Focus
|
||||
item.SolderingIron.name=Soldering Iron
|
||||
item.WrenchUtility.name=Wrench Utility
|
||||
item.ASHADBrick.name=ASHAD Brick
|
||||
item.QuaridiumIngot.name=Quaridium Ingot
|
||||
item.HumanInterfaceGate.name=Human Interface Gate
|
||||
item.ConversionSpeedUpgrade.name=Conversion Accelerator
|
||||
item.FanModule.name=Fan Module
|
||||
tile.BlockOfASHAD.name=Block of ASHAD
|
||||
tile.TransparentBlockOfASHAD.name=Transparent Block of ASHAD
|
||||
tile.B-Lock-er.name=B-lock-er
|
||||
tile.HolographicEmitter.name=holographic Light emitter
|
||||
tile.ASUPedestal.name=Virtual Pedestal
|
||||
tile.EnderCoreGenerator.name=Ender Core Generator
|
||||
tile.CoreStabilizer.name=Core Stabilizer
|
||||
tile.HolographicLight.name=Holographic Light
|
||||
tile.QuaridiumOre.name=Quaridium Ore
|
||||
tile.BlockOfASHADWithQuaridium.name=Block of ASHAD with Quaridium
|
||||
tile.NetherCoreGenerator.name=Nether Core Generator
|
||||
itemGroup.asu=Advanced Satellite Utilization
|
BIN
src/main/resources/assets/asu/textures/blocks/ASUPedestal.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
src/main/resources/assets/asu/textures/blocks/B-Lock-er.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
src/main/resources/assets/asu/textures/blocks/BlockOfASHAD.png
Normal file
After Width: | Height: | Size: 514 B |
After Width: | Height: | Size: 474 B |
BIN
src/main/resources/assets/asu/textures/blocks/CoreStabilizer.png
Normal file
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 587 B |
After Width: | Height: | Size: 420 B |
BIN
src/main/resources/assets/asu/textures/blocks/QuaridiumOre.png
Normal file
After Width: | Height: | Size: 387 B |
After Width: | Height: | Size: 325 B |
BIN
src/main/resources/assets/asu/textures/gui/GUICoreGenerator.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
src/main/resources/assets/asu/textures/gui/WrenchGUI.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/main/resources/assets/asu/textures/items/ASHADBrick.png
Normal file
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 301 B |
After Width: | Height: | Size: 299 B |
After Width: | Height: | Size: 395 B |
After Width: | Height: | Size: 302 B |
After Width: | Height: | Size: 297 B |
BIN
src/main/resources/assets/asu/textures/items/QuaridiumIngot.png
Normal file
After Width: | Height: | Size: 270 B |
BIN
src/main/resources/assets/asu/textures/items/SolderingIron.png
Normal file
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 297 B |
After Width: | Height: | Size: 340 B |
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"animation": {
|
||||
"frames": [
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
]
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/asu/textures/items/fanModule.png
Normal file
After Width: | Height: | Size: 514 B |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 900 B |
After Width: | Height: | Size: 997 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 794 B |
BIN
src/main/resources/assets/asu/textures/models/ModelEnderCore.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.6 KiB |
16
src/main/resources/mcmod.info
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"modid": "examplemod",
|
||||
"name": "Example Mod",
|
||||
"description": "Example placeholder mod.",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
"authorList": ["ExampleDude"],
|
||||
"credits": "The Forge and FML guys, for making this example",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
]
|