Old and archived; More recent development is in https://github.com/Create-Fabric/Create-Refabricated.

Overview
You might also like...

A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

jmeter-graph-tool-maven-plugin A maven plugin to create graphs using the JMeter Plugins CMDRunner from JMeter result files (*.jtl or *.csv) or using F

Nov 3, 2022

A small tools to play with JavaFX Color.derive() function - allows to create custom colors and to save those in color palettes.

A small tools to play with JavaFX Color.derive() function - allows to create custom colors and to save those in color palettes.

DeriveColorsFX This is not a serious application. Its a small tool where I just played with the method Color::deriveColor provided by JavaFX. Also its

Oct 9, 2022

Nightmare-text - This is a simple lib that help to create, titles, actionbars, hovers and click actions chat components.

Nightmare text This is a simple lib that help to create, titles, actionbars, hovers and click actions chat components. Setup public final class Testin

Mar 9, 2022

A JavaFX UI framework to create fully customized undecorated windows

A JavaFX UI framework to create fully customized undecorated windows

CustomStage A JavaFX undecorated stage which can fully be customized Donations If this project is helpful to you and love my work and feel like showin

Jan 6, 2023

CSS keyframe animation for JavaFX. Create animations like you would do with CSS.

CSS keyframe animation for JavaFX. Create animations like you would do with CSS.

JFXAnimation CSS keyframe animation for JavaFX. If you are using JFoenix JFXAnimation is included (currently version 1.0.0 only) Requirements JDK 8 an

Dec 28, 2022

Create your own auto-update framework

Create your own auto-update framework

Read the documentation, explore the JavaDoc, or see it in action Create a framework: design the environment and lifecycle (—bootstrap) to make your ow

Dec 29, 2022

A project that shows the different ways on how to create custom controls in JavaFX

JavaFX Custom Controls This project will show different ways on how to create custom controls in JavaFX. It will cover the following approaches: Resty

Sep 5, 2022

An Android library that allows you to easily create applications with slide-in menus.

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!

Jan 4, 2023

The goal of this project is to create AssertJ assertions for JavaFX (8).

The goal of this project is to create AssertJ assertions for JavaFX (8).

Jul 30, 2021
Comments
  • Runtime translations and config stuff

    Runtime translations and config stuff

    ~~This will eventually expand to other resource pack / data pack entries. Translations are just the start.~~

    ~~This is of course a draft as the branch is not complete.~~

    Update This is not only ARRP now, I also added config validation. Why? Yes.

    enhancement 
    opened by YTG1234 5
  • Cleanup Code

    Cleanup Code

    Well, it's not only that.

    • Cleaned up code
      • Used InteliiJ to format the code - there may be some mistakes
    • Removed mentions of TileEntity
    • Added some Gradle stuff
    • Renamed package to com.simibubi.create
    • GitHub Actions... yeah
    • Tbh just read the commits

    This branch should somehow be merged with the backport branch. I don't know how. Someone will have to resolve conflicts.

    opened by YTG1234 2
  • [ BUG ] Engineers goggles

    [ BUG ] Engineers goggles

    Version: 8a4b812 Branch: Master

    You are unable to:

    • Quick Equip Googles
    • Manually Equip Googles

    After Equipping via commands:

    • GUI for stress and speed does not show up
    opened by S-N00B-1 1
  • Unable to launch game

    Unable to launch game

    Using the Java 1.8 version of the mod along with the fabric API the game is unable to boot

    // There are four lights!
    
    Time: 13/03/21 4:21 PM
    Description: Initializing game
    
    java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'create'!
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    	at net.minecraft.class_310.<init>(class_310.java:437)
    	at net.minecraft.client.main.Main.main(Main.java:177)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
    	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
    	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
    Caused by: java.lang.NoClassDefFoundError: me/shedaniel/autoconfig/ConfigData
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    	at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:163)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    	at com.simibubi.create.Create.onInitialize(Create.java:44)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$2205/1495413647.accept(Unknown Source)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
    	... 11 more
    Caused by: java.lang.ClassNotFoundException: me.shedaniel.autoconfig.ConfigData
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    	at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:168)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    	... 19 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Thread: Render thread
    Stacktrace:
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    	at net.minecraft.class_310.<init>(class_310.java:437)
    
    -- Initialization --
    Details:
    Stacktrace:
    	at net.minecraft.client.main.Main.main(Main.java:177)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:497)
    	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
    	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
    	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
    
    -- System Details --
    Details:
    	Minecraft Version: 1.16.5
    	Minecraft Version ID: 1.16.5
    	Operating System: Windows 10 (amd64) version 10.0
    	Java Version: 1.8.0_51, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 553954576 bytes (528 MB) / 2013265920 bytes (1920 MB) up to 2147483648 bytes (2048 MB)
    	CPUs: 4
    	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    	Fabric Mods: 
    		advanced_runtime_resource_pack: Runtime Resource Pack 0.3.7
    		create: Create Fabric 0.1.0
    		fabric: Fabric API 0.32.0+1.16
    		fabric-api-base: Fabric API Base 0.2.1+9354966b7d
    		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
    		fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
    		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
    		fabric-command-api-v1: Fabric Command API (v1) 1.1.0+f9b3753b7d
    		fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
    		fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
    		fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
    		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
    		fabric-dimensions-v1: fabric-dimensions-v1 2.0.6+9354966b7d
    		fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.3+ca58154a7d
    		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
    		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
    		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
    		fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
    		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.3+ca58154a7d
    		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
    		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
    		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
    		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
    		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
    		fabric-models-v0: Fabric Models (v0) 0.2.1+ca58154a7d
    		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.1+ca58154a7d
    		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
    		fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
    		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.4+9354966b7d
    		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
    		fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
    		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
    		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.1+ca58154a7d
    		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
    		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.1+ca58154a7d
    		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
    		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
    		fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
    		fabric-rendering-v1: Fabric Rendering (v1) 1.5.1+ca58154a7d
    		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.2+ca58154a7d
    		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
    		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
    		fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
    		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
    		fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
    		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.6+ca58154a7d
    		fabricloader: Fabric Loader 0.11.1
    		java: Java HotSpot(TM) 64-Bit Server VM 8
    		minecraft: Minecraft 1.16.5
    	Launched Version: fabric-loader-0.11.1-1.16.5
    	Backend library: LWJGL version 3.2.2 build 10
    	Backend API: NO CONTEXT
    	GL Caps: 
    	Using VBOs: Yes
    	Is Modded: Definitely; Client brand changed to 'fabric'
    	Type: Client (map_client.txt)
    	CPU: <unknown>
    
    opened by S-N00B-1 1
