Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Gensokyo Ontology forge-1.16.5-preview-0.0.623

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 Download

Project members

TheLawF

Owner

Details

Licensed LGPL-2.1-only
Published a year ago
Updated 4 months ago