Replies: 1 comment
-
My fault. I did not realize that i was running Paper and I needed to load the plugin server side. I notice that single player worked as expected. I modified my docker-compose.yml to support the mod with fabric and now all is great. ➜ cat docker-compose.yml
# https://docker-minecraft-server.readthedocs.io/en/latest/commands/
services:
mc:
image: itzg/minecraft-server
environment:
EULA: "true"
VERSION: 1.21.1
BROADCAST_CONSOLE_TO_OPS: true
ENABLE_STATUS: true
TYPE: "FABRIC" <-------------- Changed from Paper to FABRIC
ALLOW_CHEATS: true
GAMEMODE: survival
PVP: false
PLUGINS: |
https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/fabric <---- bridge console and java edition
https://cdn.modrinth.com/data/P7dR8mSH/versions/gQS3JbZO/fabric-api-0.103.0%2B1.21.1.jar <----- Fabric api plugin
ports:
- "0.0.0.0:25565:25565"
- "0.0.0.0:19132:19132/udp"
volumes:
- ./data:/data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am running this mod on macos using Modrinth. I am new to minecraft and I am running my own local server on java edition 1.21.1 using docker. https://hub.docker.com/r/itzg/minecraft-server
I am having trouble figuring out how to get started with the mod, everything loads but I cannot figure out how to craft the computer. There seems to be plenty of videos and documentation on the API it self. Sorry for the dumb question, but its been eating at me all day. Attached are my logs incase it is something with the installation. I would appreciate any guidance. Thank you!
null[20:21:23] [main/INFO]: Loading Minecraft 1.21.1 with Fabric Loader 0.16.5
[20:21:23] [main/INFO]: Loading 84 mods:
- boxlib 14.3.0
- cloth-config 15.0.130
-- cloth-basic-math 0.6.1
- computercraft 1.113.0
|-- cc_tweaked_cobalt 0.9.3
|-- com_electronwill_night-config_core 3.6.7
|-- com_electronwill_night-config_toml 3.6.7
|-- com_jcraft_jzlib 1.1.3
|-- io_netty_netty-codec-http 4.1.97
|-- io_netty_netty-codec-socks 4.1.97
-- io_netty_netty-handler-proxy 4.1.97
- dynamic_fps 3.6.3
-- net_lostluma_battery 1.1.0
- fabric-api 0.103.0+1.21.1
|-- fabric-api-base 0.4.42+6573ed8c19
|-- fabric-api-lookup-api-v1 1.6.68+b559734419
|-- fabric-biome-api-v1 13.0.29+5bd9f1bc19
|-- fabric-block-api-v1 1.0.22+0af3f5a719
|-- fabric-block-view-api-v2 1.0.10+6573ed8c19
|-- fabric-blockrenderlayer-v1 1.1.52+0af3f5a719
|-- fabric-client-tags-api-v1 1.1.15+6573ed8c19
|-- fabric-command-api-v1 1.2.49+f71b366f19
|-- fabric-command-api-v2 2.2.28+6ced4dd919
|-- fabric-commands-v0 0.2.66+df3654b319
|-- fabric-content-registries-v0 8.0.16+b559734419
|-- fabric-convention-tags-v1 2.0.21+7f945d5b19
|-- fabric-convention-tags-v2 2.6.1+9b16164119
|-- fabric-crash-report-info-v1 0.2.29+0af3f5a719
|-- fabric-data-attachment-api-v1 1.1.28+1daea21519
|-- fabric-data-generation-api-v1 20.2.18+16c4ae2519
|-- fabric-dimensions-v1 4.0.0+6fc22b9919
|-- fabric-entity-events-v1 1.7.0+2122d82819
|-- fabric-events-interaction-v0 0.7.12+ba9dae0619
|-- fabric-game-rule-api-v1 1.0.53+6ced4dd919
|-- fabric-item-api-v1 11.0.0+afdfc92119
|-- fabric-item-group-api-v1 4.1.5+3fc0e55219
|-- fabric-key-binding-api-v1 1.0.47+0af3f5a719
|-- fabric-keybindings-v0 0.2.45+df3654b319
|-- fabric-lifecycle-events-v1 2.3.12+6c1df36019
|-- fabric-loot-api-v2 3.0.14+3f89f5a519
|-- fabric-loot-api-v3 1.0.2+3f89f5a519
|-- fabric-message-api-v1 6.0.13+6573ed8c19
|-- fabric-model-loading-api-v1 2.0.0+fe474d6b19
|-- fabric-networking-api-v1 4.2.2+60c3209b19
|-- fabric-object-builder-api-v1 15.2.0+40875a9319
|-- fabric-particles-v1 4.0.2+6573ed8c19
|-- fabric-recipe-api-v1 5.0.12+6508971219
|-- fabric-registry-sync-v0 5.1.2+60c3209b19
|-- fabric-renderer-api-v1 3.4.0+c705a49c19
|-- fabric-renderer-indigo 1.7.0+c705a49c19
|-- fabric-renderer-registries-v1 3.2.68+df3654b319
|-- fabric-rendering-data-attachment-v1 0.3.48+73761d2e19
|-- fabric-rendering-fluids-v1 3.1.6+1daea21519
|-- fabric-rendering-v0 1.1.71+df3654b319
|-- fabric-rendering-v1 5.0.5+df16efd019
|-- fabric-resource-conditions-api-v1 4.3.0+8dc279b119
|-- fabric-resource-loader-v0 1.3.0+5659912919
|-- fabric-screen-api-v1 2.0.25+8b68f1c719
|-- fabric-screen-handler-api-v1 1.3.86+b559734419
|-- fabric-sound-api-v1 1.0.23+6573ed8c19
|-- fabric-transfer-api-v1 5.1.17+1db1cc1f19
-- fabric-transitive-access-wideners-v1 6.1.0+1daea21519
- fabric-language-kotlin 1.12.1+kotlin.2.0.20
|-- org_jetbrains_kotlin_kotlin-reflect 2.0.20
|-- org_jetbrains_kotlin_kotlin-stdlib 2.0.20
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.0.20
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.0.20
|-- org_jetbrains_kotlinx_atomicfu-jvm 0.25.0
|-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.1
|-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.1
|-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.6.1
|-- org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm 0.5.3
|-- org_jetbrains_kotlinx_kotlinx-io-core-jvm 0.5.3
|-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.7.1
|-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.7.1
-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.7.1
- fabricloader 0.16.5
-- mixinextras 0.4.1
- java 21
- minecraft 1.21.1
- modmenu 11.0.2
- placeholder-api 2.4.1+1.21
- xaerominimap 24.4.0
- xaeroworldmap 1.39.0
[20:21:23] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/Users/{COMPUTER_USERNAME}/Library/Application%20Support/ModrinthApp/meta/libraries/net/fabricmc/sponge-mixin/0.15.3+mixin.0.8.7/sponge-mixin-0.15.3+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
[20:21:23] [main/INFO]: Compatibility level set to JAVA_21
[20:21:24] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
[20:21:24] [Datafixer Bootstrap/INFO]: 226 Datafixer optimizations took 98 milliseconds
[20:21:26] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[20:21:26] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME}
[20:21:27] [Render thread/INFO]: [BoxLib]: Initialized BoxLib v14.2.3
[20:21:27] [Render thread/INFO]: Loading config from /Users/{COMPUTER_USERNAME}/Library/Application Support/ModrinthApp/profiles/{COMPUTER_USERNAME}/config/computercraft-client.toml
[20:21:27] [Render thread/INFO]: Dynamic FPS 3.6.3 active on Fabric!
[20:21:27] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[20:21:27] [Render thread/INFO]: Checking mod updates...
[20:21:27] [Render thread/INFO]: Loading Xaero's Minimap - Stage 1/2
[20:21:27] [Render thread/INFO]: Loading Xaero's World Map - Stage 1/2
[20:21:28] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot
[20:21:28] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, cloth-config, computercraft, dynamic_fps, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, modmenu, placeholder-api, xaerominimap, xaeroworldmap
[20:21:29] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2
[20:21:29] [Render thread/INFO]: New world map region cache hash code: 937590356
[20:21:29] [Render thread/INFO]: Registered player tracker system: map_synced
[20:21:29] [Render thread/INFO]: Xaero's WorldMap Mod: Xaero's minimap found!
[20:21:29] [Render thread/INFO]: Registered player tracker system: minimap_synced
[20:21:29] [Render thread/INFO]: No Optifine!
[20:21:29] [Render thread/INFO]: Xaero's World Map: No Vivecraft!
[20:21:29] [Worker-Main-13/INFO]: Found unifont_all_no_pua-15.1.05.hex, loading
[20:21:29] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2
[20:21:29] [Worker-Main-15/INFO]: Found unifont_jp_patch-15.1.05.hex, loading
[20:21:29] [Render thread/INFO]: Registered player tracker system: minimap_synced
[20:21:29] [Render thread/INFO]: Xaero's Minimap: World Map found!
[20:21:29] [Render thread/INFO]: No Optifine!
[20:21:29] [Render thread/INFO]: Xaero's Minimap: No Vivecraft!
[20:21:29] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[20:21:29] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[20:21:29] [Render thread/INFO]: OpenAL initialized on device External Headphones
[20:21:29] [Render thread/INFO]: Sound engine started
[20:21:29] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[20:21:29] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[20:21:29] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[20:21:29] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[20:21:29] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[20:21:29] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[20:21:29] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[20:21:29] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[20:21:29] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[20:21:30] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[20:21:30] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas
[20:21:30] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[20:21:30] [Render thread/INFO]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas
[20:21:30] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[20:21:30] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[20:21:30] [Render thread/INFO]: Created: 128x128x0 computercraft:textures/atlas/gui.png-atlas
[20:21:30] [Render thread/INFO]: Successfully reloaded the minimap shaders!
[20:21:30] [Render thread/INFO]: Successfully reloaded the world map shaders!
[20:21:35] [Render thread/INFO]: Connecting to home, 25565
[20:21:36] [Render thread/INFO]: New Xaero hud session initialized!
[20:21:36] [Render thread/INFO]: New world map session initialized!
[20:21:36] [Render thread/INFO]: [System] [CHAT] {MINECRAFT_USERNAME} joined the game
[20:21:36] [Render thread/INFO]: Loaded 337 advancements
[20:21:37] [Render thread/INFO]: Reloading entity icon resources...
[20:21:37] [Render thread/INFO]: Reloaded entity icon resources!
[20:21:44] [Render thread/INFO]: Loaded 339 advancements
[20:24:09] [Render thread/WARN]: Unable to play empty soundEvent: minecraft:entity.salmon.ambient
[20:25:59] [Render thread/INFO]: [System] [CHAT] Server Plugins (2):
[20:25:59] [Render thread/INFO]: [System] [CHAT] Bukkit Plugins:
[20:25:59] [Render thread/INFO]: [System] [CHAT] - floodgate, Geyser-Spigot
[20:30:25] [Render thread/INFO]: [System] [CHAT] {MINECRAFT_USERNAME} was shot by Skeleton
cc-tweaked-1.21.1-fabric-1.113.0.jar
Beta Was this translation helpful? Give feedback.
All reactions