Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1e78329
Added moss carpets
seventh-june Apr 2, 2026
adfe162
bricks
seventh-june Apr 2, 2026
83e7e4f
coral and mud and spotless
seventh-june Apr 2, 2026
f1e0b7f
rocks
seventh-june Apr 3, 2026
f1e06b5
spotless
seventh-june Apr 3, 2026
1820a62
didnt need extra glass
seventh-june Apr 3, 2026
ef3a2ce
Merge branch 'master' into chisel-by-june
seventh-june Apr 5, 2026
c987cf1
optimizing images (#84)
github-actions[bot] Apr 5, 2026
707081c
album blocks and brutalist blocks, now with recipes
seventh-june Apr 17, 2026
2e87571
added road blocks
seventh-june Apr 18, 2026
eba2ecb
optimizing images (#85)
github-actions[bot] Apr 18, 2026
be4bd03
spotlessApply (#86)
github-actions[bot] Apr 18, 2026
9551d52
more roads
seventh-june Apr 19, 2026
ba97bfc
optimizing images (#87)
github-actions[bot] Apr 19, 2026
c07ba45
Merge branch 'master' into chisel-by-june
UltraProdigy Apr 21, 2026
9f35017
Merge branch 'master' into chisel-by-june
UltraProdigy Apr 23, 2026
3c50b1c
Merge branch 'master' into chisel-by-june
Dream-Master Apr 23, 2026
34936cb
alabaster, porcelain shipped and album blocks fixed
seventh-june Apr 24, 2026
6a638d7
optimizing images (#92)
github-actions[bot] Apr 24, 2026
b9a8579
spotlessApply (#93)
github-actions[bot] Apr 24, 2026
00ae39b
fixed bricks
seventh-june Apr 24, 2026
cb0c29f
Merge remote-tracking branch 'upstream/chisel-by-june' into chisel-by…
seventh-june Apr 24, 2026
56a73a2
improve titanium and tungstensteel ctm assets
seventh-june Apr 24, 2026
f4cd3a8
last set of cleanups and fixes
seventh-june Apr 24, 2026
3801ab1
optimizing images (#94)
github-actions[bot] Apr 24, 2026
8b6b164
Update src/main/resources/assets/chisel/lang/en_US.lang
UltraProdigy Apr 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
408 changes: 397 additions & 11 deletions src/main/java/team/chisel/Features.java

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions src/main/java/team/chisel/init/ChiselBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@ public final class ChiselBlocks {
public static final BlockCarvable rpp = null;
public static final BlockCarvable iridium = null;
public static final BlockCarvable osmium = null;
public static final BlockCarvable coral = null;
public static final BlockCarvable mud = null;
public static final BlockCarvable albumblock = null;
public static final BlockCarvable albumblock2 = null;
public static final BlockCarvable brickCustom2 = null;
public static final BlockCarvable brutalism = null;
public static final BlockCarvable road = null;
public static final BlockCarvable porcelain = null;
public static final BlockCarvable alabaster = null;

private ChiselBlocks() {}
}
158 changes: 158 additions & 0 deletions src/main/resources/assets/chisel/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ tile.diorite.3.desc=Diorite Bricks
tile.diorite.4.desc=Ornate Diorite
tile.diorite.5.desc=Prismatic Diorite
tile.diorite.6.desc=Diorite Small Tiles
tile.diorite.7.desc=Cobbled Diorite
tile.diorite.8.desc=Mossy Diorite
tile.diorite.9.desc=Modern Diorite
tile.diorite.10.desc=Modern Polished Diorite
tile.diorite.11.desc=Biotite-Rich Diorite
tile.diorite.12.desc=Hornblende-Rich Diorite

#Andesite
tile.chisel.andesite.name=Andesite
Expand All @@ -111,6 +117,11 @@ tile.andesite.3.desc=Andesite Bricks
tile.andesite.4.desc=Ornate Andesite
tile.andesite.5.desc=Prismatic Andesite
tile.andesite.6.desc=Andesite Small Tiles
tile.andesite.7.desc=Cobbled Andesite
tile.andesite.8.desc=Mossy Andesite
tile.andesite.9.desc=Modern Andesite
tile.andesite.10.desc=Modern Polished Andesite
tile.andesite.11.desc=Weathered Andesite

#Granite
tile.chisel.granite.name=Granite
Expand All @@ -121,6 +132,11 @@ tile.granite.3.desc=Granite Bricks
tile.granite.4.desc=Ornate Granite
tile.granite.5.desc=Prismatic Granite
tile.granite.6.desc=Granite Small Tiles
tile.granite.7.desc=Cobbled Granite
tile.granite.8.desc=Mossy Granite
tile.granite.9.desc=Modern Granite
tile.granite.10.desc=Modern Polished Granite
tile.granite.11.desc=Granitic Mineral Sand

#Auto Chisel
tile.chisel.autoChisel.name=Auto Chisel
Expand Down Expand Up @@ -949,11 +965,24 @@ tile.chisel.present.desc=A pretty present chest

#Brick
tile.chisel.brickCustom.name=Brick Block
tile.chisel.brickCustom2.name=Brick Block
tile.brickCustom.1.desc=Large Bricks
tile.brickCustom.2.desc=Mortarless Bricks
tile.brickCustom.3.desc=Varied Bricks
tile.brickCustom.4.desc=Oops! All Mortar!
tile.brickCustom.5.desc=Aged Bricks
tile.brickCustom.6.desc=Yellow Bricks
tile.brickCustom.7.desc=Brick Tile
tile.brickCustom.8.desc=Brick Panel
tile.brickCustom.9.desc=Brown Bricks
tile.brickCustom.10.desc=Modern Bricks
tile.brickCustom.11.desc=White Bricks
tile.brickCustom.12.desc=Black Bricks
tile.brickCustom.13.desc=Sooty Bricks
tile.brickCustom.14.desc=Mossy Bricks
tile.brickCustom.15.desc=Neutral Bricks
tile.brickCustom2.0.desc=Left-Bordered Bricks
tile.brickCustom2.1.desc=Right-Bordered Bricks

#Chisel 1

Expand Down Expand Up @@ -1224,6 +1253,7 @@ tile.diamond.9.desc=Small Diamond Blocks
tile.diamond.10.desc=Small Ornate Diamond Blocks
tile.diamond.11.desc=Zelda Diamond Block
tile.diamond.12.desc=Diamond Block with Ornate Layer
tile.diamond.13.desc=Modern Diamond Block

#Snakestone
tile.chisel.snakestoneSand.name=Sand Snakestone
Expand All @@ -1250,6 +1280,7 @@ tile.glass.15.desc=Modern Iron Fence

tile.chisel.glass2.name=Glass
tile.glass2.0.desc=Asymmetrical Leaded Glass
tile.glass2.1.desc=Modern Glass

#Sandstone
tile.chisel.sandstone.name=Sandstone
Expand Down Expand Up @@ -1374,6 +1405,7 @@ tile.gold.11.desc=Gold Block with Star Decoration
tile.gold.12.desc=Golden Star in Purple Obsidian
tile.gold.13.desc=Golden Star in Obsidian
tile.gold.14.desc=Simple Gold Block
tile.gold.15.desc=Modern Gold Block

#Glowstone
tile.chisel.glowstone.name=Glowstone
Expand Down Expand Up @@ -1403,6 +1435,7 @@ tile.lapis.5.desc=Lapis Tile
tile.lapis.6.desc=Lapis Panel
tile.lapis.7.desc=Smooth Lapis
tile.lapis.8.desc=Lapis with Ornate Layer
tile.lapis.9.desc=Modern Lapis

#Emerald Blocks
tile.chisel.emerald_block.name=Emerald Block
Expand All @@ -1417,6 +1450,7 @@ tile.emerald.8.desc=Emerald Bismuth
tile.emerald.9.desc=Small Emerald Blocks
tile.emerald.10.desc=Small Ornate Emerald Blocks
tile.emerald.11.desc=Ornate Emerald Block
tile.emerald.12.desc=Modern Emerald Block

#Nether Brick
tile.chisel.nether_brick.name=Nether Brick
Expand Down Expand Up @@ -2767,6 +2801,7 @@ tile.sheetmetal.9.desc=Treading (Rusty)

#Moss
tile.chisel.moss.name=Moss
tile.chisel.moss_carpet.name=Moss Carpet
tile.moss.0.desc=Lush
tile.moss.1.desc=Pale
tile.moss.2.desc=Dark
Expand Down Expand Up @@ -2810,6 +2845,129 @@ tile.newetalOre.5.desc=Egregious
tile.newetalOre.6.desc=Scaffolding
tile.newetalOre.7.desc=Thermal

tile.chisel.coral.name=Coral
tile.coral.0.desc=Brain Coral
tile.coral.1.desc=Bubble Coral
tile.coral.2.desc=Fire Coral
tile.coral.3.desc=Horn Coral
tile.coral.4.desc=Tube Coral
tile.coral.5.desc=Dead Brain Coral
tile.coral.6.desc=Dead Bubble Coral
tile.coral.7.desc=Dead Fire Coral
tile.coral.8.desc=Dead Horn Coral
tile.coral.9.desc=Dead Tube Coral
tile.coral.10.desc=Brain Coral Bricks
tile.coral.11.desc=Bubble Coral Bricks
tile.coral.12.desc=Fire Coral Bricks
tile.coral.13.desc=Horn Coral Bricks
tile.coral.14.desc=Tube Coral Bricks
tile.coral.15.desc=Dead Coral Bricks

tile.chisel.mud.name=Mud
tile.mud.0.desc=Black Mud
tile.mud.1.desc=Loamy Mud
tile.mud.2.desc=Carbonate Mud (Marl)
tile.mud.3.desc=Brown Mud
tile.mud.4.desc=Packed Mud
tile.mud.5.desc=Rooted Mud
tile.mud.6.desc=Mud Bricks

tile.chisel.albumblock.name=Musical Block
tile.chisel.albumblock2.name=Musical Block
tile.album.0.desc=That Green Gentleman
tile.album.1.desc=Pretty Odd
tile.album.2.desc=Laminated Denim
tile.album.3.desc=Dogmatica
tile.album.4.desc=And the Sky Opened Up
tile.album.5.desc=Route Guano
tile.album.6.desc=A Spell Over the West
tile.album.7.desc=I Built With Someone In Fall Out Boy And All I Got Was This Stupid Block Made About Me
tile.album.8.desc=Crumbling Castle
tile.album.9.desc=Evil Star
tile.album.10.desc=Gaia
tile.album.11.desc=Spacesick
tile.album.12.desc=Reactor
tile.album.13.desc=Resignation
tile.album.14.desc=Dead!
tile.album.15.desc=Having Too Much Fun
tile.album2.16.desc=The Cork Tree
tile.album2.17.desc=Cooperstown
tile.album2.18.desc=The Most Fun a Girl Can Have

tile.chisel.brutalism.name=Brutalist Block
tile.brutalism.0.desc=Plain Cement
tile.brutalism.1.desc=Cement Bricks
tile.brutalism.2.desc=Leafy Ecobrutalism
tile.brutalism.3.desc=Flowering Ecobrutalism
tile.brutalism.4.desc=Faux Window
tile.brutalism.5.desc=Heavily Weathered Cement
tile.brutalism.6.desc=Heavily Weathered Cement Bricks
tile.brutalism.7.desc=Reinforced Cement
tile.brutalism.8.desc=Rimmed Cement
tile.brutalism.9.desc=Lightly Weathered Cement

tile.chisel.porcelain.name=Porcelain Block
tile.porcelain.0.desc=Plain Porcelain
tile.porcelain.1.desc=Cracked Porcelain
tile.porcelain.2.desc=Kintsugi
tile.porcelain.3.desc=Blue Porcelain Tiles
tile.porcelain.4.desc=Red Porcelain Tiles
tile.porcelain.5.desc=Blue Porcelain Fish
tile.porcelain.6.desc=Blue Porcelain Flower
tile.porcelain.7.desc=Red Porcelain Dragon
tile.porcelain.9.desc=Red Porcelain Pillar
tile.porcelain.10.desc=Red And Blue Porcelain Tiles
tile.porcelain.11.desc=Kintsugi Tiles
tile.porcelain.12.desc=Polished Porcelain
tile.porcelain.13.desc=Faux Ivory

tile.chisel.alabaster.name=Alabaster Block
tile.alabaster.0.desc=Calcite-Rich
tile.alabaster.1.desc=Chartreuse
tile.alabaster.2.desc=Lavender
tile.alabaster.3.desc=Lilac
tile.alabaster.4.desc=Mauve
tile.alabaster.5.desc=French Grey
tile.alabaster.6.desc=Peach
tile.alabaster.7.desc=Periwinkle
tile.alabaster.8.desc=Sage Green
tile.alabaster.9.desc=Sky Blue
tile.alabaster.10.desc=Cream

tile.chisel.road.name=Road Block
tile.chisel.road2.name=Road Block
tile.road.0.desc=Asphalt
tile.road.1.desc=Crosswalk
tile.road.2.desc=Double White Lines
tile.road.3.desc=Double Yellow Lines
tile.road.4.desc=Dirt Road
tile.road.5.desc=Diverging Lane Marking
tile.road.6.desc=Dotted White Line
tile.road.7.desc=Dotted Yellow Line
tile.road.8.desc=Single Yellow Line - East
tile.road.9.desc=Single Yellow Line - North
tile.road.10.desc=Single Yellow Line - South
tile.road.11.desc=Single Yellow Line - West
tile.road.12.desc=Left Lane
tile.road.13.desc=Right Lane
tile.road.14.desc=Thick White Line
tile.road.15.desc=White Outlined Road
tile.road.16.desc=Passing Lane - East
tile.road.17.desc=Passing Lane - North
tile.road.18.desc=Passing Lane - South
tile.road.19.desc=Passing Lane - West
tile.road.20.desc=Double Yellow Lines With Reflectors
tile.road.21.desc=Solid Yellow Line - East/West
tile.road.22.desc=Solid Yellow Line - North/South
tile.road.23.desc=Converging Lane Marking
tile.road.24.desc=White Painted Asphalt
tile.road.25.desc=Yellow Painted Asphalt
tile.road.26.desc=Gravel Road
tile.road.27.desc=Solid White Line - North/South
tile.road.28.desc=Solid White Line - East/West
tile.road.29.desc=Weathered Asphalt
tile.road.30.desc=Weathering Asphalt
tile.road.31.desc=Overgrown Dirt Road

tile.chisel.amber.name=Block of Amber
tile.chisel.bloodBrick.name=Bloodstone Brick
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading