This repository was archived by the owner on Mar 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
render/src/main/kotlin/top/fifthlight/blazerod/runtime/renderer
client/kotlin/top/fifthlight/armorstand
fabric_client/kotlin/top/fifthlight/armorstand/state Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ fabric_mod_json_jar(
2424
2525neoforge_mod_toml_jar (
2626 name = "neoforge_mod_toml" ,
27- src = "resources/META-INF/neoforge.mods.toml" ,
27+ src = "src/main/ resources/META-INF/neoforge.mods.toml" ,
2828 resource_strip_prefix = "blazerod" ,
2929 substitutions = {
3030 "${version}" : blazerod_version ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import net.minecraft.client.render.LightmapTextureManager
1515import net.minecraft.util.Identifier
1616import org.joml.Matrix4f
1717import org.joml.Vector2i
18+ import top.fifthlight.blazerod.BlazeRod
1819import top.fifthlight.blazerod.extension.*
1920import top.fifthlight.blazerod.render.setIndexBuffer
2021import top.fifthlight.blazerod.runtime.RenderScene
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ package top.fifthlight.armorstand.state
22
33import kotlinx.coroutines.flow.collectLatest
44import kotlinx.coroutines.flow.distinctUntilChanged
5+ import kotlinx.coroutines.flow.filterNotNull
6+ import kotlinx.coroutines.flow.map
57import kotlinx.coroutines.launch
68import net.minecraft.client.MinecraftClient
79import top.fifthlight.armorstand.ArmorStand
Original file line number Diff line number Diff line change 11package top.fifthlight.armorstand.ui.screen
22
33import kotlinx.coroutines.flow.distinctUntilChanged
4+ import kotlinx.coroutines.flow.map
45import kotlinx.coroutines.launch
56import net.minecraft.client.gui.screen.Screen
67import net.minecraft.client.gui.tab.TabManager
Original file line number Diff line number Diff line change 11package top.fifthlight.armorstand.ui.screen
22
3+ import kotlinx.coroutines.flow.map
34import net.minecraft.client.gui.DrawContext
45import net.minecraft.client.gui.screen.Screen
56import net.minecraft.client.gui.widget.ButtonWidget
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package top.fifthlight.armorstand.state
33import kotlinx.coroutines.flow.MutableStateFlow
44import kotlinx.coroutines.flow.collectLatest
55import kotlinx.coroutines.flow.distinctUntilChanged
6+ import kotlinx.coroutines.flow.map
67import kotlinx.coroutines.launch
78import net.fabricmc.fabric.api.client.networking.v1.ClientPlayConnectionEvents
89import net.fabricmc.fabric.api.networking.v1.PacketSender
You can’t perform that action at this time.
0 commit comments