GithubHelp home page GithubHelp logo

mrbysco / candyworld Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 628 KB

Continuation on Candy World by ochotonida

Home Page: https://www.curseforge.com/minecraft/mc-mods/candy-world-recaramelized

License: MIT License

Java 100.00%
forge forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod

candyworld's Introduction

  • 👋 Hi, I’m @Mrbysco
  • 👀 I like to call myself a wannabe developer
  • ⛏️ I mostly make Minecraft mods

candyworld's People

Contributors

mrbysco avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

malikue

candyworld's Issues

[Suggestion]: Candy Corn maze

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Candy Corn Maze

[Suggestion]: Biome: Dessert

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

A Dessert biome

[Suggestion]: Mob: Gingerbread man

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Gingerbread man mob

[Suggestion]: Bubblegum trees

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Bubblegum trees

[Bug]: `preventModdedMobSpawn` config doesn't function due to not using .equals()

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

x

Mod version

x

Java version

x

Issue Description

preventModdedMobSpawn config fails.

This line: https://github.com/Mrbysco/CandyWorld/blob/main/src/main/java/com/mrbysco/candyworld/events/EventHandler.java#L29

should use .equals(s2) since these are strings being compared. Strings should never be compared with == or !=

So it should be:

  if(livingEntity.getType().getRegistryName().getNamespace().equals(CandyWorld.MOD_ID)) {

Additional Information

No response

[Suggestion]: Jawbreakers

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Massive jawbreakers instead amethyst geodes

The biomes can't generate with Terraforged mod

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

36.2.19

Mod version

0.1.0

Java version

openjdk version "11.0.13" 2021-10-19 LTS

Issue Description

Just as the said, the biomes can't generate with Terraforged mod.

Additional Information

No response

[Suggestion]: Biome: Cola Rivers

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

A Cola Rivers biome

[Suggestion]: Biome: Ice cream peaks

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Like a mountain with snow/ice-cream on top.
Made out of cone blocks and different toppings like syrup, caramel, sprinkles

[Suggestion]: Biome: Peppermint Forests

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

A Peppermint Forests biome

[Bug]: Some bugs of the mod

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

36.2.35

Mod version

1.16.5 0.1.3

Java version

java 8 341

Issue Description

A bug happened!

  1. The block under candy tree or chocolate tree is dirt not brownie block! And the sapling of candy tree or chocolate tree will transform the block under it into dirt when it grow up.
    2022-12-29_00 01 21

  2. The attacking model of gummy bears has some problems.
    2022-12-29_00 04 05

  3. The bottom of candyworld is not completely filled by bedrock.
    2022-12-29_00 05 45

  4. Liquid chocolate and candy behaves like air not liquid.

Additional Information

No response

[Suggestion]: Licorice

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Licorice generating where in vanilla "Deepslate" would generate

[Suggestion]: Biome: Wafer Canyon

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Wafer Canyon
Think of the Mesa biome… but it’s exchanging stacks of creme and whatever the wafer solids are.

Idea by: @Drullkus

[Bug]: Candy World Biomes still spawn after setting config to 0

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

36.2.28

Mod version

Latest version

Java version

Java 8 321

Issue Description

Joined an existing world with config set to 0, did /locatebiome and still found the cotton candy biome spawning in overworld

Additional Information

No response

[Suggestion]: Mob: Marshmallow Peep

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Marshmallow Peep mob

[Suggestion]: Biome: Rock Candy Mountains

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

A Rock Candy Mountains biome

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.