classDiagram;
LostCitiesProfile --> worldstyle;
LostCitiesProfile --> style;
worldstyle --|> style;
worldstyle "1" o--|> "*" citystyle
worldstyle --|> "1" scattered
citystyle --> style
citystyle --> citystyle
classDiagram;
LostCitiesProfile --> worldstyle;
LostCitiesProfile --> style;
worldstyle --|> style;
worldstyle "1" o--|> "*" citystyle
worldstyle --|> "1" scattered
citystyle --> style
citystyle --> citystyle
classDiagram;
LostCitiesProfile --> worldstyle;
LostCitiesProfile --> style;
worldstyle --|> style;
worldstyle "1" o--|> "*" citystyle
worldstyle --|> "1" scattered
citystyle --> style
citystyle --> citystyle
graph classDiagram
LostCitiesProfile --> worldstyle
LostCitiesProfile --> style
worldstyle --|> style
worldstyle "1" o--|> "*" citystyle
worldstyle --|> "1" scattered
citystyle --> style
citystyle --> citystyle
classDiagram
LostCitiesProfile --> worldstyle
LostCitiesProfile --> style
worldstyle --|> style
worldstyle "1" o--|> "*" citystyle
worldstyle --|> "1" scattered
citystyle --> style
citystyle --> citystyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from pathlib import Path | |
import shutil | |
from urllib.parse import urlparse | |
from dap.api import DAPClient | |
from dap.dap_types import Format, IncrementalQuery, SnapshotQuery | |
import requests | |
output_dir_base = Path("downloads") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#loader contenttweaker | |
import mods.contenttweaker.VanillaFactory; | |
import mods.contenttweaker.Block; | |
import mods.contenttweaker.Item; | |
// ref values | |
// glass/glowstone 0.3 hardness, 1.5 resistance | |
// hardened glass (education edition), 10 hardness, unknown resistance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#debug | |
import mods.dropt.Dropt; | |
import crafttweaker.item.IItemStack; | |
// change conquest plant blocks to only drop their items if broken with a hoe in order to | |
// cut down on inventory bloat | |
Dropt.list("conquest_drops") | |
.add(Dropt.rule() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
google_docs_domain_restriction: | |
state: hidden | |
display_name: | |
features.google_docs_domain_restriction: Google Docs Domain Restriction | |
description: | |
google_docs_domain_restriction_description: |- | |
Google Docs Domain Restriction allows Google Docs submissions and collaborations | |
to be restricted to a single domain. Students attempting to submit assignments or | |
join collaborations on an unapproved domain will receive an error message notifying them |
NewerOlder