Netheopoiesis is our entry to the Slimefun Addon Jam 2022. Created by Sefiraat and J3fftw

Overview



Netheopoiesis

Netheopoiesis is our entry to the Slimefun Addon Jam 2022. Created by Sefiraat and J3fftw

This addon has three main aims:

  • To bring life to the Nether, as per the Addon Jam's theme.
  • To create the potential for players to be able to play both Vanilla Minecraft and Slimefun solely in the nether, should they choose to
  • To make the nether a place suitable (and safe!) place to call home

A more detailed description of mechanics and details on plants can be found in my documentation wiki here

Purification

The primary mechanic of this addon is the Purification system. When you place/grow certain items from this addon in the nether, they will begin to lift the veil of darkness over the Nether in the surrounding area. This is the ' Purification Value'. Not only will the value increase but the blocks will change. These blocks become progressively more lush as you progress.

As a chunk's purification value increases, you will be rewarded with things that are not normally possible in the Nether:

  • Being able to sleep in a bed!
  • Being able to place water and grow new crops.
  • Nether Mob spawns will slowly be replaced with overworld mobs, respecting the Nether's day/light cycle.
  • Other Spawns will appear as the purification level gets higher including fish, random passive mobs and even wandering traders!
  • Specific mobs will become friendly while in purified ground
  • Bartering reaps greater rewards the higher the purification value
  • Travel to the end using the Ender Cake
  • Passive healing while in a purified region, increasing with the level of purification
  • In the latter stages, you are able to go beyond just purification being able to:
    • Create overworld biomes in the Nether
    • Convert massive lava lakes into water

And more...

Purification begins by finding a Purification Seed. This seed will kick-start your journey in the nether as, when placed, it will slowly begin to purify the surrounding blocks from Netherrack into Basic Purified Netherrack. Overtime you will learn how to purify the Netherrack further into more rich soil types, each with an increasing effect on the nearby purification value, leading us neatly into our second main mechanic...

Seeds

The secondary mechanic is a vast plant growing/breeding system. Starting with 2 purification seeds next to one another ( with an air block between them) you can begin to breed cloned seeds and mutate new variants. These new variants each do something unique from dropping materials, being harvestable for additional items, spawning mobs, pulsing beacon/potion effects, growing trees and more.

As a bonus each seed will also add to the nearby purification value, with more complex-bred seeds providing more.

An in-depth breeding dictionary is available to keep track of discovered breeds and more detailed information about a seed not initially available in the regular portion of the guide. Breeding requirements are hidden until the first time you discover one, so watch out for in-game feedback, for example black particles mean the plants cannot breed, so you best stop trying!

With a whopping 65 seeds currently available you'll have to do a lot of experimentation!

Hint: Breeding a purifying seed with another of the same type is a good way to discover new seeds each time you find a new one

Future Development

We had a lot of ideas for what we wanted to do here, but needed to keep the scope reasonable to ensure a completed product would be ready for the end of the Jam, so here are a list of our planned features after the results of the Jam:

  • A plant or other generation method for every overworld-only item
  • Legitimate sky access in the most purified areas

Credits

Big thank goes to GentlemanCheesy#2225 who made both the Viney and Spiney texture sets used for some plants within this addon. He made them in a very short time frame and, for those who may not know, each color and each shade as they grow had to be their own texture! Even the Spawning heads made by me in this addon used his as a base so massive kudos to him :)

