René's URL Explorer Experiment


Title: The new version isn't work on forge server 1.20.1 · Issue #1 · ClockworkMod/ClockworkModBilling · GitHub

Open Graph Title: The new version isn't work on forge server 1.20.1 · Issue #1 · ClockworkMod/ClockworkModBilling

X Title: The new version isn't work on forge server 1.20.1 · Issue #1 · ClockworkMod/ClockworkModBilling

Description: Данила, [23.01.2026 19:30] import dev.architectury.platform.forge.EventBuses; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.world.level.block.Block; impor...

Open Graph Description: Данила, [23.01.2026 19:30] import dev.architectury.platform.forge.EventBuses; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net....

X Description: Данила, [23.01.2026 19:30] import dev.architectury.platform.forge.EventBuses; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net....

Opengraph URL: https://github.com/ClockworkMod/ClockworkModBilling/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The new version isn't work on forge server 1.20.1","articleBody":"Данила, [23.01.2026 19:30]\nimport dev.architectury.platform.forge.EventBuses;\nimport net.minecraft.client.renderer.ItemBlockRenderTypes;\nimport net.minecraft.client.renderer.RenderType;\nimport net.minecraft.world.level.block.Block;\nimport net.minecraftforge.api.distmarker.Dist;\nimport net.minecraftforge.common.MinecraftForge;\nimport net.minecraftforge.event.AddReloadListenerEvent;\nimport net.minecraftforge.event.BuildCreativeModeTabContentsEvent;\nimport net.minecraftforge.eventbus.api.IEventBus;\nimport net.minecraftforge.fml.DistExecutor;\nimport net.minecraftforge.fml.common.Mod;\nimport net.minecraftforge.fml.config.ModConfig.Type;\nimport net.minecraftforge.fml.event.config.ModConfigEvent;\nimport net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent;\nimport net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent;\nimport net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;\nimport net.minecraftforge.registries.RegisterEvent;\nimport org.valkyrienskies.clockwork.ClockworkBlockEntities;\nimport org.valkyrienskies.clockwork.ClockworkBlocks;\nimport org.valkyrienskies.clockwork.ClockworkConfigUpdater;\nimport org.valkyrienskies.clockwork.ClockworkContraptions;\nimport org.valkyrienskies.clockwork.ClockworkEntities;\nimport org.valkyrienskies.clockwork.ClockworkItems;\nimport org.valkyrienskies.clockwork.ClockworkMod;\nimport org.valkyrienskies.clockwork.ClockworkPackets;\nimport org.valkyrienskies.clockwork.ClockworkParticles;\nimport org.valkyrienskies.clockwork.ClockworkSounds;\nimport org.valkyrienskies.clockwork.util.AtmosphereParametersResolver;\n\n@Mod(\"vs_clockwork\")\npublic class ClockworkModForge {\n    public ClockworkModForge(FMLJavaModLoadingContext context) {\n        IEventBus modEventBus = context.getModEventBus();\n        context.registerConfig(Type.SERVER, ClockworkConfigUpdater.INSTANCE.getSERVER_SPEC(), \"valkyrienskies/clockwork/server.toml\");\n        context.registerConfig(Type.CLIENT, ClockworkConfigUpdater.INSTANCE.getCLIENT_SPEC(), \"valkyrienskies/clockwork/client.toml\");\n        modEventBus.addListener(this::onConfigLoading);\n        modEventBus.addListener(this::onConfigReloading);\n        EventBuses.registerModEventBus(\"vs_clockwork\", modEventBus);\n        ClockworkMod.INSTANCE.getREGISTRATE().registerEventListeners(modEventBus);\n        ClockworkSounds.register();\n        ClockworkParticles.init();\n        ClockworkBlocks.register();\n        ClockworkItems.register();\n        ClockworkBlockEntities.register();\n        modEventBus.addListener(this::onRegister);\n        ClockworkEntities.register();\n        ForgeClockworkEntities.register();\n        DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -\u003e () -\u003e modEventBus.addListener((event) -\u003e ClockworkParticles.initClient(event)));\n        ClockworkPackets.init();\n        DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -\u003e () -\u003e ClockworkModForgeClient.onCtorClient(modEventBus));\n        modEventBus.addListener(this::onClientSetup);\n        MinecraftForge.EVENT_BUS.addListener(this::registerResourceManagers);\n        modEventBus.addListener(ClockworkModForge::init);\n        ClockworkMod.init();\n        modEventBus.addListener(this::onTabModify);\n    }\n\n    private void onConfigLoading(ModConfigEvent.Loading event) {\n        ClockworkConfigUpdater.INSTANCE.update(event.getConfig());\n    }\n\n    private void onConfigReloading(ModConfigEvent.Reloading event) {\n        ClockworkConfigUpdater.INSTANCE.update(event.getConfig());\n    }\n\n    private void onRegister(RegisterEvent evt) {\n        ClockworkContraptions.init();\n    }\n\n    private void registerResourceManagers(AddReloadListenerEvent event) {\n        event.addListener(AtmosphereParametersResolver.INSTANCE);\n    }\n\n    private void onTabModify(BuildCreativeModeTabContentsEvent event) {\n        if (event.getTabKey() == ClockworkMod.INSTANCE.getBASE_CREATIVE_TABINFO()) {\n            event.m_246326_(ClockworkBlocks.BALLOON_CASING.m_5456_());\n        }\n\n    }\n\n    public static void init(FMLCommonSetupEvent event) {\n    }\n\nДанила, [23.01.2026 19:30]\nprivate void onClientSetup(FMLClientSetupEvent event) {\n        ItemBlockRenderTypes.setRenderLayer((Block)ClockworkBlocks.GOO_BLOCK.get(), RenderType.m_110466_());\n        ItemBlockRenderTypes.setRenderLayer((Block)ClockworkBlocks.SLICKER.get(), RenderType.m_110466_());\n    }\n\n\nis here\n\nClockworkMod.init(); maybe this\nor\nthis\npublic static void init(FMLCommonSetupEvent event) {\n    }","author":{"url":"https://github.com/egorpromainkraft1999-byte","@type":"Person","name":"egorpromainkraft1999-byte"},"datePublished":"2026-01-23T15:16:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1/ClockworkModBilling/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ddabf2e6-346c-bf35-52c5-c6678ad7af47
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9FF0:2D16FA:32AD720:48B18FC:6A567FE9
html-safe-nonce27dabad4a86c5b216fa31d5c7134cec6a47e67b8d7ec30c67db9b06a43e52e4c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RkYwOjJEMTZGQTozMkFENzIwOjQ4QjE4RkM6NkE1NjdGRTkiLCJ2aXNpdG9yX2lkIjoiNTUyNjk0OTE5NDU3NjA2ODU4NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6bb76c3ef866c9f37a0bdf56527d9b55e8869bf447fbf2bd85a5d3a0b1fa061f
hovercard-subject-tagissue:3847897383
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ClockworkMod/ClockworkModBilling/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/67e7388a4610c3a35d07a680fe14f75ff69b72e2d315581fed964f7ae178d57d/ClockworkMod/ClockworkModBilling/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/67e7388a4610c3a35d07a680fe14f75ff69b72e2d315581fed964f7ae178d57d/ClockworkMod/ClockworkModBilling/issues/1
og:image:altДанила, [23.01.2026 19:30] import dev.architectury.platform.forge.EventBuses; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameegorpromainkraft1999-byte
hostnamegithub.com
expected-hostnamegithub.com
None19b5ee9431dcfce15ab4b001d626e4e3a6ba1acb7be814813a52bbebd9a86ef5
turbo-cache-controlno-preview
go-importgithub.com/ClockworkMod/ClockworkModBilling git https://github.com/ClockworkMod/ClockworkModBilling.git
octolytics-dimension-user_id821722
octolytics-dimension-user_loginClockworkMod
octolytics-dimension-repository_id2177020
octolytics-dimension-repository_nwoClockworkMod/ClockworkModBilling
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id2177020
octolytics-dimension-repository_network_root_nwoClockworkMod/ClockworkModBilling
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefc131753d059926755b1ab26f13a2c96a692f5d7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ClockworkMod/ClockworkModBilling/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FClockworkMod%2FClockworkModBilling%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FClockworkMod%2FClockworkModBilling%2Fissues%2F1
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ClockworkMod%2FClockworkModBilling
Reloadhttps://github.com/ClockworkMod/ClockworkModBilling/issues/1
Reloadhttps://github.com/ClockworkMod/ClockworkModBilling/issues/1
Reloadhttps://github.com/ClockworkMod/ClockworkModBilling/issues/1
Please reload this pagehttps://github.com/ClockworkMod/ClockworkModBilling/issues/1
ClockworkMod https://github.com/ClockworkMod
ClockworkModBillinghttps://github.com/ClockworkMod/ClockworkModBilling
Notifications https://github.com/login?return_to=%2FClockworkMod%2FClockworkModBilling
Fork 8 https://github.com/login?return_to=%2FClockworkMod%2FClockworkModBilling
Star 12 https://github.com/login?return_to=%2FClockworkMod%2FClockworkModBilling
Code https://github.com/ClockworkMod/ClockworkModBilling
Issues 1 https://github.com/ClockworkMod/ClockworkModBilling/issues
Pull requests 0 https://github.com/ClockworkMod/ClockworkModBilling/pulls
Actions https://github.com/ClockworkMod/ClockworkModBilling/actions
Projects https://github.com/ClockworkMod/ClockworkModBilling/projects
Wiki https://github.com/ClockworkMod/ClockworkModBilling/wiki
Security and quality 0 https://github.com/ClockworkMod/ClockworkModBilling/security
Insights https://github.com/ClockworkMod/ClockworkModBilling/pulse
Code https://github.com/ClockworkMod/ClockworkModBilling
Issues https://github.com/ClockworkMod/ClockworkModBilling/issues
Pull requests https://github.com/ClockworkMod/ClockworkModBilling/pulls
Actions https://github.com/ClockworkMod/ClockworkModBilling/actions
Projects https://github.com/ClockworkMod/ClockworkModBilling/projects
Wiki https://github.com/ClockworkMod/ClockworkModBilling/wiki
Security and quality https://github.com/ClockworkMod/ClockworkModBilling/security
Insights https://github.com/ClockworkMod/ClockworkModBilling/pulse
The new version isn't work on forge server 1.20.1https://github.com/ClockworkMod/ClockworkModBilling/issues/1#top
https://github.com/egorpromainkraft1999-byte
egorpromainkraft1999-bytehttps://github.com/egorpromainkraft1999-byte
on Jan 23, 2026https://github.com/ClockworkMod/ClockworkModBilling/issues/1#issue-3847897383
@modhttps://github.com/mod
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.