You are browsing as a guest. Sign up (or log in) to start making projects!

xFN10x

@xFN10x

Joined May 31st, 2026

  • 37Devlogs
  • 4Projects
  • 2Ships
  • 15Votes
#2 java glazer in hackclub

https://xplate.dev
Ship Pending review

I am shipping bedrockR a3.0PRE, a pre-release to the next major alpha version a3.0. bedrockR has been my main project for about a year now, starting it in Summer Of Making last year.

This is the first bedrockR pre-release, you will most likely find bugs. Please report them here

Please also read https://github.com/xFN10x/bedrockR/blob/master/a3PRE-known-issues.md to make sure you aren’t reporting already known issues.

  • 12 devlogs
  • 67h
Try project → See source code →
Open comments for this post

7h 8m 4s logged

devlog 8

It’s time…

Yes, I’m finally shipping a3.0PRE. I thought i would have more time to release the whole version at once, but a new YSWS is starting today, and i haven’t released a bedrockR version in quite a while.

Resource Building (again)

I did fix the resources, so now they do build properly, but there are some weird bugs that i have no idea where to even start with… this is why i made a known issues file on the github, because im hoping i can narrow down what might be causing this.

What to expect from this release

This release is about 50% of the work that will be in a3.0, the release is lacking quite a few important things that the final release will have. Mainly workspace upgrading, new UI features, and more network features.

You almost certainly WILL find bugs, I NEED these reported, I don’t want an a2.0.2 situation again, where the whole program was found to be broken AFTER I shipped.

.

Anyways, this might very well be the last of me on Stardance, thank you for following my code optimization journey, and I hope you enjoy bedrockR!

0
0
13
Open comments for this post

3h 42m 42s logged

devlog 7

I wasn’t planning on making this… but seeing as im going to highschool for the first time in 30 minutes, uhhh… i think i should make this.

Resource Building

I finally started implementing resource building. Ive been doing all of this with plugins in mind, so its very flexible.

Well, this devlog is quite short, but… oh it doesn’t work… (well ill fix it when i have time)

New item & block selectors

I redid the Item selector, to make it easier to use, and program with, and I also removed the old block selector, seeing as it was literally the same class, but with some slightly different filtering…

This release

I’ve also decided that i should probably release this version in 2 releases, a3.0PRE, and a3.0, because i haven’t released any versions in over 4 months.

2
0
22
Open comments for this post

5h 14m 23s logged

devlog 6

this time, i didn’t take 10 hours to do something!

Yes, this devlog is only ~5 hours, not 10 lime usual, however, i did actually do something.

More Resource work

Now, you can actually use resources. You can select them in elements, and do things to them called “Resource tasks.” You execute them by right clicking them in the workspace view.

You can also FINALLY select them for blocks and such. (hopefully the video works)

General UI fixes

Ive also fixed some other UI things, mainly being the icons for UI looking kinda crunchy… its very obvious with the social icons. The issue was with werid java scaling stuff… but its fixed now.

I also changed the icon that the program uses from 1600x1600 to 1024x1024, because of some scaling artifacts.

Also, I implemented some old, custom window icons, that i never figured out how to use.

0
0
23
Open comments for this post

10h 8m 39s logged

devlog 5

i kinda underestimated how long i was coding for yesterday

I did more cleaning, and some more ui stuff. One of those was the social icons.

I finally finished adding back all of the RElementValues, so now i can focus on other things. One of those other things was fixing some block texture related things, like fixing a random bug i introduced, aaand also making the block downloading 10x faster….

Block Downloading

It was always annoying when trying to test bedrockR on other platforms, and i would have to sit through the block downloading… so i added a way to cancel it… but now i completely negated that problem; i multi-threaded it. Yea it actually seems like its 10x faster now, which is nice.

RMapValues rework

Just like with RElementValues, the class for RMapValue was huge… so now im doing the same thing with it; seperating it into different classes. So far, i dont have many reimplemented, but thats because i was doing something else;

Resource UI

Yes, im finally adding the new resource UI. I’ve started with remaking the resource tab, it looks pretty good so far, but i still need to do some work.

Now im gonna continue resource stuff

Changelog

  • add resource gui in RWorkspace, and icons (c7747e9)
  • Bump gradle-wrapper from 9.7.0 to 9.7.1 (48bbd25)
  • Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre (6dd20bc)
  • make resources appear i think (4ad3140)
  • fix layout (202dae9)
  • move abstract resource classes to a new package, rename some resource functions, and add new resource category function (c351bcc)
  • alright, i need to lock in, so now i actually need new resource ui (11154bb)
  • fix stuff with RMapElementValues and RElementValues + random code clean (a9d82e7)
  • fix top image, and make downloading 10x faster (d03cc6a)
  • rename item components, and start readding map values (72c30f1)
0
0
9
Open comments for this post

9h 33m 9s logged

devlog 4

pssst, hey i have a slack channel if you want more dev things