Comments
  • breaking blocks in claim area (not sure)

    breaking blocks in claim area (not sure)

    put a nether beacon on nether beside a claimed place ( I don't have a person to try it with right now but it did broke mine when I put it outside of my claim and it did broke blocks inside of my claim so I'm worried it works even if people try to do)

    opened by RIPISDRAD 3
  • Cross addon

    Cross addon

    Allows items to be added to Netheo without warnings being thrown in the console as per https://github.com/Slimefun/Slimefun4/pull/3608 - Waited 9 days to allow servers to update first.

    opened by Sefiraat 2
  • Performance and balance tweaks

    Performance and balance tweaks

    • Change chunk polling to use coords, not chunk as it was loading the chunk.
    • Changed spreading seeds from trying to spread into unloaded chunks which would then try to load chunks
    • Lowered all DroppingSeed chances
    • Dropping seeds have a chance to wither away each time the produce, increasing in chance each time.
    opened by Sefiraat 1
  • MobManager

    MobManager

    This PR is to try to provide a way to spawn more mobs faster but correctly manage the amount and removal over time/shutdown

    Todo:

    • [x] Remove (manager) mobs when named
    • [x] Remove (manager) mobs that die or are removed via other means
    • [x] Remove (manager and world) that unload
    • [x] Remove (world) on addon disable
    • [x] Set up a categorisation system to enable a good distribution of mob types
    opened by Sefiraat 1
  • 1.18 Startup fix

    1.18 Startup fix

    One of the music discs added into the trades was 1.19+ only. We need to add it back in, but that can be done later as the current setup isn't suitable for versioned trades being added. For now we will remove it and bring it back later

    opened by Sefiraat 0
  • Piglin Trader Progression line

    Piglin Trader Progression line

    This PR is to add the Wandering Piglin and the progression mechanics around it:

    • [x] Adding Netheo Pastes crafted by in-world crushing recipes
    • [x] Adding Netheo Balls by in-world mixing recipe
    • [x] Adding flavour profile system
    • [x] Spawning the Piglin with striders
    • [x] Adding Trades
    opened by Sefiraat 0
  • Config dynamic updating, config options

    Config dynamic updating, config options

    New addition to the ConfigManager that will add new values to the config.yml as we add them without users having to regen their file (and maintains their custom settings).

    Added config settings for all the spawn cap types as well as the multipliers originally added for the Jam-Judges

    opened by Sefiraat 0
  • Update dependency io.github.baked-libs:dough-api to v1.2.0

    Update dependency io.github.baked-libs:dough-api to v1.2.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.github.baked-libs:dough-api | 1.1.3 -> 1.2.0 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Configure Renovate

    Configure Renovate

    Mend Renovate

    Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

    🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


    Detected Package Files

    • .github/workflows/maven.yml (github-actions)
    • pom.xml (maven)

    Configuration Summary

    Based on the default config's presets, Renovate will:

    • Start dependency updates only once this onboarding PR is merged
    • Enable Renovate Dependency Dashboard creation
    • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
    • Ignore node_modules, bower_components, vendor and various test/tests directories
    • Autodetect whether to pin dependencies or maintain ranges
    • Rate limit PR creation to a maximum of two per hour
    • Limit to maximum 10 open PRs at any time
    • Group known monorepo packages together
    • Use curated list of recommended non-monorepo package groupings
    • Fix some problems with very old Maven commons versions
    • Ignore spring cloud 1.x releases
    • Ignore web3j 5.0.0 release
    • Ignore http4s digest-based 1.x milestones
    • Use node versioning for @types/node
    • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
    • Do not upgrade from Alpine stable to edge

    🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


    What to Expect

    With your current configuration, Renovate will create 1 Pull Request:

    Update dependency io.github.baked-libs:dough-api to v1.2.0
    • Schedule: ["at any time"]
    • Branch name: renovate/io.github.baked-libs-dough-api-1.x
    • Merge into: master
    • Upgrade io.github.baked-libs:dough-api to 1.2.0

    ❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Remove addon-judges multipliers

    Remove addon-judges multipliers

    These multipliers were only for the judges to speed up the process as, I hear, they do not have an infinite amount of time to wait for things to grow :)

    opened by Sefiraat 0
  • Update actions/checkout action to v3.1.0

    Update actions/checkout action to v3.1.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | actions/checkout | action | minor | v3.0.2 -> v3.1.0 |


    Release Notes

    actions/checkout

    v3.1.0

    Compare Source


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Buckets (of water) stacking above 64

    Buckets (of water) stacking above 64

    When filling buckets in the Nether, they stack, even higher than 64. A fellow player got the same, but with empty buckets, that stacked to 64. The lagged stack can be moved by dragging from slot to slot. It does fall partially apart when trying to add or take items from the stack.

    https://user-images.githubusercontent.com/102395700/194729563-9dec6c32-8ede-49ef-bbc5-a62832944f03.mp4

    opened by Fracticus 5
  • Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.4.1

    Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.4.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.apache.maven.plugins:maven-shade-plugin | 3.3.0 -> 3.4.1 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Placing water on a slab removes the block above the slab

    Placing water on a slab removes the block above the slab

    As title says, placing water on top of a slab removes any vanilla blocks if they exist above the slab. In testing, if a Slimefun block (used Electric Furnace as a test) is above the slab, it glitches the block in a way that makes it hard to recover.

    Edit: There are also reports of water logged blocks, including chests that this happens with as well. Chests also lose the contents

    ezgif com-gif-maker (1)

    opened by Bunnky 0
  • turning seeds to head

    turning seeds to head

    Error Generated: 2022-09-10-23-37

    Java Environment: Operating System: Linux Java Version: 17.0.4

    Server Software: Paper Build: git-Paper-134 (MC: 1.19.2) Minecraft v1.19.2-R0.1-SNAPSHOT

    Slimefun Environment: Slimefun vDEV - 1027 (git 96c873bd) Caused by: Netheopoiesis vDEV - 11 (git 57ce4103)

    Installed Addons (57)

    • HardcoreSlimefun 1.0
    • EcoPower DEV - 5 (git 5c1ecd68)
    • DankTech2 DEV - 8 (git f2a8ab1f)
    • Netheopoiesis DEV - 11 (git 57ce4103)
    • MissileWarfare 1.6.16
    • SimpleStorage DEV - 10 (git ea5e5637)
    • GlobalWarming DEV - 11 (git 73ff77d4)
    • MiniBlocks DEV - 4 (git f7a34b6e)
    • SfChunkInfo DEV - 7 (git 30b6d0ef)
    • Bump Build 30 zh-CN(SlimefunGuguProject) (git 31e1bb3)
    • ExtraGear DEV - 13 (git c62047e2)
    • SFAdvancements DEV - 21 (git e6f6cf10)
    • SlimeHUD DEV - 7 (git fd655730)
    • SFCalc DEV - 37 (git dfc0fc41)
    • MobCapturer DEV - 21 (git f82c20fc)
    • TranscEndence DEV - 41 (git 98d7d47e)
    • AlchimiaVitae DEV - 22 (git 09618c12)
    • HotbarPets DEV - 38 (git fa6c871d)
    • SlimefunLuckyBlocks DEV - 36 (git 60f0c8dc)
    • ExoticGarden DEV - 78 (git 7f9a5f63)
    • HeadLimiter DEV - 14 (git 0a02e2fd)
    • Liquid DEV - 14 (git 0f5346bf)
    • SFMobDrops DEV - 6 (git d36aba47)
    • SoulJars DEV - 23 (git b8358a1f)
    • PotionExpansion DEV - 5 (git e2cfcd8a)
    • SlimyRepair DEV - 4 (git 790c41cb)
    • ExtraTools DEV - 36 (git 922c0324)
    • RelicsOfCthonia DEV - 6 (git 5ba8f971)
    • FoxyMachines DEV - 58 (git c2c2b8a7)
    • SlimefunOreChunks DEV - 15 (git 2520cb23)
    • SimpleMaterialGenerators DEV - 4 (git 5543cc8f)
    • DyeBench DEV - 5 (git ea20db26)
    • Supreme DEV - 11 (git 448154ef)
    • ElectricSpawners DEV - 23 (git 6ec96773)
    • Wildernether DEV - 5 (git 5be3da69)
    • CompressionCraft DEV - 23 (git 8a50d1d6)
    • VillagerUtil DEV - 1 (git 0a949b19)
    • ExtraHeads DEV - 23 (git 0b59a770)
    • SlimyTreeTaps DEV - 20 (git 963f0383)
    • FlowerPower DEV - 15 (git 35662ced)
    • PrivateStorage DEV - 18 (git 5832db21)
    • Galactifun DEV - 70 (git c69305ef)
    • FluffyMachines DEV - 126 (git cc67cc03)
    • DyedBackpacks DEV - 17 (git 8b329e96)
    • SoundMuffler DEV - 24 (git ae8e2bf7)
    • LiteXpansion DEV - 181 (git 79885526)
    • FNAmplifications DEV - 79 (git 220e6eb2)
    • ElementManipulation DEV - 25 (git dffbefdc)
    • InfinityExpansion DEV - 140 (git 0098d2fb)
    • Networks DEV - 44 (git 2e7bc54c)
    • DynaTech DEV - 170 (git a5e7b101)
    • SimpleUtils DEV - 15 (git 4250fd5e)
    • SlimefunWarfare DEV - 81 (git a3f393c8)
    • SlimeTinker DEV - 77 (git 99a520b9)
    • CrystamaeHistoria DEV - 78 (git 340f1a94)
    • SlimeCustomizer DEV - 27 (git 3d8b02e5)
    • EMCTech DEV - 3 (git bdc78e46)

    Installed Plugins (87):

    • LuckyPanda DEV - 1 (git c8bd8dd7)
    • PlaceholderAPI 2.11.2
    • JoLe 1.1
    • ViaVersion 4.4.2
    • ViaBackwards 4.4.1
    • LuckPerms 5.4.41
    • VoidGen 2.2.1
    • OpenInv 4.2.1
    • ProtocolLib 5.0.0-SNAPSHOT-b600
    • LibsDisguises 10.0.31
    • Vault 1.7.3-b131
    • ViaRewind 2.0.2
    • Scoreboard-revision R4 1.1 RELEASE
    • SkinsRestorer 14.2.3
    • WorldEdit 7.2.12+6240-87f4ae1
    • Essentials 2.19.8-dev+2-b808511
    • AdvancedBan 2.3.0
    • TradeSystem 2.1.3
    • EssentialsChat 2.19.8-dev+2-b808511
    • TAB 3.1.2
    • WorldGuard 7.0.7+216b061
    • MythicMobs 5.1.4-3aa1b5d2
    • Slimefun DEV - 1027 (git 96c873bd)
    • HardcoreSlimefun 1.0
    • EcoPower DEV - 5 (git 5c1ecd68)
    • DankTech2 DEV - 8 (git f2a8ab1f)
    • Netheopoiesis DEV - 11 (git 57ce4103)
    • MissileWarfare 1.6.16
    • EssentialsSpawn 2.19.8-dev+2-b808511
    • SimpleStorage DEV - 10 (git ea5e5637)
    • GlobalWarming DEV - 11 (git 73ff77d4)
    • MiniBlocks DEV - 4 (git f7a34b6e)
    • SfChunkInfo DEV - 7 (git 30b6d0ef)
    • Bump Build 30 zh-CN(SlimefunGuguProject) (git 31e1bb3)
    • ExtraGear DEV - 13 (git c62047e2)
    • InteractiveChat 4.2.3.1
    • SFAdvancements DEV - 21 (git e6f6cf10)
    • SlimeHUD DEV - 7 (git fd655730)
    • SFCalc DEV - 37 (git dfc0fc41)
    • MobCapturer DEV - 21 (git f82c20fc)
    • Oneblock 1.0.7+
    • TranscEndence DEV - 41 (git 98d7d47e)
    • Shopkeepers 2.16.2
    • AlchimiaVitae DEV - 22 (git 09618c12)
    • HotbarPets DEV - 38 (git fa6c871d)
    • SlimefunLuckyBlocks DEV - 36 (git 60f0c8dc)
    • ExoticGarden DEV - 78 (git 7f9a5f63)
    • HeadLimiter DEV - 14 (git 0a02e2fd)
    • Liquid DEV - 14 (git 0f5346bf)
    • SFMobDrops DEV - 6 (git d36aba47)
    • SoulJars DEV - 23 (git b8358a1f)
    • GriefPrevention 16.18
    • PotionExpansion DEV - 5 (git e2cfcd8a)
    • Landlord 5.0.0-DEV+401699a
    • SlimyRepair DEV - 4 (git 790c41cb)
    • ExtraTools DEV - 36 (git 922c0324)
    • RelicsOfCthonia DEV - 6 (git 5ba8f971)
    • FoxyMachines DEV - 58 (git c2c2b8a7)
    • SlimefunOreChunks DEV - 15 (git 2520cb23)
    • StackMob 5.8.4
    • SimpleMaterialGenerators DEV - 4 (git 5543cc8f)
    • DyeBench DEV - 5 (git ea20db26)
    • Supreme DEV - 11 (git 448154ef)
    • ElectricSpawners DEV - 23 (git 6ec96773)
    • Wildernether DEV - 5 (git 5be3da69)
    • CompressionCraft DEV - 23 (git 8a50d1d6)
    • VillagerUtil DEV - 1 (git 0a949b19)
    • ExtraHeads DEV - 23 (git 0b59a770)
    • SlimyTreeTaps DEV - 20 (git 963f0383)
    • FlowerPower DEV - 15 (git 35662ced)
    • PrivateStorage DEV - 18 (git 5832db21)
    • Galactifun DEV - 70 (git c69305ef)
    • FluffyMachines DEV - 126 (git cc67cc03)
    • DyedBackpacks DEV - 17 (git 8b329e96)
    • SoundMuffler DEV - 24 (git ae8e2bf7)
    • LiteXpansion DEV - 181 (git 79885526)
    • FNAmplifications DEV - 79 (git 220e6eb2)
    • ElementManipulation DEV - 25 (git dffbefdc)
    • InfinityExpansion DEV - 140 (git 0098d2fb)
    • Networks DEV - 44 (git 2e7bc54c)
    • DynaTech DEV - 170 (git a5e7b101)
    • SimpleUtils DEV - 15 (git 4250fd5e)
    • SlimefunWarfare DEV - 81 (git a3f393c8)
    • SlimeTinker DEV - 77 (git 99a520b9)
    • CrystamaeHistoria DEV - 78 (git 340f1a94)
    • SlimeCustomizer DEV - 27 (git 3d8b02e5)
    • EMCTech DEV - 3 (git bdc78e46)

    Block Info: World: world_nether X: 609 Y: 61 Z: 375 Material: PLAYER_HEAD Block Data: org.bukkit.craftbukkit.v1_19_R1.block.impl.CraftSkullPlayer State: org.bukkit.craftbukkit.v1_19_R1.block.CraftSkull

    Ticker-Info: Type: Synchronized

    Slimefun Data: ID: NPS_SOUL_SEED Inventory: true Data: {"growth-stage":"6","id":"NPS_SOUL_SEED","plant-owner":"67c4b594-1851-3ffa-878b-51ccd2e8989f"}

    Stacktrace:

    java.lang.NullPointerException: Owner is null, has this been called correctly at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:907) at Netheopoiesis - DEV 11 (git 57ce4).jar//dev.sefiraat.netheopoiesis.api.items.NetherSeed.getOwner(NetherSeed.java:266) at Netheopoiesis - DEV 11 (git 57ce4).jar//dev.sefiraat.netheopoiesis.api.items.CruxSpreadingSeed.spread(CruxSpreadingSeed.java:63) at Netheopoiesis - DEV 11 (git 57ce4).jar//dev.sefiraat.netheopoiesis.api.items.CruxSpreadingSeed.onTickFullyGrown(CruxSpreadingSeed.java:41) at Netheopoiesis - DEV 11 (git 57ce4).jar//dev.sefiraat.netheopoiesis.api.items.NetherSeed.onTick(NetherSeed.java:160) at Netheopoiesis - DEV 11 (git 57ce4).jar//dev.sefiraat.netheopoiesis.api.items.NetherSeed$1.tick(NetherSeed.java:130) at Slimefun4 - DEV 1027 (git 96c87).jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:189) at Slimefun4 - DEV 1027 (git 96c87).jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.lambda$tickLocation$2(TickerTask.java:170) at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1493) at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:446) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1417) at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1193) at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) at java.base/java.lang.Thread.run(Thread.java:833)

    opened by RIPISDRAD 0
