Перейти к содержимому
Mineforgian

CobbleForDays

Simple Cobblestone Generator with no frills

Загрузки
74K
Подписчики
7
Обновлён
31 июля 2024 г.
Лицензия
LGPL-2.1-only

Опубликован 26 июля 2024 г.

Here is a simple cobblestone generator. There are 5 tiers available in case people wish to add a multiple versions.

This was made mainly as a standalone block to help servers. It's far more performant to have a single ticking TE then it is a bunch and in-world cobble generation.

But feel free to use as you will.  Each tier has settings that can be edited in the server config file.

[server.1]
    #The maximum amount of items to hold in the internal buffer.
    #Range: > 1
    max = 64
    #The amount of items to generate every update.
    #Range: > 1
    count = 1
    #The number of ticks between every generation update.
    #Range: > 1 interval = 40
    #Set to true to enable automatically pushing to inventories above this block.
    pushes = true

Generators Thanks Drullkus for making a pretty model for them.

These are the default recipes, but obviously can be edited in data packs.

Tier 1 Recipe Tier 2 Recipe Tier 3 Recipe Tier 4 Recipe Tier 5 Recipe

Ченджлог

1.1.3Релиз1.15.2 · 31 июля 2024 г.
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.2.0Релиз1.16.1 · 31 июля 2024 г.
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.3.7Релиз1.16.2 · 31 июля 2024 г.
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.4.0Релиз1.18 · 31 июля 2024 г.
  • 1.4.0 Ported to Minecraft 1.18/Forge 38.0.17 and ran data gens
  • 1.3.8 Return correct stack count when getStackInSlot is called. (#19)
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.6.0Релиз1.19.2 · 31 июля 2024 г.
  • 1.6.0 1.19.2
  • 1.5.3 2022.04
  • 1.5.2 TeamCity Settup
  • 1.5.1 Fix deadlock in cache update during world unload.
  • 1.5.0 Update to 1.18.2
  • 1.4.0 Ported to Minecraft 1.18/Forge 38.0.17 and ran data gens
  • 1.3.8 Return correct stack count when getStackInSlot is called. (#19)
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.7.0Релиз1.19.3 · 31 июля 2024 г.
  • 1.7.0 1.19.3
  • 1.6.0 1.19.2
  • 1.5.3 2022.04
  • 1.5.2 TeamCity Settup
  • 1.5.1 Fix deadlock in cache update during world unload.
  • 1.5.0 Update to 1.18.2
  • 1.4.0 Ported to Minecraft 1.18/Forge 38.0.17 and ran data gens
  • 1.3.8 Return correct stack count when getStackInSlot is called. (#19)
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.5.2Релиз1.18.2 · 26 июля 2024 г.
  • 1.5.2 TeamCity Settup
  • 1.5.1 Fix deadlock in cache update during world unload.
  • 1.5.0 Update to 1.18.2
  • 1.4.0 Ported to Minecraft 1.18/Forge 38.0.17 and ran data gens
  • 1.3.8 Return correct stack count when getStackInSlot is called. (#19)
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.
1.5.3Релиз1.18.2 · 26 июля 2024 г.
  • 1.5.3 2022.04
  • 1.5.2 TeamCity Settup
  • 1.5.1 Fix deadlock in cache update during world unload.
  • 1.5.0 Update to 1.18.2
  • 1.4.0 Ported to Minecraft 1.18/Forge 38.0.17 and ran data gens
  • 1.3.8 Return correct stack count when getStackInSlot is called. (#19)
  • 1.3.7 Fixed timer being off by 1 tick
  • 1.3.6 Fixed timer being off by 1 tick
  • 1.3.5 Use my specific maven creds.
  • 1.3.4 Remove post
  • 1.3.3 Update gradle, FG, jenkins, move to official mappings, and fix #17
  • 1.3.2 Publish sources to maven as SRG names.
  • 1.3.1 Update Forge
  • 1.3.0 Ported to 1.16.2
  • 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
  • 1.2.1 Ported to 1.16.2 and re-run data gens
  • 1.2.0 1.16.1 port
  • 1.1.6 Ported to 1.16.2 and re-run data gens
  • 1.1.5 Updated loader version
  • 1.1.4 Ported to 1.16.1 and rerun data gens
  • 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
  • 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
  • 1.1.1 Fix version numbers.
  • 1.1.0 Update to 1.15.2
  • 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
  • 1.0.9 Update CobbleGenBlock.java
  • 1.0.8 insert message here
  • 1.0.7 now w/ less code #2
  • 1.0.6 now w/ less code
  • 1.0.5 revert Nonnull and getSlotLimit
  • 1.0.4 revert build.gradle
  • 1.0.3 added capability caching invalidate own cap when removed
  • 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
  • 1.0.1 Create Models and implement a few backend changes to support the models
  • 1.0.0 Update to finalized name.

Комментарии

Загружаем…