Mod
WoodlandFoxVerses
No reviews yet
A poetic kitsune mod
Inspired by anime series and other cultural phenomena, often featuring recognizable characters and settings.
Designed to be relaxing and comfortable with little challenge, often including elements like peaceful villages, farming, and gentle exploration.
Used for mods with little to no gameplay elements.
Adds extra features or content to an existing mod.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Woodland Fox Verses
林间狐咏
Display various texts such as poetry, vocabulary, math formulas, and more in chat bubbles.
"When the moonlight passes through the pine branches, you may encounter the well-read fox—"

Introduction
This is an add-on mod for the Minecraft maid mod (Touhou Little Maid Mod) that randomly displays various chat bubbles in-game. Currently integrated content includes:
- 300 Tang and Song poems
- English vocabulary for junior high, senior high, and CET-4/CET-6 college levels
- Classic mathematical formulas
Acknowledgements
- Chat bubble textures generously provided by YSBB
- chinese-poetry project
- Common English Wordlists
- ChillCalligraphy Font (Hanchan Shuti)
- Libertinus Font
Others
- Mathematical formulas are generated by GPT-4.1, and related content can be found in the here
KubeJS Support
You can now use KubeJS to add game tips:
// You need to create JS scripts in the server_scripts directory to add tips
// Add tips in all biomes using the addTipInAllBiome method
WoodlandFoxVerses.addTipInAllBiome("Press F3 to view coordinates and biome information")
// You can add \n for line breaks, and the game will automatically wrap long text
WoodlandFoxVerses.addTipInAllBiome("Two roads diverged in a yellow wood,\nAnd sorry I could not travel both")
WoodlandFoxVerses.addTipInAllBiome("To be or not to be, that is the question:\n" +
"Whether 'tis nobler in the mind to suffer the slings and arrows of outrageous fortune,\n" +
"Or to take arms against a sea of troubles and by opposing end them.")
// Add tips in specific biomes using the addTipInBiome method
// The second biome parameter can be a biome ID or biome tag
WoodlandFoxVerses.addTipInBiome("This is the Nether Wastes, featuring vast lava seas and scattered glowstone clusters", "minecraft:nether_wastes")
// Don't forget that tags need to start with #
WoodlandFoxVerses.addTipInBiome("You are in a plains biome where villages can generate", "#minecraft:has_structure/village_plains")
// Of course, the chat bubble background is also customizable. You can reference existing textures for customization (using nine-slice mechanism)
// Textures need the full path with .png extension
WoodlandFoxVerses.addTipInAllBiomeWithBg("This is a tip with custom background", "woodlandfoxverses:textures/verses.png")
// Since the Woodland Fox Verses mod adds math formulas, English words, and classical poetry by default
// Some people might just want to use it for game tips, so we also provide KJS interfaces to forcibly disable these features
WoodlandFoxVerses.showWords(false) // Disable English word display
WoodlandFoxVerses.showPoetry(false) // Disable classical poetry display
WoodlandFoxVerses.showMathFormula(false) // Disable math formula display
// You can also forcibly specify the bubble display duration and frequency
WoodlandFoxVerses.bubbleAddInterval(60) // Attempt to display a bubble every 60 ticks
WoodlandFoxVerses.bubbleShowDuration(40) // Each bubble disappears after displaying for 40 ticks
Woodland Fox Verses
林间狐咏
Display various texts such as poetry, vocabulary, math formulas, and more in chat bubbles.
"When the moonlight passes through the pine branches, you may encounter the well-read fox—"

Introduction
This is an add-on mod for the Minecraft maid mod (Touhou Little Maid Mod) that randomly displays various chat bubbles in-game. Currently integrated content includes:
- 300 Tang and Song poems
- English vocabulary for junior high, senior high, and CET-4/CET-6 college levels
- Classic mathematical formulas
Acknowledgements
- Chat bubble textures generously provided by YSBB
- chinese-poetry project
- Common English Wordlists
- ChillCalligraphy Font (Hanchan Shuti)
- Libertinus Font
Others
- Mathematical formulas are generated by GPT-4.1, and related content can be found in the here
KubeJS Support
You can now use KubeJS to add game tips:
// You need to create JS scripts in the server_scripts directory to add tips
// Add tips in all biomes using the addTipInAllBiome method
WoodlandFoxVerses.addTipInAllBiome("Press F3 to view coordinates and biome information")
// You can add \n for line breaks, and the game will automatically wrap long text
WoodlandFoxVerses.addTipInAllBiome("Two roads diverged in a yellow wood,\nAnd sorry I could not travel both")
WoodlandFoxVerses.addTipInAllBiome("To be or not to be, that is the question:\n" +
"Whether 'tis nobler in the mind to suffer the slings and arrows of outrageous fortune,\n" +
"Or to take arms against a sea of troubles and by opposing end them.")
// Add tips in specific biomes using the addTipInBiome method
// The second biome parameter can be a biome ID or biome tag
WoodlandFoxVerses.addTipInBiome("This is the Nether Wastes, featuring vast lava seas and scattered glowstone clusters", "minecraft:nether_wastes")
// Don't forget that tags need to start with #
WoodlandFoxVerses.addTipInBiome("You are in a plains biome where villages can generate", "#minecraft:has_structure/village_plains")
// Of course, the chat bubble background is also customizable. You can reference existing textures for customization (using nine-slice mechanism)
// Textures need the full path with .png extension
WoodlandFoxVerses.addTipInAllBiomeWithBg("This is a tip with custom background", "woodlandfoxverses:textures/verses.png")
// Since the Woodland Fox Verses mod adds math formulas, English words, and classical poetry by default
// Some people might just want to use it for game tips, so we also provide KJS interfaces to forcibly disable these features
WoodlandFoxVerses.showWords(false) // Disable English word display
WoodlandFoxVerses.showPoetry(false) // Disable classical poetry display
WoodlandFoxVerses.showMathFormula(false) // Disable math formula display
// You can also forcibly specify the bubble display duration and frequency
WoodlandFoxVerses.bubbleAddInterval(60) // Attempt to display a bubble every 60 ticks
WoodlandFoxVerses.bubbleShowDuration(40) // Each bubble disappears after displaying for 40 ticks
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers