Git Product home page Git Product logo

biomesapi's Introduction

I'm a self taught developer


๐Ÿง About Me

Some information about me.

๐Ÿ•‘๏ธŽ Time Zone: Mountain Standard Time

๐Ÿ’ฌ Programming Languages: 
Java                   301 hrs 50 mins                 60.61 % 
Kotlin                 90 hrs 9 mins                   18.13 % 
Rust                   49 hrs 47 mins                  10.00 % 
Skript                 25 hrs 45 mins                  05.17 % 
Javascript             16 hrs 24 mins                  03.29 % 

๐Ÿ”ฅ Editors: 
Intellij Ultimate      345 hrs 23 mins                 69.50 % 
VS Code                94 hr 25 mins                   19.00 % 
CLion                  17 hrs 30 mins                  03.52 %

๐Ÿ’ป Operating System: 
Windows                517 hrs 39 mins                 92.58 % 
Linux                  41 hrs 18 mins                  07.42 %

(Last Updated: Feburary 9th, 2024)

๐ŸŽ‰ Current Projects

These are my current open-source projects.

๐Ÿง BiomesAPI          87 commits                       57.89 % 
โญ Munch              45 commits                       42.11 % 

biomesapi's People

Contributors

mastriel avatar outspending avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

biomesapi's Issues

(Purpur 1.20.4) java.lang.NoSuchFieldError: B

Using the AmbientParticle setting in the CustomBiome builder causes a crash of java.lang.NoSuchFieldError: B
Im using Purpur server in the 1.20.4 version, only using my own plugin and FAWE (FastAsyncWorldEdit)

The code is literally the example code that is located in the wiki.
CODE:
CustomBiome biome = CustomBiome.builder() // Creates a new biome builder
.resourceKey(BiomeResourceKey.of("test", "custombiome")) // Resource key for the biome aka "test:custombiome" (These cannot be registered twice, the resource keys MUST be different than other biomes.)
.particleRenderer(ParticleRenderer.of(AmbientParticle.CLOUD, 0.001F)) // Ambient Particles for the biome (Not Required)
.settings(BiomeSettings.builder() // Biome settings (Required, default settings are used if not provided)
.depth(0.1F) // Depth of the biome (Required, default is 0.1F)
.scale(0.2F) // Scale of the biome (Required, default is 0.2F)
.temperature(0.3F) // Temperature of the biome (Required, default of 0.3F)
.downfall(0.4F) // Downfall of the biome (Required, default is 0.4F)
.modifier(BiomeTempModifier.NONE) // Temperature modifier of the biome (Required, default is NONE)
.build())
.fogColor("#db4929") // Fog color of the biome (Required)
.foliageColor("#22c1c8") // Foliage color of the biome (Not Required)
.skyColor("#c8227d") // Sky color of the biome (Required)
.waterColor("#c82222") // Water color of the biome (Required)
.waterFogColor("#b9de2e") // Water fog color of the biome (Required)
.grassColor("#40df8b") // Grass color of the biome (Not Required)
.build();

ERROR LOG:
[19:52:18] [Server thread/ERROR]: Error occurred while enabling TLL3 v1.0-alpha (Is it up to date?)
java.lang.NoSuchFieldError: B
at me.outspending.biomesapi.renderer.AmbientParticle.(AmbientParticle.java:52) ~[TLL3-1.0-alpha.jar:?]
at com.tll3.Misc.World.Biomes.(Biomes.java:17) ~[TLL3-1.0-alpha.jar:?]
at com.tll3.TLL3.onEnable(TLL3.java:39) ~[TLL3-1.0-alpha.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:651) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:562) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:438) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:345) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1148) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326) ~[purpur-1.20.4.jar:git-Purpur-"544a2b6"]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

FULL SERVER LOG:
2024-02-10-1.log

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.