im not rewriting everything i said again, stardance utils deleted this whole thing, instead ill give you 1 sentence bullet points:

  • i redid the recipe screen
  • wow it was so bad
  • redid launch page
  • mmm smooth animation
  • also did a bunch of random ass things that i cant explain cause they were mostly like 1 line of code being altered…

also, stardance utils doesn’t edit this textbox correctly, so below should be the changelog v

Changelog

  • make this appear on the right screen (6d8b140)
  • make the recipe creation screen better (0660edd)
  • make this smooth (52e32fb)
  • clean (8e86c27)
  • fix the positioning (2c88991)
  • Bump gradle-wrapper from 9.6.1 to 9.7.0 (928260d)
  • clean, make help button a class (2fc07dc)
  • make windows open on the current screen the mouse is on (23ee12f)
  • add more greetings, and make it a record (6bbee27)
  • fix where windows open (f33af46)
1
0
50
Open comments for this post

9h 11m 36s logged

devlog 3, this is why you write clean code early

ok so the dreaded day has finally come…

The largest class in this program, RElementValue is finally being cleaned up. It is the thing you see when changing your settings, or when editing ANY element… it automatically changes depending on the type of the variable its targeting… but the code i wrote for it was SO BAD! 🥀

3 giant if statements, checking through each possible implemented type, making the class over 1300+ lines long.

However, I finally decided to redo the whole thing to continue my “code cleaning quest”

So now different types get their own classes, e. g, strings get; REStringValue booleans get; REBoolValue (not actually implemented yet), etc.

And as usual, this has NO effect on the user experience, which is… great to be putting so much effort into… but it has to be done before it gets to out of hand. (I promise im gonna start doing fun stuff soon 😅)

This is why you write clean code from the start.

0
0
19
Open comments for this post

8h 31m 16s logged

devlog 2, again

i kinda forgot to mention this… but im completely redoing the resource system…. oh wait i already did

yea i thought i said this last devlog, but cleaned more code, and redid most of the program again.

Resources instead of saving to one json file with the files, now save in a structured directory system, that you can see in the screenshot. (its actually a full workspace, but you get the idea.) Resources also are now their own classes, which makes it soooo much easier to add them… they are quite similar to how i programmed elements.

Right now, you can’t convert older workspaces to these new resource system one, but thatll be worked on later.

Time to do some ui!

(also i did more code cleaning, and i renamed a ton of stuff)

0
0
39
Open comments for this post

5h 56m 33s logged

devlog 1

Alright, I’m actually resuming normal development. I’M NOT MAKING THAT INSTALLER.

I expect to be doing a bunch of code clean, now that I have even MORE experience with java.
For release a2.2, I’m planning structures, but thats gonna take a bunch of work internally… because i’ll have to redo a bunch of stuff to make this program easier to work on.

I also MIGHT continue on the android version.

slack channel for more updates

1
0
165
Ship

Create: Stealth & Security is a Minecraft mod for 1.21.1 Neoforge that I decided to make because I like being able to spy on people…

This is the first neoforge mod I’ve developed & published.

I would reccomend playing this with the modrinth app if you already have it, with JEI and Jade.

  • 20 devlogs
  • 89h
  • 18.49x multiplier
  • 1317 Stardust
Try project → See source code →
Open comments for this post

3h 31m 26s logged

devlog 20, normal time now

vid link: https://youtu.be/H_7fsU2BupI

alright, im probably gonna ship soon. so i focaused on some touch up features.

recipes

everything has recipes now, even adding the finiranium sensor recipe that i forgot last update.

summaries

everything also has shift summaries, so now people can actually learn how to use the mod

I also added Nether Glass, right now it’s only used for the chunk detector recipe, but it will be able to block end sickness later on.

I’ll be mainly prioritizing my other project https://stardance.hackclub.com/projects/336 after this ship, but ill probably work on this a bit more.

0
0
9
Open comments for this post

7h 27m 10s logged

devlog 19… these features are quite difficult to fine tune

video cause stardance doesn’t work

alright so 8 hours again… this time i only did one feature, (and maybe some bug fixes…)

The chunk detector is finally done!

Now you can drop a log in, and try to catch that person stealing your diamonds every night!

formatting and other things aswell

I also fixed some formatting for things like tooltips, so they are much nicer to look at now. I also made the log screen bigger.

devlog 18… these features are quite difficult to fine tune

alright so 8 hours again… this time i only did one feature, (and maybe some bug fixes…)

The chunk detector is finally done!

Now you can drop a log in, and try to catch that person stealing your diamonds every night!

formatting and other things aswell

I also fixed some formatting for things like tooltips, so they are much nicer to look at now. I also made the log screen bigger.

oh yea stress

The two kinetic blocks; the Laser Diode, and Chunk detector also actually consume stress units now, actually the laser diode doesn’t yet… but it will… and ill increase the speed req of it.

oh yea stress

