Skip to content

Instantly share code, notes, and snippets.

@PolyacovYury
PolyacovYury / chest_oreDict_replacer.zs
Last active September 27, 2020 21:05
Replaces explicit vanilla chest ingredients with oreDict wildcards. Didn't work as intended, kept here for history
import crafttweaker.item.IIngredient;
val offending_items as IItemStack[] = [
<harvestcraft:groundtrap>, # 2 total recipes
<cfm:wall_cabinet> # 65 total recipes
];
val chest = <minecraft:chest>;
val trap_chest = <minecraft:trapped_chest>;
val chest_ore = <ore:chestWood>;
val trap_chest_ore = <ore:chestTrapped>;
@PolyacovYury
PolyacovYury / autoplaylist.txt
Created June 25, 2018 20:02
PY's Discord bots' autoplaylist
# OST
# Space Rangers
https://www.youtube.com/watch?v=PtTH1ZGG_D4&index=1&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S # Awakening/Space 1
https://www.youtube.com/watch?v=1DIk2HA6SWA&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S&index=2 # Beyond reach/Space 2
https://www.youtube.com/watch?v=wyPNOPSeT7E&index=3&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S # Fly Theme 3/Space 3
https://www.youtube.com/watch?v=jaQm74zZBzQ&index=4&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S # Space 4
https://www.youtube.com/watch?v=-uumHoDn2g8&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S&index=5 # The Long Way Ballad/Space 5
https://www.youtube.com/watch?v=58tmHzWpCMQ&index=6&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S # Space 6
https://www.youtube.com/watch?v=qfY2UVa4gEA&index=7&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S # Trash/Space 7
https://www.youtube.com/watch?v=Ygg85RJTrrQ&list=PLZ10RiFH4mzgHDgZCDd0J-oQTjkg85e3S&index=15 # Hymn
@PolyacovYury
PolyacovYury / HangarPainter_blacklist.json
Last active November 25, 2023 23:41
HangarPainter blacklist
{
"commonWhitelist": {
"#menu": ["training/info/timeout/label", "headerButtons/wiki",
"awardWindow/personalMission/nextButtonAward/tooltip/header"],
"#retrain_crew": ["label/result", "label/crewMembers"]
},
"crewBlacklist": {
"tankmen": [],
"#item_types": ["tankman/roles"]
},