Cleanup && model upload
No need for some of these files anymore Also uploading models not sure why there no already uploaded
This commit is contained in:
parent
9137e5c175
commit
8b74ab6728
19 changed files with 0 additions and 93 deletions
22
.gitattributes
vendored
22
.gitattributes
vendored
|
@ -1,22 +0,0 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
*.sln merge=union
|
||||
*.csproj merge=union
|
||||
*.vbproj merge=union
|
||||
*.fsproj merge=union
|
||||
*.dbproj merge=union
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,26 +0,0 @@
|
|||
*.*
|
||||
!*.java
|
||||
!*.txt
|
||||
!*.png
|
||||
!*.tcn
|
||||
!*.gitmodules
|
||||
!*.gitattributes
|
||||
!*.properties
|
||||
!*.xml
|
||||
/*/
|
||||
LICENSE.txt
|
||||
CHANGELOG
|
||||
|
||||
!/src/
|
||||
!/Universal-Electricity/
|
||||
/src/minecraft/*
|
||||
!/src/minecraft/fluidmech/
|
||||
!/src/minecraft/hydraulic/
|
||||
!/src/minecraft/org/
|
||||
!/resources/
|
||||
!info.txt
|
||||
!publish.bat
|
||||
!publish_obf.bat
|
||||
!include.bat
|
||||
!buildlocal.bat
|
||||
!/README
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "Universal-Electricity"]
|
||||
path = Universal-Electricity
|
||||
url = git://github.com/calclavia/Universal-Electricity
|
|
@ -1,4 +0,0 @@
|
|||
@echo off
|
||||
cd resources
|
||||
"..\..\..\7za.exe" a "..\jars\bin\minecraft.jar" "mods"
|
||||
pause
|
|
@ -1,37 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
MCP="${JENKINS_HOME}/workspace/Minecraft Forge/forge/mcp/"
|
||||
MODVERSION="`head -n 1 modversion.txt`"
|
||||
MCVERSION="`head -n 1 mcversion.txt`"
|
||||
|
||||
FILE_NAME="Fluid_Mechanics_v${MODVERSION}.${BUILD_NUMBER}.jar"
|
||||
API_NAME="Hydraulics_API_v${MODVERSION}.${BUILD_NUMBER}.zip"
|
||||
|
||||
echo "Building ${JOB_NAME} version ${MODVERSION} build ${BUILD_NUMBER}"
|
||||
|
||||
echo "Getting pre build MCP"
|
||||
cp -rf "${MCP}"* .
|
||||
|
||||
echo "Recompile"
|
||||
./recompile.sh
|
||||
echo "Reobfuscate_srg"
|
||||
./reobfuscate_srg.sh
|
||||
|
||||
# create this ahead of time...
|
||||
mkdir output
|
||||
|
||||
echo "Making ${API_NAME}"
|
||||
cd src
|
||||
zip -r9q "${WORKSPACE}/output/${API_NAME}" minecraft/hydraulic/*
|
||||
cd ..
|
||||
|
||||
echo "Making ${FILE_NAME}"
|
||||
jar cf "output/${FILE_NAME}" -C reobf/minecraft/ ./fluidmech
|
||||
jar uf "output/${FILE_NAME}" -C reobf/minecraft/ ./hydraulic
|
||||
jar uf "output/${FILE_NAME}" -C reobf/minecraft/ ./org
|
||||
jar uf "output/${FILE_NAME}" -C reobf/minecraft/ ./universalelectricity
|
||||
jar uf "output/${FILE_NAME}" -C resources/ ./mods/fluidmech
|
||||
|
||||
echo "Done."
|
||||
|
||||
echo "Appending to info file"
|
||||
echo "@ ${BUILD_NUMBER} ${MCVERSION} ${FILE_NAME} ${API_NAME}" >> "${JENKINS_HOME}/jobs/${JOB_NAME}/info.txt"
|
BIN
models/Archive/submittedPipe.tcn
Normal file
BIN
models/Archive/submittedPipe.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/BasicPump.tcn
Normal file
BIN
models/Current_Models/BasicPump.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/ConstructionPump.tcn
Normal file
BIN
models/Current_Models/ConstructionPump.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/Generator.tcn
Normal file
BIN
models/Current_Models/Generator.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/HandValve.tcn
Normal file
BIN
models/Current_Models/HandValve.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/LargePipe.tcn
Normal file
BIN
models/Current_Models/LargePipe.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/Sink.tcn
Normal file
BIN
models/Current_Models/Sink.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/TankCorner2.tcn
Normal file
BIN
models/Current_Models/TankCorner2.tcn
Normal file
Binary file not shown.
BIN
models/Current_Models/TankSingle2.tcn
Normal file
BIN
models/Current_Models/TankSingle2.tcn
Normal file
Binary file not shown.
BIN
models/WIP/Condensor.tcn
Normal file
BIN
models/WIP/Condensor.tcn
Normal file
Binary file not shown.
BIN
models/rejected/Pump3.tcn
Normal file
BIN
models/rejected/Pump3.tcn
Normal file
Binary file not shown.
BIN
models/rejected/PumpV2.tcn
Normal file
BIN
models/rejected/PumpV2.tcn
Normal file
Binary file not shown.
BIN
models/rejected/something.tcn
Normal file
BIN
models/rejected/something.tcn
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
0.2.8
|
Loading…
Reference in a new issue