Owner
null
Welcome to the EHS robotics club's GitHub repository, this will also be used as our primary community center and means of communication. Also be sure to join our remind for on the go updates @EHSFTC21

NOTICE This repository contains the public FTC SDK for the Ultimate Goal (2020-2021) competition season. Formerly this software project was hosted her

null 5 Feb 25, 2022
InstaKill is a shitty addon for the Meteor Client created without knowledge of the code

InstaKill About InstaKill is a shitty addon for the Meteor Client created without knowledge of the code. The only thing this addon adds is InstaKill e

null 4 Jun 15, 2022
Robot Application for void, our 2022 Robot for FIRST Rapid React

void TODO insert cool void logo here Robot Application for void, our 2022 Robot for FIRST Rapid React Building To build the application locally, run .

FRC Team #862, Lightning Robotics 9 Apr 4, 2022
Hacktoberfest 2022 : Repository for open-source contributions towards Hacktoberfest 2022

Hacktoberfest 2022 OPEN Pull Request - FREE T-SHIRT's ?? DON'T COMMIT ~ PR REPO HAS BEEN EXCULDED ( DON'T KNOW THE EXACT REASON ~ RUMORS ARE THAT THIS

Saurabh Kumar 112 Jan 9, 2023
Cosmic Ink is a transcript application which was built with the help of Symbl AI and At Sign platform for back-end to store our data and authenticate

Cosmic-Ink Cosmic Ink is a transcript application which was built with the help of Symbl AI and At Sign platform for back-end to store our data and au

Venu Sai Madisetti 4 Dec 1, 2022
G&C (Good & Cheap) is a web application with the objective of ensuring sustainable consumption and production patterns in our cities.

MUBISOFT ECO Table of Contents G&C, Keep It Fresh! Sustainable Development Goals Application Requirements G&C, Keep It Fresh! G&C (Good & Cheap) is a

null 4 May 2, 2022
Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

Quick Start | Documentation | Discord | Twitter Create and run your java crypto trading bot in minutes Our Spring boot starter takes care of exchange

Cassandre 442 Jan 3, 2023
Served as the team leader to collaborate with another intern for a project and drew up our working schedule

Served as the team leader to collaborate with another intern for a project and drew up our working schedule, risk management plan, quality control plan, configuration management plan, etc Compiled codes for the front end and back end, composed the development documentation and explored SSM structure and MyBatis structure.

bright spark 2 Jan 17, 2022
This project shows how to configure basic auth to secure our rest API and basic transaction on Data JPA

Basic Atuthentication Spring Boot Data JPA, MySQL This project shows how to configure basic auth to secure our rest API and basic transaction on Data

Hafizullah Samim 1 Feb 10, 2022
Demo Repo for our CDC-based Strangler Fig Pattern Session @ VoxxedDays Romania 2021

Strangler Fig Pattern Demo Build applications Before being able to spin up the docker-compose based demo environment please make sure to successfully

Hans-Peter Grahsl 5 Feb 20, 2022
Compiler that compiles our language flowg to g-code (4th semester project)

flowg FlowG is a language that greatly simplifies manual g-code programming. It is a high-level language that supports functions, for loops, if statem

Mads Mogensen 4 Jun 15, 2022
Labymod-Addon für Journalisten auf dem Minecraft-Server GermanMiner.de

NewsAddon-GermanMiner-Labymod LabyMod-Addon für die Fraktion News auf dem Minecraft-Wirtschaftsserver GermanMiner.de Zu LabyMod, Zu GermanMiner Jeglic

Jan Heist 2 Nov 25, 2022
A service that executes binaries for Kodi's addon Elementum on Android without a W^X violation.

ElementumService A service that executes binaries for Kodi's addon Elementum on Android without a W^X violation. Download Use source https://StefanIlc

null 58 Dec 31, 2022
karasic addon for meteor client

Karasic Addon Addon for Meteor Client by Kiriyaga(ajaj#7615) https://discord.gg/chJNFZzTgq download jar file and run it with latest dev build of Meteo

киригай 14 Dec 2, 2022
Template mod to make an addon mod for Create fabric.

Create Fabric Addon Template This template mod comes pre-configured for developing an addon mod for Create on Fabric. Setup For environment setup inst

null 14 Dec 29, 2022
A suite of software tools and services created to support activity planning and sequencing needs of missions with modeling, simulation, scheduling and validation capabilities

Aerie A suite of software tools and services created to support activity planning and sequencing needs of missions with modeling, simulation, scheduli

NASA Advanced Multi-Mission Operations System 31 Jan 3, 2023
An application created using Android Studio, Java and Firebase DB to serve patients and doctors at a medical clinic.

MEDICAL CLINIC APP An application created using Android Studio, Java and Firebase DB to serve patients and doctors at a medical clinic. Patients are a

Anik Sarker 16 Jan 5, 2023
We have created a techblog website where a user can post technical posts and edit and update the post accordingly.

TechBlog Introduction - In this project we have created a technical blog website where we have provided functionalities such as 1) SignUp 2) Login 3)

Riya Vijay Vishwakarma 2 Jan 23, 2022
Word wrapping program created using Java and Scanner imports.

WordWrap Word wrapping program created using Java and Scanner imports. The program begins by asking the user to input a number for line width. This re

Nikhil Khanna 1 Jan 31, 2022