Done Enchiridion 2

Dieses Thema im Forum "Regrowth" wurde erstellt von Fousicek, 21. Mai 2015.

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    I would like to know how to add new books to enchiridion 2 from ingame if it is possible and if it is not server side needed.

    If it is server side needed then i would like to ask for help.

    Thx
     
  2. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    So no1 knows how to add books to the enchiridion mod ?
     
  3. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    Which books?
     
  4. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    tinkers construck volume 2, mighty smelting , weaponry, then books from mariaculture it self, like breading fish, ill have to look the name of the others and then all the witchery books :-D .
     
  5. Pein_Rikudo

    Pein_Rikudo Well-Known Member

    Beiträge:
    77
    Zustimmungen:
    7
    Ortszeit:
    15:30
    If you're talking about the book binder, don't shift right click
     
  6. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    You probably have to add it in to config/enchridion/libary_books.json if the book is supported.
     
  7. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    So sorry but in the library_books.json file they already are but even if i change the setting on crafted to true then even after that they did not show up in my library. So it is probably server side. just guesing.
     
    Zuletzt bearbeitet: 23. Mai 2015
  8. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    No idea then.
     
  9. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    is enchiridion mod only client side ?
     
  10. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    No it is not
     
  11. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    so it is change in server side config then ? bcs i dont think that my config would take first before servers.
     
  12. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    I don't know Test around in singleplayer.
     
  13. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    In singleplayer it works. I was bale to get the books.
     
  14. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    What have you changed in singleplayer?
     
  15. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    just that config thingy you have sent. /config/enchiridion/library_books.json

    i have change there the parametr : on crafted: true
    Code:
    {
      "books": [
    	{
    	  "mod": "AgriCraft",
    	  "stack": "AgriCraft:journal 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "aura",
    	  "stack": "aura:lexicon 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "AWWayofTime",
    	  "stack": "AWWayofTime:itemBloodMagicBook 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Botania",
    	  "stack": "Botania:lexicon 0",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Botania",
    	  "stack": "Botania:lexicon 0 {knowledge.minecraft:1b,knowledge.alfheim:1b}",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": false,
    	  "openGuiClass": "vazkii.botania.client.gui.lexicon.GuiLexiconIndex",
    	  "openGuiNBT": "knowledge.alfheim",
    	  "pickUp": false,
    	  "overwrite": "Botania:lexicon 0"
    	},
    	{
    	  "mod": "ChromatiCraft",
    	  "stack": "ChromatiCraft:chromaticraft_item_help 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "factorization",
    	  "stack": "factorization:docbook 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "HardcoreQuesting",
    	  "stack": "HardcoreQuesting:quest_book 0",
    	  "type": "network",
    	  "free": true,
    	  "onCrafted": false,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 0",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": false,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 1",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 2",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 3",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 4",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "OpenBlocks",
    	  "stack": "OpenBlocks:infoBook 0",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Steamcraft",
    	  "stack": "Steamcraft:book 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 0",
    	  "type": "default",
    	  "free": true,
    	  "onCrafted": false,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 1",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 2",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 3",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Thaumcraft",
    	  "stack": "Thaumcraft:ItemThaumonomicon 0",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:bookbiomes2 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:cauldronbook 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 46",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 47",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 48",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 49",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 81",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 106",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 107",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 127",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	}
      ]
    }
    
     
  16. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    21:30
    It's changed on the server too with the next restart
     
  17. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    OK so tinCon books are working but for some reason Mariaculture books dont want to wark dont know why. If i figurit it out ill let yo know.

    And thx.
     
  18. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    OK, so suggestion for this.

    Since they are only manuals it can be for free. Another options i wasnt able to find.
    Same with thaumominicon. Thaumcraft Guide.

    It does not break progress and you still need to craft them to complete some quests. So i think it is ok.

    Pasteing modified config.

    Code:
    
    {
      "books": [
    	{
    	  "mod": "AgriCraft",
    	  "stack": "AgriCraft:journal 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "aura",
    	  "stack": "aura:lexicon 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "AWWayofTime",
    	  "stack": "AWWayofTime:itemBloodMagicBook 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Botania",
    	  "stack": "Botania:lexicon 0",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Botania",
    	  "stack": "Botania:lexicon 0 {knowledge.minecraft:1b,knowledge.alfheim:1b}",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": false,
    	  "openGuiClass": "vazkii.botania.client.gui.lexicon.GuiLexiconIndex",
    	  "openGuiNBT": "knowledge.alfheim",
    	  "pickUp": false,
    	  "overwrite": "Botania:lexicon 0"
    	},
    	{
    	  "mod": "ChromatiCraft",
    	  "stack": "ChromatiCraft:chromaticraft_item_help 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "factorization",
    	  "stack": "factorization:docbook 0",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "HardcoreQuesting",
    	  "stack": "HardcoreQuesting:quest_book 0",
    	  "type": "network",
    	  "free": true,
    	  "onCrafted": false,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 0",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 1",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 2",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 3",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Mariculture",
    	  "stack": "Mariculture:guide 4",
    	  "type": "switch",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "OpenBlocks",
    	  "stack": "OpenBlocks:infoBook 0",
    	  "type": "network",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Steamcraft",
    	  "stack": "Steamcraft:book 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 0",
    	  "type": "default",
    	  "free": true,
    	  "onCrafted": false,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 1",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 2",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "TConstruct",
    	  "stack": "TConstruct:manualBook 3",
    	  "type": "default",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "Thaumcraft",
    	  "stack": "Thaumcraft:ItemThaumonomicon 0",
    	  "type": "network",
    	  "free": true,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": true,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:bookbiomes2 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:cauldronbook 0",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 46",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 47",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 48",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 49",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 81",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 106",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 107",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	},
    	{
    	  "mod": "witchery",
    	  "stack": "witchery:ingredient 127",
    	  "type": "switch",
    	  "free": false,
    	  "onCrafted": true,
    	  "openGuiClass": "",
    	  "openGuiNBT": "",
    	  "pickUp": false,
    	  "overwrite": ""
    	}
      ]
    }
    
    
    
     
  19. BookerTheGeek

    BookerTheGeek Well-Known Member

    Beiträge:
    3.257
    Zustimmungen:
    1.097
    Ortszeit:
    14:30
    SO let me get this right, when you craft the book binder you are getting these books for free with the binder?
     
  20. Fousicek

    Fousicek Well-Known Member

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    21:30
    it is not in book binder it is in wiki of enchilidrion 2 . You dont get actuacl items of those books. You still need to craft them to have actual items books.

    And you dont have to have these books on you.
    You can acces them without having them in your inventory. Thats what is best about that mod.

    And yeah you dont even need to craft them to have acces to the knowledge in these books.

    i was trying to find out why it is not showing in library when the settings are set to onCrafted: true.
    And only solution i have found was jusst give them for free.

    And if you have problems with thaumominicon then , it does not break progresion. You dont get completed researeches or anything else just the book not as item, only virtual.
     
Status des Themas:
Es sind keine weiteren Antworten möglich.

Diese Seite empfehlen