Changelog
New Biome: Untrodden Valley
This biome is decorated by maple trees, ginkgo trees, zelkova trees and theirs defoliation piles. Untrodden Valley will generate around Youkai Mountain biome.
Add Sorcery Extractor Recipe Type
- Fixed the problems of the sorcery extractor recipe serializer registry and modified the logics of sorcery extractor tile entity to match the recipe. Now datapack maker can use "gensokyoontology:sorcery_extract" in recipe json file to add sorcery extractor recipe and use it in game.
- Also, I add JEI integreration of sorcery extractor recipe. Now player can look for the crafting recipes on Sorcery Extractor through JEI.
Attention: if your sorcery extractor recipe has less than 4 ingredients, you should write {"item":"minecraft:air"}
like:
{
"type": "gensokyoontology:sorcery_extract",
"ingredients": [
{
"item": "your_data_pack:your_ingredient"
},
{
"item": "your_data_pack:your_ingredient"
},
{
"item": "your_data_pack:your_ingredient"
},
{
"item": "minecraft:air"
}
],
"output": {
"item": "your_data_pack:your_output",
"count": 1
}
}
DO NOT MISS TO WRITE LESS THAN 4 BRACKETS IN INGREDIENTS ARRAY. Otherwise the game will crush and throw NullPointerException.
New Entity: Haniwa.
Now player can craft Haniwa Block on Sorcery Extractor. By right clicking Haniwa Block every day, player can increase the faith point. When Haniwa Block recived enough faith point it will turned into a lively being to help you combat.
Files
gensokyoontology-forge-1.16.5-preview-0.0.623.jar(4.96 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
AlphaVersion number
forge-1.16.5-preview-0.0.623Loaders
Forge
Game versions
1.16.5Downloads
139Publication date
March 8, 2024 at 4:20 PMPublisher
TheLawF
Owner