Compare commits
2 commits
a83f32907a
...
dfd28f73b5
Author | SHA1 | Date | |
---|---|---|---|
dfd28f73b5 | |||
cd650944b8 |
10 changed files with 50 additions and 11 deletions
|
@ -2,8 +2,8 @@
|
|||
set -e
|
||||
|
||||
OUTPUT="${1:-meowpack-multimc.mrpack}"
|
||||
INSTALLER_MOD_URL="https://code.chipmunk.land/amy/detransform/releases/download/1.0.3/detransform-1.0.3.jar"
|
||||
INSTALLER_MOD_SHA512SUM="1c2c695585205a2febe5356913f36e3b0ae0e7c6dfe395e510208aea10f8c463c7686761879f36d8ed4409f2e8fbf7441279aae144b2f2a51e037fbf250c3fdc"
|
||||
INSTALLER_MOD_URL="https://code.chipmunk.land/amy/detransform/releases/download/1.0.4/detransform-1.0.4.jar"
|
||||
INSTALLER_MOD_SHA512SUM="4972496bd690fd6e30be44741d20ffc68317b22bab8fd2b248db4f3bb55d52717713985b8635b53030c3e20f04c229d8bce407d09f1553f31d3c77bb1574b819"
|
||||
INSTALLER_MINECRAFT="1.21.4"
|
||||
INSTALLER_FABRIC="0.16.10"
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ minecraft:flowing_water
|
|||
minecraft:flowing_lava
|
||||
|
||||
buildcraft transport:pipeFacade !tag.states.0.block="minecraft:stone"
|
||||
buildcraft robotics:redstone_board robot.logisticsRouting
|
||||
logisticspipes:logisticspipeblock
|
||||
|
||||
appliedenergistics2:item.ItemFacade !tag.itemname="stone" | appliedenergistics2:item.ItemFacade !tag.modid="minecraft"
|
||||
|
|
BIN
config/txloader/load/buildcraft/textures/items/board_green.png
Normal file
BIN
config/txloader/load/buildcraft/textures/items/board_green.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 171 B |
1
config/txloader/load/logisticspipes/lang/en_US.lang
Normal file
1
config/txloader/load/logisticspipes/lang/en_US.lang
Normal file
|
@ -0,0 +1 @@
|
|||
robot.logisticsRouting=Logistics Routing
|
9
config/txloader/load/railcraft/lang/en_US.lang
Normal file
9
config/txloader/load/railcraft/lang/en_US.lang
Normal file
|
@ -0,0 +1,9 @@
|
|||
entity.MinecartRideable.name=Minecart
|
||||
entity.MinecartCommandBlock.name=Minecart with Command Block
|
||||
entity.MinecartHopper.name=Hopper Cart
|
||||
entity.MinecartTNT.name=TNT Cart
|
||||
entity.MinecartFurnace.name=Furnace Cart
|
||||
entity.MinecartChest.name=Chest Cart
|
||||
|
||||
railcraft.gui.blast.furnace=§7Blast Furnace
|
||||
tile.railcraft.machine.alpha.blast.furnace.name=Blast Furnace Brick
|
|
@ -30,9 +30,9 @@ USER "${UID}:${GID}"
|
|||
WORKDIR /srv/minecraft
|
||||
VOLUME /srv/minecraft
|
||||
|
||||
COPY --chmod=555 --chown=0:0 --from=restarter-builder /usr/local/cargo/bin/restarter /opt/restarter
|
||||
COPY --chmod=555 --chown=0:0 --from=restarter-builder /usr/local/cargo/bin/sidwrapper /opt/sidwrapper
|
||||
COPY --chmod=555 --chown=0:0 ./docker/entrypoint.sh /entrypoint.sh
|
||||
COPY --chmod=555 --chown=0:0 . /opt/pack
|
||||
COPY --chmod=555 --chown=0:0 --from=restarter-builder /usr/local/cargo/bin/restarter /opt/restarter
|
||||
COPY --chmod=555 --chown=0:0 --from=restarter-builder /usr/local/cargo/bin/sidwrapper /opt/sidwrapper
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
21
index.toml
21
index.toml
|
@ -18,7 +18,7 @@ hash = "10b799a9f7bb1871106196ba649350dd9d75b95463bd5757c06f0d666547c490"
|
|||
|
||||
[[files]]
|
||||
file = "config/NEI/hiddenitems.cfg"
|
||||
hash = "e2cd2e0079cb88b8e24b12156b3fca324ac8b645d7149923959237daa722216a"
|
||||
hash = "5302ed1a4bca3643b513cf914f2f6e8dc138c90c109b2343c646e1f6fe551043"
|
||||
|
||||
[[files]]
|
||||
file = "config/UpdateCheckLib.cfg"
|
||||
|
@ -88,6 +88,18 @@ hash = "120316873faff5fea36b869dad04a3745bdc4ad7643ccb64b43acb0cbb7e3cea"
|
|||
file = "config/sloppydeploader.cfg"
|
||||
hash = "92ddd53fe85a77213accb71a92636bc994eeefa17fa481b89bac9b852cb77f8e"
|
||||
|
||||
[[files]]
|
||||
file = "config/txloader/load/buildcraft/textures/items/board_green.png"
|
||||
hash = "8fbced567187d5707205185b33b9f68372cdf8ff7577f2a8db8f94f0e2ee0368"
|
||||
|
||||
[[files]]
|
||||
file = "config/txloader/load/logisticspipes/lang/en_US.lang"
|
||||
hash = "81031d357a8af0f28ed021029f7cc40912fdbf23d76d8218f61c88c4fb4cd94a"
|
||||
|
||||
[[files]]
|
||||
file = "config/txloader/load/railcraft/lang/en_US.lang"
|
||||
hash = "2749e2687db95534e9140c7be6d7a445b2c003fdba93e4e1a56d8ccce0fdd7f6"
|
||||
|
||||
[[files]]
|
||||
file = "custom/java9_flags.pw.toml"
|
||||
hash = "3f9c57ad86042a551b6e2db8cc06585666a1270408ac88337be66b206c970899"
|
||||
|
@ -155,7 +167,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/fixsquared.pw.toml"
|
||||
hash = "9d387bf26b68ddcfa1a2ef65c6ea2fed4f52b319b2072cc95366f2b4bcce0a14"
|
||||
hash = "e19b38d1c73eeb38af922f9b41ef32c6b6716cdd2787d0b77fa7f97f9538c4bf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -233,6 +245,11 @@ file = "mods/railcraft.pw.toml"
|
|||
hash = "71ee735402f85cabbe5c382acd2740a7b925ed37482ae46505989f7974da4b6b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tx-loader.pw.toml"
|
||||
hash = "8bc4bb8e221c8d4df468bd306264eefab79d541c2cea94bc19d04465fd86e42a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/unimixins.pw.toml"
|
||||
hash = "facad90c109472307554f79e89dab41dc023cb25183df208b1486d6ed32e482a"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name = "fixsquared"
|
||||
filename = "fixsquared-1.0.3.jar"
|
||||
filename = "fixsquared-1.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://code.chipmunk.land/amy/fixsquared/releases/download/1.0.3/fixsquared-1.0.3.jar"
|
||||
url = "https://code.chipmunk.land/amy/fixsquared/releases/download/1.0.4/fixsquared-1.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ddee907c98393aac42acca7be2c330a4fb53ab097aaad92ab87802fe9016eb2632a2c8996bbeaefb1e5e3d023372874db921e94fa5e2b648d79098e3832e3bfc"
|
||||
hash = "95e1db9f8fe816e238af5e359a1a2795362ef4e1bf84d1db941cbd388fa462c0817caa1772f8ccc5c4ea75aaab684531b12421fb7a839fa064a53046f4af460f"
|
||||
|
|
13
mods/tx-loader.pw.toml
Normal file
13
mods/tx-loader.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "TX Loader"
|
||||
filename = "txloader-1.8.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eh8us8FY/versions/xYu5phAv/txloader-1.8.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e5784a5c29926bed985028620ab362963e7990f4fed3d32361e0e8158196972563082e6cf8e6c733ff486018fc892d61797df64454965520b233580dfa914a0b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eh8us8FY"
|
||||
version = "xYu5phAv"
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "be0d96d723f999ee384e0f42117592a9cd810fd7b9c8f6049da6e50c5c5f1dfd"
|
||||
hash = "8dbbd041020f57d53de49e587e0e7cb7c16873a176ac492c68b457655d0c9269"
|
||||
|
||||
[versions]
|
||||
forge = "10.13.4.1614"
|
||||
|
|
Loading…
Reference in a new issue