• 1

    posted a message on Seed Generation Formula

    Hello, I tried your seed "Bogosity Worldwide" (without quotes), and in game it produces value equal to -911571947. And yes, Minecraft uses hashCode function for no-numeric seeds. I get same result in Java itself.


    This is how Minecraft process input: if there is no any seed (empty space) - it will use procedural value, if there is anything in text field - it will try parse it as long, if it will fail - it will use string hash code converted to long. Probably on some systems or in some Java realisations this can produce different results

    Posted in: Seeds
  • 1

    posted a message on Better Nether [1.16|1.15|1.12]

    Here are some result of my work, config is still incomplete:













    About mobs - I have a small thread on GitHub. I collect there plenty of ideas, that I received. I will probably implement some ideas as mobs, this is not fast process as well. Each mob have its own model done in pure code, it needs AI (also done in code, actually sometimes written from scratch), it needs spawn behavior, textures, loot tables (in JSON), etc. For simple mobs like fireflies or jellyfishes I spend 8-20 hours (or some days, sometimes). Simple mobs like jungle skeleton required 2-3 hours. That's the main reason why there is not a lot of mobs now, but I keep working.

    Posted in: Minecraft Mods
  • 6

    posted a message on Better Nether [1.16|1.15|1.12]

    This mod was designed as improvement for the Nether, adding more biomes, plants and materials into it. I've tried to make its content unique and interesting for exploring as also useful. Many concepts are still in WIP, but here are some results, that I have.

    Cusreforge (with actual downloads)


    Wiki



    Information below is for 1.12 version, many things changed since 1.15 and 1.16 comes out.


    Some screenshots:


    Wart Forest


    Nether Jungle


    Nether Grasslands


    Table of contents:

    (Not finished)


    Biomes:
    Biomes are volumetric, instead of default forge and minecraft system, but they are not displayed in debug.


    Empty Nether

    - Just default Nether as common


    Wart Forest

    - Dense forest of wart trees with some small bushes

    - Ground made from Nether Moss and Soul Sand

    Wart Forest


    Nether Jungle

    - Very dense forest of some strange plants

    - Ground covered with Nether Grass, Egg Plants.

    - Ground made from Nether Moss, Netherrack and Soul Sand

    - Plants are: Egg Plants, Nether Grass, Stalagnate, Lucis, Eyes
    Nether Jungle

    Nether Grasslands

    - Grassy places with some bushes

    - Ground covered with grasses and bushes

    - Ground made from Nether Moss, Netherrack and Soul Sand

    - Plants are: Egg Plants, Nether Grass, Smoker, Wart Bush, Black Bush, Ink bush

    Grasslands


    Gravel Desert

    - Big semi-empty spaces of gravel fiels with cactuses

    - Ground made from Gravel

    - Plants are: Nether Cactus, Agave, Barrel Cactus

    Gravel Desert

    Mushroom Forest

    - Covered with Nether Mycelium and Soul Sand

    - Contains large mushroom trees - Red and Brown

    - Contains 3 different colored mushrooms as a source of dyes


    Plants:


    Egg Plants
    - Small bush with egg-shaped glands.

    - Poisonous

    - Can be collected

    - Plant on Netherrack / Nether Moss / Soul Sand

    Egg Plant

    Eyes

    - Tall vine from ceiling with big or small eye on the end

    - Source of slime

    - Can be broken all-way-down from point of destruction

    - Seeds ara plantable only on ceiling

    - Plant on Netherrack

    Eyes

    Black Apple

    - Small bush with big berry on the stem end
    - Berry can be collected and eaten or spend on seeds (crafting as pumpkin seeds)

    - Berry ("Black Apple") give your regeneratiion fo 2 seconds (and ~5 hearts)

    - Plant on Netherrack / Nether Moss / Soul Sand

    Black Apple


    Black Bush

    - Small decorative plant

    - Can be collected

    - Plant on Netherrack / Nether Moss / Soul Sand


    Lucis
    - Glowing mushroom that growing on walls
    - Can be planted only on walls
    - Source of glowstone

    - Plant on Netherrack
    Lucis


    Nether Grass
    - Decorative plant
    - Can be collected with shears

    - Has 3 models schosen randomly

    - Textures based on new coral fan textures by Mojang

    - Can be grown with bonemeal used on Netherrack
    Nether Grass

    Nether Moss
    - Solid decorative block
    - Acts like netherrack

    Nether Reeds
    - Acts like reeds from overworld, but uses lava instead of water
    - Source of nether reed, that can be used for paper and sugar, or as a material for Reeds Block
    - Plant on Netherrack / Nether Moss
    Nether Reeds

    Stalagnate
    - Bic column-like plant
    - Height 5-24 blocks

    - Has roots on top and bottom
    - Can be growed only with ceiling
    - Soucre of stalagnate wood (crafting and building material)
    - Climeable as a ladder
    - Plant on Netherrack / Nether Moss
    - Seeds can be planted on ceiling or on floor
    Stalagnate

    Ink Bush
    - Source of ink sacs
    Bush


    Magma Flower

    - Rare plant, can be found on low levels

    - Source of Magma Cream

    - Has 4 stages of grow

    - Can be planted only on Magma Block


    Mushrooms:


    Large Mushroom Trees

    - have 2 types - Red and Brown

    - Can be grown from vanilla mushrooms, if they are planted on Nether Mycelium with Bonemeal

    Orange Mushroom

    - has 4 stages of grow

    - Adult form drops 1-3 seeds and 1-2 dyes (orange and magenta colors)

    - Can be planted only on Nether Mycelium



    Red Mold

    - Cover Nether Mycelium

    - Can be collected and planted

    - Spreading around, if has only 1 neighbour

    - Source of red dye



    Gray Mold

    - Cover Nether Mycelium

    - Can be collected and planted

    - Spreading around, if has only 1 neighbour

    - Source of light gray dye

    Nether Wart Mushroom

    - Could not be grown

    - Grows on nether fortress support columns

    - Contains red mushroom blocks as filler and red wart blocks as skin


    Items:

    - Black Apple


    Tools:

    - Cincinnasite pickaxe

    * speed of gold pickaxe

    * can break 512 blocks

    * power of iron pickaxe

    - Cincinnasite-diamond pickaxe

    * speed of gold pickaxe

    * can break 1024 blocks

    * power of diamond pickaxe


    Materials:
    - Stalagnate Stem
    - Stalagnate Wood + Stairs, Slabs, ets.


    Stalagnate Wood

    - Reeds Block + Stairs, Slabs, ets.


    Reeds1


    Reeds2


    - Cincinnasite (metal, something between gold and bismuth)



    Recipes:



    Generation:


    Terrain "fix" pass

    - Fix messy terrain by smoothing it before generation starts

    - Acts only on Netherrack, Gravel and Soul Sand

    before:

    after:


    Configuration:

    - Block registration (remove plant or it's part will remove it from world generation)

    - Item registration

    - Biomes registration

    - Biomes size in horizontal and vertical space

    - Additional pass on|off switch

    - Damage forplayers and mobs from eggplant

    - Plant density (global and per-biome)

    Downloads:

    latest

    Old versions:


    Known Bugs And Issues:

    - Items with metadata have wrong models (decorative cactus)

    - Some translations are unfinished
    - Some recipes are missing
    - Cascade generation report (actually not a bug)

    Posted in: Minecraft Mods
  • 1

    posted a message on Better Nether [1.16|1.15|1.12]

    In Development - Mushroom Fir


    This is a 4-7 meters tree, a result of symbiosis of tree and mushroom. Is a source of azure-blue planks. Can be founded in mushroom forests (this biome was remastered).


    Screenshots




    Posted in: Minecraft Mods
  • 1

    posted a message on Make ANY item edible?

    This can be done in only two ways:

    - Creating a mod, that allows this;

    - Making resourcepack with CustomModelData tag for eatable item, like apple for example, referencing to all other game items. You can take this apple with tag using commands.

    Posted in: Discussion
  • 1

    posted a message on Better Nether [1.16|1.15|1.12]

    I think I will skip 1.14, as there are 1.15 and 1.16 will be soon. Most mods will update to 1.15 from 1.14 during 2-4 months.


    Large mods are difficult to migrate, as many of their code sections have become too dependent on the game version. In fact many of them will most likely stay on 1.12, but their analogues will appear. Well, some directly update, for example, “Tech Reborn”.


    About Fabric and Forge, this is a special question. They have different ideologies. Forge replaces all classes of Minecraft with its own, so every time it’s hard for Forge Team to upgrade it to the new version (they updated almost 2 years to 1.13). The Fabric is built on a Mixin system. Instead of replacing the source code, it adds small portions of its own at runtime. At the same time, the same Mixins can be used by mods. For example, this allows you not to use the event system, but simply inject desired code in the selected function. And at the same time, this system leaves the mods compatible with each other.


    Due to the Mixins Fabric is actually updated on the day of the new version release. And for the same reasons, it has versions for snapshots. Vanilla architecture changes slowly, so mods not need to be updated frequently.


    As a result I think the future is for Fabric, it will replace forge the same way, as forge replaced ModLoader. It updates faster and gives you more possibilities. (And in fact update my mod to Fabric was easier than to forge on same version).


    If you are interested there are automatic Forge -> Fabric converter for 1.14 (I think it couldn't handle complicated mods, but simple may work). I don't test it by myself and it is here.

    Posted in: Minecraft Mods
  • 1

    posted a message on Better Nether [1.16|1.15|1.12]

    At this time only fabric version (mostly) finished. I couldn't promise that there will be forge version, as it has lack of documentation and not fully updated to 1.15.

    Posted in: Minecraft Mods
  • 1

    posted a message on Facing Terrible Lag (ONLY FOR MINECRAFT) on My PC

    Ok, this is good ping. Another possible solution — try decrease chunk view distance to lower values, sometimes this can help. You bug looks very strange, as everything seems to be fine.

    Posted in: Java Edition Support
  • 1

    posted a message on Facing Terrible Lag (ONLY FOR MINECRAFT) on My PC

    How large is your ping on connection? (It can be shown by dragging mouse cursor to server net icon)

    Posted in: Java Edition Support
  • 2

    posted a message on I cannot connect to my own localhost. Help!

    You can try change "server-ip=192.168.10.127" to "server-ip="

    Posted in: Server Support and Administration
  • To post a comment, please .