The two kinetic blocks; the Laser Diode, and Chunk detector also actually consume stress units now, actually the laser diode doesn’t yet… but it will… and ill increase the speed req of it.


now ill add a feature to obfuscate a players skin if they are invis.

1
0
17
Open comments for this post

8h 55m 34s logged

devlog 18… 9 hours 😅

ok so i normally would have devlogged after i got the ui done… but this ended up taking more time than i thought…

I finished the ui of the log, it took most of the time, and i also kinda did everything…

ui is done, i added some helpful utilities for loggable blocks, you can log things, omg this took so long, but there is really nothing else to say 😔..yet there are still a bunch of random things i need to fix

3
0
89
Open comments for this post

2h 54m 38s logged

devlog 17 or 16, im tired

alright, i put the chunk detector aside, and ive done a bunch of work on logs. Mostly just me trying to figure out how the hell Create’s menus work because they have no dev wiki 😔…

anyways, the log now has a texture ive done twice trying to figure out how to make it look like a piece of paper, and i also make a screen; (ignore how its using the old texture.)

The log is gonna be usable between different blocks as i said, and each entry is gonna have a target player or entity, message, and timestamp. And i might also add the source block.

I also forgot that i forgot to add a recipe to the finiranium detector…

0
0
14
Open comments for this post

1h 52m 49s logged

starting to work on the Chunk Detector.

I’ve started adding the new block, the Chunk Detector, which will log entries and exits of each entity in a chunk. It will log these in a new item, the Log. You will be able to use it to see different timed events of different blocks, like the Advanced Sight Sensor when i add it.

0
0
11
Open comments for this post

2h 34m 46s logged

Alright, I randomly decided to make this program so i could learn a bit of C++, and because my brother suggested this.

Im using Dear ImGui, and SDL3. This program will let you use your mouse as a virtual joystick.

It will also let you intercept an existing controller, so you could use some other software to map the keyboard to a controller, then intercept it with your mouse to add smooth aiming

In 2h 30m, I have… a window with nothing…

(NMouseJoy stands for “Native Mouse Joystick”)

0
0
6
Open comments for this post

3h 15m 41s logged

á la de vlóg numero quatre

(devlog 4 in extremely broken & incorrect spanish and latin.)

Rooms. I have implemented the room system, its pretty basic so far, but already pretty versitile. I have two test rooms now, testing out room exits, and even an exit in a pit.

I also actually finished the area name animation, and the sound effect. I actually made the sound effect over a year ago, and almost forgot about it.

Now I might start doing more ui stuff, and a title screen or something.

I also might try to start making the first real room in the game, to really try to show the art style. And to learn more about 3D modeling & Blender.

0
0
9
Open comments for this post

4h 5m 3s logged

devlog #2 & 3

(devlog 2 didnt work, so this is both of them.)

#2

I’ve finished the basic animations, falling, jumping, idleing, walking, and landing. I also improved the state machine so the animations feel fresh. I made it so that the animations are fully automatic, so i don’t directly change the animation, and its all blended together. Next im gonna tackle some room stuff.

#3

I have started tackling some room stuff. Before, i was testing in a scene with the room, and all the other stuff. Now, they are seperate.

In Godot, i can run the room scene, and it automaticly loads the player, GUI, and other stuff, thats in another scene.

Ive also started implementing areas, so far ive created an area resource, that holds a name. When you enter an area, it will show the name of it like a dark souls game.

Also, the cool detail under the name is the 2nd image asset i’ve made for the game.

0
0
7
Open comments for this post

2h 28m 30s logged

#1

I’ve added some more animations, of which i’ll probably improve later. Idle animation, Walking animation, Falling & Jumping are the animations so far. Tommorrow ill probably add more, and make the animation state machine better.

You can hear some music in this video, its one of the many songs i’ve made for this game already. It’s my favourite which is why it plays here. The game is gonna have a interesting song system; I won’t spoil it yet but just beware.

(edit: bro why cant this just be like gh markdown where linkbreaks are automatic 😔)

0
0
6
Open comments for this post

2h 6m 19s logged

Not even sure if im actually gonna finish this game here, but for a while ive been trying to make this game. First in unity, now in godot. Its been hard for me to feel inspired to make this because I was struggling to figure out how to implement the main character.

This game is 3D, but it will have 2D characters, so i was trying to figure out how to actually do this in godot, since 3d & 2d are seperate.

  • At first the game was fully 2d, so i had a character that was rigged up and stuff… that i deleted because i decided to go 3d.
  • Then I tried making the player in blender and using that… but im quite inexperienced with it, and im not sure how i would do animations.
  • THEN I made the player a 3D sprite, and attempted frame-by-frame animation… but with vectors, and a mouse, that was quite hard.
  • Finally though, I ended up using a viewport, so now i can have a 2D scene as the player. So now i can use 2D rigging.

I have a new rig now, and i’ve setup IK, so now im actually onto the animating step!

0
0
10
Loading more…

Followers

Loading…