update mods
This commit is contained in:
parent
da04b4575c
commit
5d94d37589
23 changed files with 576 additions and 674 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -149,7 +149,8 @@ jobs:
|
|||
mkdir -p .minecraft
|
||||
mv -vf {config,defaultconfigs,kubejs,mods,.github/buildtools/serverpack/*} .minecraft
|
||||
cat .github/buildtools/client_mod.txt | while read -r line; do find .minecraft/mods -name "$line" -delete; done
|
||||
zip -r ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip .minecraft/*
|
||||
cd .minecraft
|
||||
zip -r ./${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip ./*
|
||||
|
||||
- name: Upload zip
|
||||
uses: actions/upload-artifact@v4.3.3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"gtceu_magnet":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}}
|
||||
{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"gtceu_magnet":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}}
|
||||
|
|
@ -7,63 +7,40 @@
|
|||
"playSoundWithOffset": true
|
||||
},
|
||||
"dimensions": {
|
||||
"nether": 1,
|
||||
"end": 1,
|
||||
"abyssalcraft": 1,
|
||||
"void": 1,
|
||||
"twilightforest": 1,
|
||||
"betweenlands": 1,
|
||||
"cave": 1,
|
||||
"midnight": 1,
|
||||
"end": 1,
|
||||
"galacticraft": 1,
|
||||
"galacticraft.planets": 1,
|
||||
"surface": 1
|
||||
"midnight": 1,
|
||||
"nether": 1,
|
||||
"surface": 1,
|
||||
"twilightforest": 1,
|
||||
"void": 1
|
||||
},
|
||||
"regions": {
|
||||
"dark": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"unknown": {
|
||||
"overall": 1,
|
||||
"suspense.suspense": 1
|
||||
},
|
||||
"wind": {
|
||||
"overall": 1,
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"suspense": {
|
||||
"overall": 1,
|
||||
"nether": 1
|
||||
},
|
||||
"unknown": {
|
||||
"beach": {
|
||||
"overall": 1,
|
||||
"suspense": 1
|
||||
},
|
||||
"dark": {
|
||||
"overall": 1,
|
||||
"suspense": 1
|
||||
},
|
||||
"deep": {
|
||||
"overall": 1
|
||||
},
|
||||
"wind": {
|
||||
"overall": 1,
|
||||
"wind": 1
|
||||
},
|
||||
"underwater": {
|
||||
"overall": 1,
|
||||
"underwater": 1,
|
||||
"underwater-deep": 1
|
||||
},
|
||||
"rain": {
|
||||
"overall": 1,
|
||||
"rain": 1
|
||||
},
|
||||
"storm_close": {
|
||||
"overall": 1,
|
||||
"storm-close": 1,
|
||||
"wind": 1
|
||||
},
|
||||
"storm_away": {
|
||||
"overall": 1,
|
||||
"storm-away": 1,
|
||||
"howling-wind": 1
|
||||
},
|
||||
"underworld": {
|
||||
"overall": 1,
|
||||
"underworld": 1
|
||||
},
|
||||
"cave": {
|
||||
"overall": 1
|
||||
"beach": 1,
|
||||
"seagull": 1,
|
||||
"seagull-long": 1
|
||||
},
|
||||
"cave_ambience": {
|
||||
"overall": 1,
|
||||
|
|
@ -77,42 +54,35 @@
|
|||
"deep-dark": 1,
|
||||
"water-droplets": 1
|
||||
},
|
||||
"cave": {
|
||||
"overall": 1
|
||||
},
|
||||
"cave_lush": {
|
||||
"overall": 1,
|
||||
"cave-lush": 1,
|
||||
"frog": 1
|
||||
},
|
||||
"surface": {
|
||||
"overall": 1
|
||||
},
|
||||
"sky": {
|
||||
"cold_artic": {
|
||||
"overall": 1,
|
||||
"light-wind": 1
|
||||
"heavy-wind": 1
|
||||
},
|
||||
"space": {
|
||||
"overall": 1
|
||||
},
|
||||
"forest": {
|
||||
"cold": {
|
||||
"overall": 1,
|
||||
"bird-ambience": 1,
|
||||
"owl": 1
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"desert": {
|
||||
"overall": 1,
|
||||
"cicadas-desert": 1,
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"forest_cold": {
|
||||
"overall": 1,
|
||||
"crow": 1
|
||||
},
|
||||
"taiga": {
|
||||
"forest": {
|
||||
"overall": 1,
|
||||
"bird-ambience-huge": 1
|
||||
},
|
||||
"highland": {
|
||||
"overall": 1,
|
||||
"heavy-wind": 1,
|
||||
"wind-in-leaves": 1
|
||||
},
|
||||
"mesa": {
|
||||
"overall": 1,
|
||||
"wind-mesa": 1
|
||||
"bird-ambience": 1,
|
||||
"owl": 1
|
||||
},
|
||||
"forest_roofed": {
|
||||
"overall": 1,
|
||||
|
|
@ -124,12 +94,42 @@
|
|||
"cricket-night": 1,
|
||||
"cicadas-night": 1
|
||||
},
|
||||
"highland": {
|
||||
"overall": 1,
|
||||
"heavy-wind": 1,
|
||||
"wind-in-leaves": 1
|
||||
},
|
||||
"jungle": {
|
||||
"overall": 1,
|
||||
"cricket-jungle": 1,
|
||||
"cricket-jungle-night": 1,
|
||||
"bird-ambience-jungle": 1,
|
||||
"bird-ambience-jungle-night": 1
|
||||
},
|
||||
"mesa": {
|
||||
"overall": 1,
|
||||
"wind-mesa": 1
|
||||
},
|
||||
"mushroom_fields": {
|
||||
"overall": 1,
|
||||
"cicadas-mushroom-fields": 1,
|
||||
"special-mushroom-fields": 1
|
||||
},
|
||||
"ocean": {
|
||||
"overall": 1,
|
||||
"ocean": 1,
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"plains": {
|
||||
"overall": 1,
|
||||
"cricket": 1,
|
||||
"cricket-night": 1,
|
||||
"cicadas-night": 1
|
||||
},
|
||||
"rain": {
|
||||
"overall": 1,
|
||||
"rain": 1
|
||||
},
|
||||
"savanna": {
|
||||
"overall": 1,
|
||||
"cricket": 1,
|
||||
|
|
@ -139,10 +139,25 @@
|
|||
"wolf": 1,
|
||||
"bird-warm": 1
|
||||
},
|
||||
"desert": {
|
||||
"sky": {
|
||||
"overall": 1,
|
||||
"cicadas-desert": 1,
|
||||
"light-wind": 1
|
||||
"wind.light-wind": 1
|
||||
},
|
||||
"space": {
|
||||
"overall": 1
|
||||
},
|
||||
"storm_away": {
|
||||
"overall": 1,
|
||||
"storm-away": 1,
|
||||
"howling-wind": 1
|
||||
},
|
||||
"storm_close": {
|
||||
"overall": 1,
|
||||
"storm-close": 1,
|
||||
"wind": 1
|
||||
},
|
||||
"surface": {
|
||||
"overall": 1
|
||||
},
|
||||
"swamp": {
|
||||
"overall": 1,
|
||||
|
|
@ -150,42 +165,41 @@
|
|||
"cricket-warm-night": 1,
|
||||
"frog": 1
|
||||
},
|
||||
"jungle": {
|
||||
"taiga": {
|
||||
"overall": 1,
|
||||
"cricket-jungle": 1,
|
||||
"cricket-jungle-night": 1,
|
||||
"bird-ambience-jungle": 1,
|
||||
"bird-ambience-jungle-night": 1
|
||||
"bird-ambience-huge": 1
|
||||
},
|
||||
"cold": {
|
||||
"underwater": {
|
||||
"overall": 1,
|
||||
"light-wind": 1
|
||||
"underwater": 1,
|
||||
"underwater-deep": 1
|
||||
},
|
||||
"very_cold": {
|
||||
"underworld": {
|
||||
"overall": 1,
|
||||
"heavy-wind": 1
|
||||
},
|
||||
"beach": {
|
||||
"overall": 1,
|
||||
"beach": 1,
|
||||
"seagull": 1,
|
||||
"seagull-long": 1
|
||||
},
|
||||
"ocean": {
|
||||
"overall": 1,
|
||||
"ocean": 1,
|
||||
"light-wind": 1
|
||||
},
|
||||
"mushroom_fields": {
|
||||
"overall": 1,
|
||||
"cicadas-mushroom-fields": 1,
|
||||
"special-mushroom-fields": 1
|
||||
"underworld": 1
|
||||
},
|
||||
"warden": {
|
||||
"overall": 1,
|
||||
"warden": 1
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"animal": {
|
||||
"animal": 1,
|
||||
"bird": {
|
||||
"bird": 1,
|
||||
"bird_day": 1,
|
||||
"bird_night": 1
|
||||
},
|
||||
"cicadas": 1,
|
||||
"cricket": 1,
|
||||
"cricket_day": 1,
|
||||
"cricket_night": 1
|
||||
},
|
||||
"cave": 1,
|
||||
"weather": 1,
|
||||
"wind": 1
|
||||
},
|
||||
"fade-volume": 0.005,
|
||||
"fade-pitch": 0.005,
|
||||
"silent-dimensions": []
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
[UI]
|
||||
#'Use while sneaking to open' message will be shown in Camera item tooltip.
|
||||
CameraSneakOpenTooltip = true
|
||||
#Photographer name will be shown in Photograph's tooltip.
|
||||
PhotographPhotographerNameTooltip = false
|
||||
#Crosshair will not get in the way when holding a photograph.
|
||||
|
|
@ -13,6 +11,14 @@
|
|||
AlbumShowPhotosCount = true
|
||||
#Signed Album item will have an enchantment glint.
|
||||
SignedAlbumGlint = true
|
||||
#Details about Camera configuring will be shown in Camera item tooltip.
|
||||
CameraDetailsInTooltip = true
|
||||
#Film Roll Frames will be shown in the camera tooltip.
|
||||
#Default: true
|
||||
CameraFilmFramesTooltip = true
|
||||
#Film Roll fullness bar will be shown on the Camera item. Same as it does on Film Roll item.
|
||||
#Default: false
|
||||
CameraShowsFilmBar = false
|
||||
|
||||
[UI.Viewfinder]
|
||||
#Mouse sensitivity modifier per 5 degrees of fov. Set to 0 to disable sensitivity changes.
|
||||
|
|
@ -21,12 +27,21 @@
|
|||
BackgroundColorHex = "FA1F1D1B"
|
||||
FontMainColorHex = "FF2B2622"
|
||||
FontSecondaryColorHex = "FF7A736C"
|
||||
#Clicking middle mouse button will open Viewfinder Controls. This is independent of Open Camera Controls keybind.
|
||||
#Allows opening camera controls without dismounting from a vehicle - and keeping controls on sneak as well.
|
||||
#Default: true
|
||||
MiddleClickOpensControls = true
|
||||
|
||||
[Capture]
|
||||
#Delay in ticks before capturing an image when shooting with flash.
|
||||
#If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value.
|
||||
#Range: 1 ~ 6
|
||||
FlashCaptureDelayTicks = 3
|
||||
#Delay in frames before capturing an image.
|
||||
#Set to higher value when leftovers of GUI elements (such as nameplates) are visible on the images
|
||||
#(some shaders have temporal effects that take several frames to disappear fully)
|
||||
#Range: 0 ~ 100
|
||||
CaptureDelayFrames = 0
|
||||
|
||||
[FileSaving]
|
||||
#When the Photograph is viewed in UI, image will be saved to 'exposures' folder as a png.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@
|
|||
#Allowed range: 10-300
|
||||
#Default: 18-55
|
||||
DefaultFocalRange = "18-55"
|
||||
#Can attack while looking through Viewfinder.
|
||||
#Default: true
|
||||
ViewfinderAttacking = true
|
||||
#Right-clicking Camera in GUI will open Camera attachments screen. Only in player inventory.
|
||||
#Default: true
|
||||
RightClickAttachmentsScreen = true
|
||||
#Right-clicking Camera in GUI with attachment item will insert/swap it.
|
||||
#Default: true
|
||||
RightClickHotswap = true
|
||||
|
||||
[Lightroom]
|
||||
#Time in ticks to print black and white photograph. Default: 80
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
"sneakXOffset": 0,
|
||||
"sitXOffset": 0,
|
||||
"renderStuckFeatures": true,
|
||||
"vanillaHands": false,
|
||||
"doubleHands": false,
|
||||
"vanillaHandsMode": "OFF",
|
||||
"dynamicMode": true,
|
||||
"autoVanillaHands": [],
|
||||
"autoToggleModItems": [
|
||||
"exposure:camera"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
tasks: [{
|
||||
id: "0F463046CA1A890F"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
tasks: [{
|
||||
id: "57F5A1752F077CF7"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
tasks: [{
|
||||
id: "2FD9DC79452B5B40"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
tasks: [{
|
||||
id: "639E6F5FEBE8E2A6"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
tasks: [{
|
||||
id: "496B150BE185851D"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
tasks: [{
|
||||
id: "2A9825E43F2E4998"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
tasks: [{
|
||||
id: "0624EA9D860EA98F"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -586,7 +586,7 @@
|
|||
tasks: [{
|
||||
id: "244FBB125C7589AC"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:memory_card"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -933,7 +933,7 @@
|
|||
tasks: [{
|
||||
id: "75CB9435CE5F1F0C"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:wireless_crafting_terminal"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1106,7 +1106,7 @@
|
|||
tasks: [{
|
||||
id: "57830D62523EFA45"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:item_storage_cell_256k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1122,7 +1122,7 @@
|
|||
tasks: [{
|
||||
id: "0B4785ACE2213607"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:fluid_storage_cell_256k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1138,7 +1138,7 @@
|
|||
tasks: [{
|
||||
id: "7A8EB4630C99C8F8"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_item_cell_256k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1154,7 +1154,7 @@
|
|||
tasks: [{
|
||||
id: "68EA463D4029EDDD"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_fluid_cell_256k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1170,7 +1170,7 @@
|
|||
tasks: [{
|
||||
id: "60FCF43C38B903BB"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:item_storage_cell_64k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1186,7 +1186,7 @@
|
|||
tasks: [{
|
||||
id: "14BAE81404453930"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:fluid_storage_cell_64k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1202,7 +1202,7 @@
|
|||
tasks: [{
|
||||
id: "7645BFECFBCBA4C7"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_item_cell_64k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1218,7 +1218,7 @@
|
|||
tasks: [{
|
||||
id: "1D71F750E1BE5FDA"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_fluid_cell_64k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1234,7 +1234,7 @@
|
|||
tasks: [{
|
||||
id: "192942841DDC88F6"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:fluid_storage_cell_16k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1250,7 +1250,7 @@
|
|||
tasks: [{
|
||||
id: "3D6A85BB00DF0116"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:item_storage_cell_16k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1266,7 +1266,7 @@
|
|||
tasks: [{
|
||||
id: "4B72DD8DA6CD0757"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_item_cell_16k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1282,7 +1282,7 @@
|
|||
tasks: [{
|
||||
id: "7C257FF3F4B05CB2"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_fluid_cell_16k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1298,7 +1298,7 @@
|
|||
tasks: [{
|
||||
id: "68DEA05C55750D78"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:item_storage_cell_4k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1314,7 +1314,7 @@
|
|||
tasks: [{
|
||||
id: "01B3A0E0E18CCD6E"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:fluid_storage_cell_4k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1330,7 +1330,7 @@
|
|||
tasks: [{
|
||||
id: "2583614AE9A88184"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_item_cell_4k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1346,7 +1346,7 @@
|
|||
tasks: [{
|
||||
id: "236171C28DD28275"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_fluid_cell_4k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1362,7 +1362,7 @@
|
|||
tasks: [{
|
||||
id: "5CB3145418095B8A"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:item_storage_cell_1k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1378,7 +1378,7 @@
|
|||
tasks: [{
|
||||
id: "6237C098312D9C53"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:fluid_storage_cell_1k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1394,7 +1394,7 @@
|
|||
tasks: [{
|
||||
id: "35B8F5EF2E8E0083"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_item_cell_1k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1410,7 +1410,7 @@
|
|||
tasks: [{
|
||||
id: "34469E9328D953AF"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:portable_fluid_cell_1k"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1460,7 +1460,7 @@
|
|||
tasks: [{
|
||||
id: "5F0C174763195266"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:energy_cell"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1476,7 +1476,7 @@
|
|||
tasks: [{
|
||||
id: "6E59C7CF1A1A8648"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ae2:dense_energy_cell"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1492,7 +1492,7 @@
|
|||
tasks: [{
|
||||
id: "6823C8CB85590022"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:mega_energy_cell"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1578,7 +1578,7 @@
|
|||
tasks: [{
|
||||
id: "287029BF73E3B690"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:item_storage_cell_1m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1593,7 +1593,7 @@
|
|||
tasks: [{
|
||||
id: "28EC87F53EED6A0F"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:item_storage_cell_4m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1608,7 +1608,7 @@
|
|||
tasks: [{
|
||||
id: "1EF6631C568BA787"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:item_storage_cell_16m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1623,7 +1623,7 @@
|
|||
tasks: [{
|
||||
id: "7A51A9B0B90385CC"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:item_storage_cell_64m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1638,7 +1638,7 @@
|
|||
tasks: [{
|
||||
id: "7F83F1F2DAB746D5"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:item_storage_cell_256m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1653,7 +1653,7 @@
|
|||
tasks: [{
|
||||
id: "4A814F0D2E95108D"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:fluid_storage_cell_1m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1668,7 +1668,7 @@
|
|||
tasks: [{
|
||||
id: "2AB4D037173C5CD8"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:fluid_storage_cell_4m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1683,7 +1683,7 @@
|
|||
tasks: [{
|
||||
id: "615837B5E9605E9B"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:fluid_storage_cell_16m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1698,7 +1698,7 @@
|
|||
tasks: [{
|
||||
id: "7543C2C2BBE00ADD"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:fluid_storage_cell_64m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1713,7 +1713,7 @@
|
|||
tasks: [{
|
||||
id: "4F997735C35D20E9"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:fluid_storage_cell_256m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1728,7 +1728,7 @@
|
|||
tasks: [{
|
||||
id: "746CBD45255BE027"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_item_cell_1m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1743,7 +1743,7 @@
|
|||
tasks: [{
|
||||
id: "5C9A94740752CE99"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_item_cell_4m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1758,7 +1758,7 @@
|
|||
tasks: [{
|
||||
id: "08DA1D4F38247036"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_item_cell_16m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1773,7 +1773,7 @@
|
|||
tasks: [{
|
||||
id: "1E8419308F42BE76"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_item_cell_64m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1788,7 +1788,7 @@
|
|||
tasks: [{
|
||||
id: "6DB1CB07A86C34FA"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_item_cell_256m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1803,7 +1803,7 @@
|
|||
tasks: [{
|
||||
id: "71449189C56BF07A"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_fluid_cell_1m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1818,7 +1818,7 @@
|
|||
tasks: [{
|
||||
id: "6ED6A59B3675852C"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_fluid_cell_4m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1833,7 +1833,7 @@
|
|||
tasks: [{
|
||||
id: "59EC0485409178B9"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_fluid_cell_16m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1848,7 +1848,7 @@
|
|||
tasks: [{
|
||||
id: "0469577F7B6BD21D"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_fluid_cell_64m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1863,7 +1863,7 @@
|
|||
tasks: [{
|
||||
id: "1CDA59A72A2B0E50"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "megacells:portable_fluid_cell_256m"
|
||||
tag: { }
|
||||
}
|
||||
|
|
@ -1889,7 +1889,7 @@
|
|||
tasks: [{
|
||||
id: "65E083074C5E0111"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:ores/certus_quartz)"
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
{
|
||||
id: "103652A3387B66C6"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:copper_diving_boots"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
{
|
||||
id: "7AA8E16D668D0F34"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:copper_diving_helmet"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
{
|
||||
id: "225CF48F13FCAB24"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:copper_backtank"
|
||||
tag: {
|
||||
Air: 900
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
tasks: [{
|
||||
id: "33308D6C881935BC"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
tasks: [{
|
||||
id: "559495DDBA2E1557"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:super_glue"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -298,7 +298,7 @@
|
|||
tasks: [{
|
||||
id: "135489C0971B8F04"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:potato_cannon"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
tasks: [{
|
||||
id: "352E3FCF3735048E"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "create:extendo_grip"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -440,7 +440,7 @@
|
|||
tasks: [{
|
||||
id: "05FBF52F27F9279E"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -521,7 +521,7 @@
|
|||
tasks: [{
|
||||
id: "40851585BA2693AC"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"&6This quest unlocks a new tutorial on Turbine Mechanics in the &lTips and Tricks&r&6 tab - check it out to learn more!&r"
|
||||
]
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "gtceu:turbine_rotor"
|
||||
tag: {
|
||||
GT.PartStats: {
|
||||
|
|
@ -565,7 +565,7 @@
|
|||
tasks: [{
|
||||
id: "4BCA4F8ED0041BF6"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
|
|||
|
|
@ -1246,7 +1246,7 @@
|
|||
tasks: [{
|
||||
id: "1BCFD5295BE92C4E"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "minecraft:elytra"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
@ -1265,7 +1265,7 @@
|
|||
tasks: [{
|
||||
id: "3785469E7628386A"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "hangglider:reinforced_hang_glider"
|
||||
tag: {
|
||||
Damage: 0
|
||||
|
|
|
|||
|
|
@ -999,7 +999,7 @@
|
|||
tasks: [{
|
||||
id: "2EC4E901B2CD35FA"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@
|
|||
count: 2L
|
||||
id: "619E37C6DE44F972"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:ingots/battery_alloy)"
|
||||
|
|
@ -569,7 +569,7 @@
|
|||
"&l&3Lore:&r&o This feature is originally from GTNH."
|
||||
]
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "gtceu:programmed_circuit"
|
||||
tag: {
|
||||
Configuration: 0
|
||||
|
|
@ -629,7 +629,7 @@
|
|||
icon: "gtceu:lv_sodium_battery"
|
||||
id: "47D0D12A26963702"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -666,7 +666,7 @@
|
|||
tasks: [{
|
||||
id: "3241F5B06FB7258A"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -846,7 +846,7 @@
|
|||
"&6This quest unlocks a new tutorial on Coils in the &lTips and Tricks&r&6 tab - check it out to learn more!&r"
|
||||
]
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "gtceu:cupronickel_coil_block"
|
||||
tag: {
|
||||
active: 1b
|
||||
|
|
@ -1172,7 +1172,7 @@
|
|||
tasks: [{
|
||||
id: "4A0B4A206ED30212"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1580,7 +1580,7 @@
|
|||
tasks: [{
|
||||
id: "37396BE76A4F64C5"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1613,7 +1613,7 @@
|
|||
tasks: [{
|
||||
id: "11A5ECE835D2037C"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1647,7 +1647,7 @@
|
|||
tasks: [{
|
||||
id: "54B46E0C5903092F"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
}
|
||||
{
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "gtceu:turbine_rotor"
|
||||
tag: {
|
||||
GT.PartStats: {
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@
|
|||
tasks: [{
|
||||
id: "1F170291094582D6"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -493,7 +493,7 @@
|
|||
tasks: [{
|
||||
id: "431D533510584687"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1338,7 +1338,7 @@
|
|||
tasks: [{
|
||||
id: "5FEE671A75766B78"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1562,7 +1562,7 @@
|
|||
tasks: [{
|
||||
id: "685043442271A0D0"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -1723,7 +1723,7 @@
|
|||
tasks: [{
|
||||
id: "2620FA131244B3DA"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -5,7 +5,7 @@
|
|||
filename: "progression"
|
||||
group: ""
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "gtceu:lapotronic_energy_orb"
|
||||
tag: {
|
||||
Charge: 250000000L
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@
|
|||
tasks: [{
|
||||
id: "5D2E76DBCDE1C86A"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:bronze_tiny_fluid_pipe)item(gtceu:bronze_quadruple_fluid_pipe)item(gtceu:bronze_nonuple_fluid_pipe)item(gtceu:bronze_huge_fluid_pipe)item(gtceu:bronze_large_fluid_pipe)item(gtceu:bronze_normal_fluid_pipe)item(gtceu:bronze_small_fluid_pipe))"
|
||||
|
|
@ -438,7 +438,7 @@
|
|||
tasks: [{
|
||||
id: "1D53AAFD7F6F8B2B"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:potin_tiny_fluid_pipe)item(gtceu:potin_small_fluid_pipe)item(gtceu:potin_normal_fluid_pipe)item(gtceu:potin_large_fluid_pipe)item(gtceu:potin_huge_fluid_pipe)item(gtceu:potin_huge_fluid_pipe)item(gtceu:potin_quadruple_fluid_pipe)item(gtceu:potin_nonuple_fluid_pipe))"
|
||||
|
|
@ -705,7 +705,7 @@
|
|||
tasks: [{
|
||||
id: "158F4EEDC214A3BA"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
display: {
|
||||
|
|
@ -764,7 +764,7 @@
|
|||
tasks: [{
|
||||
id: "0DF1243A3267F636"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:lp_steam_solid_boiler)item(gtceu:lp_steam_liquid_boiler)item(gtceu:lp_steam_solar_boiler))"
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
tasks: [{
|
||||
id: "0BBF678F5A0517D7"
|
||||
item: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:hp_steam_solid_boiler)item(gtceu:hp_steam_liquid_boiler)item(gtceu:hp_steam_solar_boiler))"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
emergency_items_cooldown: 300
|
||||
grid_scale: 0.5d
|
||||
icon: {
|
||||
Count: 1b
|
||||
Count: 1
|
||||
id: "ftbquests:custom_icon"
|
||||
tag: {
|
||||
Icon: "tfg:textures/gui/logo_512x512.png"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
"furnace": true,
|
||||
"harvest_tool.show_unbreakable": false,
|
||||
"animal_owner": true,
|
||||
"animal_owner.fetch_names": true,
|
||||
"harvest_tool.effective_tool": true,
|
||||
"item_storage": true,
|
||||
"item_storage.normal_amount": 9,
|
||||
|
|
@ -153,6 +152,9 @@
|
|||
"jadeaddons": {
|
||||
"equipment_requirement": ""
|
||||
},
|
||||
"exposure": {
|
||||
"lightroom": true
|
||||
},
|
||||
"create": {
|
||||
"filter": true,
|
||||
"backtank_capacity": true,
|
||||
|
|
@ -172,10 +174,5 @@
|
|||
},
|
||||
"treetap": {
|
||||
"tap": true
|
||||
},
|
||||
"storagedrawers": {
|
||||
"display.stacklimit": true,
|
||||
"display.content": true,
|
||||
"display.status": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,294 +1,156 @@
|
|||
{
|
||||
"tfc:barrel": null,
|
||||
"tfc:bellows": null,
|
||||
"tfc:sapling": null,
|
||||
"tfc:blast_furnace": null,
|
||||
"tfc:bloomery": null,
|
||||
"tfc:bloom": null,
|
||||
"tfc:charcoal_forge": null,
|
||||
"tfc:composter": null,
|
||||
"tfc:crop": null,
|
||||
"tfc:crucible": null,
|
||||
"tfc:firepit": null,
|
||||
"tfc:fruit_tree_sapling": null,
|
||||
"tfc:hoe_overlay": null,
|
||||
"tfc:lamp": null,
|
||||
"tfc:nest_box": null,
|
||||
"tfc:pit_kiln_internal": null,
|
||||
"tfc:pit_kiln_above": null,
|
||||
"tfc:powder_keg": null,
|
||||
"tfc:torch": null,
|
||||
"tfc:wall_torch": null,
|
||||
"tfc:candle": null,
|
||||
"tfc:candle_cake": null,
|
||||
"tfc:jack_o_lantern": null,
|
||||
"tfc:mud_bricks": null,
|
||||
"tfc:decaying": null,
|
||||
"tfc:loom": null,
|
||||
"tfc:sheet_pile": null,
|
||||
"tfc:ingot_pile": null,
|
||||
"tfc:animal": null,
|
||||
"tfc:horse": null,
|
||||
"tfc:chested_horse": null,
|
||||
"tfc:wild_animal": null,
|
||||
"tfc:frog": null,
|
||||
"tfc:squid": null,
|
||||
"tfc:fish": null,
|
||||
"tfc:predator": null,
|
||||
"tfc:pack_predator": null,
|
||||
"tfc:ocelot": null,
|
||||
"tfc:rabbit": null,
|
||||
"tfc:fishing_hook": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
"minecraft:beehive": null,
|
||||
"minecraft:command_block": null,
|
||||
"minecraft:jukebox": null,
|
||||
"minecraft:lectern": null,
|
||||
"minecraft:redstone": null,
|
||||
"minecraft:furnace": null,
|
||||
"minecraft:chiseled_bookshelf": null,
|
||||
"minecraft:animal_owner": null,
|
||||
"minecraft:potion_effects": null,
|
||||
"minecraft:mob_growth": null,
|
||||
"minecraft:mob_breeding": null,
|
||||
"minecraft:chicken_egg": null,
|
||||
"minecraft:zombie_villager": null,
|
||||
"minecraft:block_states": null,
|
||||
"minecraft:horse_stats": null,
|
||||
"minecraft:item_frame": null,
|
||||
"minecraft:tnt_stability": null,
|
||||
"minecraft:note_block": null,
|
||||
"minecraft:armor_stand": null,
|
||||
"minecraft:painting": null,
|
||||
"minecraft:harvest_tool": null,
|
||||
"minecraft:enchantment_power": null,
|
||||
"minecraft:total_enchantment_power": null,
|
||||
"minecraft:player_head": null,
|
||||
"minecraft:item_ber": null,
|
||||
"minecraft:villager_profession": null,
|
||||
"minecraft:item_tooltip": null,
|
||||
"minecraft:falling_block": null,
|
||||
"minecraft:entity_health": null,
|
||||
"minecraft:entity_armor": null,
|
||||
"minecraft:crop_progress": null,
|
||||
"minecraft:mob_spawner": null,
|
||||
"minecraft:item_display": null,
|
||||
"minecraft:block_display": null,
|
||||
"minecraft:item_storage": null,
|
||||
"minecraft:fluid_storage": null,
|
||||
"minecraft:energy_storage": null,
|
||||
"minecraft:progress": null,
|
||||
"jade:object_name": null,
|
||||
"jade:registry_name": null,
|
||||
"jade:mod_name": null,
|
||||
"jade:distance": null,
|
||||
"jade:block_face": null,
|
||||
"ae2:server_data": null,
|
||||
"ae2:charger": null,
|
||||
"ae2:crafting_monitor": null,
|
||||
"ae2:debug": null,
|
||||
"ae2:grid_node_state": null,
|
||||
"ae2:part_icon": null,
|
||||
"ae2:part_mod_name": null,
|
||||
"ae2:part_name": null,
|
||||
"ae2:part_tooltip": null,
|
||||
"ae2:pattern_provider": null,
|
||||
"ae2:power_storage": null,
|
||||
"ae2:grid_node_state": null,
|
||||
"ae2:debug": null,
|
||||
"ae2:part_name": null,
|
||||
"ae2:part_icon": null,
|
||||
"ae2:part_tooltip": null,
|
||||
"ae2:part_mod_name": null,
|
||||
"ae2:server_data": null,
|
||||
"corpse:corpse": null,
|
||||
"create:backtank_capacity": null,
|
||||
"create:blaze_burner": null,
|
||||
"create:contraption_inv": null,
|
||||
"create:copper_backtank": null,
|
||||
"create:contraption_inv": null,
|
||||
"lootr:inventory": null,
|
||||
"create:hide_boiler_tanks": null,
|
||||
"create:crafting_blueprint": null,
|
||||
"create:placard": null,
|
||||
"create:exact_block": null,
|
||||
"create:filter": null,
|
||||
"create:goggles": null,
|
||||
"create:backtank_capacity": null,
|
||||
"extendedcrafting:crafting_core": null,
|
||||
"extendedcrafting:basic_table": null,
|
||||
"extendedcrafting:advanced_table": null,
|
||||
"extendedcrafting:elite_table": null,
|
||||
"extendedcrafting:ultimate_table": null,
|
||||
"extendedcrafting:basic_auto_table": null,
|
||||
"create:hide_boiler_tanks": null,
|
||||
"create:placard": null,
|
||||
"expatternprovider:jade_chamber": null,
|
||||
"expatternprovider:jade_wireless": null,
|
||||
"expatternprovider:tile_data": null,
|
||||
"exposure:lightroom": null,
|
||||
"extendedcrafting:advanced_auto_table": null,
|
||||
"extendedcrafting:elite_auto_table": null,
|
||||
"extendedcrafting:ultimate_auto_table": null,
|
||||
"extendedcrafting:ender_crafter": null,
|
||||
"extendedcrafting:advanced_table": null,
|
||||
"extendedcrafting:auto_ender_crafter": null,
|
||||
"extendedcrafting:flux_crafter": null,
|
||||
"extendedcrafting:basic_auto_table": null,
|
||||
"extendedcrafting:basic_table": null,
|
||||
"extendedcrafting:compressor": null,
|
||||
"corpse:corpse": null,
|
||||
"treetap:tap": null,
|
||||
"firmalife:drying_mat": null,
|
||||
"firmalife:solar_drier": null,
|
||||
"firmalife:string": null,
|
||||
"extendedcrafting:crafting_core": null,
|
||||
"extendedcrafting:elite_auto_table": null,
|
||||
"extendedcrafting:elite_table": null,
|
||||
"extendedcrafting:ender_crafter": null,
|
||||
"extendedcrafting:flux_crafter": null,
|
||||
"extendedcrafting:ultimate_auto_table": null,
|
||||
"extendedcrafting:ultimate_table": null,
|
||||
"firmalife:cheese": null,
|
||||
"firmalife:drying_mat": null,
|
||||
"firmalife:fruit_tree_sapling": null,
|
||||
"firmalife:hanger": null,
|
||||
"firmalife:jarbnet": null,
|
||||
"firmalife:oven_bottom": null,
|
||||
"firmalife:oven_top": null,
|
||||
"firmalife:shelf": null,
|
||||
"firmalife:hanger": null,
|
||||
"firmalife:vat": null,
|
||||
"firmalife:solar_drier": null,
|
||||
"firmalife:string": null,
|
||||
"firmalife:tumbler": null,
|
||||
"firmalife:fruit_tree_sapling": null,
|
||||
"firmalife:jarbnet": null,
|
||||
"tfc:axle": null,
|
||||
"tfc:encased_axle": null,
|
||||
"tfc:clutch": null,
|
||||
"tfc:hand_wheel": null,
|
||||
"tfc:gearbox": null,
|
||||
"tfc:crankshaft": null,
|
||||
"tfc:quern": null,
|
||||
"tfc:water_wheel": null,
|
||||
"tfc:windmill": null,
|
||||
"minecraft:campfire": null,
|
||||
"tfc:mold_table": null,
|
||||
"tfc_support_indicator:support_indicator": null,
|
||||
"firmalife:vat": null,
|
||||
"framedblocks:framed_item_frame": null,
|
||||
"expatternprovider:tile_data": null,
|
||||
"expatternprovider:jade_wireless": null,
|
||||
"expatternprovider:jade_chamber": null,
|
||||
"corpse:corpse": null,
|
||||
"tfc_support_indicator:support_indicator": null,
|
||||
"framedblocks:framed_item_frame": null,
|
||||
"create:blaze_burner": null,
|
||||
"create:backtank_capacity": null,
|
||||
"create:contraption_inv": null,
|
||||
"lootr:inventory": null,
|
||||
"create:hide_boiler_tanks": null,
|
||||
"create:crafting_blueprint": null,
|
||||
"create:placard": null,
|
||||
"create:exact_block": null,
|
||||
"create:filter": null,
|
||||
"create:goggles": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"gtceu:controllable_provider": null,
|
||||
"gtceu:electric_container_provider": null,
|
||||
"gtceu:recipe_logic_provider": null,
|
||||
"tfc:barrel": null,
|
||||
"tfc:bellows": null,
|
||||
"tfc:sapling": null,
|
||||
"tfc:blast_furnace": null,
|
||||
"tfc:bloomery": null,
|
||||
"tfc:bloom": null,
|
||||
"tfc:charcoal_forge": null,
|
||||
"tfc:composter": null,
|
||||
"tfc:crop": null,
|
||||
"tfc:crucible": null,
|
||||
"tfc:firepit": null,
|
||||
"tfc:fruit_tree_sapling": null,
|
||||
"tfc:hoe_overlay": null,
|
||||
"tfc:lamp": null,
|
||||
"tfc:nest_box": null,
|
||||
"tfc:pit_kiln_internal": null,
|
||||
"tfc:pit_kiln_above": null,
|
||||
"tfc:powder_keg": null,
|
||||
"tfc:torch": null,
|
||||
"tfc:wall_torch": null,
|
||||
"tfc:candle": null,
|
||||
"tfc:candle_cake": null,
|
||||
"tfc:jack_o_lantern": null,
|
||||
"tfc:mud_bricks": null,
|
||||
"tfc:decaying": null,
|
||||
"tfc:loom": null,
|
||||
"tfc:sheet_pile": null,
|
||||
"tfc:ingot_pile": null,
|
||||
"tfc:axle": null,
|
||||
"tfc:encased_axle": null,
|
||||
"tfc:clutch": null,
|
||||
"tfc:hand_wheel": null,
|
||||
"tfc:gearbox": null,
|
||||
"tfc:crankshaft": null,
|
||||
"tfc:quern": null,
|
||||
"tfc:water_wheel": null,
|
||||
"tfc:windmill": null,
|
||||
"tfc:animal": null,
|
||||
"tfc:horse": null,
|
||||
"tfc:chested_horse": null,
|
||||
"tfc:wild_animal": null,
|
||||
"tfc:frog": null,
|
||||
"tfc:squid": null,
|
||||
"tfc:fish": null,
|
||||
"tfc:predator": null,
|
||||
"tfc:pack_predator": null,
|
||||
"tfc:ocelot": null,
|
||||
"tfc:rabbit": null,
|
||||
"tfc:fishing_hook": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
"minecraft:beehive": null,
|
||||
"minecraft:command_block": null,
|
||||
"minecraft:jukebox": null,
|
||||
"minecraft:lectern": null,
|
||||
"minecraft:redstone": null,
|
||||
"minecraft:furnace": null,
|
||||
"minecraft:chiseled_bookshelf": null,
|
||||
"minecraft:animal_owner": null,
|
||||
"minecraft:potion_effects": null,
|
||||
"minecraft:mob_growth": null,
|
||||
"minecraft:mob_breeding": null,
|
||||
"minecraft:chicken_egg": null,
|
||||
"minecraft:zombie_villager": null,
|
||||
"minecraft:campfire": null,
|
||||
"minecraft:block_states": null,
|
||||
"minecraft:horse_stats": null,
|
||||
"minecraft:item_frame": null,
|
||||
"minecraft:tnt_stability": null,
|
||||
"minecraft:note_block": null,
|
||||
"minecraft:armor_stand": null,
|
||||
"minecraft:painting": null,
|
||||
"minecraft:harvest_tool": null,
|
||||
"minecraft:enchantment_power": null,
|
||||
"minecraft:total_enchantment_power": null,
|
||||
"minecraft:player_head": null,
|
||||
"minecraft:item_ber": null,
|
||||
"minecraft:villager_profession": null,
|
||||
"minecraft:item_tooltip": null,
|
||||
"minecraft:falling_block": null,
|
||||
"minecraft:entity_health": null,
|
||||
"minecraft:entity_armor": null,
|
||||
"minecraft:crop_progress": null,
|
||||
"minecraft:mob_spawner": null,
|
||||
"minecraft:item_display": null,
|
||||
"minecraft:block_display": null,
|
||||
"minecraft:item_storage": null,
|
||||
"minecraft:fluid_storage": null,
|
||||
"minecraft:energy_storage": null,
|
||||
"minecraft:progress": null,
|
||||
"gtceu:workable_provider": null,
|
||||
"jade:block_face": null,
|
||||
"jade:distance": null,
|
||||
"jade:mod_name": null,
|
||||
"jade:object_name": null,
|
||||
"jade:registry_name": null,
|
||||
"jade:mod_name": null,
|
||||
"jade:distance": null,
|
||||
"jade:block_face": null,
|
||||
"ae2:server_data": null,
|
||||
"ae2:charger": null,
|
||||
"ae2:crafting_monitor": null,
|
||||
"ae2:pattern_provider": null,
|
||||
"ae2:power_storage": null,
|
||||
"ae2:grid_node_state": null,
|
||||
"ae2:debug": null,
|
||||
"ae2:part_name": null,
|
||||
"ae2:part_icon": null,
|
||||
"ae2:part_tooltip": null,
|
||||
"ae2:part_mod_name": null,
|
||||
"expatternprovider:tile_data": null,
|
||||
"expatternprovider:jade_wireless": null,
|
||||
"expatternprovider:jade_chamber": null,
|
||||
"treetap:tap": null,
|
||||
"firmalife:drying_mat": null,
|
||||
"firmalife:solar_drier": null,
|
||||
"firmalife:string": null,
|
||||
"firmalife:cheese": null,
|
||||
"firmalife:oven_bottom": null,
|
||||
"firmalife:oven_top": null,
|
||||
"firmalife:shelf": null,
|
||||
"firmalife:hanger": null,
|
||||
"firmalife:vat": null,
|
||||
"firmalife:tumbler": null,
|
||||
"firmalife:fruit_tree_sapling": null,
|
||||
"firmalife:jarbnet": null,
|
||||
"tfc:mold_table": null
|
||||
"lootr:inventory": null,
|
||||
"minecraft:animal_owner": null,
|
||||
"minecraft:armor_stand": null,
|
||||
"minecraft:beehive": null,
|
||||
"minecraft:block_display": null,
|
||||
"minecraft:block_states": null,
|
||||
"minecraft:brewing_stand": null,
|
||||
"minecraft:campfire": null,
|
||||
"minecraft:chicken_egg": null,
|
||||
"minecraft:chiseled_bookshelf": null,
|
||||
"minecraft:command_block": null,
|
||||
"minecraft:crop_progress": null,
|
||||
"minecraft:enchantment_power": null,
|
||||
"minecraft:energy_storage": null,
|
||||
"minecraft:entity_armor": null,
|
||||
"minecraft:entity_health": null,
|
||||
"minecraft:falling_block": null,
|
||||
"minecraft:fluid_storage": null,
|
||||
"minecraft:furnace": null,
|
||||
"minecraft:harvest_tool": null,
|
||||
"minecraft:horse_stats": null,
|
||||
"minecraft:item_ber": null,
|
||||
"minecraft:item_display": null,
|
||||
"minecraft:item_frame": null,
|
||||
"minecraft:item_storage": null,
|
||||
"minecraft:item_tooltip": null,
|
||||
"minecraft:jukebox": null,
|
||||
"minecraft:lectern": null,
|
||||
"minecraft:mob_breeding": null,
|
||||
"minecraft:mob_growth": null,
|
||||
"minecraft:mob_spawner": null,
|
||||
"minecraft:note_block": null,
|
||||
"minecraft:painting": null,
|
||||
"minecraft:player_head": null,
|
||||
"minecraft:potion_effects": null,
|
||||
"minecraft:progress": null,
|
||||
"minecraft:redstone": null,
|
||||
"minecraft:tnt_stability": null,
|
||||
"minecraft:total_enchantment_power": null,
|
||||
"minecraft:villager_profession": null,
|
||||
"minecraft:zombie_villager": null,
|
||||
"tfc:animal": null,
|
||||
"tfc:axle": null,
|
||||
"tfc:barrel": null,
|
||||
"tfc:bellows": null,
|
||||
"tfc:blast_furnace": null,
|
||||
"tfc:bloom": null,
|
||||
"tfc:bloomery": null,
|
||||
"tfc:candle": null,
|
||||
"tfc:candle_cake": null,
|
||||
"tfc:charcoal_forge": null,
|
||||
"tfc:chested_horse": null,
|
||||
"tfc:clutch": null,
|
||||
"tfc:composter": null,
|
||||
"tfc:crankshaft": null,
|
||||
"tfc:crop": null,
|
||||
"tfc:crucible": null,
|
||||
"tfc:decaying": null,
|
||||
"tfc:encased_axle": null,
|
||||
"tfc:firepit": null,
|
||||
"tfc:fish": null,
|
||||
"tfc:fishing_hook": null,
|
||||
"tfc:frog": null,
|
||||
"tfc:fruit_tree_sapling": null,
|
||||
"tfc:gearbox": null,
|
||||
"tfc:hand_wheel": null,
|
||||
"tfc:hoe_overlay": null,
|
||||
"tfc:horse": null,
|
||||
"tfc:ingot_pile": null,
|
||||
"tfc:jack_o_lantern": null,
|
||||
"tfc:lamp": null,
|
||||
"tfc:loom": null,
|
||||
"tfc:mold_table": null,
|
||||
"tfc:mud_bricks": null,
|
||||
"tfc:nest_box": null,
|
||||
"tfc:ocelot": null,
|
||||
"tfc:pack_predator": null,
|
||||
"tfc:pit_kiln_above": null,
|
||||
"tfc:pit_kiln_internal": null,
|
||||
"tfc:powder_keg": null,
|
||||
"tfc:predator": null,
|
||||
"tfc:quern": null,
|
||||
"tfc:rabbit": null,
|
||||
"tfc:sapling": null,
|
||||
"tfc:sheet_pile": null,
|
||||
"tfc:squid": null,
|
||||
"tfc:torch": null,
|
||||
"tfc:wall_torch": null,
|
||||
"tfc:water_wheel": null,
|
||||
"tfc:wild_animal": null,
|
||||
"tfc:windmill": null,
|
||||
"tfc_support_indicator:support_indicator": null,
|
||||
"treetap:tap": null
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla
|
||||
#Range: 0 ~ 4
|
||||
maps_mipmap = 3
|
||||
#Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models.Using world only will prevent it from changing item rendered in GUIs, in case you dont like that look
|
||||
#Allowed Values: FALSE, WORLD_ONLY, TRUE
|
||||
fix_entity_renderer_shade = "WORLD_ONLY"
|
||||
#Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models.Using no gui will prevent it from changing item rendered in GUIs, in case you dont like that look.Note there is a known compat issue with Figura mod. Keep this True or False with that one
|
||||
#Allowed Values: FALSE, NO_GUI, TRUE
|
||||
consistent_entity_renderer_shading = "NO_GUI"
|
||||
|
||||
|
|
|
|||
4
defaultconfigs/ftblibrary/ftblibrary-client.snbt
Normal file
4
defaultconfigs/ftblibrary/ftblibrary-client.snbt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Default config file that will be copied to local\ftblibrary-client.snbt if it doesn't exist!
|
||||
# Just copy any values you wish to override in here!
|
||||
|
||||
{ }
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a52efd0e24fe40361f419db682bb5413e5ce006
|
||||
Subproject commit 5ee377e050a0d1f2bc60ea8f3f1dcfbd99ceb4af
|
||||
Loading…
Add table
Add a link
Reference in a new issue