The place to come for pair programming practice problems in your language, designed for new and old developers alike.

Coding Dojo About The Coding Dojo is a project and weekly meetup hosted by Code Connector to offer opportunities for learning, mentoring, and practici

Code Connector 55 Nov 18, 2022
Visualizes the communication (http, https, sns, sqs, kafka, ...) between many projects.

Distributed Communication Visualization This tool analyzes JAR files and creates a diagram to show incoming/outgoing HTTP(S) traffic event receivers a

Hapag-Lloyd AG 2 Nov 27, 2022
Yet another very simple java 3D software renderer using only standard 2D libraries (Java2D, AWT & Swing). Video: https://youtu.be/hWUX1t9f6zE

Another very simple 3D software renderer Another very simple 3D software renderer implemented in java using only standard libraries (java 2D, AWT & Sw

Leo 13 Oct 17, 2022
InstallRepos - Install GitHub Repository on any Operating System (Linux, MacOS or Windows).

Install Repos Install GitHub Repository on any Operating System (Linux, MacOS or Windows). Requires Java JRE 17.0.0.1 or later. Repository Includes: s

Tushar Chaurasia 2 Apr 21, 2022
ldts-project-assignment-g0103 created by GitHub Classroom

LDTS_T01_G03 - Maze Conqueror Game Description The game consists of solving procedurally generated mazes as fast as possible while avoiding any obstac

Eduardo Correia 1 May 23, 2022
Reactive event streams, observable values and more for JavaFX.

ReactFX ReactFX is an exploration of (functional) reactive programming techniques for JavaFX. These techniques usually result in more concise code, le

Tomas Mikula 360 Dec 28, 2022
Source Code for 'More Java 17' by Kishori Sharan and Peter Späth

Apress Source Code This repository accompanies More Java 17 by Kishori Sharan and Peter Späth (Apress, 2021). Download the files as a zip using the gr

Apress 8 Oct 27, 2022
A collection of tools and libraries for easier development on the JavaFX platform!

This project is archived I do not realistically have the time to take care of this project, unfortunately. It originally was built along a Twitter cli

Tristan Deloche 100 Dec 13, 2022
Solution for rapid development of specific enterprise software

Open-Lowcode Lowcode framework for enterprises Open Lowcode allows organizations develop quickly specific applications, and scale them with a minimum

Open Lowcode 176 Nov 28, 2022
DataFX - is a JavaFX frameworks that provides additional features to create MVC based applications in JavaFX by providing routing and a context for CDI.

What you’ve stumbled upon here is a project that intends to make retrieving, massaging, populating, viewing, and editing data in JavaFX UI controls ea

Guigarage 110 Dec 29, 2022