juh9870
juh9870
### Describe your suggestion Add more solid blocks to`#usefulrailroads:track_builder/ground_blocks` and `#usefulrailroads:track_builder/tunnel_blocks` tags, to make Track Builders more useful, right now they are very limited in what blocks they can place...
### Describe your suggestion Add recipes to craft Forged blocks from tetra. ### Why would you like this added/changed? When you want to build something out of Forged blocks, it...
### Describe your suggestion Add chisel block tags to all blocks tagged with chisel item tags ### Why would you like this added/changed? In this modpack, Chisel item tags got...
### Describe your suggestion Allow Clockwork Bee honeycomb to output Builder's Tea liquid, instead of only bottled version ### Why would you like this added/changed? Other bees who have bottle-only...
### Describe your suggestion Seared and scorched bricks in Tinkers Construct are tile entities, and so can't be used inside Framed Blocks, don't work correctly with Building Gadgets (replace and...
Text copied from my PR to benchmarks repo, but I was told to report this to issues in this repo too > Currently, when using `self`, it's getting evaluated as...
When you have a ValMap `a` as a key for ValMap `b`, and then make changes to `a`, its hash code changes, and you can no longer use it to...
Code to replicate: ```js a = {} a.b = {} a.b.c = {} (@a.b).c ``` 
Currently, function definitions are statements. They might look like expressions, but that's an illusion. Here is an example: ```js funA = function(a,b) return a + b end function ``` While...
Currently, public structs from this crate don't implement `Debug` trait, which causes issues if I want to pass some toasts' creation options around (Commands pattern, for example), as well as...