Giter Site home page Giter Site logo

spoilersmc / patchouli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vazkiimods/patchouli

0.0 1.0 0.0 3.1 MB

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

Home Page: https://minecraft.curseforge.com/projects/patchouli

License: Other

Batchfile 0.01% Java 100.00%

patchouli's Introduction

Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

For more information, see the wiki.

What does the mod's name mean???

https://en.touhouwiki.net/wiki/Patchouli_Knowledge

Maven info

Maven artifacts are located here, each folder representing a version.

Note: As of 1.16, intermediate (non-release) Maven builds are no longer persisted. That is, you must either depend on a released version of Patchouli, e.g. 1.16-37 or 1.16-37-FABRIC, or specifically opt in to the bleeding-edge build of the next version. For example, 1.16-38-SNAPSHOT or 1.16-38-FABRIC-SNAPSHOT would be the current bleeding edge version of future version 1.16-38.

Note that -SNAPSHOT versions can be broken from time to time, and you are strongly discouraged from using them unless you are helping dogfood, test, or contribute to Patchouli. They may also be pruned from time to time to save disk space on the server. Do not rely on -SNAPSHOT versions for anything important!

In Forge, add the following to your build.gradle

repositories {
    maven { url 'https://maven.blamejared.com' }
}

dependencies {
    // 1.14+
    compileOnly fg.deobf("vazkii.patchouli:Patchouli:[VERSION]:api")
    runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:[VERSION]")

    // 1.12
    compile "vazkii.patchouli:Patchouli:[VERSION]"
}

Mixin Troubleshooting

Read this if you get crashes when launching with Patchouli in-dev. Patchouli uses Mixin to inject a small hook to detect advancements clientside. This may cause issues when depending on Patchouli in-dev, since ForgeGradle/MixinGradle do not yet properly support this in-dev like Fabric does. This can be worked around by specifying the refmap remapping manually: add these lines to your build.gradle. You need to regenerate your run configurations in the IDE after making this change.

Note to mod developers porting a Patchouli book from 1.12 to 1.14: Patchouli book data now goes into modid/data/patchouli_books instead of modid/assets/patchouli_books.

patchouli's People

Contributors

vazkii avatar williewillus avatar vexatos avatar hubry avatar stanhebben avatar drullkus avatar primetoxinz avatar alwinfy avatar jaredlll08 avatar minecraftschurli avatar leobeliik avatar tterrag1098 avatar daomephsta avatar 3tusk avatar panszelescik avatar codetaylor avatar shnupbups avatar zabi94 avatar blueberryy avatar jamieswhiteshirt avatar heartyyf avatar mikeliro avatar snownee avatar tome25 avatar ipopstop avatar ititus avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.