File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/io/github/dovecotmc/leadbeyond/common/reg
resources/assets/lead_beyond/lang Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ loom.platform=forge
1616 yarn_mappings =1.18.2+build.4
1717
1818# Mod Properties
19- mod_version =0.1.0d
19+ mod_version =0.1.0e
2020 maven_group =io.github.dovecotmc
2121 archives_base_name =LeadBeyond
2222 mod_id =lead_beyond
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class BlockReg {
5959 .register ();
6060 public static final RegistryEntry <SlidingDoorBlock > ESCAPEDOOR = LeadBeyond .REGISTRATE .get ().block ("escapedoor" , SlidingDoorBlock ::new )
6161 .transform (BuilderTransformers .slidingDoor ("escape" ))
62- .item ().properties (settings -> settings .group (LBItemGroup .INSTANCE )).build ()
62+ // .item().properties(settings -> settings.group(LBItemGroup.INSTANCE)).build()
6363 .properties (settings -> AbstractBlock .Settings .of (Material .METAL ).mapColor (MapColor .TERRACOTTA_CYAN ).sounds (BlockSoundGroup .NETHERITE ).nonOpaque ())
6464 .blockEntity (SlidingDoorTileEntity ::new ).renderer (() -> SlidingDoorRenderer ::new ).build ()
6565 .register ();
Original file line number Diff line number Diff line change 88 "block.lead_beyond.ticket_vendor" : " 售票机" ,
99 "block.lead_beyond.rz_seat" : " 软座" ,
1010 "block.lead_beyond.yz_seat2" : " 硬座" ,
11- "block.lead_beyond.passway" : " Passway " ,
11+ "block.lead_beyond.passway" : " 列车风挡 " ,
1212 "block.lead_beyond.yz_table" : " 硬座桌" ,
1313
1414 "message.lead_beyond.set_exit.true" : " 已设置成出口" ,
You can’t perform that action at this time.
0 commit comments